/* Flight Tracker Search Form */


.ftHelp {
  	margin-top:5px;
  	text-align: right;
}

.ftHelp img {
	margin-left: 15px;
	margin-right: 5px;
  	width: 52px;
  	height: 14px;
  	vertical-align: middle;
  	
}


p.ftFindRandomFlight {
	margin: 0px;
	margin-bottom: 20px;
	text-align: center;
}



.FlightTrackerError {
	color: #f00;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top : 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
	border-left: 2px solid #f00;
}

.FlightTrackerError p {
	margin-top: 0px;
	margin-bottom: 1em;
}


/* Results global styles */

.FlightTrackerData p {
	margin: 0px;
}


div.ftSwoosh {
	line-height: 18px;
	margin-bottom: 2px;
}

.ftSwoosh span {
	margin-left: 4px;
	
	padding: 1px 40px 2px 10px;
	
	background-color: #ffd600;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	
}

.ftSwoosh img {
	vertical-align: top;
}

/* SEARCH RESULTS STYLES BEING */

#search-results {
  background: url("/res/img/portlet-topr.gif") no-repeat 100% 23px;
  width: 448px;
}

#search-results-header {
  height: 33px;
  background: url("/res/img/portlet-topl.gif") no-repeat 0 23px;
}

#search-results-body {
  background: url("/res/img/portlet-gradation-lg.jpg") no-repeat center top;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-top: 0px;
  padding: 10px 17px 1px 17px;
}

#search-results-body a {
  font: .96em Arial, Verdana, Sans-Serif;
  color: #f60;
  font-weight: bold;
}

#search-results-footer {
  background: url("/res/img/portlet-botr.gif") no-repeat bottom right;
  margin: 0;
  padding:0;
}

#search-results-footer span {
  display: block;
  background: url("/res/img/portlet-botl.gif") no-repeat bottom left;

}

#search-results-footer i {
  visibility: hidden;
}

#search-results-image-tracker {
  margin-top: 5px;
  margin-bottom:15px;
}

#search-results-flight-info {
  font-weight: bold;
  padding-top:30px;
  padding-bottom:30px;
}

.search-results-flight-info-hdr {

  display: inline-block;
  font-size: 1.3em;
  font-weight: bold;
  color: #000;
  padding-left:10px;
  /*padding: 0px 50px 0px 10px;*/
  margin: 10px 0px 0px 4px;
  background: url("/res/img/search-results-yellow-swoosh3.gif"); 
  background-repeat:no-repeat;
  background-position: right top;
  width:130px;
  
}

.search-results-flight-info-hdr.long {
    width:210px;
}






.search-results-list-ad-left {
  vertical-align: top;
  padding-right:15px;
}

.search-results-list-ad-left div {
  font-size: 11px;
}

.search-results-list-ad-right {
  vertical-align: top;
  padding-left: 10px;
}

.search-results-list-ad-right div {
  font-size: 11px;
}


.search-results-table {
  
  margin-top: 2px;
}

.search-results-table td {
  font-size: 11px;
}

.table-spacer {
   background-color: #ffffff;
}

.search-results-table-hdr {
  padding: 4px 10px 4px 0;
  text-align: right;
  width: 120px;
  font-size: 11px;
  
}

.search-results-table-data {
  padding: 4px 0 4px 10px;
  width: 265px;
  font-weight: bold;
  font-size: 11px;
}

.estimates {
  font-style: italic;
  color: #f60;
  padding-left: 10px;
}

