#cap {
	background-color:#EEEEEE;
}
#cap div{
	float:left;
}
.map {
}
.year-tbl, .year-tbl table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.year-tbl td {
	border:1px solid #CCCCCC;
	vertical-align:top;
	background-color:#EEEEEE;
	width:170px;
	height:160px;
}
.year-tbl table {
}
.year-tbl table caption{
	font-weight: bold;
	font-size:12px;
	color: #000000;
	background-color: #CCCCCC;
	padding:0px 0px 0px 0px;
}

.year-tbl table th{
	text-align:center;
	background-color:#EEEEEE;
	color: #000000;
	height:19px;
}

.year-tbl table td{
	text-align:center;
	vertical-align:middle;
	background-color:#FFFFFF;
	height:19px;
}

.year-tbl table td a:link, .year-tbl table td a:active, .year-tbl table td a:hover, .year-tbl table td a:visited{
	text-decoration:none;
	color:#999999; /* Date link color */
}
.year-tbl table td.empty-cell {
	background-color:#EEEEEE;
	border:0px;
}

.year-tbl table td.booked {
	background-color:#ab4643;
}

.year-tbl table td.booked a:active, .year-tbl table td.booked a:link, .year-tbl table td.booked a:visited, .year-tbl table td.booked a:hover {
	color:#FFFFFF;
	font-weight:bold;
}

.year-tbl table td.reserved {
	background-color:#dc853d;
}

.year-tbl table td.reserved a:active, .year-tbl table td.reserved a:link, .year-tbl table td.reserved a:visited, .year-tbl table td.reserved a:hover {
	color:#000000;
	font-weight:bold;
}
.year-tbl table td.unavailable {
	background-color:#CCCCCC;
}

.year-tbl table td.unavailable a:active, .year-tbl table td.unavailable a:link, .year-tbl table td.unavailable a:visited, .year-tbl table td.unavailable a:hover {
	color:#ffffff;
	font-weight:bold;
}

.navigation-caption {
	font-weight:bold;
	font-size:12px;
	background-color:#FFFFFF;
	color:#000000;
}
div.cal_legend {
	margin:auto;
	overflow:hidden;
	width:100%;
}

div.cal_legend_t {
	margin:auto;
	width:100%;
}
div.cal_legend ul {
	margin:auto;
	list-style:none;
}
div.cal_legend ul li{
	float:left;
	margin-top:8px;
	padding:0px;
}
div.cal_legend ul span {
	float:left;
	border:solid 1px #c4ac60;
	width:16px;
}
div.cal_legend ul span.avail {
	background-color:#ffffff;
}
div.cal_legend ul span.uavail {
	background-color:#CCCCCC;
}
div.cal_legend ul span.reserv {
	background-color:#FFFF00;
}
div.cal_legend ul span.book {
	background-color:#ff0000;
}
