/* CALENDAR */

/* Sunday, Monday, Tuesday... */
th.dayName {
	font-size: small;
	color: #FFFFFF;
	background-color: #466F82;
	padding-bottom:3px;
	padding-top:3px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
/* the 'day number' band */
td.dayNumber {
	background-color: #E0E9ED;
	font-size: small;
	font-weight: bolder;
	color: #466F82;
}
/* the 'day number' band of current day */
td.todayNumber {
	background-color: #E0E9ED;
	font-size: small;
	font-weight: bolder;
	color: #FFFFFF;
}
/* cell for an event */
td.event {
	background-color: #E0E9ED;
	height:90px;
}
/* cell for no event */
td.noEvent {
	background-color: #E0E9ED;
	height:90px;
}
/* cell for current day */
td.todayEvent {
	background-color: #C6D4DD;
	border: 1px solid #466F82;
	height:90px;
}
/* formatting for text of an event */
p.event
{
	text-align: center;
}
/* formatting for text of an event on current day */
p.eventToday
{
	text-align: center;
	font-weight: bold;
}

/* JUMP TABLE */

/* normal cell */
td.jumpTableMonth {
	font-size: small;
	background-color: #EFEFF7;
}
/* normal cell hover */
td.jumpTableMonthHover {
	background-color: #BBBBBB;
}
/* current month view */
td.jumpTableThisMonth {
	font-size: small;
	font-weight: bold;
	background-color: #D6DFDE;
	color: #000000;
}
.red {
	color:#EE3424;
}
#content2col h3.calendar {
	border:none !important;
	font-size:15px !important;
	margin-bottom:10px !important;
	margin-top:15px !important;
}
#content2col h2.calendar {
	border:none !important;
	font-size:15px !important;
	margin-bottom:0px !important;
	float:left;
	margin-right:110px;
}
.tell-us-button {
	background-image:url(../images/tell-us.png);
	width:183px;
	height:22px;
	display:block;
	float:left;
	text-indent:-9999px;

}
table.monthnav {
	border-top:1px solid #c6d4dd;
	border-bottom:1px solid #c6d4dd;
	border-left:1px solid #c6d4dd;
}
table.monthnav td {
	border-right:1px solid #c6d4dd;
	padding-top:3px;
	padding-bottom:3px;
	width:115px;
}
table.monthnav td a,#content2col a.calnav {
	text-decoration:none;
	font-weight:normal !important;
	color:#466F82 !important;
}
table.monthnav td a:hover,#content2col a.calnav:hover {
	color:#EE3424 !important;
}
