@charset "UTF-8";
/* CSS Document */
* html INPUT, * html SELECT, * html LABEL {
    vertical-align: middle;
	font-size:11px;
}
/* FIX MOZ BUG */
INPUT[type="radio"] {
	vertical-align: -10%;
}
table.bookingtool {
	background:transparent;
	/*background-repeat:repeat-x;*/
    width: 940px;
	height:150px;
    border: 0px;
	margin: 6px 0 6px 15px;
	border-collapse: collapse;
	empty-cells: show;
	text-align: left;
	/*border: 1px solid #4E538E;*/
	font-family: "Arial", Arial, sans-serif;
	overflow:auto;
}
/* Horizontal 
table.bookingtool {
    width: 510px;    
}*/
table.bookingtool td {
	color: black;
	padding: 4px;
	font-size: 10pt;
}
table.bookingtool td p {
	margin: 4px 0px 4px 0px;
}
table.bookingtool td input.airportcodebox {
    width: 220px;
}
table.bookingtool td input.datebox {
	width: 80px;
}
table.bookingtool a, table.bookingtool a:hover, table.bookingtool a:visited {
	color:#4595de;
	text-decoration:underline;
}
table.bookingtool td.titlebar {
	background-color: transparent;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 4px 0px 4px;
	height: 23px;
}
/* Horizontal */
table.bookingtool td.mtitlebar {
    background-color: transparent;
	font-size: 10px;
	padding: 0px 4px 0px 4px;
	height: 23px;
    text-align: center;
}
table.bookingtool td.searchbar,table.bookingtool td.searchbarl {
	background-color: transparent;
	height: 42px;
	text-align: right;
	padding: 0px 4px 0px 4px;
}
table.bookingtool td.searchbarl {
	font-size: 10pt;
	text-align: left;
}
table.bookingtool td.smalloptions {
    font-size: 8pt;
}
/* 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: white;
	
}
/* 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: 9pt;
    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: 9pt;
    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: 11pt;
    font-weight: bold;
    margin-left: 8px;
}
#popup span.jumpbar {
    font-size: 9pt;
    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: 10pt;
    color: white;
}
#popup div.closetext {
    float: right;
    font-size: 9pt;
}
#popup div.closetext a,#popup div.closetext a:hover,#popup div.closetext a:visited {
    color: white;
}*/

/* Airport List */
#popup {
    font-family: "Arial", Arial, sans-serif;
    font-size: 9pt;
    color:#45484B;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background-color: #ABC9E1;
}
#popup a,#popup a:hover,#popup a:visited {
    text-decoration: none;
    display: block;
    color: #45484B;
    margin-left: 16px;
}
#popup span.marker {
    display: block;
    font-size: 11pt;
    font-weight: bold;
    margin-left: 8px;
}
#popup span.jumpbar {
    font-size: 9pt;
    display: block;
    padding: 4px;
    margin: 3px;
    color: #45484B;
    background-color: #EFB803;
    border: 1px solid #FFFFFF;
}
#popup span.jumpbar a,#popup span.jumpbar a:hover,#popup span.jumpbar a:visited {
    display: inline;
    color: #45484B;
    margin: 1px
}
#popup div.closebar {
    background-color: #EFB803;
    padding: 4px;
    margin: 0px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 10pt;
    color: white;
}
#popup div.closetext {
    float: right;
    font-size: 9pt;
}
#popup div.closetext a,#popup div.closetext a:hover,#popup div.closetext a:visited {
    color: #45484B;
}

/* Calendar */

div#optionbox {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    background-color: white;
    border: 1px solid #95A8BB;
    color: black;
    font-family: "Arial",Arial,sans-serif;
    font-size: 9pt;
    padding: 0px;
    margin: 0px;
}
div#optionbox a, div#optionbox a:hover, div#optionbox a:visited {
    color: black;
    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: #333333;
    background-color: #FFFFFF;
}


#cal_frame {
    border: 1px solid #AAAAAA;
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 340px;
    height: 250px;
    padding: 0px;
}
#cal {
    font-family: "Arial", Arial, sans-serif;
    font-size: 11pt;
    padding: 6px;
    margin: 0px;
    border: 0px;
    color: #333333;
    background-color: #FFFFFF;
    text-align: center;
}
#cal SELECT {
    vertical-align: middle;
}
#cal form {
    display: inline;
}
#cal table.calendar {    
    border-collapse: collapse;
    border: 2px solid #AAAAAA;
    background-color: #EEEEEE;
}
#cal table.calendar td {    
    border: 1px solid #AAAAAA;
    text-align: center;
    padding: 2px;
	font-size: 11pt;
}
#cal table.calendar td.selected {    
    background-color: #FFFFFF;
	font-size: 11pt;
}
#cal table.calendar td.past {
	color: #AAAAAA;
	font-size: 12pt;
}
#cal table.calendar td a {
    color: #333333;
    text-decoration: none;
	font-size: 11pt;
}
#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: 11pt;
}
#cal span.closeCal {
    display: block;
    text-align: right;
    font-size: 10pt;
    clear: both;
	padding: 4px 2px 0px 2px;
}
#cal span.closeCal a {
    color: #333333;
}
#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: 9pt;
	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;
}

