/* small cal month font */
table.smallcalmth    {
	color: #aaa;
	font-size: 11px;
	width: 98%;
}
div.smallcalmth    {
	color: #aaa;
	font-size: 11px;
}

a.smallcalmth    {
	color: #aaa;
	font-size: 11px;
}

a.smallcalmth:visited    {
	color: #aaa;
	font-size: 11px;
}

td.smallcalmth    {
	background-color: #f11313;
    border: solid 1px #b40505;
}

/* font for calendar day name */
div.dayfont    {
	color: #884422;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

td.todayclr    {
	background-color: #CCC;
    border: solid 1px #999;
}



/* small event font */
div.smallcalev    {
	color: #0020A0;
	font-size: 10;
}

div.smallcalevtime    {
	color: #000000;
	font-size: 10;
}

a.smallcalev    {
	color: #0020A0;
	font-size: 10;
}

a.smallcalev:hover    {
	color: #FF2040;
	font-size: 10;
}

/* font for calendar date numbers */
div.datenumfont    {
	color: #000000;
	font-size: 13;
	font-style: normal;
	font-weight: normal;
}

a.datenumfont    {
	color: #000000;
	font-size: 13;
	font-style: normal;
	font-weight: normal;
}

a.datenumfont:visited    {
	color: #000000;
	font-size: 13;
	font-style: normal;
	font-weight: normal;
}
