/* Calendar StyleSheet */

td.tdate {
	font: 12px arial;
	height: 70px;
	width:90px;
	color: #000;
	background-color: #ececee;
	vertical-align: top;
}
td.tdate-event {
	font: 12px arial;
	height: 70px;
	color: #000;
	background-color: #FFF;
	vertical-align: top;
	border: 1px solid #ffdd77;
}
a.event {
	display: block;
	font: 12px arial;
	height: 66px;
	color: #000;
	background-color: #FFF;
	vertical-align: top;
	border: 1px solid #ffdd77;
	padding: 2px;
	text-decoration: none;
}
a.event:hover {
	background-color: #ffdd77;
	color: #FFF;
	text-decoration: none;
}
td.tdate-disabled {
	font: 12px arial;
	height: 70px;
	color: #000;
	background-color: #ececee;
	vertical-align: top;
}
a.date {
	font: 12px arial;
	color: #000;
	text-decoration: underline;
}
a.date:hover {
	font-weight: bold;
}
.tdate-open {
	font: 12px arial;
	height: 70px;
	color: white;
	background-color: #21A121;
	vertical-align: top;
	border: 1px solid #21A121;
}
.tdate-requested {
	font: 12px arial;
	height: 70px;
	color: black;
	background-color: #EBE721;
	vertical-align: top;
	border: 1px solid #EBE721;
}
.tdate-booked {
	font: 12px arial;
	height: 70px;
	color: white;
	background-color: #a44e4f;;
	vertical-align: top;
	border: 1px solid #a44e4f;;
}

