﻿BODY
{
}
.month
{
    BACKGROUND-COLOR: silver;
    COLOR: Black;
    FONT-FAMILY: Tahoma;
    FONT-WEIGHT: bolder
}
.weekday
{
    BACKGROUND-COLOR: white;
    COLOR: black;
    FONT-FAMILY: Tahoma;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 14

}
.eventLabel
{
    COLOR: black;
    FONT-FAMILY: Tahoma;
    FONT-WEIGHT: bolder;
    TEXT-ALIGN: right;
    FONT-SIZE: 12
}
.eventText
{
    COLOR: Red;
    FONT-FAMILY: Tahoma;
    FONT-WEIGHT: bolder;
    TEXT-ALIGN: Left;
    FONT-SIZE: 12

}
.selectedDay
{
	BACKGROUND-COLOR: #FFFFCC;
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 10;
}
.day
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 10

}
.notaDay
{
    BACKGROUND-COLOR: silver
}
.over { background-color:'#f5f5f5'; }
.out  { background-color:white; }