BODY
{
}
.month
{
    BACKGROUND-COLOR: #BDA99E;
    COLOR: #000000;
    FONT-FAMILY: Sans Serif;
    FONT-WEIGHT: bolder
}
.weekday
{
    BACKGROUND-COLOR: #D8CBC5;
    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: #B8C9B6;
}
.day
{
    BACKGROUND-COLOR: #ffffff;
}
.notaDay
{
    BACKGROUND-COLOR: #F1EDEB;
}
