#CalendarContainer {
	width: 850px;
}
#CalendarContainer, #CalendarContainer #submitButton, #CalendarContainer td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#CalendarContainer #ViewMode {
	font-size: 12px;
}
#CalendarNavigation {
	height: 25px;
}
#submitButton {
	border: 0;
	background: 0;
}
div#MonthNavigation {
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}

.calendar {
	border: 1px solid black;
}

.calendar th {
	background-color: #c0c0c0;
	text-align: center;
}

.calendar td {
	width: 120px;
	padding: 5px;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}
.calendar .number {
	font-weight: bold;
}
.calendar .otherMonth .number{
	color: #c0c0c0;
	font-weight: normal;
}
.calendar .otherMonth a {
	color: #c0c0c0;
}

.eventList {
	width: 850px;
	border: 1px solid black;
}
.eventList th {
	background-color: #c0c0c0;
}
.eventList td {
	padding-right: 15px;
}

.eventDetailBox {
	border: 1px solid #09357B;
	width: 845px;
	padding: 5px;
}
.eventDetailBoxTopLine {
	border: 2px solid #09357B;
	margin-bottom: 12px;
}
.eventDetailBoxBottomLine {
	border: 2px solid #09357B;
	margin-top: 12px;
}
.eventDetailTitle {
	font-weight: bold;
	color: #660000;
	font-size: 14px;
}
.eventDetailSeparator {
	height: 10px;
	border-bottom: 1px solid #09357B;
}
.eventDetailDescriptionHeading {
	font-weight: bold;
	margin-top: 15px;
}

.eventDetailMoreInfoSection {
	margin-top: 15px;
}
