#month_calendar {
	/*font-family: 'Trebuchet MS', Trebuchet, Verdana, Helvetica, Arial;*/
	font-size: 12px;
	text-align: center;
	color: black;
	width: 200px;
	cursor: default;
	float: right;
	margin: 0 20px 20px 20px;
}
#month_calendar .title {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
#month_calendar .subtitle {
	text-align: center;
	padding-bottom: 0;
}
#month_calendar .subtitle a {
	text-decoration: none;
	color: black;
}
#month_calendar .subtitle a:hover {
	text-decoration: underline;
	color: #7e2733;
}
#month_calendar .header {
	font-weight: bold;
}
#month_calendar .day_vacant {
	background-color: #fff9e8;
}
#month_calendar .day_occupied {
	background-color: #ffecbc;
	font-weight: bold;
}
#month_calendar .day_occupied a {
	text-decoration: none;
	color: #6B5021;
}
#month_calendar .day_occupied a:hover {
	text-decoration: underline;
	color: #000;
}
#month_calendar .day_out_of_month {
	color: #cccccc;
}
