/* *************************************************************************************************** */
/* ***********************************.calendar_small, general********************************************** */

.calendar_small {
	font-size:			14px;
	cursor:				default;
}

.calendar_small .header {
	height:				23px;
	font-weight:		bold;
	color:				#1595D3;
}
.calendar_small .header h1 {
	display:			block;
	float:				left;
	margin:				0;
	font-size:			12px;
}
.calendar_small .header a, .calendar_small .header div.dummy {	
	display:			block;
	float:				right;
	padding:			0 2px;
	font-size:			12px;
	color:				#1595D3;
}
.calendar_small .header div.dummy {
	width:				10px;
}

.calendar_small .header a:hover {	
	color:				#1595D3;
}

.calendar_small .header div.date {
	display:			block;
	float:				right;
}

.calendar_small .dayblock {
	height:				92px;
	margin-top:			2px;
}

.calendar_small .day {
	position:			relative;
	float:				left;
}

.calendar_small .day .eventpopup {
	display:			none;
	z-index:			10;
	position:			absolute;
	left:				10px;
	min-width:			150px;
	background:			#37a8db;
	padding:			5px 10px;
}

.calendar_small .day .eventpopup a {
	display:			block;
	font-family:		Arial;
	font-size:			9pt;
	color:				white;
}

.calendar_small .day .eventpopup hr {
	height:				1px;
	border:				0;
	background-color:	white;
	color:				white;
}


.calendar_small .number {
	display:			block;
	padding:			3px;
}

.calendar_small .number:hover {
	background:			#37a8db;
	color:				white;
}

.calendar_small .event a {
	margin:				0;
	padding:			0;
	font-weight:		bold;
	color:				#666;
}
.calendar_small .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 .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_small .header {
	width:				170px;
}

.calendar_small .header div.date {
	margin:				0 20px;
}

.calendar_small .dayblock {
	width:				200px;
}

.calendar_small .day {
	width:				20px;
	height:				21px;
	padding:			1px 5px 1px 0px;
}

.calendar_small .day .eventpopup {
	top:				23px;
}
