.calendarHeader
{
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
	width: 36px;
	height: 36px;
}
.calendarHeaderBeheer
{
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
	width: 20px;
	height: 20px;
}

td.calendar
{
	background-color: #FFFFFF;
	width: 36px;
	height: 36px;
}
td.calendarBeheer
{
	background-color: #FFFFFF;
	width: 20px;
	height: 20px;
}

td.calendar a.dayLink
{
	background-image: url(../images/icons/kalender/icon_event.gif);
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}
td.calendarBeheer a.dayLink
{
	display: block;
	width: 100%;
	height: 100%;
}

.calendarToday
{
	background-color: #E3F4F8;
}
table.calendar
{
	width: 300px;
}
table.calendarBeheer table.calendar
{
	width: 290px;
}

.calendarddEvent
{
	background-image: url(../images/icons/kalender/icon_event.gif);
	background-repeat: no-repeat;
}
