body,html{ 
	margin:0px; 
	padding:0px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	height:100%; 
	font-size:11px;
	color:#0E6EAB;
	background:#ffffff;
		SCROLLBAR-FACE-COLOR: #0C6DAA;
    	SCROLLBAR-HIGHLIGHT-COLOR: #E4EEF7;
	    SCROLLBAR-SHADOW-COLOR: #A2CBE5;
	    SCROLLBAR-3DLIGHT-COLOR: #A2CBE5;
	    SCROLLBAR-ARROW-COLOR: #A8D3ED;
	    SCROLLBAR-TRACK-COLOR: #81B8DC;
	    SCROLLBAR-DARKSHADOW-COLOR: #A2CBE5 ;
}
.main_table{border:1px #0E6CAA solid;	background:#ffffff url(../webimages/header_bg.gif) repeat-x;
}

a {
color:#000;
text-decoration:none;
outline:none;
}
a:hover {
color:#000;
text-decoration:none;
outline:none;
}
h1, h2, h3, h4{
	padding:0;
	margin:0;
}
h1 {
	font-size:11px; 
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size:11px; 
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:5px;
}
h3 {
	font-size:11px; 
	color:#1F4A6C;
	line-height:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	font-size:11px; 
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.pageright_border{
	 border-right:0px #BAE1FA solid;
	 border-left:0px #BAE1FA solid;
	background:url(../webimages/left_tab_bg.jpg) repeat-y;
}
.bodypageright_border{
	 border-right:0px #BAE1FA solid;
	 border-left:0zpx #BAE1FA solid;
	background:url(../webimages/left_tab_bg.jpg) repeat-y;
}
/* header_link */

.header_link 
{
color:#0E6EAB;
}

.header_link a
{
color:#0E6EAB;
}

.header_link a:hover
{
color:#000;
}
/* header part */
.in_put{border:1px #7bb0d0 solid; width:128px; height:20px; font-family:Verdana; color:#0c6daa; font-size:11px}
.in_put_button{background-image:url(../webimages/more_bg.gif); border:0px #000000 solid; width:33px; height:17px; color:#FFFFFF; font-weight:bold; font-size:10px}

.header{
	background:url(../webimages/header_bg.gif) repeat-x;
}
.header_curve{
	background:url(../webimages/header_curve_bg.gif) repeat-x;
}
.text_field
{
	width:149px; 
	height:15px;
}

.go {
	background:url(../webimages/go.gif) no-repeat;
	font-weight:bold;
	font-size:11px; 
	color:#fff;
	width:34px; 
	height:21px;
	border:0;
}
.title_left{
	background:url(../webimages/title_le.gif) no-repeat;
	width:4px;
	height:26px;
}
.title_right{
	background:url(../webimages/title_ri.gif) no-repeat;
	width:4px;
	height:26px;
}
.title_bg{
	background:url(../webimages/title_bg.gif) repeat-x;
	font-weight:bold;
	color:#fff;
	font-size:12px;
}
/* main menu */
.main_menu_bg{
 	background:url(../webimages/main_menu_bg.gif) repeat-x;
}
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.main_menu{
	background:url(../webimages/topnav_a.gif) repeat-x;
}
.transMenu {
	position: absolute;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position: absolute;
}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
}

.transMenu.top .items {
	border-top: none;
}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background 
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	width: 2px;
	position: absolute;
	z-index: 3;
	top: 3px;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position: absolute;
	z-index: 1;
	left: 3px;
	height: 2px;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
/* each TR.item is one menu item */
.transMenu .item{
	margin: 0px;
	border: none;
	display: block; /* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
}

.transMenu  a{  /*  menu dropdown color properfites chagne here */
	padding-left:0;
	padding-right:1px;
	font-size: 10px;
	line-height:19px;
	font-family:Verdana, Arial;
	font-weight:bold;
	display:block;
	color: #000;
	background:#F7DE67;
	text-decoration:none;

}

.transMenu .item.hover { 
	color: #1A60A6;
}

.transMenu a:hover{
	display:block;
	color: #ffffff;
	background: #1A60A6; /*  menu dropdown bg color properfites chagne here */
	text-decoration:none;
}

/*-----------------------------*/

.transMenu_small .item{
	margin: 0px;
	border: none;
	display: block; /* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
}

.transMenu_small  a{  /*  menu dropdown color properfites chagne here */
	padding-left:1px;
	padding-right:15px;
	font-size: 10px;
	line-height:19px;
	font-family:Verdana, Arial;
	font-weight:bold;
	display:block;
	color: #1A60A6;
	background:#DAE9F8;
	text-decoration:none;
	width:80px;
}

.transMenu_small .item.hover { 
	color: #1A60A6;
}

.transMenu_small a:hover{
	display:block;
	color: #ffffff;
	background: #1A60A6; /*  menu dropdown bg color properfites chagne here */
	text-decoration:none;
}



/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left: 10px;
}

.transMenu .item#active {
	background: #8BB448;
	color: #000000!important;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}

.transMenu .item#active.hover {
	color: #000000;
}

