.wholecalendar {
	border-spacing: 0px;
	border-collapse: separate;
	background-color: #FFFFFF;
	border: 1px solid #808080;
}

.wholecalendar td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}

.dayofweek {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	background-color: #0E3192;
	text-align: center;
	vertical-align: middle;
}

.weekends {
	background-color: #DBDBDB;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.weekends span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0E3192;
}

.weekends a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0E3192;
	text-decoration:underline;
}

.weekends a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration:underline;
}

.todaybox {
	background-color: #404040;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.todaybox span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration:none;
}

.todaybox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration:underline;
}

.todaybox a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #BABABA;
	text-decoration:underline;
}

.calendartext {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.calendartext span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0E3192;
}


.calendartext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0E3192;
	text-decoration:underline;
}

.calendartext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration:underline;
}

.othermonthweekday {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.othermonthweekday span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #DBDBDB;
}

.othermonthweekday a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #DBDBDB;
	text-decoration:underline;
}

.othermonthweekend {
	background-color: #DBDBDB;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.othermonthweekend span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}

.othermonthweekend a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration:underline;
}

.arrows a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0E3192;
	font-weight: bold;
	text-decoration: underline;
}

.arrows a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}



/* EVENT CALENDAR LISTINGS */

.calendar_date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#002847;
	text-decoration:none;
}

.calendar_datewhite {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bolder;
}

.calendar_name a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0C4978;
	font-weight:bolder;
	text-decoration:none;
}

.calendar_name a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#6d7ba2;
	font-weight:bolder;
	text-decoration:underline;
}

.calendar_moreinfo a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#002847;
	text-decoration:none;
	font-weight:normal
}

.calendar_moreinfo a:hover {
	color: #6d7ba2;
	text-decoration:underline;
	font-weight:normal
}