@import url("/layout/style/lindefallet.css");

BODY
{
}
.month
{
    BACKGROUND-COLOR: #eeeeee;
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder
}
.weekday
{
    BACKGROUND-COLOR: white;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana, "Sans-serif";
    FONT-WEIGHT: bold
}
.eventLabel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	text-decoration: none;
	}
.eventText
{
    COLOR: #000000
}
.selectedDay
{
    BACKGROUND-COLOR: ffff00
}
.day
{
    BACKGROUND-COLOR: ffffff
}
.notaDay
{
    BACKGROUND-COLOR: #eeeeee
}
