/* CSS Document: Created by pravat Ranjan Rana, Date: 18-12-2006 */

/* Top Menu */
#thicktabs{
margin: 0;
padding: 0;
float: left;
font: bold 13px Tahoma;
}

#thicktabs div{
display: inline;
float:left;
}

#thicktabs div a{
float: left;
color:  #FFFFFF;
padding: 8px 11px; /*padding of tabs*/
text-decoration: none;
background: transparent url(../images/MenuBgmain.gif);
background-repeat:repeat-x;
height:38px;
}
#thicktabs div a:visited{
color:  #FFFFFF;
height:38px;
}
#thicktabs div a:hover{
color: black;
background-image:url(../images/menuBgover.gif);
background-repeat:repeat-x;
height:38px;  /*background image swap on hover*/
}
#lside div a {
float: left;
color: #FFFFFF;
padding: 8px 11px; /*padding of tabs*/
text-decoration: none;
background: url(../images/menyLeftmain.gif);
background-repeat:no-repeat;
font: bold 13px Tahoma;
height:38px;
width:30px;
}
#lside div a:visited{
color:  #FFFFFF;
height:38px;
width:30px;
}
#lside div a:hover{
color: black;
background:url(../images/menuLeftover.gif);
background-repeat:no-repeat;/*background image swap on hover*/
height:38px;
width:30px;
}

#rside div a {
float: left;
color: #FFFFFF;
padding: 8px 11px; /*padding of tabs*/
text-decoration: none;
background: url(../images/MenuRmain.gif);
background-repeat:no-repeat;
font: bold 13px Tahoma;
height:38px;
width:60px;
float:left;
}
#rside div a:visited{
color:  #FFFFFF;
height:38px;
width:60px;
float:left;
}
#rside div a:hover{
color: black;
float:left;
background: url(../images/menuRover.gif);
background-repeat:no-repeat;
height:38px;
width:60px; /*background image swap on hover*/
}
#bar{
background-image:url(../images/menubar.gif);
background-repeat:no-repeat;
float:left;
width:1px;
height:38px;
}
/* Top Menu ends */

/* menu styles */

.menu {
padding-top: 3px;
padding-bottom: 3px;
border-left: 1px solid #286DB2;
border-right: 1px solid #286DB2;
border-bottom: 1px solid #286DB2;
font-family:verdana;
color:#000000;
font-size:10px;
background-color:#E6F3FF;
layer-background-color:#E6F3FF;
}

.menu a:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px; 
font-weight: normal;
text-decoration: none; 
color: #000000;
}
.menu a:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px; 
font-weight: normal;
text-decoration: none; 
color: #000000;
}
.menu a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px; 
font-weight: normal;
text-decoration: none; 
color: #000000;
}
.menu a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px; 
font-weight: none;
text-decoration: none;
color: #000000;
/* color: #E65C00; */
}

.menu td.menuDivider { background-color: #DDDDDD; }

td div.menuContainer {
  position:relative;
}

.menu td {
cursor: pointer;
padding-left: 7px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px; 
font-weight: normal;
text-decoration: none; 
color: #000000;
}

/* global styles */

body {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	margin-top: 2px;
} 

td, p, th, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
}

/* backgrounds */

.bg_blue {
	background-color: #355997;
}

.bg_light_blue {
	background-color: #99CCFF;
}

.bg_lighter_blue {
	background-color: #D6EBFF;
}

.bg_dark_blue {
	background-color: #003366;
}

.bg_tan {
	background-color: #E5D999;
}

.bg_white {
	background-color: #FFFFFF;
}

.bg_yellow {
	background-color: #FFFFCC;
}
/* borders */

.border_gray {
	border-top: 1px #E5E5E5 solid;
	border-left: 1px #E5E5E5 solid;
}

.border_gray_2 {
	border-top: 1px #E5E5E5 solid;
	border-bottom: 1px #E5E5E5 solid;
	padding-top: 4px;
	padding-bottom: 4px;
}

.border_flash_promo {
	padding-top: 4px;
}

.border_gray td {
	border-bottom: 1px #E5E5E5 solid;
	border-right: 1px #E5E5E5 solid;
}

.border_gray td td {
	border: 0px;
}

.border_gray_top {
	border-top: 1px #E5E5E5 solid;
}

.border_gray_bottom {
	border-bottom: 1px #E5E5E5 solid;
}

.border_blue_3d {
	border-top: 1px #99CCFF solid;
	border-left: 1px #99CCFF solid;
	border-bottom: 1px #003366 solid;
	border-right: 1px #003366 solid;
	background-color: #FFFFFF;
}

.border_tan_3d {
	border-top: 1px #E5D999 solid;
	border-left: 1px #E5D999 solid;
	border-bottom: 1px #CDB03A solid;
	border-right: 1px #CDB03A solid;
	background-color: #FFFFFF;
}

.border_tan {
	border: 1px #E5D999 solid;
}

.border_tan_bottom {
	border-bottom: 1px #E5D999 solid;
}

.border_tan_dark {
	border: 1px #CDB03A solid;
}

