/* CSS Document */
html, body {
        background-image: url('../images/bg_template_960_extended.gif'); /** Link to the image you created **/
        background-repeat: repeat-y; /** Repeats the image vertically **/
        background-position: center; /** Centers the Background image **/ 
		/*height: 100%;
		min-height:100%;*/
 }
/*Text*/
.smallText {
	FONT-SIZE: 10px; FONT-FAMILY: Arial, helvetica, sans-serif;
}
.smallTextLight {
	FONT-SIZE: 10px; FONT-FAMILY: Arial, Helvetica, sans-serif; color: #CCCCCC; text-decoration: underline; color: #CCCCCC;
}
.smallTxtWhite {
	FONT-SIZE: 10px; FONT-FAMILY: Arial, Helvetica, sans-serif; color: #FFFFFF; color: #FFFFFF;
}
.navText {
	FONT-SIZE: 13px; FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.normalTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.normalTxtLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.largeTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
.footer {
	FONT-SIZE: 10px; FONT-FAMILY: Arial, helvetica, sans-serif;
	background-color:#D5D5FF;
	text-align:center;
	padding: 10px;
	line-height:1.5em;
    /*bottom:0px;*/
	/*width: 940px;*/
    /*height:135px; */  /* Height of the footer */
	/*position: relative;*/
}
.headerTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.welcome_text {
	font-family:"Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	font-size:16px;
	padding-left: 80px;
 	font-weight: bold;
	color: #000066;
}
.translate_tool {
	float:right;
	position:relative;
	padding-right: 5px;
}
.boxHeader {
	background-color: #CC00FF;
	padding: 4px;
}
.bookingAvailTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #F5F5F5;
}
.bookingAvailTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
}
.searchBoxText {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000099;
}
.right-box {
 		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		text-align: center;
}
.cityText {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #EEEEEE;
		text-align: center;
}
.adHeading {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #FFFFFF;
        text-decoration: none;
}
.highlight { 
	background: #FFFF66;
}
.blacktext {
	color: #000000;
}
.smallCaps { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
 }
h1 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9; 
 	display: inline;
	} 
h2 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12; 
	font-weight: bold;
	display: inline;
	} 
	
.info_msg, .success_msg, .warning_msg, .error_msg {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px;
	 -moz-border-radius: 0.5em;
	 -webkit-border-radius: 0.5em;
}
.info_msg {
	color: #00529B;
	background-color: #FFF8CC;
	border-color: #FFE222;
	background-image: url('../images/message_icons/info.png');
 }
.success_msg {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../images/message_icons/success.png');
}
.warning_msg {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/message_icons/warning.png');
}
.error_msg {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/message_icons/error.png');
}
/*menu tabs */
ul.tabs_main {
	float:left;
	margin:0px;
	padding: 0px;
}
ul.tabs_main li {
	list-style: none;
 	float: left;
	width: 115px;
	height:30px;
 	margin: 0px;
	PADDING: 0px;
  	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	BORDER-RIGHT: #666666 1px solid;
	BORDER-TOP: #BCBCBC 1px solid;
 	BORDER-LEFT: #E9E9E9 1px solid;
	z-index:1; /*need this for IE, in addition to subnav zindex */
 }
 
 ul.tabs_main li:hover span{
 	BORDER-LEFT: #000099 1px solid; /* left border when tabs hovered. Span to prevent settings going to sub menu */
 }
/*this handles the text of main tabs */
ul.tabs_main li a{
	padding: 10px 0px;
 	color: #000;
	display: block; /*expand the clickable area to whole tab*/
	text-decoration: none;
  
  }
/*ul.tabs_active li a:hover{
	background: url(topnav_hover.gif) no-repeat center top;
}*/
/*this handles the drop icon of main tabs */
ul.tabs_main li span { /*--Drop down trigger styles--*/
	/*width: 15px;
	height: 30px;
	float:right;
  	background: url('../images/menu_open.gif') no-repeat 85px 10px;*/
}


