.booked1 {
	background-repeat: no-repeat;
	height: 35px;
	width: 35px;
	color: #666666;
	background-image: url(images/1booked.gif);
}
.booked2 {
	background-repeat: no-repeat;
	height: 35px;
	width: 35px;
	color: #666666;
	background-image: url(images/2booked.gif);
}
.bothbooked {
	background-repeat: no-repeat;
	height: 35px;
	width: 35px;
	color: #666666;
	background-image: url(images/both.gif);
}
.available {
	background-color: #FFFFFF;
	height: 35px;
	width: 35px;
}
.table {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #999999;
	text-align: center;
	padding: 0px;
	background-color: #f5f5f5;
}
.cell {
	text-align: left;
	background-color: #f5f5f5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	border: 1px solid #CCCCCC;
	height: 35px;
	width: 35px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.titlecell {
	text-align: center;
	background-color: #6666FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
}
.nodate {

	text-align: left;
	height: 45px;
	width: 45px;
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	border: 1px solid #CCCCCC;
}
.monthtitle {
	font-family: "Century Gothic";
	font-size: 24px;
	color: #000099;
}