/* For first level menu.*/

#wrap {
	margin: 0px;
	padding: 0px;
}

#menu {
	margin: 0px;
	padding: 0px;
}

#menu td {
text-align: center;
font-weight:bold;
padding:0;
margin:0;
font-family:Verdana, Arial;
}

#menu td  a{  /* top main menu width and height change here */
display:block;
color:#ffffff;  /* top main menu color change here */
text-decoration:none;
text-align:center;
line-height:29px;
font-size:11px;
height:29px;
width:110px;
}

#menu td a:hover{
color:#000;
background:#1A60A6 url(../webimages/topnav_r.gif) center top repeat-x;
height:29px;
width:110px;
}

#menu td.small  a{
display:block;
text-decoration:none;
text-align:center;
line-height:29px;
font-size:11px;
height:29px;
width:150px;
}

/*#menu td.small a:hover{
color:#fff;
background:url(../webimages/topnav_r.gif) center top repeat-x;

}

*/

#menu td.small a:hover{
color:#000;
text-decoration:none;
text-align:center;
line-height:29px;
font-size:11px;
height:29px;
width:150px;
background:url(../webimages/topnav_r.gif) center top repeat-x;

}

.current_bg_big
{
color:#fff;
}

.grouphotel_bg_big
{
color:#fff  ;
}


.current_bg_small
{
color:#fff;
}
#mbttransmenu {
	
}

a.mainlevel-trans:link, a.mainlevel-trans:visited {
	clear: both;
	margin: 1px 0 0 0;
	display: block;
	white-space: nowrap;
	color: #000;

	line-height: 18px;
	text-align: center;
	padding: 0px 7px 0px 7px;
	font-weight:bold; 
}

a.mainlevel-trans:hover {
	background: #6699CC;
	color: #FFFFFF;
}

a.mainlevel_active-trans, a.mainlevel_active-trans:active {
	clear: both;
	width: auto;
	margin: 0;
	display: block;
	white-space: nowrap;
	background: #CCAA99;
	color: #000;
	font-size: 11px;
	font-weight:bold; 
}

a.mainlevel_active-trans:hover {
	color: #000000;
}

/* End added */


#TransMenu0 a{ width:130px;}
#TransMenu1 a{ width:130px;}
#TransMenu2 a{ width:150px;}
#TransMenu3 a{ width:160px;}
#TransMenu4 a{ width:190px;}
#TransMenu5 a{ width:150px;}
#TransMenu6 a{ width:150px;}
#TransMenu7 a{ width:100px;}
#TransMenu8 a{ width:100px;}
#TransMenu9 a{ width:180px;}

/*  chart part */
.news_bg{
	background:url(../webimages/box_bg.gif) repeat-y;
}

