.calendar {
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
}
.calendarmonth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #FFFFFF;
	background-color: #404040;
	text-align: center;
}
.calendarday {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	width: 30px;
	height: 20px;
}
.calendardayc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #404040;
	text-align: center;
	width: 30px;
	height: 20px;
}
.calendarday_event {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #C00000;
	text-align: center;
	width: 30px;
	height: 20px;
}
.calendar_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #004080;
}
.event {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #F0F0F0;
	border: 1px solid #C0C0C0;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
.event_day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	background-color: #404040;
	color: #FFFFFF;
	border: 1px solid #C0C0C0;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
.event_name {
	font-size: 125%;
}

/* EVENT SUBMISSION CSS BEGINS BELOW */

legend {
	font-size: 14px;
	color: #004080;
}
.instructions {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}
.required_text {
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
}
.field_key_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 125%;
	padding: 4px;
	background-color: #F0F0F0;
}
.field_content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 125%;
	padding: 4px;
	background-color: #F0F0F0;
}
.success {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 125%;
	color: #004080;
}