@charset "utf-8";
/* CSS Document */

body{
	background-color:#333;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
img{
	border:none;
	}
	
h2 {
    color: #cb0911;
    font-size: 14px;
    padding: 0;
}
.main{
	background-color:#fff;
	}
.header{
	background-color:#fff;
	height:120px;
	text-align:left;
	}
	
.banner_bg{ background-image:url(../images/banner_bg.jpg); background-repeat:repeat-x; background-position:top;}

.welcome{background-color:#555555; width:740px; height:170px; color:#fff; }

.head_bg {
    background-image: url("../images/head2_bg.jpg");
    background-repeat: repeat-x;
    height: 31px;
}

.whead {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
}


.drop_down {
    font-size: 11px;
    height: 18px;
    width: 180px;
}

.agent_login {
    background-image: url("../images/agent_login.jpg");
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-weight: bold;
    height: 223px;
    width: 239px;
}

.footer{background-image:url(../images/footer_bg.jpg); height:42px; background-repeat:repeat-x; font-size:10px; font-weight:bold; color:#333333;}

.footer span{ margin-left:15px;}

.footer a:link{ text-decoration:none;  color:#333333; }
.footer a:visited{text-decoration:none;  color:#333333; }
.footer a:hover{ text-decoration:none;color:#990000; }

textarea {
    font-size: 11px;
    height: 80px;
    width: 175px;
}

input.button {
    border: 1px solid #7F9DB9;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 25px;
}

.txt_box {
    font-size: 11px;
    height: 12px;
    width: 175px;
}


.online_booking textarea{ width:262px;}

.TableHeader {
    background-color: #888888;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
}


.table_styles{ border:1px solid #d0d0d0; border-collapse:collapse!important;}

.table_styles td, th { border-bottom: 1px #d0d0d0 solid; border-right:1px solid #d0d0d0; }

.table_styles th{ text-align:center; font-weight:bold; background: #ebecee; color:#176A12!important; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebecee'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebecee)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #ebecee); /* for firefox 3.6+ */}
.table_styles tr:hover{ background-color:#E9E9E9; }



/*Drop Down Menu*/
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top:148px!important;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;


}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}