/**
 * publicCalendar.css
 */

#events_calendar {
	float: left;
	margin-left: 18px;
	margin-top: 40px;
}

#events_calendar table.calendar {
	width: 150px;
}
#events_calendar table.calendar tr {
}
#events_calendar table.calendar tr td {
}
#events_calendar table.calendar tr td.calendarHeader {
	font: normal bold 11px Arial, Verdana;
	color: #000080;
}
#events_calendar table.calendar tr td.calendarHeader a {
}
#events_calendar table.calendar tr td.calendar {
	background: none;
	border: none;
	font: normal normal 11px Arial, Verdana;
	color: #000080;
}
#events_calendar table.calendar tr td.calendarToday {
	font: normal bold 11px Arial, Verdana;
	color: #d9656e;
}
#events_calendar table.calendar tr td a {
	font: normal normal 11px Arial, Verdana;
	color: #d9656e;
	text-decoration: underline;
}
#calendar_prev, #calendar_prev a {
	border: none;
	color: #c6d0d7;
	text-decoration: none;
}
#calendar_next, #calendar_next a {
	border: none;
	color: #c6d0d7;
	text-decoration: none;
}
