.calendarweekday
{
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: 'Arial';
    BACKGROUND-COLOR: white
}
.calendarweekend
{
	font-size: 9pt;
	color: #000000;
	font-family: 'Arial';
	background-color: #EBEBEB;
}
.calendarheading
{
	font-size: 9pt;
	color: #FFFFFF;
	font-family: 'Arial Bold';
	background-color: #26A9E0;
}
.calendarweekendhead
{
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: 'Arial';
    BACKGROUND-COLOR: #EBEBEB
}
.calendarweekdayhead
{
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: 'Arial';
    BACKGROUND-COLOR: #FFFFFF
}
.calendarhighlight
{
    COLOR: white;
    BACKGROUND-COLOR: #FF3333
}
