@charset "utf-8";
/* CSS Document */

body {
	height: 100%;
	background-color: #19428e;
	background-image: url(images/bg_fade.gif);
	background-repeat: repeat-x;
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#page_top{
width:860px; 
height:70px;
margin:0px auto; 
margin-top:0px;
position: relative; z-index: 100;
}

#page_center{
width:840px; 
margin:0px auto;
}

#page_bottom{

}

embed, object {
    position: relative;
    z-index: 0;
}


body,td,th {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	color: #bbd2fd;
	line-height: 140%;
	text-align:justify;
}

.container {
	width: 840px;
	padding: 5px;
	margin: 0px 0 0px 0;
/*	background: #fff; */
	}


.yellowtitle {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #ffcb08;
}

a {
	color: #00CC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #00FF00;
	text-decoration: none;
	
}
a:active {
	text-decoration: none;
	color: #2969D2;
}

map {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
INPUT.button { 


	background-color:#3660BB;
	color:#ffffff;
	font-family:Verdana,Arial;
	font-weight: bold;
	font-size: 11px;
	border-left: 1px solid #6699ff;
	border-top: 1px solid #6699ff;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
    cursor: hand;
    cursor: pointer; 
}


fieldset { border:0;margin:0;padding:0; }
label { display:block; }

.imageframe img { border: solid 4px #123169;}
.noframe img { border: none;}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

/* MAP CSS START*/
#green_text {
	color: #5ad508;
	font-weight: bold;
}
#map_holder {
	position: relative;
	width: 900px;
}
#mh_sections {
	position: relative;
	width: 900px;
	margin: 20px 0 20px 40px;
	
}
#step1, #step2, #step3{
	float: left;
	margin: 0 20px 20px 0;
}
#step_current{
	color: #ffcb19;
	float: left;
	margin: 0 20px 20px 0;
	font-weight: bold;
}
#submit_button {
	float:left;
	margin: 0 0 0 170px;
}
#mh_left {
	position: relative;
	float: left;
	width: 420px;
	clear: left;
}
#mh_right {
	position: relative;
	float: left;
	width: 445px;
	margin: 0 0 0 10px;
	border: 1px solid #0f204c;
	background-color: #1b428f;
}
#map {
	overflow: hidden;
	width:445px;
	height: 460px;
}
#map div {
	color: #000000;
}
#from_form {
	position: relative;
	margin: 0 0 10px 10px;
	padding: 10px;
	border: 1px solid #0f204c;
	background-color: #1b428f;
}
#to_form {
	position: relative;
	margin: 0 0 10px 10px;
	padding: 10px;
	border: 1px solid #0f204c;
	background-color: #1b428f;
}
#final_form {
	position: relative;
	margin: 0 0 10px 10px;
	padding: 10px;
	border: 1px solid #0f204c;
	background-color: #1b428f;
}
#trip_details {
	position: relative;
	width: 865px;
	height: 50px;
	margin: 20px 0 10px 10px;
	border: 1px solid #0f204c;
	clear: left;
	background-color: #1b428f;
	display: none;
	font-size: 14px;
	font-weight: bold;
}
#trip_details_visible {
	position: relative;
	width: 865px;
	height: 50px;
	margin: 10px 0 10px 10px;
	border: 1px solid #0f204c;
	clear: left;
	background-color: #1b428f;
	display: block;
	font-size: 14px;
	font-weight: bold;
}
#distance {
	float: left;
	margin: 17px 0 0 10px;
}
#travel_time {
	float: left;
	margin: 17px 0 0 20px;
}
#price {
	float: left;
	margin: 17px 0 0 20px;
}
#flight_packages_link {
	float: left;
	margin: 17px 0 0 20px;
}
#hidden_div {
	display: none;
}
#calendarContainer {
	border:2px solid #999;
}
#left_side {
	position: relative;
	float: left;
	width: 150px;
	
}
#right_side {
	position: relative;
	float: left;
	width: 150px;
	
}
#contact_bottom {
	clear: left;
}
.cal {
	font-size:11px;
	background-color:#fff;
	text-align:center;
	border:0;
}
.cal img {
	border:0;
}
.cal button{
	border:0;
	background-color:#fff;
	cursor:pointer;
	margin:0;
	padding:0;
        width:auto;
}
.cal button.today { background-color:#FF6; }
.cal button.selected { border:1px solid #000; }
.dow {
	background-color:#000;
	color:#FFF;
	font-weight:normal;
}
.dow td {
	width:18px;
}
thead {
	font-size:1.2em;
	font-weight:bold;
}
thead button {
	font-size:.7em;
}
#flight_info {
	position: relative;
	width: 865px;
	height: 50px;
	margin: 10px 0 10px 10px;
	border: 1px solid #0f204c;
	clear: left;
	background-color: #1b428f;
}
#option_1 {
	width: 100px;
	float: left;
	padding: 5px 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #5ad508;
	font-weight: bold;
}
#option_2 {
	width: 120px;
	float: left;
	padding: 5px 0 0 10px;
	font-size: 14px;
	font-weight: bold;
}
#option_3 {
	width: 90px;
	float: left;
	padding: 5px 0 0 10px;
	font-size: 14px;
	font-weight: bold;
}
#option_4 {
	width: 90px;
	float: left;
	padding: 5px 0 0 10px;
	font-size: 14px;
	font-weight: bold;
}
#option_5 {
	width: 400px;
	float: left;
	padding: 5px 0 0 10px;
	font-size: 14px;
	font-weight: bold;
}

