
.calNavigator {
	width: 280px;
	height: 23px;
	margin: 0;
	margin-bottom: 6px;
	font-size: 1.1em;
}

.calPrev {
	float: left;
	font-weight: bolder;
	text-align: center;
	width: 60px;
}

#calMonth {
	float: left;
	text-align: center;
	width: 120px;
}

.calendar {
	float:left;
	margin: 0;
	margin-bottom: 2.2em;
	width: 270px;
	margin-right:10px;
}

.calendar th {
		text-align:center;
}

.calendar tbody td {
	padding-left: 10px;
	text-align: center;
}

table.calender thead {
	background-color: #ff0000;
	text-align: center;
}

table.calendar td {
	padding: 0px;
	text-align: center;
}

.calendarDates td { }

	.calendarDates td a {
		color: #ffffff;
		font-weight: normal;
		font-size: 1em;
		display:block;
		padding:9px;
	}

		.calendarDates td a:hover {
			background-color:#F08800;
			text-decoration:none;
		}

.calendarDates .othermonth { background: none; }

.calendarDates td.dateSelected { background-color: #F08800; }

	.calendarDates td.dateSelected a {
		border: 1px solid #F08800;
		color: #00354e;
		padding:8px
	}

.calendarDates .today a {
	color: #00354e;
	font-size: 1.2em;
	font-weight: bold;
}

.calendarDates td {
	background: none;
	background-color: #02a0e1;
	padding: 4px;
}

	.calendarDates td.today {
		background: none;
		background-color: #fcfcfc;
	}

table.calendar td.event {
	font-weight: bold;
	background-image: url('images/hoekje.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color:#a1bd35;

}

table.calendar td.weekNumber { font-weight: bold; }

table.calendar td.othermonth a {
	color: #a7a7a7;
	font-weight: bolder;
}

div.calendarItem {
	border-left :1px solid #CCCCCC;
	width:440px;
	padding:4px 0 0 6px;
	margin-left:8px;
	min-height:240px;
	float: left;
}

	div.calendarItem .objectName {
		font-size: 120%;
		font-weight: bold;
	}
	
	.duration {
		font-size:100%;
		color:#000000;
		font-weight:bold;
	}
	
	div.calendarItem .duration {
		font-size: 80%;
		font-style: italic;
		color: #666666;
	}

	div.calendarItem .description {
		border-bottom:1px solid #cccccc;
		padding-bottom:4px;
		margin-bottom:4px;
	}
