/* Color
light blue:		#D1DDE6;
medium blue:	#749ABD;
dark blue:		#3871A5;
*/
body {
	background-color: #749ABD;
	margin: 0px;
	padding: 0px;
	text-align: center;
	/*Scrollbar for IE*/
	scrollbar-base-color: ;
	scrollbar-face-color: #D1DDE6;
	scrollbar-shadow-color: #749ABD;
	scrollbar-highlight-color: #3871A5;
	scrollbar-3dlight-color: #D1DDE6;
	scrollbar-darkshadow-color: #3871A5;
	scrollbar-track-color: #3871A5;
	scrollbar-arrow-color: #3871A5;
}
body, td, p, input, select, option, a {
	color: #3871A5;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}
table.body_table {
	background-color: #D1DDE6;
}
p {
	line-height: 14px;
}
h1 {
	font-size: 11pt;
	font-weight: bold;
}
hr {
	background-color: #3871A5;
	border: none;
	height: 1px;
	width: 95%;
}
/***************** TIPS *****************/
.tool-tip {
	width: 200px;
	z-index: 13000;
}
 
.tool-title {
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #3871A5;
	border: 1px solid #DDDDFD;
	border-bottom: 0px;
	padding: 3px;
}
 
.tool-text {
	font-size: 11px;
	text-align: left;
	color: #043061;
	background-color: #DDDDFD;
	border: 1px solid #3871A5;
	padding: 5px;
}
.help {
	cursor: help;
}
/***************** END TIPS *****************/
/***************** NEWSLETTER FORM *****************/
#nl_container {
	background-color: #749ABD;
	width: 120px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
	color: #FFFFFF;
}
.newsletter_field { 
	width:100px; 
	margin-top:10px;
}
.newsletter_submit { 
	background-color:#749ABD;
	color: #FFFFFF;
}
/****************END NEWSLETTER FORM***************/

