#month_calendar {
	font-family: 'Trebuchet MS', Trebuchet, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: black;
	width: 200px;
	cursor: default;
	margin: 8px;
	margin-top:0px;
}
#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: #E9F1B6;
}
#month_calendar .day_occupied {
	background-color: #00BAE1;
	font-weight: bold;
}
#month_calendar .day_occupied a {
	text-decoration: none;
	color: #fff;
}
#month_calendar .day_occupied a:hover {
	text-decoration: underline;
	color: #FCA218;
}
#month_calendar .day_out_of_month {
	color: #636363;
}

#full_month_calendar {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: black;
	width: 95%;
	cursor: default;
	float: right;
	margin: 0 6px 6px 0;
}
#full_month_calendar td {
	width: 12.5%;
	height: 50px;
	padding: 0;
}
#full_month_calendar .title {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
#full_month_calendar .subtitle {
	text-align: center;
	padding-bottom: 0;
}
#full_month_calendar .subtitle a {
	text-decoration: none;
	color: #636363;
}
#full_month_calendar .subtitle a:hover {
	text-decoration: underline;
	color: #165A9F;
}
#full_month_calendar .header {
	text-align: center;
	font-weight: bold;
}
#full_month_calendar .day_vacant {
	background-color: #DACEAC;
}
#full_month_calendar .day_occupied {
	background-color: #DACEAC;
	text-align: right;
}
#full_month_calendar .day_occupied a {
	text-decoration: none;
	color: #fff;
	display: block;
}
#full_month_calendar .day_occupied a:hover {
	text-decoration: underline;
	color: #51002B;
}
#full_month_calendar .date_num {
	width: 14px;
	float: left;
	border-right: 1px solid #636363;
	border-bottom: 1px solid #636363;
	padding: 2px;
	text-align: center;
	color: #636363;
}
#full_month_calendar .date_num a {
	color: #000000;
}
#full_month_calendar .day_out_of_month {
	color: #636363;
}

#calendar_listings {
	font-family: Arial, sans-serif;
	font-size: 13px;
}
#calendar_listings h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #C5D632;
	padding: 4px;
}
#calendar_listings .event_details {
	border: 1px solid #00BAE1;
	background-color: #E9F1B6;
	padding: 4px;
	margin-left: 25px;
	margin-bottom: 10px;
}
#calendar_listings .event_details .title {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
#calendar_listings .event_details .time {
}
#calendar_listings .event_details .subtitle {
}
#calendar_listings .event_details .description {
	margin-left: 10px;
}
