.eventTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000;
	text-decoration: none;
}
.monthTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align: center;
}

.calendar {
	border: 2px solid Maroon;
	border-collapse: collapse;
	color: #000;
	background: #FFF;
}
.today {
	border: 1px solid Maroon;
	color: #000000;
	background: #DEB887;
	font-weight: bold;
	vertical-align: top;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.monthdays {
	border: 2px solid Maroon;
	color: #000000;
	background: #FFFFFF;
	vertical-align: top;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-bottom: 1px solid Maroon;
}
.nonmonthdays {
	border: 1px solid white;
	color: #000000;
	background: #EFEFEF;
	vertical-align: top;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.daytitles {
	border: 1px solid White;
	color: #000000;
	background: Silver;
	vertical-align: top;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-bottom: 1px solid Maroon;
	text-align: center;
}
.monthNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

