

/* ********* BODY PROPERTIES ********* */

	html, body {
		height: 100%;
		width: 100%;
	}

	body{
	margin:0px;
	padding:0px;
	background:#fff url(../../imgs/popspa-bg.jpg);
	background-position: left;
	background-repeat:no-repeat;
	font-family:arial;
	font-size:12px;
	line-height: 16px;
	color:#272a11;
	overflow:hidden;
	}

/* ********* POP-UP PROPERTIES ********* */

#hotelpopdiv  {
	height:100%;
	width: 100%;
	padding: 7px 18px 7px 18px;
	color:#272a11;
	background:#fff url(../../imgs/popspa-bg.jpg);
	background-position: left;
	background-repeat:no-repeat;
	line-height:18px;
}

#hotelpopdiv a {
	color:#5d6e00;
	text-decoration: underline;

}

#hotelpopdiv a:hover {
	color:#5d6e00;
	text-decoration:none;
}

#hotelcontentdiv {
	text-align:justify;
	margin-left:auto;
	margin-right:auto;
	width:530px;
}

.hotelpopheader  {
	font-size:14px;
	color:#5d6e00;
	font-weight:bold;
	line-height: 30px;
}

.hotelpopprint  {
	color:#5d6e00;
	font-weight:bold;
	text-decoration:underline;
	line-height:40px;
}

/* ********* CONTENT PROPERTIES ********* */

h1	{
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin:20px 0px 20px 0px;
	text-align:center;
	color:#5d6e00;
}
#spatable tbody tr.highlight { background-color:#F8F5DE; }
#spatable tbody tr { background-color:#fdfbee; }
#spatable thead { background-color:#8D7243; }
#spatable thead th { color: #fff; font-weight:bold; padding:4px;}