/****************** START Airlines ******************/
.dashedTable, .dashedDiv {
	border: 1px #9966FF dashed;
	padding: 10px;
	margin: 10px 0px 10px 0px;
}
.dashedDiv {
	width: 420px;
}
.airTitle {
	font-size: 9px;
	font-weight: bold;
	background-color: #FFFFFF;
	border: none;
	padding: 3px;
}
.airTitle a, .airMenu a {
	font-size: 10px;
}
.airMenu {
	font-size: 10px;
	background-color: #73B2FF;
	border: none;
	padding: 4px;
}
/****************** END Airlines ******************/
/* AUTO COMPLETION */
#field_from, #field_to {
	width: 200px;
	height: 18px;
	line-height: 18px;
	margin: 0px;
	margin-top: 3px;
	padding-left: 3px;
	border: 1px #749ABD solid;
	font-size: 12px;
	font-weight: bold;
}
#auto_from, #auto_to {
	visibility: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	border: 1px #749ABD solid;
	border-top: none;
	padding: 1px;
	overflow: hidden;
	width: 201px;
	z-index: 10000;
}
.ac_field {
	background-color: #FFFFFF;
	color: #749ABD;
}
.ac_wait {
	visibility: visible;
	height: 60px;
	background: #FFFFFF url(/graphics/loading.gif) center no-repeat;
}
.ac_error {
	background-color: #FF9900;
	color: #CC0000;
}
.ac_row_out {
	padding: 2px;
	margin: 2px;
	background-color: #D1DDE6;
	color: #3871A5;
	font-size: 11px;
	font-weight: bold;
}
.ac_row_over {
	background-color: #749ABD;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
.ac_keyword {
	background-color: #FFFFFF;
	color: #3871A5;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
.ac_submit {
	width: 30px;
	height: 20px;
	background: url(/graphics/bt_se_submit.png) left top no-repeat;
	margin-top: 3px;
	cursor: pointer;
}
/************/
.top_tb {
	width: 100%;
	height: 25px;
	background-image: url(/graphics/bg_top_tb.png);
	line-height: 25px;
	text-align: left;
	font-size: 10px;
	text-indent: 10px;
}
.top_tb a {
	font-size: 10px;
}
.miniLogo {
	width: 75px;
	height: 20px;
	margin: 1px 0px 1px 5px;
	border: none;
	vertical-align: middle;
}
a { 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration : none;
}
a:hover { text-decoration : underline; }
a:visited { color : #749ABD; }
a.nounderline { text-decoration : none; }
.nobreak { white-space: nowrap; }
table.bg96F {
	border: #9966FF;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	}
.clear_footer {
	background-color: #D1DDE6;
	width: 1000px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	}
.copyright {
	color: #D1DDE6;
	font-size : 8pt;
	margin: 2px 0px;
	}
span.copyright {
	color: #3871A5;
	}
.copyright a {
	color: #D1DDE6;
	font-size : 8pt;
	text-decoration: underline;
	}
.copyright a:hover {
	color: #D1DDE6;
	font-size : 8pt;
	text-decoration: none;
	}
.copyright a:visited {
	color: #D1DDE6;
	font-size : 8pt;
	}
.error {
	color : #CC0000;
	font-weight : bold;
	}
.title {
	color : #800080;
	font-weight : bold;
	font-size: 11px;
}
.language {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold}
.ylw {
	clear: both;
	background-color: #FF9900;
	color: #000000;
	padding: 5px;
	margin: 12px 0px 6px 0px;
}
.ylw a {
	color: #000000;
}
a.title { color: blue; }
a:hover.title { color: #800080; }
a:visited.title { color: blue; }

a.airline_info {
	text-decortion: none;
	background-color: #3871A5;
	color: #FFFFFF;
	border: 1px #749ABD solid;
	padding: 0px 3px;
}
a:hover.airline_info {
	text-decortion: none;
	background-color: #D1DDE6;
	color: #3871A5;
	border: 1px #3871A5 solid;
	padding: 0px 3px;
}

.txt_ad_table {
	border: 1px solid #9966ff;
	margin: 0px;
	padding: 0px;
	width: 120px;
	background-color: #ccccff;
	}
.text_ad {
	background: #D1DDE6;
	border: 1px solid #3871A5;
	padding: 2px;
	width: 116px;
	text-align: left;
}
#extra, #ads_left {
	float: left;
	width: 140px;
	padding-top: 10px;
}
#windows {
	width: 1000px;
	background-color: #D1DDE6;
	margin-left: auto;
	margin-right: auto;
}
#ads_right {
	float: right;
	width: 140px;
	padding-top: 10px;
}
#groupAirport {
	float: left;
	width: 715px;
	display: block;
	padding-top: 10px;
	
	border-left: 1px solid #3871A5;
	border-right: 1px solid #3871A5;
}
#airportMenu {
	font-size: 10px;
	width: 697px; 
	background-color: #3871A5;
	color: #FFFFFF;
	text-align: left;
	margin: 0px 0px 20px 0px; 
	padding: 3px 0px 3px 3px; 
}
#airportMenu a {
	color: #FFFFFF;
	white-space: nowrap;
	font-size: 10px;
	line-height: 15px;
}
#cheapflights {
	display: block;
	width: 700px;
}
.titleflight {
	display: block;
	width: auto;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	border: 1px #FF9900 solid;
	background-color: #FF9900;
	margin: 10px 0px 20px 0px;
	padding: 5px 0px 5px 5px;
}
.list_dest {
	border: 1px #5191CC solid;
	height: 0px;
	display: none;
	overflow: auto;
	width: auto;
	padding: 5px;
}
.blocflight {
	text-align: left;
	border: 1px #3871A5 solid;
	margin-bottom: 5px;
	padding: 5px 0px 5px 5px;
	width: auto;
	display: block;
	background-color: #749ABD;
}
.blocflightRoll {
	text-align: left;
	border: 1px #3871A5 solid;
	margin-bottom: 5px;
	padding: 5px 0px 5px 5px;
	width: auto;
	display: block;
	background-color: #FFFFFF;
}
#stats {
	padding: 5px 10px 0px 0px;
}
.country {
	font-size: 13px;
	color: #3871A5;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}
.country_list {
	border: 1px #3871A5 solid;
	margin-bottom: 20px;
	width: 49.5%;
}
.country_list_title {
	background-color: #3871A5;
	color: #FFFFFF;
	padding: 5px;
}
.country_list_full {
	padding: 5px;
	margin: 0px;
	text-align: justify;
	height: 350px;
	overflow: auto;
}
.list, .list a {
	font-size: 11px;
}

.list {
	position: inherit;
	margin-left: 30px;
}
table.footer {
	background:url(/graphics/bg_footer_dk.png) #749ABD top left repeat-x;
}
.footer p {
	clear: both;
}
#fly {
	width: 435px;
	height: 126px;
	background:url(/graphics/fly_dk.png) #D1DDE6 top left repeat-x;
}
ul {
	margin: 2px;
	padding: 2px;
}
.top a {
	float: right;
	margin-top:-20px;
	font-size: 10px;
}
/****************** SPECIAL OFFERS ******************/
.sp_bloc {
	float: right;
	width: 300px;
	border: 1px #3871A5 solid;
	padding: 5px;
	margin: 3px 0px;
}
.sp_logo {
	float: left;
	padding: 3px 8px;
}
.sp_list {
	margin-left: 100px;
	margin-top: 0px;
	list-style-type: none;
	padding-left: 25px;
}
.sp_list li {
	margin-left: -20px;
}
.sp_list a {
	font-size: 10px;
}
/*************** END SPECIAL OFFERS ****************/
#result_route {
	width: auto;
	height: auto;
	border: none;
	margin-left: auto;
	margin-right: auto;
}
#result_route h3{
	font-size: 13px;	
}
#result_route h2{
	font-size: 12px; 
	clear: both;
	text-align: left;
	text-indent: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#result_route .via {
	float: left;
	width: 690px;
	margin: 0px 10px;
}
#result_route ul {
	float: left;
	width: 500px;
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	border: 1px #3871A5 solid;
	text-align: left;
	white-space: nowrap;
}
#result_route ul li {
	clear: both;
	margin: 2px;
	height: 20px;
	line-height: 20px;
	padding: 1px;
}
#result_route ul li.dark {
	background-color: #749ABD;
}
#result_route ul li.dark a, #result_route ul li.dark a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#result_route ul li.dark a:hover {
	text-decoration: underline;
}
#result_route ul li.light {
	background-color: #FFFFFF;
}
#result_route ul li.light a, #result_route ul li.light a:visited {
	color: #3871A5;
	text-decoration: none;
}
#result_route ul li.light a:hover {
	text-decoration: underline;
}
#result_route ul li a {
	float: left;
	margin-left: 6px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
