/* CSS Document */
html,body{
	margin:20px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	background-color:#FFFFEC;
	color:#666666;
}

h1{
	color:#999999;
}
tr,td {
background-color:#FFFFFF;

}
.maintable {
padding:10px;
}
a{
	text-decoration:none;
	color:#008040;
}

a:hover {
	text-decoration:underline;
}

.top{
	background-color:#99CC99;
	height:30px;
}

.top2{
	background-color:#FFFF99;
	text-align:center;
}

.footer{
	background-color:#99CC99;
	border-top:10px solid #FFFF99;
	height:50px;
	text-align:center;
	font-size:90%;
}

.logo{
	position:absolute;
	top:0px;
	left:-32px;
}

.title{
	float:left;
}
.small{
	font-size:80%;
}
.promotion{
	float:right;
	margin:10px 20px 0px 10px;
}

.border {
	border:1px solid #666666;
}


table.calendar
{
	background-color: #CCCCCC;
	color: #000000;
	font-size: 1em;
}

td.calendar_heading
{
	background-color: #FFFFFF;
	text-align: center;
}

td.calendar_available
{
	background-color: #FFFF99;
	text-align: center;
}

td.calendar_unavailable
{
	background-color: #CCCCCC;
	text-align: center;
}

div.calendar_month_1
{
	position: relative;
	text-align: center;
	width: 280px;
	height: 135px;
	left: 0;
	z-index: 1;
}

div.calendar_month_2
{
	position: relative;
	text-align: center;
	width: 280px;
	height: 135px;
	z-index: 1;
}

div.calendar_month_3
{
	position: relative;
	text-align: center;
	width: 280px;
	height: 135px;
	z-index: 1;
}
.yellowback {
	background-color:#FFFF99;
}

.floatright{
float:right;
padding:0px;
border:0px;
}