/*@charset "utf-8";*/
/* CSS Document */

/* --------------------------------------------------------
standard
---------------------------------------------------------*/
img {vertical-align:bottom;}
p{
	padding:0 0 15px 0;
}
a:link, a:visited
{
	text-decoration:underline;
	color:#0022b3;
}
a:hover{
	color:#CC2036;
}
h2{
	font-size:14px;
}
h3{
	font-size:12px;
	font-weight:bold;
}

/* --------------------------------------------------------
Body + Page Sizes
---------------------------------------------------------*/
BODY{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	font-size: 11px;	
	background-color: #a7beea;					
	background-attachment: scroll;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align:center;
	color:#000000;
}

#main_container{
	width:900px;
	margin:0 auto;
	background-color:#FFF;
	padding:0 20px;	
	text-align:left;
}

/* --------------------------------------------------------
Page
---------------------------------------------------------*/
#header{
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left 35px;
	height: 100px;
	padding-top:10px;
	text-align:right;
}
.pagination{
	padding:20px 0;
	text-align:right;
}
.pagination table{
	
}
.pagination td{
	padding:0 10px;
	vertical-align:middle;
	height:22px;
}
.pagination ul{
	margin-top:3px;
}
.pagination ul li{
	display: inline; 
	margin-left:5px;
}
.pagination  ul li a:link, .pagination  ul li a:visited{
	color: #000;
	padding: 2px 5px;
	border:1px solid #a71a1a;
	text-decoration:none;
}
.pagination  ul li a:hover{
	text-decoration:underline;
}
.pagination  ul li a:link.current, .pagination  ul li a:visited.current{
	background-image: url(../images/pagination_selected.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color:#FFF;
}
.top_offers{
	
}
.top_offers .topic{
	font-size: 12px;
	color: #FFF;
	text-transform:uppercase;
	background-image: url(../images/res_head_bgDFI.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	height:22px;
	padding:8px 8px 0 8px;
	font-weight:bold;
} 



.top_offers .content{
	border-bottom:1px solid #1f54bc;
	border-left:1px solid #1f54bc;
	border-right:1px solid #1f54bc;
}
.top_offers .offer_scroll{
	background-image: url(../images/offers_scroll_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:22px;
}
#containerscroller{
	overflow:hidden;
	position:relative;
	width:745px; 
}
.top_offers .offers_container{
	
}
.top_offers .offers_container td{
	vertical-align:top;
}
.offer{
	float:left;
	text-align:center;
	padding:10px 5px;
	width:150px;
}
.offer img{
	margin-bottom:5px;
}
.offer .price{
	font-size:16px;
	color:#07399c;
	padding:5px 0 2px 0;
	font-weight:bold;
}
.offer .nonstop{
	color:#07399c;
	font-weight:bold;
} 

.results_set{
	margin:15px 0 20px 0;
}
.results_set .topic{
	font-size: 12px;
	color: #FFF;
	text-transform:uppercase;
	background-image: url(../images/res_head_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	height:22px;
	padding:8px 8px 0 8px;
	font-weight:bold;
}

.results_set .topicDFI{
	font-size: 12px;
	color: #FFF;
	text-transform:uppercase;
	background-image: url(../images/res_head_bgDFI.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	height:22px;
	padding:8px 8px 0 8px;
	font-weight:bold;
}



.results_set .content{
	border-bottom:1px solid #1f54bc;
	border-left:1px solid #1f54bc;
	border-right:1px solid #1f54bc;
	background-color:#FFFFFF;
}
.separate_direction{
	background-image: url(../images/results_separator.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	
}
.direction{
	
	vertical-align:middle;
	text-transform:uppercase;
	font-weight:bold;
	width:60px;
	width:60px;
	background-image: url(../images/results_separator.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding:5px;
	margin-bottom:3px;
}

.direction2{
	
	vertical-align:middle;
	text-transform:uppercase;
	font-weight:bold;
	width:60px;
	width:60px;
	/*background-image: url(../images/results_separator.gif);*/
	background-repeat: repeat-x;
	background-position: left bottom;
	padding:5px;
	margin-bottom:3px;
}
.direction_ff_fix
{
	width:70px;
	width:76px;
}
.options_ff_fix
{
	margin-bottom:3px;
	height:31px;
}
.options_ff_fix_up
{
	margin-bottom:2px;
	height:30px;
}
.depart{
	background-color:#d3e1e7;
	margin-bottom:3px;
	
}
.depart td{
	padding:5px;
}
.return{
	background-color:#e9e9e9;
	margin-bottom:3px;
}
.return td{
	padding:5px;
}
.hotel{
	background-color:#e9e9e9;
	margin-bottom:3px;
	
}
.hotel td{
	padding:5px;
	vertical-align:top;
}
.flight{
	width:160px;
}
.local_time{
	width:220px;	
}
.airport{
	
}
.book_this_flight td{
	padding:5px;
	background-color:#dbdbdb;
}
.book_this_flight a:link, .book_this_flight a:visited, .book_this_flight a:hover {
	color:#0022b3;
	text-transform:uppercase;
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
}

#footer{
	padding:20px 0 50px 0;
	font-size:12px;
}
#footer .links{
	border-bottom:1px solid #1f54bc;
	border-top:1px solid #1f54bc;
	padding:10px;
	text-align:center;
}
#footer .links a:link, #footer .links a:visited{
	color:#0022b3;
	text-decoration:none;
}
#footer .links a:hover{
	text-decoration:underline;
}
#footer .logos{
	text-align:center;
	margin-bottom:30px;
	border-bottom:1px solid #1f54bc;
}
#footer img{
	padding:15px 14px;
}
#footer .contact{
	font-size:11px;
	letter-spacing:0px;
}

