* html INPUT, * html SELECT, * html LABEL {
    vertical-align: middle;
}
/* FIX MOZ BUG */
INPUT[type="radio"] {
	vertical-align: -10%;
}

body {
	background-image: url(../images/background-tile.jpg);
}
.style5 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; }
.style8 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; }
.style10 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; }
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.style11 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; }
.style12 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }
.style15 {font-size: 9px}
.style16 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; }

table.bookingtool {
	width: 395px;
	border: 0px;
	margin: 0px;
	border-collapse: collapse;
	empty-cells: show;
	text-align: left;
	background-color: #E9E9E9;
	border: 1px solid #CCCCCC;
	font-family: "Arial", Arial, sans-serif;
}
table.bookingtool td {
	padding: 4px;
	font-size: 8pt;
}
table.bookingtool td p {
	margin: 4px 0px 4px 0px;
}
table.bookingtool td input.airportcodebox {
    width: 80px;
}
table.bookingtool td input.datebox {
	width: 80px;
}
table.bookingtool a, table.bookingtool a:hover, table.bookingtool a:visited {
	color: black;
}
table.bookingtool td.titlebar {
	background: #E9E9E9;
	font-size: 8pt;
	font-weight: bold;
	padding: 0px 4px 0px 4px;
	height: 2px;
}
table.bookingtool td.mtitlebar {
    background: #990100;
	padding: 4px;
	color: white;
	font-size: 9pt;
	font-weight: bold;
}
table.bookingtool td.searchbar,table.bookingtool td.searchbarl {
	background: #E9E9E9;
	height: 20px;
	text-align: right;
	padding: 0px 4px 0px 4px;
}
table.bookingtool td.searchbarl {
	font-size: 9pt;
	text-align: left;
}
table.bookingtool td.smalloptions {
    font-size: 8pt;
}
table.bookingtool td.regoptions {
    text-align: center;
}
table.bookingtool td.regoptions label {
    margin: 0px 1px 0px 1px;
}
table.bookingtool td label.selected {
    padding: 2px 2px 2px 2px;
    margin: 0px 4px 0px 4px;
    background-color: #990100;
    color: white;
}
table.bookingtool td.date {
    width: 180px;
}
div#optionbox {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    background-color: white;
    border: 1px solid #CCCCCC;
    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: black;
    text-decoration: none;
    display: block;
    padding: 2px 2px 2px 2px;
}
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;
}
/* Calendar */
#cal_frame {   
   background-color: #E9E9E9;
   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: 11pt;
    padding: 6px;
    margin: 0px;
    border: 1px;
    background-color: #990000;
    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: #990000;
}
#cal table.calendar td {    
    border: 1px solid #990000;
    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: white;
    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: white;
}
#cal table.calholder {
	text-align: center;
	border: 0px;
	padding: 2px;
	margin: 0px;
}
#cal img {
	border: 0px;
	vertical-align: middle;
}

div.popup {
    font-size: 9pt;
    color: #000000;
    padding: 6px;
}
div.popup a,div.popup a:hover,div.popup a:visited {
    text-decoration: none;
    display: block;
    color: #000000;
}
span.jumpbar {
    font-size: 9pt;
    display: block;
    padding: 4px;
    margin: 3px;
    color: white;
    background-color: #A14152;
    border: 1px solid #CCCCCC;
}
span.jumpbar a,span.jumpbar a:hover,span.jumpbar a:visited {
    color: #333333;
}
div.closebar {
    background-color: white;
    padding: 2px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 10pt;
    color: #A14152;
}
div.closetext {
    float: right;
    font-size: 9pt;
}
div.closetext a, div.closetext a:hover, div.closetext a:visited {
    color: #A14152;
}