* {
	margin: 0;
	padding: 0;

}

.calendar {
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	padding-left: 20px;
}
.calendar table {
	float: left;
	width: 250px;
	margin: 2px;
	padding: 0px;
	display: inline;
}
.calendar table td, .calendar table th{
	text-align: center;
	font-size: 10px;
	line-height: 20px;
	border: 1px inset #FFFFFF;
}
#wrapper #container #content #content .calendar a {
	font-weight: bold;
	color: #000000;
	background-color: #A5D29B;
	display: block;
	cursor: default;
}
h3{
	line-height:40px;
}
.key {
	clear: both;
	float: none;
	text-align: center;
	width: 252px;
	margin-right: auto;
	margin-left: auto;
}

.available {
	background-color: #99CC99;
	height: 20px;
}
.reserved {
	background-color: #FFFF66;
	height: 20px;
}
.booked {
	background-color: #B32720;
	height: 20px;
}
.blank {
	background-color: #FFFFFF;
	height: 20px;
}
.date-expired {
	background-color: #DECFC7;
	height: 20px;
	background-image: url(../images/expired.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.month {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #657D95;
	color:#FFFFFF;
	height: 25px;
	line-height: 24px;
}
.days{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 35px;
	height: 20px;
	background-color: #ECE9D8;
}
.clearboth {
	clear: both;
	float: none;
}
#wrapper #container #content #content .calendar em {
	font-style: normal;
	font-weight: bold;
	background-color: #A5D29B;
	padding: 5px;
}

