.calendar {
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
}
#container #content .calendar table {
	margin: 2px;
	float: left;
	display: inline;
}

#container #content .calendar table th,  #container #content .calendar table td {
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border:solid 1px #CCCCCC
}
h3 {
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	height: 40px;
}

.key {
	clear: both;
	float: none;
	text-align: center;
	width: 252px;
	margin-right: auto;
	margin-left: auto;
}

.available {
	
	height: 20px;
}
.reserved {
	background-color: #FFFF66;
	height: 20px;
}
.booked {
	background-color: #FF0000;
	height: 20px;
}
.blank {
	background-color: #CCCCCC;
	height: 20px;
}
.not-available {
	background-color: #99ccff;
	height: 20px;
}

.month {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #98c0cd;
	height: 25px;
	line-height: 24px;
	border: 1px solid #000000;
}
.days{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 35px;
	height: 20px;
	background-color: #d9db8a;
}
.clearboth {
	clear: both;
	float: none;
}

