/* CSS Document */

/* Flight Selection ---------------------------------------------------*/

table.flight {
	width:100%;
	margin:10px 0px;
	border-collapse:collapse;
}
.flight-note
{
	margin-top: 10px;
	background-color: #fde6d2;
	clear: both;
	text-align: right;
}
table.flight tr.out td {
	border-bottom:1px solid #ccc;
}


/* Common elements ----------------------------------------------------*/


/* status tabs */
.bookingTabTextActive, .bookingTabText {
	font-weight: bold; 
	font-size: 11px; 
}

.bookingTabTextActive { color: #fff; }
.bookingTabText { color: #000000; }

/* removal of hardcde colors */
.searchresultline{
	background-color: #fde6d2;
}

.searchresultcolor{
	background-color: #f5841e;
}