.border_tan_dark_bottom {
	border-bottom: 1px #CDB03A solid;
}

.border_tan_left {
	border-left: 1px #E5D999 solid;
}

.border_light_blue_bottom {
	border-bottom: 1px #99CCFF solid;
}

.border_light_blue_left {
	border-left: 1px #99CCFF solid;
}
/* text */

.txt_required {
	font-size:9px;
	vertical-align: super;
	padding-left:2px;
}

.txt_hotel_name {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #355997;
	font-size:16px;
	font-weight: bold;
}

.txt_sub_heading {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/* color: #7AA3CA; */
	color: #355997;
	font-size:14px;
	font-weight: bold;
}

.txt_sub_heading_small {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/* color: #7AA3CA; */
	color: #355997;
	font-size:12px;
	font-weight: bold;
}

.txt_red {
	color: #CC0000;
	font-size:10px;
}

.txt_blue {
	color: #004489;
	font-size:10px;
}

.txt_white {
	color: #FFFFFF;
	font-size:10px;
}

.txt_brown {
	color: #996600;
	font-size:10px;
}

.txt_gray {
	color: #999999;
}

.bold {
	font-weight: bold;
}

.large {
	font-size: 11px;
}

.larger {
	font-size: 12px;
}

.small {
	font-size: 9px;
}

/* links */

a {
	color: #004489;
	text-decoration:underline;
}

a.txt_gray {
	color: #666666;
	font-size:10px;
}

/* form elements */

input {	
	font-family: verdana, arial, helvetica, sans-serif;	
	font-size:10px;
	color:#000000;
	margin:0px;
	padding:0px;
}

select {
	font-family: verdana, arial, helvetica, sans-serif;
	color:#000000;
	font-size:10px;
}


.bg_lighter_blue {
	background-color: #D6EBFF;
}

#headerBar{
background-image:url(../images/TopBar.gif);
background-repeat:repeat-x;
}

#divIntlSites {width:100%;padding:5px 0px 5px 0px;font-family:Arial, Helvetica, Sans Serif;font-size:11px;text-align:left;line-height:15px; color:#6c6c6c;text-decoration:none;}
#divIntlSites a {padding-left:5px;padding-right:5px; color:#6c6c6c;text-decoration:none;}
#divIntlSites a:visited {padding-left:5px;padding-right:5px; color:#6c6c6c;text-decoration:none;}
#divIntlSites a:hover {padding-left:5px;padding-right:5px; color:#8a8a8a; text-decoration: underline;}
#btnbarbg{ background-image:url(../images/btnbarbg.gif); background-repeat:repeat-x;}

/* WVindex3 */

#wvindexbg {
background-image:url(../images/bgbar_wvtrav3.gif); background-repeat:repeat-y;
width:855px;


}
#topcurveLeft{
background-image:url(../images/Leftcurve_wvtrav3.gif);width:31px;height:43px; 
background-repeat:no-repeat; background-position:left;
}
#topbgbar{
background-image:url(../images/curveBar_wvtrav3.gif);
background-repeat:repeat-x;
}
#topcurveRight{
background-image:url(../images/Rightcurve_wvtrav3.gif); width:30px; height:43px; background-repeat:no-repeat;
background-position:right;
}
#curveButtomLeft{
background-image:url(../images/Leftcurvebtn_wvtrav3.gif); width:31px; height:52px;
background-repeat:no-repeat; background-position:left;
}
#curveButtomRight{ background-image:url(../images/RightcurveBtn_wvtrav3.gif); width:30pz; height:52px;
background-repeat:no-repeat; background-position:right;
}
#curveButtomBar{ background-image:url(../images/curveBarBtn_wvtrav3.gif); background-repeat:repeat-x;}
#bgbarLeft_wv3{background-image:url(../images/bgbarLeft_wvtrav3.gif); width:17px; background-position:left; background-repeat:repeat-y;}
#bgbarRight_wv3{background-image:url(../images/bgbarRright_wvtrav3.gif); width:12px; background-position:right; background-repeat:repeat-y;}
#topmenuwv3{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; padding-left:5px; padding-right:13px; text-align:left; color:#666666; text-decoration:none;}

#topmenuwv3 a{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; padding-left:5px; padding-right:13px; text-align:left; color:#666666; text-decoration:none;}
#topmenuwv3 a:visited{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; padding-left:5px; padding-right:13px; text-align:left; color:#666666; text-decoration:none;}
#topmenuwv3 a:hover{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; padding-left:5px; padding-right:13px; text-align:left; color:#5eb95d; text-decoration:underline;}

#footer { font-family:Verdana, Arial, Helvetica, sans-serif;PADDING-RIGHT: 1px; PADDING-LEFT: 1px; TEXT-ALIGN: center; font-size:11px;
}
#footer A {
	PADDING-RIGHT: 5px; PADDING-LEFT: 7px; FONT-WEIGHT: bold;  PADDING-BOTTOM: 0px; TEXT-TRANSFORM: uppercase; COLOR: #898989; PADDING-TOP: 0px; BACKGROUND-REPEAT: no-repeat; TEXT-DECORATION: none;
}
#footer A:hover {
	PADDING-RIGHT: 5px; PADDING-LEFT: 7px; FONT-WEIGHT: bold; PADDING-BOTTOM: 0px; TEXT-TRANSFORM: uppercase; COLOR: #5eb95d; PADDING-TOP: 0px; BACKGROUND-REPEAT: no-repeat; TEXT-DECORATION: none;
}
/*WV Index3 Ends */