/* 30/08/2009 */
.desplay_panel{
	margin-bottom:20px;
	margin-top:5px;
}
.desplay_panel .topic{
	font-size: 12px;
	color: #FFF;
	background-image: url(../images/res_head_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	height:22px;
	padding:8px 8px 0 8px;
	font-weight:bold;
	width:884px;
}

.desplay_panel .topicDFI{
	font-size: 12px;
	color: #FFF;
	background-image: url(../images/res_head_bgDFI.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	height:22px;
	padding:8px 8px 0 8px;
	font-weight:bold;
	width:884px;
}
.desplay_panel .topicDFIHotel{
    font-size: 12px;
    color: #FFF;
    text-transform:uppercase;
    background-image: url(../images/res_head_bgDFIHotel.gif);
    background-repeat: no-repeat;
    background-position: left top;   
    height:22px;
    padding:8px 8px 0 8px;
     font-weight:bold;
}
.desplay_panel .content{
	border-bottom:1px solid #1f54bc;
	border-left:1px solid #1f54bc;
	border-right:1px solid #1f54bc;
}
.desplay_panel .sub{
	
}
.desplay_panel .sub th{
	background-image: url(../images/offers_scroll_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-transform:uppercase;
	font-weight:bold;
	padding:5px
}
.desplay_panel .sub td{
	padding:5px;
	vertical-align:top;
}

.desplay_panel .hotel_availability{
	background-color:#FFF;
	border:1px solid #000000;
}
.desplay_panel .hotel_availability th{
	background-image: url(../images/offers_scroll_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight:bold;
	padding:5px
}
.desplay_panel .hotel_availability td{
	padding:5px;
	vertical-align:top;
}
.desplay_panel .hotel_availability .radio{
	margin:0;
	padding:0;
	vertical-align:top;
}


.search_panel{
	margin-bottom:20px;
	margin-top:5px;
}
.search_panel .topic{
	font-size: 12px;
	color: #FFF;
	background-image: url(../images/search_head_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	height:22px;
	padding:8px 8px 0 8px;
	font-weight:bold;
}
.search_panel .content{
	border-bottom:1px solid #1f54bc;
	border-left:1px solid #1f54bc;
	border-right:1px solid #1f54bc;
}
.search_panel .sub{
	
}
.search_panel .sub th{
	background-image: url(../images/offers_scroll_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-transform:uppercase;
	font-weight:bold;
	padding:5px
}
.search_panel .sub td{
	padding:5px;
	vertical-align:top;
}
.even_more{
	background-color:#cedaf3;
	color:#1150b0;
	margin-top:10px;
	border-top:1px solid #1150b0;
}
.even_more th{
	font-weight:bold;
	text-transform:uppercase;
}
.even_more th{
	padding: 10px 5px 5px 5px;
	
}
.even_more td{
	padding: 5px 5px 10px 5px;font-size:12px;
}




.column1{
	width:526px;
}
.page_topic{
	margin-bottom:13px;
}
.week_offer img{
	padding-bottom:20px;
}
.title{
	color:#1335a4;
	font-size:18px;
	font-weight:normal;
	padding-bottom:10px;
}
.subscription{
	margin-bottom:20px;
}
.subscription td{
	text-align:right;
	margin-bottom:15px;
	height:24px;
}
.noborder{
	border:none;
}
.subscribe a:link, .subscribe a:visited{
	font-weight:bold;
	text-decoration:none;
}
.subscribe a:hover{
	text-decoration:underline;
}
.ads{}
.ads img{
	margin-bottom:10px;
	border:none;
}

.refine td{
	padding:5px;
	vertical-align:middle;
}
.success{
	border:1px solid #58cf58;
	background-color:#d3fdd3;
	padding:25px;
	text-align:center;
	color:#03911b;
	font-weight:bold;
	font-size:12px;
	margin:15px 0 15px 0;
}
.fail{
	border:1px solid #ef0000;
	background-color:#ffe8e8;
	padding:25px;
	text-align:center;
	color:#ce0000;
	font-weight:bold;
	margin:15px 0 15px 0;
}
.hiddenPanel{
	display:none;
	padding:10px 0;
	color:#1335a4;
	font-size:11px;
}.rules{
	margin-bottom:20px;
}
.rules td{
	padding:10px 0;
	vertical-align:top;
}
.devider td{
	background-attachment: scroll;
	background-image: url(../images/search_devider.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	height:7px;
	font-size:5px;
	padding-left:0px;
}
.hide{
	display:none;
}
.show{
	display:block;
}
.tags{}
.tags div.colomn{
	width:22%;
	float:left;
	margin-right:25px;
}
.tags div.colomn a:link, .tags div.colomn a:visited{
	background-attachment: scroll;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left:20px;
}

/* --------------------------------------------------------
Text
---------------------------------------------------------*/
.text_right{
	text-align:right;
}
.text_center
{
	text-align:center;
}
.bold{
	font-weight:bold;
}
.red{
	color:#CC2036;
}
.upper{
	text-transform:uppercase;
}
.scroll_copy{
	height:80px;
	overflow:auto;
	color:#1335a4;
}
.scroll_copy p{
	padding-bottom: 10px;
}
.text_size_0{font-size:9px;}
.text_size_1{font-size:10px;}
.text_size_2{font-size:11px;}
.text_size_3{font-size:12px;}
.text_size_4{font-size:14px;}
.text_size_5{font-size:16px;}
.text_size_6{font-size:18px;}
.text_size_7{font-size:20px;}
.text_size_8{font-size:22px;}




.white{
	color:#ffffff;
}
.black{
	color:#000000;
}


/* --------------------------------------------------------
Margins
---------------------------------------------------------*/
.top_margin_10{margin:10px 0 0 0;}
.top_margin_20{margin:20px 0 0 0;}
.top_margin_30{margin:30px 0 0 0;}
.bottom_margin_10{margin:0 0 10px 0;}
.bottom_margin_20{margin:0 0 20px 0;}
.bottom_margin_30{margin:0 0 30px 0;}
.left_margin_10{margin:0 0 0 10px;}
.left_margin_20{margin:0 0 0 20px;}
.left_margin_30{margin:0 0 0 30px;}
.right_margin_10{margin:0 10px 0 0;}
.right_margin_20{margin:0 20px 0 0;}
.right_margin_30{margin:0 30px 0 0;}
.bottom_padding_10{padding:0 0 10px 0;}
.bottom_padding_20{padding:0 0 20px 0;}
.bottom_padding_30{padding:0 0 30px 0;}
.margin0{margin:0 !important;}
.full_padding_10{padding:10px;}
.full_padding_20{padding:20px;}
.full_padding_30{padding:30px;}
.side_margin_20{
	margin-left: 20px;
	margin-right: 20px;
}
.btn_margin{
	margin-top:10px; 
	margin-bottom:10px;
	margin-top:0px; 
	margin-bottom:0px;
	padding-top:10px; 
	padding-bottom:0px;
	
}
.white_pading{
	background-color:#ffffff;
	padding:4px;
}
.white_pading2{
	background-color:#ffffff;
	padding:20px;
}
.browser_fix1{
	margin-top:2px;
	margin-top:7px;
}
.show_hide_options
{
	text-align: right; 
	background-color:#ffffff; 
	padding:5px; 
	margin-bottom:5px;
	display:block;
	/*width:803px;
	width:791px;*/
}
.show_hide_options a
{
	color:blue; 
}
/* --------------------------------------------------------
Widths
---------------------------------------------------------*/
.width_liquid_10{width:10%;}
.width_liquid_15{width:15%;}
.width_liquid_20{width:20%;}
.width_liquid_22{width:22%;}
.width_liquid_25{width:25%;}
.width_liquid_30{width:30%;}
.width_liquid_32{width:32%;}
.width_liquid_33{width:33%;}
.width_liquid_35{width:35%;}
.width_liquid_38{width:38%;}
.width_liquid_40{width:40%;}
.width_liquid_43{width:43%;}
.width_liquid_48{width:48%;}
.width_liquid_50{width:50%;}
.width_liquid_55{width:55%;}
.width_liquid_60{width:60%;}
.width_liquid_65{width:65%;}
.width_liquid_75{width:75%;}
.width_liquid_98{width:98%;}
.width_liquid_100{width:100%;}


.widthSize0{width:20px;}
.widthSize0_1{width:25px;}
.widthSize0_2{width:30px;}
.widthSize0_3{width:40px;}
.widthSize0_4{width:45px;}
.widthSize1{width:50px;}
.widthSize1_1{width:55px;}
.widthSize1_2{width:60px;}
.widthSize1_3{width:65px;}
.widthSize1_4{width:70px;}
.widthSize2{width:75px;}
.widthSize2_1{width:80px;}
.widthSize2_2{width:85px;}
.widthSize2_3{width:90px;}
.widthSize2_4{width:95px;}
.widthSize3{width:100px;}
.widthSize4{width:125px;}
.widthSize4_1{width:130px;}
.widthSize4_2{width:135px;}
.widthSize4_3{width:140px;}
.widthSize4_4{width:145px;}
.widthSize5{width:150px;}
.widthSize6{width:175px;}
.widthSize6_1{width:180px;}
.widthSize6_2{width:185px;}
.widthSize6_3{width:190px;}
.widthSize6_4{width:195px;}
.widthSize7{width:200px;}
.widthSize8{width:225px;}
.widthSize8_1{width:230px;}
.widthSize8_2{width:235px;}
.widthSize8_3{width:240px;}
.widthSize8_4{width:245px;}
.widthSize9{width:250px;}
.widthSize10{width:275px;}
.widthSize11{width:65px;}
.widthSize12{width:245px;}
.widthSize13{width:122px;}
.widthSize14{width:300px;}
.widthSize15{width:325px;}
.widthSize16{width:350px;}
.widthSize17{width:375px;}
.widthSize18{width:400px;}
.widthSize19{width:425px;}
.widthSize20{width:450px;}
.widthSize21{width:475px;}
.widthSize22{width:500px;}
.widthSize23{width:525px;}
.widthSize24{width:550px;}
.widthSize25{width:575px;}
.widthSize26{width:600px;}
.widthSize27{width:625px;}
.widthSize28{width:650px;}
.widthSize29{width:675px;}
.widthSize30{width:700px;}
.widthSize31{width:725px;}
.widthSize32{width:750px;}
.widthSize33{width:775px;}
.widthSize34{width:800px;}


/* --------------------------------------------------------
Navigation
---------------------------------------------------------*/
#header{}
#header ul{
	font-size: 11px;
	overflow: hidden;	
	margin-right:-10px;
}
#header ul li{
	display: inline;
}
#header ul li a:link, #header ul li a:visited{
	color: #000;
	padding: 0 8px 0 8px;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../images/header_nav_separator.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#header ul li a:hover, #header ul li .current{
	text-decoration:underline;
}
#header ul li a:link.last, #header ul li a:visited.last{
	background-image: url(../images/blank.gif);
}


#navigation{
	padding:10px 15px 0 5px;
	color:#ffffff;
	font-size:13px;
	margin:8px 0 8px 0;
	background-image: url(../images/nav_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:30px;
}
#navigation ul{
	overflow: hidden;
	margin-right:-8px;
}
#navigation ul li{
	display: inline;
	padding: 0 10px 0 8px;
	padding: 0 10px 0 10px;
	background-attachment: scroll;
	background-image: url(../images/main_nav_separator.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#navigation ul li.last{
	display: inline;
	padding: 0 12px 0 10px;
	background-attachment: scroll;
	background-image: url(../images/blank.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#navigation ul li a:link, #navigation ul li a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#navigation ul li a:hover, #navigation ul li.current{
	color: #c9d9f0;
	
}
.hot_special a:link, .hot_special a:visited{
	Color:#ffffff;
	text-decoration:none;
}
.hot_special a:hover{
	Color:#f0cfcf;
	text-decoration:none;
}


/* --------------------------------------------------------
Aligning
---------------------------------------------------------*/
.align_left{float:left;}
.align_right{float:right;}
.clear_all{clear:both;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* --------------------------------------------------------
Form Elements
---------------------------------------------------------*/
INPUT, SELECT{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	font-size: 11px;
	/*border:1px solid #0022b3;*/
}
.inputtext_size0{
	width:50px;
	font-size:11px;
	padding:3px 3px 3px 2px;
}
.inputtext_size1{
	width:200px;
	font-size:11px;
	padding:3px 3px 3px 2px;
}
.inputtext_size2{
	width:200px;
	font-size:11px;
	padding:2px 3px 2px 2px;
}
.inputtext_size3{
	width:100px;
	font-size:11px;
	padding:2px 3px 2px 2px;
}
.inputtext_size4{
	width:125px;
	font-size:11px;
	padding:2px 3px 2px 2px;
}

.select{
	font-size:11px;
	height:21px;
}
.select_size1{
	width:207px;
}
.select_size4{
	width:132px;
}
.radio, .check{
	border:none;
	padding:0 !important;
}
.radio_label{
	padding:0 0 0 5px;
	padding:3px 0 0 5px;
}
.datetext
{
	height:21px;
}
/* --------------------------------------------------------
Sort Control
---------------------------------------------------------*/


/* --------------------------------------------------------
Floating Panels
---------------------------------------------------------*/


/* --------------------------------------------------------
test classes
---------------------------------------------------------*/
.testborder{border:1px solid #ff0000;}


/*---newly added by dharshana---*/

/* --------------------------------------------------------
Error Panels
---------------------------------------------------------*/
.error_panel{
	margin:5px 0;
	padding:10px;
	background-color:#ffdede;
	border:solid 1px #d40000;
	color:Red;
}

.error_textBox{	
	background-color:red;
	border:solid 1px #d40000;	
}

#divErrorMessage
{
	color:Red;
	font-size:12px;
	font-weight:bold;	
	padding-bottom:10px;
}
.divErrorMessage
{
	color:Red;
	font-size:12px;
	font-weight:bold;	
	/*padding-bottom:10px;*/
}


.tdbodyCalendar
{
 border-bottom: 1px #D1D1D1 solid;
 border-left: 1px #D1D1D1 solid;
 border-right: 1px #D1D1D1 solid;
 border-top: 1px #D1D1D1 solid;
 text-align: center;
 padding-top: 4px;
 padding-bottom: 4px;
 padding-left: 8px;
 padding-right: 0px;
/* width:75px;*/
 color:#354E5C;

 }
  .tdbodyCalendarDeparture
{
 border-bottom: 1px #D1D1D1 solid;
 border-left: 1px #D1D1D1 solid;
 border-right: 1px #D1D1D1 solid;
 border-top: 1px #D1D1D1 solid;
 text-align: left;
 padding-top: 4px;
 padding-bottom: 4px;
 padding-left: 8px;
 padding-right: 0px;
/* width:75px;*/
 color:#354E5C;

 }
 .SelectedPriceCalender
 {
 float:left;
 padding-left:5px;
 height:50px;
 width:210px;
 vertical-align:middle;
 text-align:center;
 color:#ffffff;
 /*background:#E8EFF4;
 border-color:#354E5C;
 border-width:2px;
 border:solid 2px #354E5C; 	*/
 FONT-WEIGHT: bold;
 FONT-SIZE: 20px;
 FONT-FAMILY: Arial, Helvetica, sans-serif;
 TEXT-DECORATION: underline;
 }
.SelectedPriceContinue
 {
 float:left;
 padding-left:5px;
 vertical-align:middle;
 text-align:center;
 FONT-WEIGHT: bold;
 FONT-SIZE: 20px;
 FONT-FAMILY: Arial, Helvetica, sans-serif;
 TEXT-DECORATION: underline;
 padding-top:20px;
 background-color:#ffffff;
  width:208px;
  padding-bottom:20px;
 }
 
 .grid_header_light
{	
	background-color:#3F71D0;
	font-size: 11px;	
	margin-bottom: 10px;
	width:100%;
}

.grid_header 
{	
	background-color:#3F71D0;
	font-size: 11px;	
	margin-bottom: 10px;
	width:100%;
}
.grid_header tr, .grid_header_light tr{
	height:30px;
} 
.grid_header th, .grid_header_light th{	
	text-align:left;
	font-size:11px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	padding: 0 0 0 5px;
} 

.tabs
{
	margin-top:10px;
	padding:5px 0 0 0;
    position:relative;
    top:1px;
    left:10px;
}
.tabs table.tab
{	
	border-top:solid 1px black;
	border-left:solid 1px black;
	border-right:solid 1px black;
	border-bottom:solid 1px black;
	background-color:#eeeeee;
	height:25px;
}
.tabs table.selectedTab
{	
	border-bottom:solid 1px white;
	background-color:white;
}
.tabs table.tab a:link,.tabs table.tab a:visited
{
	margin:10px;
	text-decoration:none;
}
/*.tab{
    /*border:solid 1px black;
    background-color:#eeeeee;
    padding:10px;
    height:30px;
}*/
a:link.selectedTab, a:visited.selectedTab, a:hover.selectedTab{
	
}
.tabContents{
    border:solid 1px black;
    padding:10px;
    background-color:white;
}
#tdGeneral1, #tdGeneral2
{
	padding-right:20px;
	vertical-align:top;
	width:50%;
}
#tdHotelFacilities
{
	vertical-align:top;
}

.Search_Box{
	background-color:#cedaf3;
	color:#1150b0;
	margin-top:10px;
	border-top:1px solid #1150b0;
	border-left:1px solid #1150b0;
	border-bottom:1px solid #1150b0;
	border-right:1px solid #1150b0;
}
.Search_Box th{
	font-weight:bold;
	text-transform:uppercase;
}
.Search_Box th{
	padding: 10px 5px 5px 5px;
	
}
.Search_Box td{
	padding: 5px 5px 10px 5px;font-size:11px;
}


.page_topic_Insurance{
	margin-bottom:13px;
	font-size:35px;
	color:#1335A4;
	font-weight:bold;
	
}

.page_topic_Insurance2{
	margin-bottom:13px;
	font-size:26px;
	color:#1335A4;
	font-weight:900;
	padding-left:220px;
	
}

.scroll_copy_offer{
	height:150px;
	overflow:auto;
	color:#1335a4;
}
.scroll_copy_offer p{
	padding-bottom: 10px;
}


.Search_Box2{
	background-color:#cedaf3;
	color:#1150b0;
	
	margin-top:10px;
	border-top:3px solid #1150b0;
	border-left:3px solid #1150b0;
	border-bottom:3px solid #1150b0;
	border-right:3px solid #1150b0;
}
.Search_Box2 th{
	font-weight:bold;
	text-transform:uppercase;
	
	
	
}
.Search_Box2 th{
	padding: 10px 5px 5px 5px;
	
}
.Search_Box2 td{
	padding: 3px 3px 3px 3px;font-size:11px;
}

.TabMenu
{
color:#000000;
font-family: Arial, Helvetica, sans-serif; 
font-size:11px;
line-height:25px;
background-color:#ffffff;
padding:1px;
padding-left:5px;
padding-right:5px; 
display: block; 
font-weight:bold;
BORDER: #aaa 1px solid;
}


.TabMenuSelected
{
color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif; 
font-size:11px;
line-height:25px;
background-color:#cedaf3;
padding:1px;
padding-left:5px;
padding-right:5px; 
display: block; 
font-weight:bold;
}

.Travel_Box1{
	background-color:#ffffff;
	color:#1150b0;
	
	margin-top:2px;
	border-top:1px solid #1150b0;
	border-left:1px solid #1150b0;
	border-bottom:1px solid #1150b0;
	border-right:1px solid #1150b0;
	padding: 5px 5px 5px 5px;
}

.link_Panel
{
	background-color:#ffffff;
	border-bottom:1px solid #1150b0; 
	color:#1150b0; 
	font-weight:bold; 
	text-align:left; 
	height:25px;
	padding-left:10px;
}

.link_Panel_Text a:link, .subscribe a:visited{
	font-weight:bold;
	text-decoration:none;
	
}
.link_Panel_Text a:hover{
	text-decoration:none;
}
	
	
	 .list
{
border: 1px solid blue;
list-style-type: none;
margin: 0px;
background-color: #FFF;
text-align: left;

}

ul.list li 
{
	padding: 2px 5px;
}

.listitem 
{
	color: blue;
	cursor:pointer;

}

.hoverlistitem 
{
	background-color: #B9D3FB;
	cursor:pointer;
}

.businessClass_Content {
	background-color:#ebf1ff;
	padding:4px;
	font-size:11px;
	color:#012c73;
	font-family:Arial, Verdana, Geneva, sans-serif;
}

.businessClass_Footer {
	background-color:#ccdbff;
	padding:4px;
	border:1px solid #79a0ff;
	font-size:11px;
	color:#012c73;
	font-family:Arial, Verdana, Geneva, sans-serif;
}

#changesearch
{
	float		: left;
	width 		: 150px;
	border		: 1px solid #5C5A5D;
	background-color:#E9E9E9;
	
}

#changesearch .width140
{
	width		: 140px;
}

#changesearch div
{	
	padding		: 0px 5px 5px 5px; 
}
#changesearch .sub
{
	float:left;
	padding:0px 0px 0px 5px;
	width:50px;
}


.topicmini{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FFF;
	width: 150px;
	background-image: url(../images/serch_head_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	
}

.results_set .topicDFI2{
	font-size: 12px;
	color: #FFF;
	text-transform:uppercase;
	background-image: url(../images/res_head_bgDFI2.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	height:22px;
	padding:8px 8px 0 8px;
	font-weight:bold;
}

.gridHeader
{
	color:#ffffff;
	font-family:Verdana;
	font-weight:bold;
	/*font-size:xx-small;*/  
	border-style:none;
	background-color:#666666; 
	min-height:25px;
}

.gridHeader a
{
	font-weight:bold;
	color:#ffffff;	 
	
}

.contents
{
    display: block;
    padding: 0;
    border: 1px dotted #3F98D4;
    width: 100%;
}

