BODY
{
    BORDER-RIGHT: black 1px solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: black 1px solid;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    BORDER-LEFT: black 1px solid;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: black 1px solid;
    FONT-FAMILY: Tahoma
}
#leftnavigation {
	position : absolute;
	left : 5px;
	width : 200px;
	margin-left : 10px;
	top : 120px;
	color : #000000;
	padding : 3px;
	height: 245px;
}
#content 
{
	position: absolute;
	top : 4px;
	left: 205px;
	margin : 10x;
	padding : 3px;
	color : #000000;
	width: 640px;
}
#rightnavigation {
	position : absolute;
	left : 640px;
	width : 200px;
	margin-left : 10px;
	top : 120px;
	color : #000000;
	padding : 3px;
	height: 245px;
}
.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
}
.selectedDay
{
    BACKGROUND-COLOR: yellow
}
.day
{
    BACKGROUND-COLOR: white
}
.notaDay
{
    BACKGROUND-COLOR: silver
}
.rpteventLabel
{
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder;
    TEXT-ALIGN: left
}
.rpteventText
{
    COLOR: black
}