﻿body 
{
    	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 12px; BACKGROUND: url(images/toppage.jpg) #0f2767 repeat-x; PADDING-BOTTOM: 0px; MARGIN: 0px; COLOR: #000000; PADDING-TOP: 0px; FONT-FAMILY: Arial, Helvetica, sans-serif; HEIGHT: 100%

}
A { font-size:12px; COLOR: #0e2666; TEXT-DECORATION: none;
    font-weight: 700;
}
A:visited {
	COLOR: #0e2666
}
A:hover 
{
	COLOR:Orange;
}

.content{ background-color:White; border:black 0px solid; width:800px; margin:auto}
.leftcolumm{ float:left; border-right:black 0px solid; background-color:#FFFFFF; width:180px; padding:0px}
.centercolumm{ float:inherit; padding:0px; height:100%; width:560px}
.rightcolumm{ float:right; border-left:black 0px solid; width:160px; padding:0px; height:600px}
.headercolumm{
border-style: none none solid none;
border-width: 0px;
border-color: black;
height: 360px;
width: 800;
}
.footercolumm
{
border-width: 0px;
border-color: black;
border-style: solid none none none;
padding: 0px;
height: 100px;
width: 800;
}
.centercolummVB{ float:inherit; padding:0px; height:100%; width:670px}
.toppage 
{
background-color: #0e2666;
height: 100px;
}
.banner 
{
background-color: #FFFFFF;
height: 200px;
}
.line 
{
background-color: #FFFFFF;
background:url(images/line.gif) repeat-y left top;
width: 5px
}
.textbanner 
{
color: #FFFFFF;
font-weight: bold;
text-align: center;
}
.RoomName
{
color: #003366;
font-weight: bold;
text-align: left;
font-size: 13px;
 }
.TourName
{
color: #003366;
font-weight: bold;
text-align: left;
font-size: 13px;
 }
.RateRoom
{
 text-align: left;
 color: Red;
 font-weight:bold;
   }
   .Including
{
 text-align: left;
 color: Green;
 font-weight:bold;
   }
.strongHighlight {
    FONT-WEIGHT: bold; COLOR: #ba1400
}
.price {
	TEXT-TRANSFORM: lowercase; COLOR: #ff3300;
	font-weight:bold;
}
.TitleBar
{
     color: #003366;
     font-weight: bold;
    }

#homeSearchForm {
	BORDER-TOP: #20387b 1px solid; BACKGROUND: url(images/hwTileSheet.gif) #254290 repeat-x 0px 100%; PADDING-BOTTOM: 10px; WIDTH: 180px; COLOR: #fff; PADDING-TOP: 15px
}
.button_search{
	border: 1px outset #f24423;
    FONT-SIZE:10pt; 
    FONT-FAMILY:Arial,Times New Roman; 
    color:#FFFFFF;
    background-color:#f24423;
    font-weight:bold;
    height: 23px;
}
.superScript {
	FONT-SIZE: 8px; VERTICAL-ALIGN: super
}
.strongHeading {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #ba1400; FONT-FAMILY: tahoma
}
.formSectionHeading {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #1862bb; FONT-FAMILY: Verdana
}
.formSectionLine {
	HEIGHT: 1px; BACKGROUND-COLOR: #1862bb
}
.btSubmit 
{
    BORDER-TOP-WIDTH: 0px; 
    BORDER-LEFT-WIDTH: 0px; 
    BORDER-BOTTOM-WIDTH: 0px; 
    BORDER-RIGHT-WIDTH: 0px;
    }
    .menu_bar{
	background-color:#203c89;
	height:25px;
	font-family:tahoma,Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}   
.ImageRoom
{
    border: thin solid #b7dbe3;
    padding: 5px; 
    background-color: #FFFFFF;
    }
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */       
.arrowlistmenu{
width: 180px; /*width of menu*/
}


.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #0e2666;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #0e2666;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #0e2666;
background-color: #F3F3F3;
}

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

