.leesmeer {
	text-decoration:		none;
	color:					#92caff;	
	font-weight:			bolder;
	clear:					both;
	display:				block;
	width:					100px;
}


/* Opmaak formulieren */
.mandatory_field {
	background-color:			#C1E0FF;
}
.error_field {
	background-color:			#FFB2B2;
}
.ErrorMessage {
	display:					none;
}


/* Zoekresultaten styling */
.searchresults .result .url {
	color:						green;
}
.searchresults .pages {
	font-weight:				bolder;
	display:					inline;
	float:						left;
	line-height:				25px;
}
.searchresults .pagenumber {
	display:					block;
	float:						left;
	padding:					4px;
	padding-left:				7px;
	padding-right:				7px;
	margin-right:				5px;
	text-decoration:			none;
	cursor:						pointer;
	border:						1px solid white;
}
.searchresults .pagenumber:hover {
	border:						1px solid #C3EBFE;	
}
.searchresults .pagenumber.active {
	border:						1px solid #E6E6E6;
	cursor:						default;
}
.searchresults .pagenumber.active:hover {
	background-color:			white;	
}