#calendar {
	width: 141px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #fff;
	color: #616B76;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
}	
#calendar caption {
	color: SlateGray;
	margin: 0;
	padding: 3px 0px 3px 0px;
	width: 141px;
	text-align: center;
	font-weight: bolder;

}
#calendar th {
	color: #444;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	background-color: #c0c0c0;
}
#calendar td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 20px;
	height: 20px;
	text-align: center;
}
#calendar td a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 1px 0px 1px 0px;
}
#calendar td a:hover {
	color: #fff;
	background-color: #0cf!important;
}
#calendar .unknown {
	font-weight: bold;
	background-color: #eaeaea;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
}
#calendar .available {
	font-weight: bold;
	background-color: #AFEEEE;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
}
#calendar .unavailable {
	font-weight: bold;
	background-image: url(../images/unavailable.jpg);
	color: #fff;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
}
#calendar .changeover {
	font-weight: bold;
	background-image: url(../images/changeover.jpg);
	color: #fff;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
}
