BODY
{
}
.month
{
    BACKGROUND-COLOR: white;
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder
}
.weekday
{
    BACKGROUND-COLOR: white;
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder
}
.eventLabel
{
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder;
    TEXT-ALIGN: right
}
.eventText
{
    COLOR: black
}
.selectedDay
{
    BACKGROUND-COLOR: #70A0FF;
    COLOR: black;
}
.day
{
    BACKGROUND-COLOR: white
}
.notaDay
{
    BACKGROUND-COLOR: silver
}


A.callink:link { font-family: Arial; color: #000000; font-weight: normal; text-decoration: none; font-size: 10pt; }
A.callink:active { font-family: Arial; color: #000000; font-weight: normal; text-decoration: none; font-size: 10pt; }
A.callink:visited { font-family: Arial; color: #000000; font-weight: normal; text-decoration: none; font-size: 10pt; }
A.callink:hover { text-decoration: none; }

A.eventlink:link { font-family: Arial; color: #000000; font-weight: normal; text-decoration: underline; font-size: 8pt; }
A.eventlink:active { font-family: Arial; color: #000000; font-weight: normal; text-decoration: underline; font-size: 8pt; }
A.eventlink:visited { font-family: Arial; color: #000000; font-weight: normal; text-decoration: underline; font-size: 8pt; }
A.eventlink:hover { text-decoration: none; }