#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: 4px 0 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: #636363;
}
#month_calendar .subtitle a:hover {
	text-decoration: underline;
	color: #165A9F;
}
#month_calendar .header {
	font-weight: bold;
}
#month_calendar .day_vacant {
	background-color: #CBCBCB;
}
#month_calendar .day_occupied {
	background-color: #838383;
	font-weight: bold;
}
#month_calendar .day_occupied a {
	text-decoration: none;
	color: #fff;
}
#month_calendar .day_occupied a:hover {
	text-decoration: underline;
	color: #165A9F;
}
#month_calendar .day_out_of_month {
	color: #636363;
}
.event_details {
	margin-left: 25px;
	margin-bottom:20px;
}
