﻿body {
		background-color: #E1E1E1;
		margin-left: 0px;
		margin-top: 0px;
}


/* HyperLink */
A:link		{ font-size: 12px; color:#FFFFFF; text-decoration:none; }
A:visited	{ font-size: 12px; color:#FFFFFF; text-decoration:none; }
A:active	{ font-size: 12px; color:#FFFFFF; text-decoration:none; }
A:hover		{ font-size: 12px; color:#FFFF80; text-decoration:underline; }



/*===================================================================================================================================================================*/
/* Site Layout */
/*===================================================================================================================================================================*/
#leftcolumn		{ position:fixed; float: left; width: 451px; /*Width of left column in pixels*/ 
	background: #E1E1E1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	}

#contentwrapper	{  margin-top: 20px; float: right; width: 100%; margin-left: -451px;background-color: #E1E1E1; background-image: url(/images/background2.gif);  }
#contentcolumn	
{
	margin-left: 451px; width:481px; 
	color: #CCCCCC; 
	background: #545454;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;	

	}
/*===================================================================================================================================================================*/

.title {color: #CCCCCC; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px; font-weight: bold; }


.content {	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.content1 {	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #E1E1E1;
}
.style2 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

.style3 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.style5 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	color: #DCDCDC;
}


.tb_Center_Area { margin-top:37px; }
.tb_Center_Area1 { margin-top:4px; }
.tb_Center_Area2 { margin-top:50px; }
.tb_Center_Area3 { margin-top:8px; }



.eClub { color: #000000; font:13px arial,helvetica,clean,sans-serif; }

.reservation { padding: 0px 0px 5px 14px; vertical-align:bottom; background-image:url(/images/reservation/reservation_main_bg.gif); }
.reservation1 { padding: 10px 0px 5px 14px; vertical-align:top; background-image:url(/images/reservation/reservation_main_bg.gif); }
.reservation2 {	color:#000000; /* background-color: #FFFFFF; */ }


.caption_txt {
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:center;
	color: #000000;
}

.caption_small {
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:center;
	color: #999999;
}


#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	font-size: 10px;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}