#result_route #map_result {
	width: 695px;
	height: auto;

	border: none;
}
#result_route #map_left {
	float: left;
}
#result_route #map_right {
	float: right;
}
#result_route #map_from, #result_route #map_to {
	width: 340px;
	height: 340px;
	border: 1px #3871A5 solid;
	overflow: hidden;
}
#result_route #map_from div, #result_route #map_to div {
	font-size: 11px;
	color: #749ABD;
	text-align: left;
}
#result_route .first_step {
	width: 340px;
	float: left;
}
#result_route .second_step {
	width: 340px;
	float: right;
}
#result_route .first_step h3, #result_route .second_step h3 {
	height: auto;
	text-align: left;
	margin: 6px 0px 3px 0px;
}
#result_route .first_step h3 a, #result_route .second_step h3 a {
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
}
#result_route .first_step h3 a:visited, #result_route .second_step h3 a:visited {
	color: #3871A5;
}
#result_route .first_step h3 a:hover, #result_route .second_step h3 a:hover {
	color: #749ABD;
}
#result_route .first_step ul, #result_route .second_step ul {
	margin-left: 0px;
	width: 340px;
}
#result_route .inter {
	clear: both;
	border-bottom: 1px #3871A5 solid;
	margin-bottom: 10px;
	margin-top: 0px;
}

.best_title {
	padding: 2px;
	margin-right: 10px;
	background-color: #FFCC66;
	border: 1px #FF9900 solid;
	color: #3871A5;
	font-weight: bold;
}
.best_li {
	list-style: none;
	margin: 1px 10px 1px 0px;
	padding: 2px 0px 2px 5px;
	border-bottom: 1px #FF9900 solid;
}
.best_li a:link {
	color: #3871A5;
	text-decoration: none;
}
.best_li a:visited {
	color: #749ABD;
	text-decoration: none
}
.best_li a:hover {
	color: #3871A5;
	text-decoration: underline;
}
/* RHS hotel list display */
.text_ad2{ font-size:10px;margin:4px 10px 10px 10px; border :1px solid #3871AB; background-color: #D1DDE6; text-align:left;paddin-top:0px;}
.text_ad2 .title{color:#ffffff;background-color:#3871A5;margin:0px;}
.text_ad2 ul{font-size:10px;}
.text_ad2 ul li {margin-bottom:3px;}
.text_ad2 li a:link, .text_ad2 li a:visited{ font-size:10px;color:#3871A5;text-decoration:underline;font-weight:bold;display:block;background-color: #D1DDE6}
.text_ad2 li a:hover{background-color:#ffffff;}
.text_ad2 .title a{font-size:10px;;color:#ffffff;background-color:#3871A5;text-decoration:underline;}
.text_ad2 a.h_more{text-align:right}

/*************** VIDEO ******************/
#videoPreview {
	background-color: #000;
	width: 425px;
	height: 380px;
	border: 1px solid #09C;
	z-index: 2000;
	display: none;
	position: absolute;
	top: 170px;
	left: 35%;
	padding: 0 3px 3px 3px;
}
#videoClose {
	padding: 5px;
	text-align: right;
}
#videoClose a {
	color: #FFF;
	margin: 0 4px 0 0;
}
#video {
	height: 555px;
}
/*************** END VIDEO ******************/

/*********** TWITTER FEED ***************/
#twitter_div {
	border: 1px solid #3871A5;
	padding: 0;
	width: 120px;
	text-align: left;
	font-size: 12px;
}
#twitter_div .inner {
	padding: 8px 6px;
}
#twitter_div hr {
	width: 100%;
}
#twitter_div .inner a {
	text-decoration: underline;
	font-size: 12px;
}
#twitter_div p {
	margin: 0;
}
#twitter_div a.twitter {
	text-decoration: none;
}
#twitter_div a.twitter:hover {
	text-decoration: underline;
}
/********* END TWITTER FEED *************/