.track-another-flight {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* SEARCH RESULTS STYLES END */



/* Result Individual styles */

.ftResultIndividualStatus {
	text-align: right;
	width:275px;
	padding-right:5px;
	padding-top:10px;
}


.ftResultIndividualStatus span {
  font-weight: bold;
  color: #f60;
}


.FlightTrackerDiversionTitle {
	margin-left: 15px;
	color: #f00;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}



.FlightTrackerDiversion {
	color: #f00;
}

p.ftResultIndividualFlightViewLive {
	margin-top: .5em;	
	color: #f60;
}

p.ftResultIndividualFlightViewLive img {
	margin-left: 5px;
	vertical-align: middle;
}

.ftResultIndividualHelp {
	margin-top: 15px;
	text-align: center;
	
}

.ftResultIndividualHelp img {
  width: 52px;
  height: 14px;
  vertical-align: middle;
  margin-left: 15px;
}

.ftResultIndividualTrackAnotherFlight {
	margin-top: 25px;
	text-align: center;

}

/*
 * Result list styles
 */
 


div.ftResultList {
	margin-top: 10px;
}

#ftResultListBreadcrumbCaption {
	font-size: 1.5em;
	font-weight: bold;
	position: relative;
	top: -3px;
	
}


table.ftResultListHeader {
	width: 725px;	
}

.ftResultListHelp {
	font-size: 11px;
}


.ftResultListHelp img {
	margin-left: 20px;
	vertical-align: middle;
}


.ftResultListTrackAnotherFlight {
	font-size: 11px;
	text-align: right;
}


table.FlightTrackerList {
	margin-top: 0px;
	margin-bottom: 30px;
}


.FlightTrackerList td {
	text-align: center;
	padding: 1px;
	font-size: 11px;
	
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}


.FlightTrackerList th {
	padding:3px;
	background-color: #ffd602;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	
}

#ftSingleFlightHeaderFlightNumber{
	width: 80px;
	border-bottom: 2px solid #ffcf63;
}

#ftSingleFlightHeaderStatus {
	width: 100px;
	border-bottom: 2px solid #ffcf63;
}

#ftSingleFlightHeaderDeparture{
	width: 200px;
}

#ftSingleFlightHeaderArrival {
	width: 200px;
}

#ftSingleFlightTimeToArrival {
	width: 100px;
	border-bottom: 2px solid #ffcf63;

}

#ftSingleFlightHeaderDepartureAirport {
	width: 100px;
	border-bottom: 2px solid #ffcf63;
}

#ftSingleFlightHeaderDepartureTime {
	width: 100px;
	border-bottom: 2px solid #ffcf63;
}

#ftSingleFlightHeaderArrivalAirport {
	width: 100px;
	border-bottom: 2px solid #ffcf63;
}

#ftSingleFlightHeaderArrivalTime {
	width: 100px;
	border-bottom: 2px solid #ffcf63;
}


#ftCityPairHeaderAirline {
	width: 120px;
}

#ftCityPairHeaderFlightNumber {
	width: 80px;
}

#ftCityPairHeaderStatus {
	width: 100px;
}

#ftCityPairHeaderOperatedBy {
	width: 120px;
}

#ftCityPairHeaderDepartureTime {
	width: 80px;
}


#ftCityPairHeaderArrivalTime {
	width: 80px;
}

#ftCityPairHeaderTimeToArrival {
	width: 100px;
}

tr.FlightTrackerListRowFirst td {
	border-top: 4px solid #fff;

}

tr.FlightTrackerListSortingRow td {
	/* background-color: #FFCF63;*/
	border-top: 2px solid #ffcf63;
	padding: 2px;
}

tr.FlightTrackerListSortingRow a {
	margin-left: 5px;
	margin-right:5px;
}

tr.FlightTrackerListSortingRow img {
	border:1px solid #555;
}


tr.FlightTrackerListRowOdd {
	background-color: #D9EBFA;
}


tr.FlightTrackerListRowEven {
	background-color: #ECF5FC;
}


th.FlightTrackerListSubcolumnLeft {
	
	border-right: none;
}

th.FlightTrackerListSubcolumnMiddle {
	border-left: none;
	border-right: none;
}

th.FlightTrackerListSubcolumnRight {
	border-left: none;
}


td.FlightTrackerListSubcolumnLeft {
	
	border-right: none;
}

td.FlightTrackerListSubcolumnMiddle {
	border-left: none;
	border-right: none;
}

td.FlightTrackerListSubcolumnRight {
	border-left: none;
}

.StatusDefinition {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

.StatusTerm {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-align: center; 
	color: #3366CC
}


