BODY
{
}
.month
{
    BACKGROUND-COLOR: #C8E094;
    COLOR: #000000;
    FONT-FAMILY: Sans Serif;
    FONT-WEIGHT: bolder
}
.weekday
{
    BACKGROUND-COLOR: #D9EAB5;
    COLOR: #000000;
    FONT-FAMILY: Sans Serif;
    FONT-WEIGHT: normal
}
.eventLabel
{
    COLOR: #CEBB6F;
    FONT-FAMILY: Sans Serif;
    FONT-WEIGHT: bolder;
    TEXT-ALIGN: right
}
.eventText
{
    COLOR: #000000
}
.selectedDay
{
    BACKGROUND-COLOR: #ECF4D9;
}
.day
{
    BACKGROUND-COLOR: #ffffff;
}
.notaDay
{
    BACKGROUND-COLOR: #D9EAB5;
}
