﻿table.gwui_flightsel {
  position: absolute;
  font-size: 8pt;
  border-collapse: collapse;
  border: solid #CCCCCC 1px;
  color: #6D003A;
  background-color: white;
  z-index: 999;
  clear: both;
}
table.gwui_flightsel thead th {
  font-weight: bold;
}
table.gwui_flightsel thead tr {
  background-color: #EFEFEF;
}
table.gwui_flightsel th {
  text-align: left;
}
table.gwui_flightsel th, table.gwui_flightsel td {
  padding: 2px 4px 2px 4px;
}
table.gwui_flightsel tr.gwui_flightsel_flight {
  background-color: inherit;
  cursor: inherit;
}
/* we can't use tr.gp_flight:hover here because of IE :( */
table.gwui_flightsel tr.gwui_flightsel_flight_hover {
  background-color: #FFEF00;
  cursor: pointer;
}
