BODY
{
}
.month
{
    BACKGROUND-COLOR: #C8E8F3;
	font-family: Arial;
	font-size: 12px;
	color: #264482;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	vertical-align:middle;
}
.weekday
{
    BACKGROUND-COLOR: white;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}
.eventLabel
{
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder;
    TEXT-ALIGN: right
}
.eventText
{
    COLOR: black
}
.selectedDay
{
    BACKGROUND-COLOR: #D7F0F7;
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
}
.day
{
    BACKGROUND-COLOR: white;
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
}
.notaDay
{
    BACKGROUND-COLOR: white
}

