BODY
{
}
.month
{
    BACKGROUND-COLOR: silver;
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder
}
.weekday
{
    BACKGROUND-COLOR: white;
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder
}
.sweekday
{
    BACKGROUND-COLOR: white;
    COLOR: black;
    FONT-FAMILY: Arial;
    font-size : 6pt;
}
.eventLabel
{
	color : #800000;
    FONT-FAMILY: Arial;
	font-size : 12pt;
    FONT-WEIGHT: bolder;
    TEXT-ALIGN: right
}
.eventText
{
    COLOR: black;
	font-size : 12pt;
    TEXT-ALIGN: left;
}
.selectedDay
{
    BACKGROUND-COLOR: yellow
}
.DayWithEvents
{
    BACKGROUND-COLOR: red
}
.day
{
    BACKGROUND-COLOR: white
}
.notaDay
{
    BACKGROUND-COLOR: #DBDBDB
}