#calendar {
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

#calendar p{
	margin-bottom: 0px;
}
#calendar table, #calendar td{
	border-collapse: collapse;
	border: solid 1px gray;
}

#calendar td{
	vertical-align:top;
	width:114px;
}

.Day {text-align:center};
.Date        { font-size: 10pt; font-family: Times New Roman; margin-bottom:3pt; text-align:left }
.Month       { font-size: 15pt; color: white; background: #483f8c; padding-left: 5px; border-bottom: 1px solid black; text-align:left}
.Time	{font-size: 8pt; font-family: Times New Roman; font-weight: bold; margin-top:6pt; text-align:left}
.Event	{font-size: 9pt; font-family: Times New Roman; text-transform: uppercase; margin: 0pt; text-align:left}
.Details	{font-size: 8pt; font-family: Times New Roman; font-style: italic; text-align:left}
.Special {font-size: 10pt; font-family: Times New Roman; text-transform: uppercase; font-weight: bold; font-style: italic; text-align:left}