#wait {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #999;
	width: 100%;
	height: 1000px;
	z-index: 999;
	display: none;
	opacity: 0.7;
	filter: alpha( opacity = 70 );
}

/******* AIRLINES COMPARATOR *********/
#airline {
	background-color: #D1DDE6;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 1000px;
}
#airline select, #airline input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 16px;
	width: 100px;
}
#airline select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
}
#airline input {
	width: auto;
	height: auto;
}
#airline #company_list {
	float: left;
	width: 160px;
	height: 400px;
	overflow: auto;
	border: 1px #3871A5 solid;
	padding: 5px;
}
#airline #company {
	width: auto;
	height: auto;
	padding: 3px;
	border-bottom: none;
}
#airline h1 {
	font-size: 12px;
	background-color: #3871A5;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
}
#airline div {
	height: auto;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px #3871A5 solid;
}
#airline #selection {
	border-bottom: none;
}
#airline div.row_dark {
	background-color: #E2EEF7;
}
#airline div span.span_label {
	float: left;
	display: block;
	width: 18%;
	text-align: right;
	padding: 5px 3px;
}
#airline div span.span_value {
	float: left;
	display: block;
	width: 26%;
	padding: 5px 3px;
}
#airline .clear{
	clear: both;
	border: none;
}
#airline .center {
	text-align: center;
}
#airline div span.label {
	float: left;
	text-align: right;
	width: 49%;
	padding: 5px 3px;
}
#airline div span.value {
	float: right;
	text-align: left;
	width: 49%;
	padding: 5px 3px;
}

/******** WEEFLY HOTEL DEALS ***********/
#weefly {
	width: 110px; 
	padding: 8px 4px; 
	margin: 10px auto; 
	border: 1px solid #3871A5; 
	font-size: 11px;
}
#weefly h3 {
	text-align: center; 
	margin: 0 0 8px 0; 
	font-size: 12px;
}
#weefly a {
	color: #3871A5; 
	text-decoration: none; 
	font-size: 11px; 
}
#weefly a.bold {
	font-weight: bold;
}
/******** BOOKING.COM HOTEL WIDGET ***********/
#HotelWidget {
	width: 120px; 
	margin-bottom: 16px; 
	border:1px solid #749ABD;
	background-color: #FFFFFF;
}
.HotelWidgetHeader {
	background: #749ABD repeat; 
	padding: 4px 0 4px 4px; 
	text-align: left;
	/*border-bottom: solid 1px #3871A5;*/
}
.HotelWidgetHeader a {
	color: #fff; 
	text-decoration: none;
	font-family: Arial; 
	font-size: 11px; 
}
#HotelWidgetContent{
	width: 100px;
	height: 400px;
	margin: 0;
	float: left;
	background: #fff;
	overflow: hidden;
	text-align: left;
}
#HotelWidget .hotelTitle {
	font-weight: bold;
	margin: 0;
}
.hotelTitle a:link, .hotelTitle a:visited {
	color: #3871A5;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}
#HotelWidget .hotelItem {
	font-family: Arial;
	font-size: 11px;
	color: grey;
	margin: 0 0 2px 0;
}
#HotelWidget .hotelMore {
	margin: 0;
	padding-right: 0;
	text-align: right;
}
#HotelWidget .hotelMore a:link, #hotelWidget .hotelMore a:visited {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}
.scrollbar-vert{
	height: 400px;
	width: 16px;
	float: right;
	margin: 0;
	padding: 0;
	background: url("http://www.whichbudget.com/graphics/scrollBarBgn.png") repeat-y;
}
.handle-vert{
	height: 75px;
	background: url('http://www.whichbudget.com/graphics/scrollBar.png') no-repeat;
}

