/********************/
/** rentalcalendar **/
/********************/

#main table.small_calendar {
	border-collapse: collapse;
	margin: 0;
	margin-left: 9px;
	margin-bottom: 10px;
	padding 0px;
	height: 200px;
	float: left;
	}

#main table.small_calendar td {
	border: 1px solid gray;
	padding: 3px;
	}

table.small_calendar td.diarytitle {
	border: 1px solid gray;
	background: #ffcc33;
	text-align: center;
	font-weight: bold;
	}

table.small_calendar td.wkday {
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	}

table.small_calendar td.unbooked {
	font-size: 8pt;
	background: #99CC66
	}

table.small_calendar td.booked {
	font-size: 8pt;
	background: #e3e3e3;
	text-decoration: line-through;
	}

table.small_calendar td.blank_squares {
	font-size: 8pt;
	}
