
/* The Month/Year that appears at the top of the calendar page */
.calMonthYear {
	font-family: times new roman, times, roman, serif;
	font-size: 26px;
	font-weight: bold;
}


/* Prev / Next Links */
.calPrevNext {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

/* Other Cal Links (policy page, search, etc) */
.calLinks {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}


.calTable_EventLink { 
	font-family: arial,helvetica,sans-serif; 
	font-size: 11px; 
	padding-top: 3px;
	padding-bottom: 3px;
}
.calTable_EventLink A:link    { color: #003366; text-decoration: underline; }
.calTable_EventLink A:active  { color: #003366; text-decoration: underline; }
.calTable_EventLink A:visited { color: #003366; text-decoration: underline; }
.calTable_EventLink A:hover   { color: #A40000; text-decoration: underline; }


BUTTON, INPUT, SELECT {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

TH {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.calViewForm {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}