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

#content {
	background:#6b6b6b url(../images/injet_25_tile.png) repeat-y 0 0;
	clear:both;
	margin:0 0 25px 0;
	min-height:auto;
	height:auto;
	width:880px;
}
#contentNav {
	background:url(../images/injet_25_sub.png) 0 0 no-repeat;
	width:860px;
	height:24px;
	text-align:right;
	padding:3px 20px 0 0;
}
#mainContent {
	background:url(../images/book_flight_bg.jpg) -1px 0 no-repeat;
	width:820px;
	min-height:366px;
	padding:30px 20px 40px 40px;
}






input, textarea, select { margin-bottom: 16px; }
	
label { 
	font: 11px Arial, Helvetica, sans-serif;
	display: block; color: #fff;
	text-transform: uppercase;
	padding-left: 6px;
}

h3.trip_type {
	font-size: 15px;
	color: #fe9d50;
	padding: 6px 0 0 0;
	text-transform: uppercase;
	float: left;
	margin-right: 5px;
}
#trip_type_wrapper {
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	background-color: #222;
	padding: 5px;
	width: 350px;
	margin-bottom: 15px;
	float: left;
}
#trip_type_selections { 
	margin-left: 2px; 
}
#trip_type_selections input { width: auto; margin-bottom: 0px; }
#trip_type_selections label { display: inline; margin-right: 25px; margin-bottom: 0px; }
#trip_type_selections li { float: left; list-style-type: none; }

#charter_form input.text {
	background:url(../images/smallinputbg.png) no-repeat 0 0;
	border:0;
	color:#666;
	font:12px/15px Arial, Helvetica, sans-serif;
	height:20px;
	padding:8px 10px 2px 10px;
	width:190px;
}
#charter_form input.date, #charter_form input.tiny { 
	background:url(../images/tinyinputbg.png) no-repeat 0 0;
	width: 100px;
}
#charter_form select#aircraft_type { margin-left: 6px; }

#multileg p {
	padding-bottom: 10px;	
}
#multileg h4 {
	border-top: 1px dotted #999;
	color: #fe9d50;
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 10px 0 6px 6px;
}
#multileg h4 a {
	display: block;
	width: 19px;
	height: 19px;
	text-decoration: none;
	float: left;
	margin-right: 5px;
	background: url(../images/delete_btn.png) top left no-repeat;
	cursor: pointer;
}
#multileg div.floatleft { float: left }
#multileg select.ml_time { margin-top: 2px; }

#multileg_add {
	padding: 0 0 10px 6px;
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
}

div.clear { font-size: 0px; height: 0px; clear: both; }

#typeahead_wrapper { position: absolute; z-index: 100; }
#typeahead_wrapper ul { list-style-type: none; margin: 0; padding: 0; }
#typeahead_wrapper ul li { background-color: #222; margin: 0; padding: 0px 4px; display: block; color: #fff; font: 11px Arial, Helvetica, sans-serif; border-bottom: 1px dotted #000; }
#typeahead_wrapper ul li:hover { background-color: #e37925; color: #fff; }
#typeahead_wrapper ul li a { display: block; height: 20px; padding-top: 2px; }




#person_info_wrapper { float: left; width: 490px; }
#review_charter {
	float: right;
	width: 310px;
}
#review_charter h4 {
	color: #fe9d50;
}
#review_charter table {
	border-top: 1px dotted #777;
	border-bottom: 1px dotted #777;
	margin-top: 10px;
	margin-bottom: 10px;
}

#review_charter table tr.div td {
	border-top: 1px dotted #777;
}

#review_charter table td h5 {
	border-top: 1px dotted #777;
	padding-top: 4px;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
}

#review_charter table td { font-size: 11px; padding: 4px; }
#review_charter table tr > :first-child {
	color: #fe9d50;
}
#review_charter table tr > :last-child {
	color: #ccc;
}



.charter_thanks h3 {
	font-size: 16px;
	font-weight: normal;
	color: #fe9d50;
	margin: 15px 0 10px 0;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	background-color: #222;
	padding: 10px;
}
.charter_thanks h3 em { color: #fff; font-style: italic; }
.charter_thanks p { font-size: 12px !important; padding-bottom: 10px; color: #ccc; }
.charter_thanks h4 {
	font-size: 14px;
	color: #fe9d50;
}