#month_switcher {

}

#calendar table {
	margin: 0px 0px 1.4em 0px;
	border: none;	
	border-left: solid 1px #e4e4e4;
}

#calendar table th {
	padding: 20px 15px 10px 15px;
	border: none;	
	background: url(/sup/img/backgrounds/calendar_th.jpg) no-repeat top center #e7e7e7;
	color: #1b4e51;
	font-weight: bold;
	font-size: 1em;
	border: none;
	width: 14.28%;
}

#calendar table td {
	padding: 0px;
	border: none;
	background: url(/sup/img/backgrounds/calendar_td.jpg) no-repeat bottom right #fff;
}

#calendar table td.not_this_month {
	background: url(/sup/img/backgrounds/calendar_not_month.jpg) no-repeat top left #ececec;
}

#calendar table .date_label {
	margin: 0px;
	padding: 6px 15px;
	background: url(/sup/img/backgrounds/calendar_date_label.jpg) repeat-y top left #fffce6;
	border-bottom: solid 1px #f5e883;
	border-top: solid 2px #d4500f;
	color: #e89d32;
	text-transform: uppercase;
}

#calendar table .date_label .day {
	font-weight: bold;
	color: #bd5010;
	font-size: 1.2em;
}

#calendar table td.not_this_month .date_label {
	margin: 0px;
	padding: 6px 15px;
	background: url(/sup/img/backgrounds/calendar_not_month.jpg) no-repeat top right #ececec;
	border-bottom: solid 1px #d3d3d3;
	border-top-color: #bbb;
	color: #bbb;
	text-transform: uppercase;
}

#calendar table td.not_this_month .date_label .day {
	color: #999;
}

#calendar table .event_block {
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}

#calendar table .event_block a:link,
#calendar table .event_block a:visited,
#calendar table .event_block a:active {
	font-size: .8em;
	text-decoration: none;
	display: block;
	padding: 10px 15px;
	margin: 0px;
	border-top: solid 1px #eee;
	background: url(/sup/img/backgrounds/calendar_td.jpg) no-repeat bottom right #fff;
}

#calendar table .today .event_block a {
	background: none;	
}

#calendar table .event_block a:hover {
	background: url(/sup/img/backgrounds/event_hover.gif) no-repeat top left #fff;
}

#calendar table .event_block span.time {
	padding-left: 15px;
	color: #25929c;
	background: url(/sup/img/backgrounds/event_time_icon.gif) no-repeat 0px .1em;
}

#calendar table td.today .date_label {
	background: url(/sup/img/backgrounds/calendar_today_th.jpg) repeat-x top left #2c548a;
	color: #fff;
	border-bottom-color: #d4500f;
	border-top-color: #ffd615;
	font-weight: bold;
}

#calendar table td.today .day {
	color: #ffea87;
}

.event_detail_content {
	padding-top: 20px;
	margin-top: 20px;
	border-top: solid 1px #e5e5e5;
}

.event_detail_content h2 {
	color: #666;
}

.event_detail_content h3, .event_detail_content h4 {
	color: #333;
}

span.time_of_day {
	padding-left: 30px;
	background: url(/sup/img/backgrounds/time_of_day.gif) no-repeat 10px .1em;
}

#month_switcher {
	float: right;
}

#month_switcher a {
	display: block;
	padding: 11px 20px 10px 20px;
	line-height: 1em;
	background: url(/sup/img/backgrounds/month_switcher_bg.jpg) repeat-x top center #2e6aa0;
	color: #c6f0ff;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	float: left;
	text-decoration: none;
	border-left: solid 1px #51c9ef;
	border-right: solid 1px #51c9ef;
}

#month_switcher a:hover {
	color: #fff;
}

#month_switcher a.previous_month {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	padding-left: 30px;
	border: none;
	background-position: top left;
}

#month_switcher a.next_month {
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	padding-right: 30px;
	border: none;
	background-position: top right;
}

#calendar table td.no_events.this_month {
	height: 100px;
	background: url(/sup/img/backgrounds/calendar_no_events.jpg) no-repeat top center;
}

#calendar table td.today {
	background: none;
	background-color: #fefff8;
}

.required {
	color: #CC3300;
	font-weight: bold;
	font-size: 1.1em;
}