﻿/* Calendar */

#calendarContainer
{
	margin-right: 15px;
	margin-left: 15px;
	padding-bottom: 15px;
	text-align: center;
	border: solid 1px #000000;
	font-family: Arial, Verdana;
	font-size: 10pt;
}

.calendarDateCell
{
	width: 150px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.calendarDescCell
{
	width: 544px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
	text-align: center;
}

.CalendarEventTitle
{
	font-size: 10pt;
	text-decoration: underline;
	text-align: left;
	font-family: Comic Sans MS;
	font-weight: bold;
}

.CalendarEventTitle a
{
	font-size: 10pt;
	text-decoration: underline;
	text-align: left;
	font-family: Comic Sans MS;
	font-weight: bold;
	color: Black;
}

.CalendarEventLocation
{
	text-align: left;
	padding-bottom: 7px;
}

.CalendarEventLocationLabel
{
	font-weight: bold;
}


.CalendarEventBlurb
{
	text-align: justify;
	padding-right: 5px;
	padding-bottom: 7px;
}

.CalendarEventNote
{
	text-align: left;
	font-size: 8pt;
}