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
}
.eventLabel
{
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder;
    TEXT-ALIGN: right;
}
.eventText
{
    COLOR: black
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: normal;
    TEXT-ALIGN: left;    
}
.selectedDay
{
    BACKGROUND-COLOR: yellow
}
.day
{
    BACKGROUND-COLOR: white
}
.notaDay
{
    BACKGROUND-COLOR: silver
}
.formLabel
{
   COLOR: black;
   FONT-FAMILY: Tahoma, Arial;
   FONT-WEIGHT: bolder;
   FONT-SIZE: 12;
}
.formData
{
   COLOR: black;
   FONT-FAMILY: Courier New, Arial;
   FONT-WEIGHT: normal;
   FONT-SIZE: 12;
}

.button {
   padding: 5px 8px;
   FONT-FAMILY: Courier New, Arial;   
   color: black;
   font-weight: bold;
   font-size: 12px;
   text-align: center;
}
