#reservation_calendar th,#reservation_calendar td {
	vertical-align: top !important;
	text-align:left;
	width:110px;
}
#reservation_calendar th, #reservation_calendar th h3 {
	text-align:center !important;
}
#reservation_calendar td {
	border: 1px solid #000;
	height:110px;
}
/* highlights the weekends */
#reservation_calendar td.col1, #reservation_calendar td.col7 {
	background-color:#eee;
}

#reservation_calendar td.empty{
	background-color: #ddd;
}

.error {
	color:#ff0000;
	font-weight:bold;
}