/* MAP CSS END*/

/* admin */
#nav_top {
	float: right;
	padding: 10px 38px 10px 10px;
}
#logo_container {
	text-align: center;
}
#login_container {
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: center;
}
#bst_logo {
	text_align: center;
}
#flights_container {
	width: 1000px;
	margin: 0px auto 0px auto;
}
#admin_flight_info {
	clear: both;
	position: relative;
	width: 950px;
	height: 31px;
	margin: 0 0 0 10px;
	border: 1px solid #ccc;
}
#search_form {
	clear: both;
	position: relative;
	width: 950px;
	height: 31px;
	margin: 0 0 0 10px;
}
#message {
	clear: both;
	position: relative;
	width: 950px;
	height: 31px;
	margin: 0 0 0 10px;
}
#admin_option_1 {
	width: 200px;
	float: left;
	padding: 5px 0 0 10px;
}
#admin_option_2 {
	width: 200px;
	float: left;
	padding: 5px 0 0 0;
}
#admin_option_3 {
	width: 350px;
	float: left;
	padding: 5px 0 0 0;
}
#admin_option_4 {
	width: 150px;
	float: left;
	padding: 5px 0 10px 0;
}
#flight {
	padding: 5px;
}
#clearit{
	clear: both;
	padding: 10px 0 0 0;
}
#flight_number {
	width: 100px;
	float: left;
	border-top: 1px dashed #ccc;
}
#flight_left {
	width: 150px;
	float: left;
	border-top: 1px dashed #ccc;
}
#flight_right {
	width: 350px;
	float: left;
	border-top: 1px dashed #ccc;
}
#flight_details {
	width: 330px;
	float: left;
	border-top: 1px dashed #ccc;
}
#details_left {
	width: 100px;
	float: left;
}
#details_right {
	width: 230px;
	float: left;
}
#details_right_left {
	width: 50px;
	float: left;
}
#details_send_quote {
	clear: both;
	width: 180px;
	float: left;
	margin: 20px 0 0 0;
}
#msg {
	clear: both;
	float: left;
	padding: 0 0 10px 10px;
}
#nav_top a {
	decoration: underline;
}
#nav_top a:hover {
	decoration: none;
}
#form_logo {
	padding: 0 0 20px 0;
	text-align: center;
}
#in_out {
	text-align: center;
}
#form_container {
	clear: both;
	width: 1000px;
}
#form_top {
	margin: 20px 0 0 108px;
}
#form_top_left {
	float: left;
	width: 395px;
}
#form_top_right {
	float: left;
	width: 395px;
	margin: 0 0 20px 0;
}
#form_left {
	float: left;
	width: 395px;
	margin: 20px 0 0 108px;
}
#form_right {
	float: left;
	width: 395px;
	margin: 18px 0 0 0;
}
#form_additionals {
	float: left;
	width: 800px;
	margin: 20px 0 0 108px;
}
#additionals_left {
	float: left;
	width: 200px;
	font-weight: bold;
	padding: 0 0 50px 0;
}
#additionals_right {
	float: left;
	width: 400px;
}
#estimated_total {
	float: left;
	width: 800px;
	margin: 20px 0 0 108px;
}
#estimated_total_left {
	float: left;
	width: 200px;
	font-weight: bold;
	padding: 0 0 50px 0;
	text-align: right;
}
#estimated_total_right {
	float: left;
	width: 400px;
}
#remarks {
	float: left;
	width: 800px;
	margin: 20px 0 0 108px;
}
#remarks_left {
	float: left;
	width: 200px;
	font-weight: bold;
	padding: 0 0 50px 0;
	text-align: right;
}
#remarks_right {
	float: left;
	width: 400px;
}
#form_footer {
	clear: both;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 50px 0 0 0;
}
#send_button {
	clear: both;
	padding: 40px 0 40px 0;
	text-align: center;
}
#empty_leg_container {
	clear: both;
	padding: 20px 0 0 0;
}
#el_flight_info {
	position: relative;
	width: 950px;
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	border: 1px solid #ccc;
	clear: both;
}
#el_option_1 {
	width: 115px;
	float: left;
	padding: 5px 0 0 10px;
}
#el_option_2 {
	width: 320px;
	float: left;
	padding: 5px 0 0 0;
}
#el_option_3 {
	width: 300px;
	float: left;
	padding: 5px 0 0 0;
}
#el_option_4 {
	width: 100px;
	float: left;
	padding: 5px 0 10px 0;
}
#el_option_5 {
	width: 40px;
	float: left;
	padding: 5px 0 10px 0;
}
#el_option_6 {
	width: 20px;
	float: left;
	padding: 5px 0 10px 0;
}
#seat_sharing_container {
	clear: both;
	padding: 20px 0 0 0;
}
#ss_flight_info {
	position: relative;
	width: 950px;
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	border: 1px solid #ccc;
	clear: both;
}
#ss_option_1 {
	width: 200px;
	float: left;
	padding: 5px 10px 0 10px;
}
#ss_option_2 {
	width: 200px;
	float: left;
	padding: 5px 10px 0 0;
}
#ss_option_3 {
	width: 100px;
	float: left;
	padding: 5px 10px 0 0;
}
#ss_option_4 {
	width: 100px;
	float: left;
	padding: 5px 10px 10px 0;
}
#ss_option_5 {
	width: 140px;
	float: left;
	padding: 5px 10px 10px 0;
}
#ss_option_6 {
	width: 20px;
	float: left;
	padding: 5px 0 10px 0;
}
.cal {
	font-size:11px;
	color:#ffffff;
	background-color:#999999;
	text-align:center;
	border:0;
}
.cal img {
	border:0;
}
.cal button{
	border:0;
	background-color:#999999;
	cursor:pointer;
	margin:0;
	padding:0;
        width:auto;
}
.cal button.today { background-color:#ff0000; }
.cal button.selected { border:1px solid #fff; color: #ffffff; }
.dow {
	background-color:#000;
	color:#FFF;
	font-weight:normal;
}
.dow td {
	width:18px;
}
thead {
	font-size:1.2em;
	font-weight:bold;
}
thead button {
	font-size:.7em;
}

/* ---------- end admin ---------- */

.footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #bbd2fd;
}
