a.daycls:link, a.daycls:visited { /* class for linkable day number */
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a.daycls:hover{ /* class for linkable day number */
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #579BB5;
	background-color: #8EDEFC;
} 
.emptydaycls { /* class for empty cell day number size */
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
a.prevnextcls, a.prevnextcls:visited{ /* class for navigation links through months */
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
a.prevnextcls:hover{ /* class for navigation link hovers through months */
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF969;
}
.titlecls{  /* class for the text title at the top of the calendar */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF969;
	font-weight: bold;
}
#contentid {  /* ID for the content information */
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#contentid a{  /* ID for the content information if link */
	text-decoration: none;
	color: #FFFFFF;
}
#contentid a:hover{  /* ID for the content information if link */
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
}
a.evlink:link, a.evlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
a.evlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
