/* *************************************************************************************************** */
/* *********************************** calendar, general********************************************** */

.calendar {
	font-size:			13px;
	cursor:				default;
	width:				275px;
	margin:				auto;
}

.calendar .header {
	height:				23px;
	font-weight:		bold;
	color:				#1595D3;
}
.calendar .header h1 {
	display:			block;
	float:				left;
	margin:				0;
	font-size:			12px;
}
.calendar .header a, .calendar .header div.dummy {	
	display:			block;
	float:				right;
	padding:			0 2px;
	font-size:			12px;
	color:				#1595D3;
}
.calendar .header div.dummy {
	width:				10px;
}

.calendar .header a:hover {	
	color:				#1595D3;
}

.calendar .header div.date {
	display:			block;
	float:				right;
}

.calendar .dayblock {
	height:				125px;
	margin-top:			2px;
}

.calendar .day {
	position:			relative;
	float:				left;
}

.calendar .day .eventpopup {
	display:			none;
	z-index:			10;
	position:			absolute;
	left:				10px;
	min-width:			150px;
	background:			#37a8db;
	padding:			5px 10px;
}

.calendar .day .eventpopup a {
	display:			block;
	font-family:		Arial;
	font-size:			9pt;
	color:				white;
}

.calendar .day .eventpopup hr {
	height:				1px;
	border:				0;
	background-color:	white;
	color:				white;
}


.calendar .number {
	display:			block;
	padding:			3px;
}

.calendar .number:hover {
	background:			#37a8db;
	color:				white;
}

.calendar .event a {
	font-weight:		bold;
	color:				#666;
}
.calendar .event a:hover {
	color:				#fff;
}

/*-----agenda------*/
.details {
	margin-top:			30px;
}

.details .item {
	line-height:		16px;
}

.details .part {
	margin-top:			18px;
}

.text_agenda_overzicht {
	margin-top:			30px;
}

.overview {
	padding: 40px;
}
.overview .item {
	min-height:			16px;
	margin-top:			2px;
}
.overview .item a {
	display:			block;
	float:				left;
	width:				280px;
}
.overview .item div {
	margin-left:		8px;
	float:				left;
}

.calendar .header {
	width:				200px;
}

.calendar .header div.date {
	margin:				0 20px;
}

.calendar .dayblock {
	width:				275px;
}

.calendar .day {
	width:				30px;
	height:				21px;
	padding:			5px 9px 5px 0px;
	font-size:			12pt;
}

.calendar .day .eventpopup {
	top:				23px;
}
