.monthHeader {
	font-weight: bold;	
	text-align: center;
	background-color: #043264;
	background-image: url(../../images/backgrounds/hdgrad.gif);
	color: #ffffff;	
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.month {
	border-collapse: collapse;
	background-color: #c2c2c2;
	width: 98%;	/* this value is related to td.month width value */
}
td.month {
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	height: 75px;
	width: 65px;
	vertical-align: top;
	padding-left: 2px;
	padding-right: 2px;
}
td.normalDay {
	font-size: 10px;
	background-color: #ffffff;
}
td.weekend {
	background-color: #efefef;
}
td.curDay {
	background-color: #FF798F;
}
a.event {}
a.event:hover {}
a.next, a.previous { color: #ffffff; }
a.next:hover, a.previous:hover { color: #ffffff; }
/* link to add new events (top left of each day in month view) */
a.dayModLink {
	color: red;
	text-decoration: none;
}
a.dayModLink:hover {
	text-decoration: underline;
}
.dayNum a:link, .dayNum a:visited, .dayNum a:active {
	font-size: 12px;
	color: black;
	text-decoration: none;
}
.dayNum a:hover {
	font-size: 12px;
	color: red;
	text-decoration: underline;
}
.weekNum a:link, .weekNum a:visited, .weekNum a:active {
	color: #000000;
	text-decoration: none;
}
.weekNum a:hover {
	color: #ff0000;
	text-decoration: underline;
}
a:link {
font-family: Verdana, Tahoma, Arial, sans-serif; 
font-size: 11px;
color: #0000ff;
}
a:hover {
font-family: Verdana, Tahoma, Arial, sans-serif; 
font-size: 11px;
color: #ff0000;
text-decoration: underline;
}
a:active {
font-family: Verdana, Tahoma, Arial, sans-serif; 
font-size: 11px;
color: #ff0000;
}
a:visited {
font-family: Verdana, Tahoma, Arial, sans-serif; 
font-size: 11px;
color: #0000ff;
}