/* CSS Document */

body {
	margin: 0px;
	/*font-family: "Times New Roman",Arial, Tahoma, sans-serif ;*/
	font-family: tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	white-space: normal;
	font-size: 13px;
	background:url(../../images/bg.jpg);
	line-height: 20px;

}


h1 {
	color: #BF0101;
	font-size: 20px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;

}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	margin: 10px 0px 5px 0px;


}

#adv { /* For Advertise*/
	BORDER-RIGHT: 0px solid;
	PADDING-RIGHT: 0px;
	BORDER-TOP: 0px solid;
	PADDING-LEFT: 0px;
	Z-INDEX: 100;
	RIGHT: 107px;
	PADDING-BOTTOM: 0px;
	BORDER-LEFT: 0px solid;
	WIDTH: 586px;
	PADDING-TOP: 70px;
	BORDER-BOTTOM: 0px solid;
	POSITION: absolute;
	HEIGHT: 434px;
	font-size: 12px;
	top: 28px;
}

#center {
	width: 914px; /*975*/
	padding: 5px 29px 0px 32px;
	background: url(../../images/bg_content.jpg) repeat-y;

}


#allcontent {
	margin-top: 12px;
	


}


#content {
	width: 435px;
	margin-left: 10px;
	margin-right: 5px;
	text-align: left;
	margin-top: 10px;

}

#content2 {
	width: 630px;
	margin-left: 10px;
	margin-right: 5px;
	text-align: left;
	margin-top: 10px;

}

#form {
	background: url(../../images/bg_form.jpg) no-repeat center;
	padding: 5px;
	width: 240px;
	text-align: left;
	font-size: 13px;
	
}

#copyright {
	font-size: 12px;
	height: 30px;
	text-align: center;
	margin-top: 5px;

}


/* ================ Link ================*/
a:link, a:visited, a:active {
	color: #009ACA;
	text-decoration: none;

}
	a:hover {
		color: #FF9900;
	
	}


/* ================ TABLE ================*/


table.tableroom {
	border: 1px solid #94C3D6;
	background-color: #FFFFFF;
	padding: 3px;
	color: #222266;
	font-size: 12px;

}

		table.tableroom th {
			/*background-color: #B5CFE7;*/
			font-weight: normal;
			text-align: center;
			padding: 3px;
			white-space: nowrap;
		
		}
		
		table.tableroom tbody td  {
			/*background-color: #EFF3F7;*/
			padding: 3px;
		
		}
		
		table.tableroom tfoot td {
			/*background-color: #E7EFF7;*/
		
		}
		
table.tablelist td {
	background: url(../../images/common/list.gif) no-repeat left center;
	padding-left: 15px;
	color: #038CB6;
}

table.tablelist th {
	padding-left: 15px;
	font-weight: normal;
	
}


td.tdswimming{
	background: url(../../images/swimmingpool/swimming_pool_04.gif) no-repeat top left;
	vertical-align: top;


}


/* ----------------------- DIV -----------------------*/
div.divimg {
	width: 110px;
	float:left;
	padding:1px;
	text-align: center;

}
div.divimg img {
	border: 2px solid #FFFFFF;
}

div.divlinedot {
	background-image: url(../../images/common/linedot.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 5px;

}

/* ================ FONT ================*/

.red {
	color: #FF0000;

}

.reddark {
	color: #BF0101;
}
.blue {
	color: #0000CC;
}
