


/* small event font */
div.smallcalev    {
	color: #0020A0;
	font-family: Arial,sans-serif,Helvetica;
	font-size: 10;
}

div.smallcalevtime    {
	color: #000000;
	font-family: Arial,sans-serif,Helvetica;
	font-size: 10;
}

a.smallcalev    {
	color: #0020A0;
	font-family: Arial,sans-serif,Helvetica;
	font-size: 10;
}

a.smallcalev:hover    {
	color: #FF2040;
	font-family: Arial,sans-serif,Helvetica;
	font-size: 10;
}

/* small cal month font */
table.smallcalmth    {
	font-size: 11;
}

div.smallcalmth    {
	font-size: 11;
}

a.smallcalmth    {
	font-size: 12;
	font-style: none;
	font-weight: bold;
	text-decoration: underline;
}

td.smallcalmth    {
	background-color: #B0B5DB;
}



/* font for calendar day name */
div.dayfont    {
	color: #884422;
	font-size: 11;
	font-style: normal;
	font-weight: normal;
}

/* font for calendar date numbers */
div.datenumfont    {
	color: #000000;
	font-size: 11;
	font-style: normal;
	font-weight: normal;
}

a.datenumfont    {
	color: #000000;
	font-size: 11;
	font-style: normal;
	font-weight: normal;
}



td.todayclr    {
	background-color: #BDC0CA;
}




/* format event borders in calendar month view */
table.eventborder    {
	border: solid #D0C0C8;
	border-bottom-width: 1;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
}

td.eventborder    {
	border: solid #D0C0C8;
	border-bottom-width: 0;
	border-top-width: 0;
	border-left-width: 1;
	border-right-width: 0;
}

td.eventtimeborder    {
	border: solid #884084;
	border-bottom-width: 0;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
}


