a.calendarArrow {
	color:#000000;
	text-decoration:none;
	}

table#calendarTable {
	border-collapse:collapse;
	}

table#calendarTable td {
	border: 1px solid black;
	}

table#calendarTable .monthTitle {
	text-align:center;
	font-size:20px;
	}

table#calendarTable .weekdayNames {
	font-weight:bold;
	}

table#calendarTable .weekdayNames td {
	width:100px;
	text-align:center;
	}

table#calendarTable .calendarBody td {
	height:100px;
	text-align:left;
	vertical-align:top;
	}

table#calendarTable .calendarBody td ul {
	font-size:11px;
	}

table#calendarTable .calendarBody td.gray {
	background-color:#CCCCCC;
	}

table#calendarTable .calendarBody td.gold {
	background-color:#F7E07C;
	}

table#calendarTable .calendarBody td.blue {
	background-color:#CCE2F5;
	}

ul.calendarEventList {
	margin:10px 0 0 0;
	padding:0;
	margin-left:15px;
	}

ul.calendarEventList li {
	margin:0;
	padding:0;
	}

div#eventDetails span {
	display: block;
	}

span#eventName {
	font-size: 20px;
	font-weight: bold;
	margin-bottom:20px;
	}

span#eventDateTime {
	}

span#eventLocation {
	margin-bottom: 20px;
	}

span#eventDescription {
	margin-bottom: 20px;
	}

a.filterLink {
	color: black;
	text-decoration: none;
	}

a.colorLink, a.lunchLink, a.editLink, a.deleteLink {
	cursor:pointer;
	}

table#cmsCalendarTable {
	border-collapse:collapse;
	}

table#cmsCalendarTable td {
	border: 1px solid black;
	}

table#cmsCalendarTable .monthTitle {
	text-align:center;
	font-size:20px;
	}

table#cmsCalendarTable .weekdayNames {
	font-weight:bold;
	}

table#cmsCalendarTable .weekdayNames td {
	width:120px;
	text-align:center;
	}

table#cmsCalendarTable .calendarBody td {
	height:100px;
	text-align:left;
	vertical-align:top;
	}

table#cmsCalendarTable .calendarBody td ul {
	font-size:11px;
	}

table#cmsCalendarTable .calendarBody td.gray {
	background-color:#CCCCCC;
	}

table#cmsCalendarTable .calendarBody td.gold {
	background-color:#F7E07C;
	}

table#cmsCalendarTable .calendarBody td.blue {
	background-color:#CCE2F5;
	}