@charset "UTF-8";
/* CSS Document */
* html INPUT, * html SELECT, * html LABEL {
    vertical-align: middle;
}
/* FIX MOZ BUG */
INPUT[type="radio"] {
	vertical-align: -10%;
}
table.bookingtool {
	width:401px;
	/width:402px;
	padding:0;
	margin: 0px;
	border-collapse: collapse;
	empty-cells: show;
	text-align: left;
	background-color: #ffffff;
	border-top: none;
	border-right: 1px solid #13263c;
	border-bottom: none;
	border-left: 1px solid #13263c;
}
/* Horizontal 
table.bookingtool {
    width: 510px;    
}*/
table.bookingtool td {
	color: #000000;
	padding: 4px;
	font-size: 10px;
	border: none;
}
table.bookingtool td p {
	margin: 4px 0px 4px 0px;
}
table.bookingtool td input.airportcodebox {
    width: 200px;
}
table.bookingtool td input.datebox {
	width: 80px;
}
table.bookingtool a, table.bookingtool a:hover, table.bookingtool a:visited {
	color: white;
}
table.bookingtool td.header { /* added by ray */
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	background-image: url(images/quicktripheader.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	line-height: 38px;
	text-indent: 4px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-top-style: none;
	border-bottom-style: none;
}
table.bookingtool td.titlebar {
	background:#3f7ac1;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 4px 0px 4px;
	height: 23px;
	color: #FFFFFF;
}
/* Horizontal 
table.bookingtool td.mtitlebar {
    background: #4E538E;
	font-size: 10pt;
	padding: 0px 4px 0px 4px;
	height: 23px;
    text-align: center;
}*/
table.bookingtool td.searchbar,table.bookingtool td.searchbarl {
	height: 42px;
	text-align: right;
	padding: 0px 4px 0px 4px;
	line-height: 42px;
}
table.bookingtool td.searchbar {
	background-image: url(images/quickflightfooter.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	font-size: 10px;
	text-align: left;
}
table.bookingtool td.searchbarl {
	background-image: url(images/quickflightfooter.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	font-size: 10px;
	text-align: left;
}
table.bookingtool td.smalloptions {
    font-size: 8px;
}
/* Horizontal 
table.bookingtool td.regoptions {
    text-align: center;
}
table.bookingtool td.regoptions label {
    margin: 0px 6px 0px 6px;
}*/
table.bookingtool td label.selected {
    padding: 3px 4px 3px 4px;
    margin: 0px 4px 0px 4px;
    background-color: #CCCCCC;
}
/* Horizontal 
table.bookingtool td.date {
    width: 180px;
}*/
div#optionbox {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    background-color: white;
    border: 1px solid #072A5E;
    color: white;
    font-family: "Arial",Arial,sans-serif;
    font-size: 9px;
    padding: 0px;
    margin: 0px;
}
div#optionbox a, div#optionbox a:hover, div#optionbox a:visited {
    color: #072A5E;
    text-decoration: none;
    display: block;
    padding: 2px 6px 2px 6px;
}
div#optionbox a:hover,div#optionbox a.highlight,div#optionbox a.highlight:hover,div#optionbox a.highlight:visited {
    color: white;
    background-color: #072A5E;
}
/* Airport List */
#popup {
    font-family: "Arial", Arial, sans-serif;
    font-size: 9px;
    color: white;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background-color: #072A5E;
}
#popup a,#popup a:hover,#popup a:visited {
    text-decoration: none;
    display: block;
    color: white;
    margin-left: 16px;
}
#popup span.marker {
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin-left: 8px;
}
#popup span.jumpbar {
    font-size: 9px;
    display: block;
    padding: 4px;
    margin: 3px;
    color: white;
    background-color: #A14152;
    border: 1px solid #FFFFFF;
}
#popup span.jumpbar a,#popup span.jumpbar a:hover,#popup span.jumpbar a:visited {
    display: inline;
    color: white;
    margin: 1px
}
#popup div.closebar {
    background-color: #A14152;
    padding: 4px;
    margin: 0px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 10px;
    color: white;
}
#popup div.closetext {
    float: right;
    font-size: 9px;
}
#popup div.closetext a,#popup div.closetext a:hover,#popup div.closetext a:visited {
    color: white;
}
/* Calendar */
#cal_frame {   
   background-color: #072A5E;
   border: 1px solid #FFFFFF;
   margin: 0px;
   position: absolute;
   left: 0px;
   top: 0px;
   width: 340px;
   height: 250px;
   padding: 0px;
}
#cal {
    font-family: "Arial", Arial, sans-serif;
    font-size: 11px;
    padding: 6px;
    margin: 0px;
    border: 0px;
    background-color: #072A5E;
    color: white;
    text-align: center;
}
#cal SELECT {
    vertical-align: middle;
}
#cal form {
    display: inline;
}
#cal table.calendar {    
    border-collapse: collapse;
    border: 2px solid #7B8BAB;
    background-color: #4E4F8E;
}
#cal table.calendar td {    
    border: 1px solid #7B8BAB;
    text-align: center;
    padding: 2px;
	font-size: 11px;
}
#cal table.calendar td.selected {    
    background-color: #FFFFFF;
	font-size: 11pt;
}
#cal table.calendar td.past {
	color: #AAAAAA;
	font-size: 12px;
}
#cal table.calendar td a {
    color: white;
    text-decoration: none;
	font-size: 11px;
}
#cal table.calendar td.selected a,#cal table.calendar td.selected a:hover,#cal table.calendar td.selected a:visited {
	color: black;
    text-decoration: none;
	font-size: 11px;
}
#cal span.closeCal {
    display: block;
    text-align: right;
    font-size: 10px;
    clear: both;
	padding: 4px 2px 0px 2px;
}
#cal span.closeCal a {
    color: white;
}
#cal table.calholder {
	text-align: center;
	border: 0px;
	padding: 2px;
	margin: 0px;
}
#cal img {
	border: 0px;
	vertical-align: middle;
}

/* ADDED TOP NAVIGATION STYLE HERE */
.links {
	padding: 0px;
	margin: 0px;
	background-color:#072A5E;
	
}
.links a,.links a:visited{
	font-size: 9px;
	font-family: "Arial", Arial, sans-serif;
	padding: 5px 25px 0px 25px;
	text-decoration: none;
	color:#FFFFFF;
	background-color:#072A5E;
	border-right: solid 1px #4E538E;
		
    
}
.links a:hover{
	font-size: 9pt;
	padding: 5px 25px 0px 25px;
	text-decoration: none;
	color:#FFFFFF;
	background-color:#981F36;
	border-right: solid 1px #4E538E;

}
.links a.selected {
	font-size: 9pt;
	font-family: "Arial", Arial, sans-serif;
	padding: 5px 25px 0px 25px;
	color:#FFFFFF;
	background-color:#4E4F8E;
}