/* Search Box */

#topLcrv{ background-image: url(../images/s_box_01.gif); width:9px; height:27px; background-repeat:no-repeat;}
#topRcrv{ background-image: url(../images/s_box_03.gif); width:11px; height:27px; background-repeat:no-repeat;}
#btmLcrv{ background-image: url(../images/s_box_11.gif); width:9px; height:18px; background-repeat:no-repeat;}
#btmRcrv{background-image: url(../images/s_box_14.gif); width:8px; height:18px; background-repeat:no-repeat;}
#btmcrvbg{ background-image: url(../images/s_box_12.gif); height:18px; background-repeat:repeat-x;}
#topcrvbg{ background-image: url(../images/s_box_021.gif); height:27px; background-repeat:repeat-x;}
#searchLbar{ background-image: url(../images/s_box_04.gif); width:3px; background-repeat:repeat-y; }
#searchRbar{ background-image: url(../images/s_box_06.gif); width:4px; background-repeat:repeat-y;}
#search_bg{ background-image: url(../images/s_box_08.gif); background-repeat: repeat;}
.sbox_input{ padding-left:8px;}
.sbox_input td{ padding-bottom:2px; padding-top:2px;}
/* Search Box Ends */
#searcheadertext{ font-family:Verdana, Arial, Helvetica, sans-serif;PADDING-RIGHT: 1px; PADDING-LEFT: 1px; TEXT-ALIGN: center; font-size:12px; color:#FFFFFF;TEXT-TRANSFORM: uppercase; font-weight:bold; padding-top:7px;}

/* Desttination */
#destintopbarbg{ background-image:url(../images/destintopbar.gif); height:25px; background-repeat:repeat-x; border-left: 1px solid #5285b8;}

#destintlink { font-family:Verdana, Arial, Helvetica, sans-serif;PADDING-RIGHT: 1px; PADDING-LEFT: 1px; TEXT-ALIGN: center; font-size:11px; color:#003399; height:25px;}
#destintlink A {
	PADDING-RIGHT: 5px; PADDING-LEFT: 7px; FONT-WEIGHT: bold;  PADDING-BOTTOM: 0px;  COLOR: #003399; PADDING-TOP: 0px; BACKGROUND-REPEAT: no-repeat; TEXT-DECORATION: none;height:25px;
}
#destintlink A:hover {
	PADDING-RIGHT: 5px; PADDING-LEFT: 7px;  FONT-WEIGHT: bold; PADDING-BOTTOM: 0px;  COLOR: #0000CC; margin-top:4px; BACKGROUND-REPEAT: no-repeat; TEXT-DECORATION: none;height:25px;
}
.whitebold{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#FFFFFF}

.whiteboldlink{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#FFFFFF; text-align:center;}
.whiteboldlink td{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#FFFFFF; text-align:center;}
.bgbox_blue{ background-image:url(../images/boxbg_blue.gif); width:93px; height:22px; background-repeat: repeat-x;}

#bgdestin_big{ background-image:url(../images/destinbgbartopheader.gif); background-repeat:repeat-x; height:32px;}
#bgdestin_whbar{ background-image:url(../images/destinbgbartopheader_white.gif); background-repeat:no-repeat; width:3px; height:32px;}
#bgbigdestin_box{ background-image:url(../images/destinbgbartopheader_big.gif); background-repeat:repeat-x; height:57px;}

#destintlink_bigbox { font-family:Verdana, Arial, Helvetica, sans-serif;PADDING-RIGHT: 1px; PADDING-LEFT: 1px; TEXT-ALIGN: center; font-size:12px; color: #FFFFFF; font-weight:bold;PADDING-TOP: 9px;}
#destintlink_bigbox A {
	PADDING-RIGHT: 5px; PADDING-LEFT: 7px; FONT-WEIGHT: bold;  PADDING-BOTTOM: 0px;  COLOR: #FFFFFF; PADDING-TOP: 9px BACKGROUND-REPEAT: no-repeat; TEXT-DECORATION: none;
}
#destintlink_bigbox A:hover {
	PADDING-RIGHT: 5px; PADDING-LEFT: 7px;  FONT-WEIGHT: bold; PADDING-BOTTOM: 0px;  COLOR: #CCCCCC; TEXT-DECORATION: none;PADDING-TOP: 9px
}
#distname{ font-family:Trebuchet MS, Verdana, Arial; font-size:25px;  padding-top:5px; text-align:center; color:#264f5b;}
#ovalwhite{ background-image:url(../images/ovalwhite.gif); background-repeat:no-repeat; width:124px; height:28px; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#094774; padding-left:35px; padding-top:8px; }