/*  left tab */
.head_index{background:url(../webimages/head_bg.gif) repeat-x; height:25px; color:#ffffff; font-family:Verdana; font-size:10px; line-height:26px; text-align:center; font-weight:bold;}
.lefttab_bg{
	background:#8DCBF2 url(../webimages/left_tab_bg.jpg) repeat-y;
	width:180px; border-right:1px #0C6DAA solid;
}

ul.quick_link{padding:0 0 0 0; margin-bottom:0px; margin-left:0px; margin-right:0px; margin-top:0px; list-style:none}
ul.quick_link li{padding-bottom:0px; padding-left:0px; padding-right:0px; padding-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; margin-top:0px;}
ul.quick_link li a{font-family:Verdana; font-size:11px; color:#26477A; text-decoration:none;display:block; width:180px;text-align:left; line-height:23px; background-color:#DBEDFB; border-left:1px #fff solid; border-right:0px #fff solid; border-top:0px #fff solid; border-bottom:1px #fff solid; padding:0 0 0 15px; font-weight:bold}
ul.quick_link li a:hover{ color:#000; background-color:#ACD0F4; border-left:1px #fff solid; border-right:0px #0B6DAA solid; border-top:0px #0B6DAA solid; border-bottom:1px #fff solid; font-weight:bold}

/* home content part */
.banner_bg{
	background:url(../webimages/banner_bg.gif) repeat-x left top;
}
.chart_bg{
	background:url(../webimages/chart_bg.gif) repeat-x left top;
}
.runtext{
	font-size:11px;
	text-align:justify;
	color:#1F4A6C;
	line-height:18px;
	padding:5px 5px 5px 5px;
}
.runtxt_small{
	font-size:11px;
	text-align:justify;
	color:#1F4A6C;
	line-height:18px;
	padding:0px 5px 5px 2px;
}
.runtext_more{
	font-weight:bold;
	font-size:11px;
	color:#000;
	padding:0 10px 0 0;
	float:right;
}

.small_title h2 {
	background:url(../webimages/home_small_title_bg.jpg) no-repeat;
	font-size:11px;
	color:#1F4A6C;
	width:155px;
	height:20px;
	font-weight:bold;
	padding:7px 0 0 15px;;
}
.top_left{
	background:url(../webimages/white_box_le.gif) no-repeat;
	width:5px;
	height:5px;
}
.top_right{
	background:url(../webimages/white_box_ri.gif) no-repeat;
	width:8px;
}
.left_bg{
	background:url(../webimages/white_box_le_bg.gif) repeat-y;
	width:8px;
}
.right_bg{
	background: url(../webimages/white_box_ri_bg.gif) repeat-y;
	width:8px;
}

.top_bg{
	background: url(../webimages/white_box_top_bg.gif) repeat-x;
}
.bot_bg{
	background: url(../webimages/white_box_bot_bg.gif) repeat-x;
}

.bot_left{
	background: url(../webimages/white_box_bot_le.gif) no-repeat;
	width:8px;
	height:8px;
}
.bot_right{
	background:url(../webimages/white_box_bot_ri.gif) no-repeat;
	width:8px;
	height:8px;
}
/* footer part */
.footer_head{
	font-size:10px;
	color:#fff;
	font-weight:bold;
	line-height:25px;	
}
.footer_head a{
	font-size:10px;
	color:#fff;
	font-weight:bold;
	line-height:25px;	
}
.footer_link{
	font-size:10px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
.footer_link a{
	font-size:10px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	line-height:22px;
}
.footer_midline{
	color:#fff;
}
.footer_link a{
	text-decoration:underline;
}
.footer_link a:hover{
	text-decoration:none;
}
.footer_bg{
	background:#157FC8 url(../webimages/footer_bg.gif) left bottom repeat-x;
	font-size:11px;
}
.footer_txt1{
	font-size:10px;
	color:#fff;
	line-height:25px;
	padding:0 0 0 45px;
	height:40px;
}
.footer_txt1 a{
	font-size:10px;
	color:#fff;
	line-height:25px;
	padding:0 0 0 0px;
	height:40px;
}
.footer_txt1 a:hover{
	color:#000;
}
.footer_txt1_right{
	font-size:10px;
	color:#fff;
	line-height:25px;
	padding:0 45px 0 0 ;
	height:40px;
	text-align:right;
	float:right;
}

.footer_txt2{
	font-size:10px;
	color:#fff;
	font-weight:normal;
	height:40px;
}
.footer_txt2 a{
	font-size:10px;
	color:#fff;
	font-weight:normal;
	height:40px;
	text-decoration:none;
}
.footer_txt2 a:hover{
	color:#000;
}
.footer_txt2_right{
	font-size:10px;
	color:#fff;
	font-weight:bold;
	float:right;
}