ul.tabs_main li span.subhover {cursor: pointer;} /*--Hover effect for trigger--*/
/*this handles the sub menu container */
ul.tabs_main li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; 
	top: 30px; /*distance of sub menu from top menu */
	background: #5382A1;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 150px;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	border-left: 1px solid #111;
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
	z-index:1; /*makes menu go above all rest */
}
/*this handles the sub menu items */
ul.tabs_main li ul.subnav li{
	margin: 0; padding: 0;
	/*border-top: 1px solid #252525; *//*--Create bevel effect--*/
	/*border-bottom: 1px solid #444;*/ /*--Create bevel effect--*/
	clear: both;
	width: 150px;
	background-color:#000099;
	
}
/*this handles the sub menu text */
ul.tabs_main li ul.subnav li a {
	float: left;
	width: 150px;
	height:10px;
  	color: #fff;
	font-size:11px;
}
ul.tabs_main li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #5382A1;
}

.tabs_active {
 	BACKGROUND-COLOR: #000099;
	text-align: center;
	cursor: pointer; 
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
  	text-decoration: none;
 }
 
.tabs_active a:link{ color: #FFFFFF;text-decoration: none; }
.tabs_active a:visited{ color: #FFFFFF; text-decoration: none;}
.tabs_inactive {
 	BACKGROUND-COLOR: #DADADA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	cursor: pointer; 
	text-decoration: none;
}

.tabs_inactive span {
	float:right;
  	background: url('../images/menu_open.gif') no-repeat 85px 10px;
}

.tabs_active span {
	float:right;
   	background: url('../images/white-arrow-down_small.png') no-repeat 84px 9px;
}

ul li.tabs_active {
	BORDER-LEFT: #000099 1px solid; /*left border of selected tab*/
	border-top: #3333FF 1px solid;

}

 .tabs_inactive a:link{ color: #666666;text-decoration: none; }
.tabs_inactive a:visited{ color: #666666; text-decoration: none;}
.tabs_inactive a:hover{ color: #FFFFFF; text-decoration: none; }

/*Boxes*/
.line {
	BORDER-BOTTOM: #3300CC 1px dotted;
}
.bottomLine {
	BORDER-BOTTOM: #B62DFF 1px dotted;
}
.rightLine {
	BORDER-RIGHT: #B62DFF 1px dotted;
}
.loginBox {
	padding:4px 5px 6px 5px; 
	color: #0000000; 
	background-color: #f8f8f8; 
	border: #cccccc 1px solid; 
	font-size:1em; 
	height: 2em; /*height for text box for IE fix */
	-moz-box-shadow: inset 1px 1px 3px #ccc;
	-webkit-box-shadow: inset 1px 1px 3px #ccc;
	box-shadow: inset 1px 1px 3px #ccc;
}
.dotBox {
	    BORDER: #000099 1px dotted;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		text-align: center;
}
.flatBox {
    font-size:10pt; border:1; border-color:#000000; border-style:solid;
}
.smallBox {
    font-size:8pt;
}
.boxSidesBorder {
	BORDER-RIGHT: #B62DFF 1px solid; PADDING-RIGHT: 3px; PADDING-LEFT: 3px; FONT-SIZE: 11px; PADDING-BOTTOM: 0px; BORDER-LEFT: #B62DFF 1px solid; COLOR: #fff; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #F5F5F5
}
.box2SidesBorder {
	BORDER-RIGHT: #B62DFF 1px solid; PADDING-RIGHT: 3px; PADDING-LEFT: 3px; FONT-SIZE: 11px; PADDING-BOTTOM: 0px; BORDER-BOTTOM: #B62DFF 1px solid; COLOR: #fff; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #F5F5F5
}
.box4SidesBorder {
	BORDER-RIGHT: #B62DFF 1px solid; BORDER-BOTTOM: #B62DFF 1px solid; BORDER-TOP: #B62DFF 1px solid; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 11px; PADDING-BOTTOM: 0px; BORDER-LEFT: #B62DFF 1px solid; COLOR: #fff; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #F5F5F5
}
.boxBottomBorder {
	BORDER-BOTTOM: #B62DFF 1px solid; BACKGROUND-COLOR: #F5F5F5
}
.boxTopBorder {
	BORDER-TOP: #B62DFF 1px solid; BACKGROUND-COLOR: #F5F5F5
}
.boxleftBorder {
	BORDER-LEFT: #000099 1px dotted; 
	height: 100%;
}
.mainBoxTop {
	border-top: #330066 1px solid; 
	border-left: #330066 1px solid; 
	border-bottom: #330066 1px solid;
    background-color: #5382A1;
}
.mainBoxBody {
	border-right: #330066 1px solid; 
	border-left: #330066 1px solid; 
	border-bottom: #330066 1px solid;
}
.nav {
	border:solid 1px #9aafe5;
	color:#003399;
  	font-weight:bold;
	padding:3px 4px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:inline-block;
}
.nav_active {
	border:solid 1px #9aafe5;
	background:#A8BEFF;
	color:#003366;
  	font-weight:bold;
	padding:4px 5px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	display:inline-block;
}
.ads_summary_box
{
	width:630px;
	height:200px;
	/*border:1px solid gray;*/
	margin:10px 5px 20px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color:#EDEDED;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
	box-shadow: 0 0 10px #888;
}
/*.ads_summary_box:hover {
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
	box-shadow: 0 0 10px #888;
}*/
.ads_summary_box h5 {
	background-color: #5382A1;
 	text-align: left;
	font-weight:bold;
	margin: 0px;
	padding: 5px 3px 8px 3px;
	color:#FFFFFF;
	-moz-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
}
.ads_summary_box .ads_box_summary_text {
	padding:5px 5px 5px 175px;
	line-height:2em;
 }
 
 .ads_summary_box_desc {
  	padding:10px 5px 5px 175px;
 }
 
 .ads_summary_box_rate {
 	position:relative;
	float:right;
	padding-right: 20px;
  	display:inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
	color:#000066;
 }
 
 .rooms {
 	float: right;
	display:inline;
	padding-right: 50px;
 
 }
.ads_summary_box_img
{
	position:absolute;
 	float:left;
	/*left:167px; /* for IE issue */
	display:inline; /* IE 6 fix */
 	padding: 2px;
 	border: solid 1px #FFFFFF;
 	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
}
.ads_summary_box_noimg
{
	position:absolute;
  	float:left;
 	padding: 10px 2px 2px 35px;
	/*left:170px; /* for IE issue */
	display:inline; /* IE 6 fix */
}
.ads_summary_car_models {
	float:left;
	display:inline; /* IE 6 fix */
    width:160px;
  	position:relative; /*relative puts it inside tha ads box. adsolute makes it on whole page */
    top:115px;
	padding: 2px;
	text-align:center;
}
.ads_summary_box_features {
	font-size:9px;
	padding-left:175px;
}
/*Buttons*/
.normalButton {
    background-image: url('/images/btn_background.bmp'); 
	border-bottom: 1px solid #AFL4D5; 
	border-right: 1px solid #AFL4D5; 
	border-left: 1px solid #AAAAAA; 
	border-top: 1px solid #AAAAAA; 
	color:#404040; 
	height:21px; 
	font-size:10px; 
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	cursor: pointer; 
	/*FILTER: progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=75);*/
}
.bigButton {
    background-image: url(../Buttons/btn_background.bmp); border-bottom: 1px solid #AFL4D5; border-right: 1px solid #AFL4D5; border-left: 1px solid #AAAAAA; border-top: 1px solid #AAAAAA; color:#404040; height:25px; font-size:13px; font-family:verdana; font-weight: bold; cursor: pointer; FILTER: progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=90);
}
.RCButton {
    background-image:url('../Buttons/buttons_bg.jpg'); 
	border-bottom: 1px solid #666666; 
	border-right: 1px solid #666666; 
	border-left: 1px solid #D4D4D4;
	border-top: 1px solid #D4D4D4;  
	color:#221D45; 
	height:24px; 
	font-size:11px; 
	FONT-WEIGHT: bold; 
	font-family:verdana; 
	cursor: pointer; 
	FILTER: progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=85);
}
.nav_button_blue {
	background:url("/images/bg_btn_blue.gif") repeat-x 0px -10px #304C60;
	border-right:1px solid #304C60;
	border-bottom:1px solid #304C60;
	border-left:1px solid #BACDD9;
	border-top:1px solid #BACDD9;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
 	color: #FFFFFF;
	height:23px; 
	cursor: pointer; 
}
.blueButton_big, .blueButton_small {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #639cff), color-stop(1, #253499) );
	background:-moz-linear-gradient( center top, #639cff 5%, #253499 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#639cff', endColorstr='#253499');
	background-color:#639cff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #5454ff;
	display:inline-block;
	color:#faf5fa;
	font-family:arial;
	font-weight:bold;
	text-decoration:none;
	text-shadow: 0px -1px 0px #374683;
}
.blueButton_big {
	padding:6px 15px;
	font-size:12px;
}
	
.blueButton_small {
	padding:4px 6px;
	font-size:11px;
}
	
.blueButton_big:hover, .blueButton_small:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #253499), color-stop(1, #639cff) );
	background:-moz-linear-gradient( center top, #253499 5%, #639cff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#253499', endColorstr='#639cff');
	background-color:#253499;
}
.blueButton_big:active .blueButton_small:active {
	position:relative;
	top:1px;
}
/*Misc*/
.pullDown {
  font-size:8pt; border:1; border-style:solid; font-family: Arial; 
}
.linkHandOver{
		cursor: pointer; 
 		background-color:#3399CC;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #000000;
 }
.logintopLeft {
 	PADDING-RIGHT: 0px;
	BORDER-TOP: #999999 1px solid;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	BORDER-LEFT: #999999 1px solid;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #666666 2px solid;
 }
.logintopRight {
    BORDER-RIGHT: #666666 1px solid;
	PADDING-RIGHT: 0px;
	BORDER-TOP: #999999 1px solid;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
 	PADDING-TOP: 0px;
	BORDER-BOTTOM: #666666 2px solid;
 }

.top_bar {
 	PADDING-RIGHT: 0px;
 	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 2px;
  	PADDING-TOP: 0px;
 	BACKGROUND-COLOR: #ECEBEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	cursor: pointer; 
	text-decoration: none;
	border-bottom:1px solid #ACA899; 
}
/*.top_bar_border_1 {
	font-size: 1px;
	BACKGROUND-COLOR: #ACA899;
	height: 1px;
}
.top_bar_border_2 {
	font-size: 1px;
	BACKGROUND-COLOR: #716F64;
}*/
 .bar {
    BORDER-RIGHT: #3C3C59 1px solid;
	PADDING-RIGHT: 0px;
	BORDER-TOP: #ACACC8 1px solid;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	BORDER-LEFT: #ACACC8 1px solid;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #3C3C59 2px solid;
	BACKGROUND-COLOR: #79AEFF;
}
/*CSS for availability calendar */
div#wrapper{
	width:600px;
	margin-left:auto;/* center it*/
	margin-right:auto;/* center it*/
	border: 1px dashed #000099;
}
table .cal_month{
	border:1px solid #DDDDDD;
	background-color:#D5D5FF;
	}
thead td{
	text-align:center;
	font-size:80%;
}
.cal_title{
	border:1px solid #DDDDDD;
	background-color:#000099;
	text-align:center;
	font-size:70%;
	color:#FFFFFF;
   FONT-SIZE: 10px; 
   FONT-FAMILY: Arial, helvetica, sans-serif;
	}
.cal_data{
	text-align:center;
	}
.cal_empty{
	text-align:center;
	/*border:1px solid #EEEEEE;*/
	}
/*Ajax drop down styles */
/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:200px;	/* Width of box */
		height:250px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:0.9em;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#317082;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	
	form{
		display:inline;
	}
/*End Ajax drop down styles */
