﻿
#divFlightSearchWrapper
{
	width: 21.7em;
	font-size: 0.8em;
	background-color: #FFF;	
	font-family: Arial;	
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#divFlightSearchWrapper h1
{    
	font-size: 150%;	
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
	background-image: url('../../Images/IBE/headerBg.jpg');
	margin: 0;	
	padding: 0;
	padding-bottom: 5px;
}

#divFlightSearchContent
{    
	border: solid 9px #9F0234;
	border-top: none;
	padding-top: 10px;
	padding-left: 12px;
	padding-bottom: 7px;
	padding-right: 12px;
	min-height: 447px;	
	height:auto !important;
	height: 447px;
}

#divFlightChildWrapper, .FlightChildWrapper
{
	display: none;
	margin: auto;
	padding-bottom: 5px;
}

.errorMessage
{
	color: #9F0234;	
}

.errorMessage ul 
{
	padding-left: 12px;
	margin-left: 0;	
}

.errorMessage ul li
{
    list-style-type: disc;
	list-style-position: outside;
	list-style-image: none;
	background-image: none;	
	margin-left: 0;
	padding-left: 0;
	float: none;
	width: auto;
}

.tablePassengers
{
	width: 100%;
	
}

.tablePassengers td
{
    border: solid 2px black;
}


.hidden
{
	display: none;
}

.horizontalRule
{
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.dropdownlist
{
	font-size: 105%;
}

.departuredropdown
{
    font-size: 105%;
	width: 17.4em;
	margin-top: 0.2em;
	margin-bottom: 0.4em;
}

.calendarimage
{
	vertical-align: middle;
}

.flightsearchbutton
{
	margin-top: 0.7em;
	margin-bottom: 0.3em;
	margin-left:12.7em;	
}

.autocomplete
{
    font-size: 105%;
    width: 17.1em;
    height: 1.2em;    
	margin-top: 0.4em;
	margin-bottom: 1em;
}

.removeMarginBottom
{
    margin-bottom: 0em;
}

.autocomplete_completionListElement
{
    font-size: 95%;
	visibility: hidden;
	background-color: inherit;
	color: windowtext;
	border: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	overflow: hidden;
	max-height: 15em;
	min-width: 13em;
	margin: 0px !important;
	text-align: left;
	list-style-type: none;
	padding: 0px !important;
}

.autocomplete_highlightedListItem
{
	background-color: #9F0234;
	color: #FFFFFF;
	padding: 1px;
}

.autocomplete_listItem
{
	background-color: window;
	color: windowtext;
	padding: 1px;
}

.tablePassengers tr td
{    
    vertical-align: middle;
    line-height: 1.8em;    
}

.ddlDate
{
    margin-top: 0.4em;
    margin-right: 1.3em;
}

.ddlDay
{
    width: 3.8em;
}

.ddlMonYear
{
    width: 7.3em;
}

.passengersLeftColumn
{
    width: 5.5em;  
    display: block;  
    float: left;    
}

.divPassengersLine
{
    display: block;  
    margin-bottom: 0.5em;
    line-height: 1.8em;
}

.childHeader
{
	font-size: 80%;
	padding-left: 2.8em;
}

.childLine
{
    line-height: 2em;
}

.ddlPassenger
{
    width: 3.8em;    
    vertical-align: middle;
}

#divDestination
{
	z-index:3000;
}

#autofillbackground {
	position: absolute;
	font-size: 95%;
	display: none;
	background-color: #FFF;
	border: solid 1px #CCC;	
	cursor: 'default';
	overflow: hidden;
	max-height: 15em;
	height: auto;
	min-height: 2.8em;
	height:auto !important;
	height:2.8em;
	min-width: 19.2em;
	max-width: 19.2em;
	overflow-x: hidden;
	margin: 0px !important;
	text-align: left;
	list-style-type: none;
	padding: 0px !important;
	z-index:777;
}

#autofill 
{
	z-index:3000;
}

#autofill a {
	display:block;
	color: #000;
	line-height:14px;
	padding:0;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	background:url('../../Images/IBE/redArrow.gif') 6px 5px no-repeat;
	text-decoration: none;
}
#autofill a.selected {
	background: #9F0234 url('../../Images/IBE/whiteArrow.gif') 6px 5px no-repeat;
	color: #FFFFFF;
}
#autofill a:hover {
	background: #9F0234 url('../../Images/IBE/whiteArrow.gif') 6px 5px no-repeat;
	color: #FFFFFF;
}

#autofill a span
{
	color:#9F0234;
	font-weight:bold;
}

#autofill a:hover span{
	color:#FFFFFF; /*#EDEADA;	*/
	font-weight:bold;
}
#autofill a.selected span
{
	color:#FFFFFF; /*#EDEADA;	*/
	font-weight:bold;
}

.ddlAirline
{    
    width: 70%; margin-bottom: 5px;
}

.homeAirlines
{
    text-align: right; margin-top: 5px;
}

.divAdvanced
{
    font-size: 90%; font-weight: normal;
}

#divHomeClassAndSearch
{
    height: 3em;
    margin-top: 5px;
}

#divHomeSearch
{
    float: right; 
    margin-top: 7px; 
}

.chkAdvanced, .chkAdvanced input, .chkAdvanced label
{
    vertical-align:middle;line-height: 1.8em;
}

.ddlAirlineClass
{
    width: 12.7em;
    margin-top: 0.4em;
}
 