/* CSS Document */

.booked {
	background-color: #FF0000;
}

.normal {
	background-color: #00CC00;
}

.event {
	background-color: #00CCFF;
}

.peak {
	background-color: #FFFF00;
}

.sholiday {
	background-color: #FF9900;
}

.holiday {
	background-color: #FF4400;
}

.weekend {
	background-color: #FFFF66;
}

.noborder {
	border: 0px;
}

table {
	font: 9pt  arial, sans-serif
}