/* small event font - This is the section for the small event within the calendar (1:00-3:00PM TEST)-OVERLIB ALSO*/
	div.smallcalev { color:#0F0109; font-family: Arial, sans-serif, Helvetica; font-size: 10; }
	div.smallcalevtime { color:#50F0109; font-family: Arial, sans-serif, Helvetica; font-size: 10; }
	a.smallcalev { color:#0F0109; font-family: Arial, sans-serif, Helvetica; font-size: 10;}
	a.smallcalev:hover { color:#0F0109; font-family: Arial, sans-serif, Helvetica; font-size: 10; }

/* small cal month font DARK ORANGE*/
	/*THIS AFFECTS THE MONTH AND LINKS (i.e. << SEPTEMBER 2005 >>)*/
	table.smallcalmth  { color: #336; font-size: 13; font-family: Arial, sans-serif, Helvetica; width: 100% }
	div.smallcalmth  { color: #336; font-size: 14; font-family: Arial, sans-serif, Helvetica }
	a.smallcalmth  { color: #336; font-size: 14; font-family: Arial, sans-serif, Helvetica }
	a.smallcalmth:visited  { color: #336; font-size: 14; font-family: Arial, sans-serif, Helvetica }

	/*###THIS LINE AFFECTS THE DATE WITH AN EVENT ON MINICAL and YEAR###*/
	td.smallcalmth { background-color: #72B1F7; } 


/* font for calendar day name --DAY NAMES (i.e SUNDAY, MONDAY)*/
	div.dayfont { color:#0F0109; font-family: Arial, sans-serif, Helvetica; font-size: 13; font-style: normal; font-weight: normal; }

/*today no event cell*/
	td.todayclr  { background-color: #ff9 }

/* format event borders in calendar month view and overlib */
	table.eventborder   { border-style: solid; border-width: 0 0px 1px 0; border-color: #fd0130 }
	td.eventborder  { padding: 2px; border-style: solid; border-width: 0 0px 0 1px; border-color: #fd0130 }
	td.eventtimeborder { border: solid #884084; border-bottom-width:0;border-top-width:0;border-left-width:0;border-right-width:0;}

/* format event borders in calendar month view and overlib */
	table.eventborder { border: solid #FD0130; border-bottom-width:1;border-top-width:0;border-left-width:0;border-right-width:0; background-color: #ffffff;}

