/* Template browser (dev only) */
div.templatebrowser ul { margin:0.2em 0 1em 0; }

input.replaced {
	position:absolute !important;
	left:-3000em !important;
}

#container p.intern {
	margin:0.6em -10px 0 -10px;
	padding:0.5em 10px;
}

.location,
.source {
	font-weight:bold;
	color:#A5A5A5;
}
.time {
	padding-right:1.2em;
	color:#A5A5A5;
}

#extended-peoplesearch {
	position:absolute;
	top:0.6em;
	right:10px;
	z-index:999;
}

/* link types */

a.more,
a.next,
a.prev,
a.closed,
a.add,
a.remove,
div.more a {
	display:block;
	padding:1px 10px;
	background:transparent url("../images/backgrounds/meerlink.gif") no-repeat 100% 50%;
	font-weight:bold;
	font-size:0.9em;
}
a.more {
	clear:both;
	border:solid #D9D9D9;
	border-width:1px 0;
	padding:4px 25px 5px 25px;
	margin:1em 0.1em 0;
	text-align:right;
}
div.more {
	border:1px solid #D9D9D9;
	margin:0.6em -8px 0;
	border-width:1px 0 0 0;
}
	div.more a {
		display:block;
		padding:4px 25px 5px;
		text-align:right;
	}
a.prev {
	float:left;	
	padding:4px 0 5px 25px;
	margin:1em 0 0 0.1em;
	background-image:url("../images/backgrounds/formprevlink.gif");
	background-position:0 50%;
}
a.next {
	float:right;	
	padding:4px 20px 5px;
	margin:1em 0.1em;
	background-image:url("../images/backgrounds/formnextlink.gif");
}
a.closed {
	float:right;	
	padding:4px 25px 5px;
	margin:1em 0.1em;
	background-image:url("../images/backgrounds/linkclosed.gif");
}
a.add {
	float:right;	
    margin-right:0;
    padding:2px 25px;
	background-image:url("../images/backgrounds/formnextlink.gif");
}
a.remove {
	float:right;	
    margin-right:0;
    padding:2px 25px;
	background-image:url("../images/backgrounds/formremovelink.gif");
}

/* columns */

#container .col {
	float:left;
	clear:none;
	width:47%;
	margin:0 10px 1em 0;
	padding:0;
	overflow:hidden;
}
	#container .col ul.links { margin-bottom:2em; }

/* link list */

#container ul.links {
	clear:both;
	margin:1em 0;
	padding:0;
	border-bottom:1px solid #ECECEC;
	list-style:none;
}
#container form ul.links { margin:0 0 1em 0; } 
	#container #content ul.links li {
		margin:0;
		padding:0;
		border-bottom:1px solid #fff;
	}	
		#container ul.links li a, 
		#container ul.links li span {
			display:block;
			background-color:#ECECEC;
			padding:0.2em 10px;
			line-height:19px;
			font-weight:bold;
			text-decoration:none;
		}
		#container ul.links li.action a, 
		#container ul.links li.action span { padding:0 10px 0 24px; }
		#container ul.links span { color:#43474A; }

/* functions list */

ul.functions {
	position:relative;
	clear:both;
	min-height:1.3em;
	margin:1em -10px;
	padding:0.5em 0;
	border-top:1px solid orange;
	list-style:none;
	overflow:hidden;
}
	ul.functions li {
		position:relative;
		overflow:visible;
		float:right;
		margin:0 -1px 0 0;
		padding:0 0.3em 0 0.5em;
		border:solid orange;
		border-width:0 1px 0 0;
		white-space:nowrap;
		color:orange
	}
	ul.functions li.other {
		float:left;
		margin:0 0 0 -0.5em;
		padding:0; 
		border:0;
	}
		ul.functions li ul { 
			margin:0;
			padding:0;
			list-style:none;
			overflow:hidden;
		}
		ul.functions li.other ul { float:left; }
			ul.functions li.other ul li { 
				float:left; 
				margin:0 0 0 -1px;
				border-width:0 0 0 1px;
			}
		ul.functions li a {
			float:left;
			padding:0.2em 20px 0.2em 0;			
			background:transparent url("../images/icons/waardering.gif") no-repeat 100% 65%;
			color:orange;
			text-decoration:none;
			line-height:1;
		}
		ul.functions li a:hover { text-decoration:underline; }
		ul.functions li.contact a { background-image:url("../images/icons/contact.gif"); }
		ul.functions li.apply a { background-image:url("../images/icons/solliciteer.gif"); }
		ul.functions li.order a { background-image:url("../images/icons/bestellen.gif"); }
	ul.functions li.react { position:relative; }
		ul.functions li.react a {
			padding-right:22px;
			background-image:url("../images/icons/reageer.gif");
		}		
			ul.functions li.react span {
				position:absolute;
				right:0;
				top:0;
				width:24px;
				font-size:9px;
				font-weight:bold;
				line-height:14px;
				text-align:center;
				color:#FFF;
			}
		ul.functions li.print a { background-image:url("../images/icons/print.gif"); }
		ul.functions li.save a { background-image:url("../images/icons/bewaar.gif"); }
		ul.functions li.sendto a { background-image:url("../images/icons/sendto.gif"); }
		ul.functions li.ask a { background-image:url("../images/icons/sendto.gif"); }
		ul.functions li.first a { padding-left:0 !important; }
		ul.functions li.closed a { display:none; }	
		ul.functions li#rate a {
			padding-right:16px;
			background-image:url("../images/icons/waardering.gif");
		}
		ul.functions li#rated {
		}
			ul.functions li#rated p {
				position:relative;
				float:left;
				height:14px;
				width:55px;
				margin:0 0 0 65px;
				padding:0;
				background:url("../images/icons/waardering-none.gif") 100% 50% no-repeat;
				text-indent:-3000em;
			}
				ul.functions li#rated p em {
					position:absolute;
					left:-65px;
					text-indent:0;
					color:orange;
					font-style:normal;
				}
					ul.functions li#rated p span {
						position:absolute;
						top:0;
						left:0;
						text-indent:-3000em;
						height:14px;
						background:url("../images/icons/waardering-full.gif") 100% 50% no-repeat;
					}
	
/* pages list */

#container #content ul.pages {
	position:relative;
	clear:both;
	margin:0 0 1em 0;
	padding:0;
	border-bottom:1px solid #D9D9D9;
	text-align:center;
	list-style:none;
}
	#container #content ul.pages li {
		display:inline;
		padding:0 0.2em;
		background-color:transparent !important;
		border:0;
		overflow:visible;
		color:#999;
		font-weight:bold;
	}
	#container #content ul.pages .nav-prev {
		position:absolute;
		left:0;
		float:left;
	}
		#container #content ul.pages .nav-prev a {
			font-weight:bold;
			padding-left:27px;
			background:transparent url("../images/backgrounds/minderlink.gif") no-repeat 0 50%;
		}
	#container #content ul.pages .nav-next {
		position:absolute;
		right:0;
		float:right;
	}
		#container #content ul.pages .nav-next a {
			padding-right:27px;
			background:transparent url("../images/backgrounds/meerlink.gif") no-repeat 100% 50%;
			font-weight:bold;			
		}
	#container #content ul.pages .page { margin:0 0.1em; }
	#container #content ul.pages a {
		line-height:2em;
		text-decoration:none;
		font-size:0.9em;
		text-decoration:underline;
		font-weight:normal;
	}
	
/* poll results */

.pollresults {
	position:relative;
	overflow:hidden;
}
#content .pollresults {
	margin:1.6em 0;
	padding:10px;
	background-color:#ececec;
}
	.pollresults p {
		float:left;
		width:95%;
		margin:0;
		padding:0;
	}	
	.pollresults em {
		position:absolute;
		right:70px;
		float:left;
		font-style:normal;
	}
	.pollresults em.opttxt {
		position:relative;
		left:0;
		width:140px;
		margin:0;
	}
	.pollresults .range {
		float:left;
		width:200px;
		margin:2px 0 -2px;
	}
		.pollresults .range span {
			float:left;
			height:14px;
			background-color:#43474A;
			background-position:0 50%;
			background-repeat:repeat-x;
			border-right:1px solid #C0C0C0;
		}
		.pollresults .opt1 .range span { background-image:url("../images/backgrounds/option1-score.gif"); }
		.pollresults .opt2 .range span { background-image:url("../images/backgrounds/option2-score.gif"); }
		.pollresults .opt3 .range span { background-image:url("../images/backgrounds/option3-score.gif"); }

/* hover state on some list items */

body.DOMenabled #content-wrapper .c2 li:hover,
body.DOMenabled #content-wrapper .c10 li:hover,
body.DOMenabled #content-wrapper .c11 li:hover,
body.DOMenabled #content-wrapper .c13 li:hover,
body.DOMenabled #content-wrapper .c3 li:hover {
	background-color:#F5F5F5;
	cursor:pointer;
}
body.DOMenabled #content-wrapper .c2 li.intern:hover,
body.DOMenabled #content-wrapper .c2 li:hover .intern { background-color:#EBDBE1; }
body.DOMenabled #content-wrapper .c2 ul ul li:hover,
body.DOMenabled #content-wrapper .c11 ul ul li:hover,
body.DOMenabled #content-wrapper .c3 ul ul li:hover {
	background-color:inherit;
	cursor:auto;
}
body.DOMenabled #content-wrapper .c2 ul.sorters li:hover,
body.DOMenabled #content-wrapper .c11 ul.sorters li:hover,
body.DOMenabled #content-wrapper .c3 ul.sorters li:hover {
	background-color:transparent;
	cursor:auto;
}
body.DOMenabled #content-wrapper .c2.noclick li:hover {
	cursor:auto;
}

/* list filters */

#container .filter,
#container ul.help {
	width:auto;
	float:right;
	position:absolute;
	right:10px;
	top:0.55em;
	margin:0 -0.6em 0 0;
	padding:0;
	white-space:nowrap;
	color:#666;	
	overflow:hidden;
}
	#container .filter form,
	#container ul.help form {
		float:left;
		margin:0 0 0 -1px;
		padding:0;
		border-left:1px solid #D9D9D9;
	}
		#container .filter fieldset,
		#container ul.help fieldset { 
			display:inline;
			margin:0;
			padding:0 0.4em;
		}
			#container .filter label,
			#container ul.help label {
				display:inline;
				margin:0;
			}
				#container .filter label input,
				#container ul.help label input {
					width:1em;
					height:1em;
					margin:-2px 0.4em -1px 0;
					vertical-align:middle;
				}
		#container .filter p.rss {
			float:left;
			margin:0 0 0 -1px;
			padding:0 0.6em;
			border-left:1px solid #D9D9D9;
		}	
#container form.typefilter {
	position:relative;
	top:-1.125em;
	margin:0 -10px 0.125em -10px;
	padding:0;
	border-bottom:1px solid #D9D9D9;
	text-align:right;
}			
	#container form.typefilter fieldset { 
		margin:0;
		padding:0.3em 10px 0.4em 10px;
	}
		
/* list sorters */

#container #content .sorters {
	position:relative;
	top:-1.125em;
	margin:0 -10px;
	padding:0.2em 0;
	border:solid #D9D9D9;
	border-width:0 0 1px 0;
	text-align:right;
	overflow:hidden;
}
	#container #content .sorters li {
		float:left;
		margin:0 10px 0 0;
		padding:0.1em 10px 0.1em 0;
		border:solid #D9D9D9;
		border-width:0 1px 0 0;	
		color:#666;
		white-space:nowrap;
	}
	#container #content .sorters li.results { 
		float:right; 
		border:0;
		margin-right:0;
		padding-right:0;
	}
		#container #content .sorters a,
		#container #content .sorters span {
			float:left;
			margin:-0.1em -10px;
			padding:0.1em 20px 0.1em 10px;
			background:transparent url("../images/backgrounds/sortby.gif") no-repeat 100% 8px;
			text-decoration:none;
			color:#A5A5A5;
		}
		#container #content .sorters a:hover { text-decoration:underline; }
		#container #content .sorters li.selected a,
		#container #content .sorters li.selected span { 
			background-position:100% -42px;
			color:#333;
		}
		#container #content .sorters li.selected.ascending a,
		#container #content .sorters li.selected.ascending span { background-position:100% -92px !important; }

/* attachments in lists */

p.attachments {
	margin:0.5em 0 0.8em 0;
	padding:0 0 0 18px;
	background:url("../images/backgrounds/paperclip.gif") 4px 0.15em no-repeat;
	color:#A5A5A5;
}
img.attachment {
	float:none !important;
	display:inline !important;
	margin:0 0 0 7px !important;
	vertical-align:-1px;
}
.c11 span.attachment { background-position:100% 0.2em; }
	
/* rating */

p.rate {
		position:relative;
		width:65px;
		height:14px;
		margin:0;
		background:transparent url("../images/backgrounds/waardering-none.gif") no-repeat 0 70%;
		text-indent:-3000em;
	}	
		p.rate em {
			position:absolute;
			top:0;
			left:65px;
			width:25px;
			padding:0 5px 0 0;
			background:transparent url("../images/backgrounds/waardering-none.gif") no-repeat 100% 70%;
			font-size:9px;
			text-align:right;
			font-style:normal;
			text-indent:0;
			color:#FFF;
		}	
		p.rate span {
			position:absolute;
			left:0;
			top:0;
			height:14px;
			background:transparent url("../images/backgrounds/waardering-full.gif") no-repeat 0 70%;
		}
	
	/* as part of a functions list */
#rateThis {
	background:#EEE;
	border:1px solid silver;
	height:1.5em;
	padding:2px 150px 2px 0;
}
.functions #rateThis {
	position:absolute;
	top:100%;
	left:0;
	visibility:hidden;
	z-index:100;
}
	.functions #rateThis.open { visibility:visible; }
	#rateThis p {
		width:110px;
		margin:0;
		padding:0;
		white-space:nowrap;
	}
	#rateThis a.cancel {
		position:absolute;
		top:2px;
		right:2px;
		color:#43474A;
		text-decoration:underline;
	}
	#rateThis ul {
		position:absolute;
		left:110px;
		top:2px;
		width:90px;
		margin:0;
		padding:0;
		list-style:none;		
	}
		#rateThis li {
			float:left;
			width:18px;
			padding:0;
			margin:0;
			background:none;
		}
			#rateThis li a {
				display:block;
				width:0px;
				height:1.5em;
				padding-left:18px;
				background:transparent url("../images/backgrounds/rating-bar.gif") no-repeat 0 50%;
				overflow:hidden;
			}
			#rateThis li.highlight a, 
			#rateThis li a:hover, 
			#rateThis li a:focus, 
			#rateThis li a:active { background-position:-110px 50%; }
		
/* article meta data */ 

div.extra {
	clear:both;
	float:none;
	margin:0.6em 0 1em 0;
}
	div.extra p { margin:0; }
	div.extra .author, 
	div.extra .source {
		display:inline;
		padding-right:0.6em;
	}
	
/* downloads list */

ul.downloads {
	clear:both;
	margin:1em -10px;
	padding:0;
	border:solid #D9D9D9;
	border-width:1px 0;
	list-style:none;
}	
	ul.downloads li {
		margin:0;
		padding:0;
		overflow:hidden;
		line-height:18px;
		background:transparent url("../images/icons/word.gif") no-repeat 10px 7px;
	}		
	ul.downloads li:hover { background-color:#f4f4f4; }
	ul.downloads li.pdf {
		background-image:url("../images/icons/pdf.gif");
		background-position:10px 3px;
	}			
		ul.downloads a {
			position:relative;
			display:block;
			padding:5px 9em 5px 42px;
			text-decoration:none;
			font-weight:bold;
		}
		ul.downloads li.locked a {
			background:transparent url("../images/icons/locked.gif") no-repeat 100% 5px;
		}		
			ul.downloads a span {
				position:absolute;
				top:5px;
				right:32px;
				padding:0 32px 0 0;
				background:transparent url("../images/icons/download.gif") no-repeat 100% 1px;
				font-weight:normal;
				cursor:pointer;
			}
			ul.downloads a:hover span { background-position:100% -99px; }

/* contact info list */

ul.contactinfo {
	border-bottom:1px solid #D9D9D9;
	padding-bottom:1em;
}

/* article more/less toggler. see showmore.js */

#showmore {		
	clear:both;
	position:relative;
	margin-top:-1em;
	padding-top:1px;
}
	div.lessarticle {
		overflow:visible !important;
		height:auto !important;
		margin:0 -6px;
		padding:0 6px;
	}
	div.morearticle {
		overflow:hidden !important;
		height:25em !important;
		margin:0 -6px;
		padding:0 6px;
	}
		div.morearticle .articlefade {
			position:absolute;
			left:0; 
			bottom:0;
			width:100%;
			height:68px;
			background:url("../images/backgrounds/articlefade.png") 0 100% no-repeat;
		}
		div.morearticle  a.showmore {
			position:absolute;
			left:0; 
			bottom:0;
			width:100%;
			height:30px;
			background:url("../images/buttons/lees-meer.gif") no-repeat;
			text-indent:-3000em;
			overflow:hidden;
		}

/* C1, feature, homepage anonymous */

.c1 { 
	margin:0 0 3em 0;
	padding:0 10px; 
}
	.c1 img {
		float:right;
		margin:5px 0 10px 10px;
	}
	.c1 img.left {
		float:left;
		margin:5px 10px 10px 0;
	}
	#content .c1 a.more {
		margin-left:-10px;
		margin-right:-10px;
	}
	
/* C2, more news, homepage anonymous, search results */

.c2 {
	clear:both;
	position:relative;
	margin:0 0 3em 0;
	padding:0 10px;
}
	p.results {
		margin:0 -10px 1.125em -10px;
		padding:0.3em 10px;
		border:solid #D9D9D9; 
		border-width:1px 0;
		text-align:left;
		color:#666;
	}		
	.c2 ul {
		position:relative;
		top:-1.125em;
		margin:0 -10px -1.125em -10px;
		padding:0;
		list-style:none;
	}
		.c2 ul li {
			position:relative;
			margin:0;
			padding:1em 10px;
			border:1px solid #D9D9D9;
			border-width:0 0 1px;
			margin:0;
			overflow:hidden;
		}
			.c2 ul ul { 
				top:0;
				margin:0.5em 0; 
			}
				.c2 ul ul li {
					margin:0.2em 0;
					padding:0;
					border:0;
				}
			.c2 ul li h3 {
				margin-top:0;
				margin-right:8em;
			}			
			.c2 form ul li h3 { text-indent:20px; }
			.c2 ul li .date {
				position:absolute;
				right:10px;
				top:1.2em;
				padding:0;
			}
			.c2 ul p { margin:0.4em 0; }
			
			#container .c2 ul.links {
				margin:1em -10px;
				padding:0;
				background-color:#FFF;
			}
				#container .c2 ul.links li {
					padding:0 0 1px 0;
					border:none;
				}			
	.c2 a.more,
	#container #content .c2 .pages { 
		position:relative;
		top:-1px;
		margin:0 -10px; 
	}
	.c2 li img {
		float:right;
		margin:0 0 6px 10px;
	}	
	#container .c2 p.results {
		position:relative;
		top:-1.125em;
		margin-bottom:0;
		border-top:0;
		text-align:right;
	}
	
/* agenda list */
	
#container #content .agenda li { padding-left:72px; }	
	#container #content .agenda li .date {
		position:absolute;
		left:10px;
		top:1.2em;
		width:44px;
		min-height:42px;
		padding:0 2px 3px 2px;
		background:url("../images/backgrounds/calendar.gif") no-repeat 0 100%; 
		font-size:1em;
		color:#43474a;
		text-align:center;
	}
		#container #content .agenda li .date .day {
			display:block;
			margin:0 -2px;
			padding:6px 2px 0 2px;
			background:url("../images/backgrounds/calendar.gif") no-repeat -48px 0; 
			font-size:2em;
			line-height:1em;
			color:#904;
		}
		#container #content .agenda li .date .year { font-size:0.9em; }
		#container #content .agenda li .date .time { 
			display:block;
			color:#A5A5A5;
			font-size:0.9em; 
		}
	#container #content .agenda li h3 { margin-right:0; }
	
/* saved jobs/articles exceptions */	

#container .savedarticles ul li h3,
#container .savedjobs ul li h3 { margin-right:10em; }
#container .savedarticles ul.actions,
#container .savedjobs ul.actions { top:0; }
#container .savedarticles ul li,
#container .savedjobs ul li { position:relative; }
#container .savedarticles input.identifier,
#container .savedjobs input.identifier {
	position:absolute;
	top:1.3em; 
	left:10px;
}
#container .savedarticles .sorters input.identifier,
#container .savedjobs .sorters input.identifier {
	position:relative;
	margin:0;
}
#container .savedarticles ul.actions li a,
#container .savedjobs ul.actions li a {
	padding-left:24px;
	background-image:url("../images/backgrounds/sortby.gif");
	background-repeat:no-repeat;
	background-position:10px 9px;
}

/* C4, content banner, homepage anonymous*/

.c4 {
	margin:1em 0;
	border:1px solid #D9D9D9;
	height:60px;
}
#content .c4 {
	width:468px;
	margin:0 auto 0.8em;
}
#content ul .c4 { margin:0 -4px; }
#filter .c4,
#tools .c4 { 
	width:234px; 
	margin:0.5em auto;
}
	#container .c4 a {
		display:block;
		padding:0;
	}
		#container .c4 img { 
			display:block;
			margin:0;
		}

/* C9, news item, nieuws pagina */

.c9 {
	position:relative;
	margin:0 0 3em 0;
	padding:0 10px;
}	
	.c9 h3 { margin:0 8em 1em 0; }	
	.c9 p.date {
		position:absolute;
		top:2.6em;
		right:10px;
	}
	.c9 p span.phone { /* ??? */
		float:right;
		margin-right:20px;
	}
	.c9 ul, 
	.c9 ol { clear:left; }
	.c9 img {
		float:right;
		margin:0.5em 0 10px 10px;
	}
	.c9 img.left {
		float:left;
		margin:0.5em 10px 10px 0;
	}
	.c9 dd { font-weight:bold; }	

	/* ??? */
	.c9 div.col img {
		float:none;
		display:block;
		margin:6px 0;
	}
	.c9-intro { overflow:hidden; }		

	/* wieiswie profile */
	
	#content .wieiswie .vcard { 
		margin:0 -10px;
		padding:0 10px;
		overflow:hidden; 
	}
		#content .wieiswie .photo {
			float:left;
			margin:0 20px 10px 0;
		}
		#content .wieiswie .title { font-weight:bold; }
		#content .wieiswie table {
			width:auto;
			margin:1em 0;
			border:0;
		}
			#content .wieiswie th,
			#content .wieiswie td {
				padding:0 1em 0 0;
				border:0;
				text-align:left;
				font-weight:normal;
			}
	#content .wieiswie .tasks { 
		margin:5px 0 0 0;
		padding:10px 0 0 0;
		border-top:1px solid #e0e0e0; 
	}
		#content .wieiswie .tasks .col li { margin:0 1em 0 1.5em; }
		#content .wieiswie .tasks h4 { color:#903; }

/* C11, Related news, article page*/

.c11 {
	clear:both;
	margin:0 0 3em 0;
	padding:0 10px;
}	
	.c11 ul {
		margin:-1em -10px 1em -10px;
		padding:0;
		list-style:none;
	}
		.c11 ul li {
			position:relative;
			margin:0;
			padding:1em 0 1em 12px;
			border-bottom:1px solid #D9D9D9;
		}
			.c11 ul li h3 {
				margin:0;
				width:76%;
			}
			.c11 ul li .date {
				position:absolute;
				top:1.2em;
				right:10px;
			}
			.c11 ul li p { margin:0.5em 0; }
	.c11 a.more {
		margin:-1.25em -10px 1em -10px;
		border-top:0;
	}







/* C14, Search form */

div.searchresults,
div.jobsearch { padding:1em 10px 0 10px; }

.c14 {
	position:relative;
	margin:0 0 3em 0;
	padding:0 10px;zoom:1;
}

	/* advanced search form */
	#advancedsearch {
		margin:0 -10px !important;
		padding:0 10px;
		position:relative;
	}
		#advancedsearch form {
			position:relative;
			margin:0 -10px;
			padding:0.8em 10px;
			background:#E3E3E3;
		}
			#advancedsearch form h3 { margin-top:0; }
			#advancedsearch .help {
				position:absolute;
				top:0.15em;
				right:10px;
				font-weight:normal;
				text-decoration:underline;
			}
			#advancedsearch .field {
				float:left;
				margin:0 2% 0.4em 0;
				width:48%;
			}
				#advancedsearch .field label,
				#advancedsearch .field .label {
					display:block;
					margin-bottom:0.2em;
				}
				#advancedsearch .field input.text, 
				#advancedsearch .field select {
					position:relative;
					width:80%;
					float:left;
					margin:0 0.4em 0 0;
				}
				#advancedsearch .field input.small,
				#advancedsearch .field select.small { width:27px; }
				#advancedsearch .field input.medium,
				#advancedsearch .field select.medium { width:55px; }
				#advancedsearch .field input.auto,
				#advancedsearch .field select.auto { width:auto; }
			#advancedsearch input#extsearchthis { 
				position:absolute;
				top:2.65em;
				right:10px;
			}
		#advancedsearch .error {	
			float:left;
			width:120px;
			margin:3px 0;
			padding-left:24px;	
			line-height:17px;
			color:#903;
			border:1px solid #ececec;
			background:#ececec url("../images/icons/error.gif") 4px 0 no-repeat;
		}

/* C27 Profiel bewerken -- REDO WITH U0804-02B */

.c27 { padding:0 10px; }
	.c27 h3 { margin:1em 0 0.5em; }
	.c27 p, 
	.c27 fieldset { margin:0 0 1em; }
	.c27 fieldset { overflow:hidden; }
		.c27 label { display:block; }
		.c27 #newsletter label {
			position:relative;
			margin:0 0 0.5em 0;
			padding:0 0 0 22px;	
		}		
			.c27 #newsletter input.checkbox {
				position:absolute;
				top:0.1em;
				left:0;
			}
			.c27 #newsletter label span { 
				float:none;
				display:inline;
			}

/* C29, C31, C32 settings -- REDO WITH U0804-02B */

.c29 .intern,
.c31 .intern,
.c32 .intern { background-color:transparent; }
	.c29 .intern span,
	.c31 .intern span,
	.c32 .intern span { background-color:#F5E4EA; }

/* C38 reageer, C39 doorsturen */

.c38,
.c39 {
	margin:0 0 3em 0;
	padding:0 10px;
}
	.c38 .date,
	.c39 .date {
		padding:0;
		font-size:1em;
		color:#43474A;
	}
	.c38 form,
	.c39 form { 
		margin:0.5em -10px;
		padding:0 10px;
		border-bottom:1px solid #903; 
	}
		.c38 fieldset,
		.c39 fieldset { padding:0; } 
			.c38 label {
				display:block;
				font-weight:bold;
				margin:0 0 0.2em 0;
			}
			.c38 .textarea,
			.c39 .textarea {
				width:99%;
				height:8em;
			}
	.c38 ul {
		margin:0 -10px;
		padding:0;
		list-style:none;
	}
		.c38 ul li {
			margin:0;
			padding:1em 10px;
			border-bottom:1px solid #D9D9D9;
		}
		.c38 ul li h3 { margin-top:0; }
		.c38 ul li p { margin:0.5em 0; }
	#container .c38 .pages { margin:-1px -10px 0 -10px; }

	.c39 .field {
		clear:both;
		float:left;
		margin:0.2em 0;
		overflow:hidden;
		width:100%;
	}	
		.c39 .field input {
			width:250px;
			float:right;
		}
		.c39 label {
			float:left;
			width:139px;
			display:block;
			font-weight:bold;
			margin:0 0 0.2em 0;
		}

	.c39 .error {	
		float:right;
		width:250px;
		margin:3px 0;
		padding-left:24px;
		border:1px solid #ECECEC;
		background:#ECECEC url("../images/icons/error.gif") 4px 0 no-repeat;
		line-height:17px;
		color:#903;
	}

/* C57, Wie is Wie */

.c56 {
	padding:0 10px;
	border-bottom:1px solid #903;
}

/* C60, Woordenboek, afkortingen en vertaallijst */

.c60 {
	position:relative;
	padding:0 10px;
	border-bottom:1px solid #903;
	overflow:hidden;
}
	.c60 .help {
		position:absolute;
		top:0.75em;
		right:10px;
		font-weight:normal;
		text-decoration:underline;
	}
	.c60 input, 
	.c60 label span {
		float:left;
		margin-right:4px;
	}
	.c60 ul {
		float:left;
		margin:1em 0 1em -6px;
		padding:0;
		list-style:none;
		overflow:hidden;
	}	
		.c60 ul li {
			float:left;
			margin:0 0 0 -1px;
			padding:0 6px;
			border-left:1px solid #ccc;
		}
			.c60 ul li.selected a {
				font-weight:bold;
				text-decoration:none;
			}

/* C60-results:C61,C62,C63,C64 (woordenboek) */

.c60-results { padding:0 10px; }
.c60-results p.results { 
	margin-top:-1px;
	margin-bottom:0; 
}
	.c60-results ul {
		margin:0 -10px;
		padding:0;
		list-style:none;
	}
		.c60-results ul li {
			margin:0;
			padding:1em 10px;
			border:solid #D9D9D9;
			border-width:0 0 1px 0;
		}
			.c60-results ul li h3 { margin-top:0; }
			.c60-results ul li p { margin: 0.5em 0; }
#container .c60-results .pages { margin:-1px -10px 0 -10px; }

.translate-from dl { margin:0.5em 0 0; }
.abbreviations dl,
.translate-to dl {
	overflow:hidden;
	margin:1em -10px;
	padding:0 10px;
}
	.abbreviations dt {
		width:15%;
		font-weight:bold;
	}
	.abbreviations dd { width:85%; }
	.translate-to dt,
	.translate-to dd {
		width:48%;
		margin:0 2% 0 0;
	}

/* C65, Stellen vraag helpdesk */

.c65 .c9 {
	padding:10px;
	background-color:#ececec;
}
	.c65 .c9 h3 { margin-top:0; }
	.c65 .c9 p { margin:0.5em 0; }
	.c65 .c9 p.date { 
		top:1em; 
		margin:0; 
	}

/* C66, Zoek Woningcorporatie */

.c66 {
	position:relative;
	margin:0;
	padding:0 10px;
	border-bottom:1px solid #903;
}
	.c66 .help {
		position:absolute;
		top:0.75em;
		right:10px;
		font-weight:normal;
		text-decoration:underline;
	}
	.c66 .field {
		margin:3px 0;
		width:100%;
		min-height:17px;
		float:left;
		clear:both;
	}
		.c66 input, 
		.c66 p.note, 
		.c66 label { float:left; }
		.c66 label { width:20%; }
		.c66 p.note { margin:0 0 0 0.5em; }
		.c66 input.medium { width:55px; }

/* C67, Zoek Branche Organisaties */

div.c67 {
	margin:0;
	padding:0 10px;
	border-bottom:1px solid #903;
}
	.c67 label {
		display:block;
		overflow:hidden;	
		margin:0 0 1em 0;
	}
		.c67 label span, 
		.c67 label input { float:left; }
		.c67 label span { width:20%; }
		.c67 input.medium { width:55px; }

/* C76, Werk in uitvoering detail */

.c76 {
	position:relative;
	padding:0 10px;
}
	.c76 h3 { margin-right:10em; }
	.c76 p.date {
		position:absolute;
		top:3.5em;
		right:0;
		font-size:1em;
	}
	.c76 img {
		float:right;
		margin:5px 0 10px 10px;
	}
.c76 table #theaders { width:40%; }

/* C78 Banenmarkt, zoek aanbod */

.c78 {
	padding:0 10px;
	overflow:hidden;
	position:relative;
	border-bottom:1px solid #903;
}		
	.c78 h2 { margin-bottom:0; }
	.c78 form { margin:-0.5em -10px }
	.c78 h3 {
		padding:0.2em 10px 0.2em 32px;
		background:#F6F6F6 url("../images/backgrounds/formnextlink.gif") 10px 50% no-repeat;
		border-bottom:1px solid #fff;
		cursor:pointer;
	}
	.c78 .open h3 {
		background-image:url("../images/backgrounds/linkopen.gif");
		cursor:auto;
	}
	.c78 .open fieldset { display:block; }
	.c78 fieldset {
		overflow:hidden;
		clear:both;
		padding:0.8em 10px;
		display:none;
	}
		.c78 .open fieldset fieldset {
			width:100%;
			padding:8px 0 0;
			display:none;
		}
		.c78 .extended fieldset fieldset { display:block; }
			.c78 .extended fieldset a { display:none; }
				.c78 .extended fieldset fieldset a { display:block; }
			.c78 fieldset fieldset div.field {
				float:left;
				width:100%;
				margin:0.5em 0;
			}
			.c78 fieldset fieldset label {
				float:left;
				margin:0;
				width:100px;
			}
	.c78 label {
		display:block;
		margin:2px 0;
		clear:left;
	}
	.c78 input, 
	.c78 select {
		float:left;
		margin-right:3px;
	}
	.c78 input.text { width:120px; }
	.c78 input.submit { margin:-2px 0 0 0.4em; }
	
	.c78 .help {
		position:absolute;
		top:0.5em;
		right:0.5em;
		list-style:none;
		overflow:hidden;
	}	
		.c78 .help li {
			float:left;
			margin:0 0 0 -1px;
			padding:0 0.5em;
			border-left:1px solid #D9D9D9;
		}
			#container .c78 .help li form {
				float:left;
				margin:0;
				border:0;
			}
				#container .c78 .help fieldset {
					display:inline;
					margin:0; 
					padding:0;
				}
					#container.c78 .help fieldset label { 
						display:inline;
						margin:0;
						padding:0; 
					}
						#container .c78 .help fieldset input {
							float:none;
							margin:0 0.4em 0 0;
						} 

/* C95, Plaats prikbord bericht */

.c95 { position:relative; }
	.c95 .help {
		position:absolute;
		top:0.75em;
		right:10px;
		text-decoration:underline;
		font-weight:normal;
	}
	
/* C96, FAQ */

.c96 { padding:0 10px; }
	.c96 ul {
		margin:1em 0;
		padding:0;
		list-style:none;
	}	
		.c96 ul li { margin:0.4em 0; }	
			.c96 ul li ul {	margin:0 10px; }
	#container .c96 ul.links {
		overflow:hidden;
		margin-bottom:2em;
	}
	
/* error page */

div#syserror {
	margin:2em 0 0 1em;
	padding:0 0 0 125px;
	min-height:170px;
	background:url("../images/icons/syserror.gif") no-repeat;
}

div#syserror p {
	font-size:1.2em;
	color:#cc002e;
	margin-bottom:1em;
}

div#syserror a {
	/*float:right;*/
}

/* ### extensions ### */

/* voorblad infocenter */

div.section {
	position:relative;
	z-index:20;
	margin:-1px -10px;
	padding:10px;
	border:solid #D9D9D9;
	border-width:1px 0;
	overflow:hidden;
}
	div.section h3 { margin:0 0 0.4em 0; }
	div.section p { margin:0.4em 0; }
	div.section a.next {
		float:left;
		margin:0.4em 0;
		padding-left:0;
	}
	
#choose-a-filter {
	z-index:10;
	margin:-120px -24px -120px -10px;
	padding:120px 0 120px 0;
	background:url("../images/extensions/infocenter_line.gif") 100% 50% no-repeat;
	border:0;
}
	#choose-a-filter .inside {
		margin:-1px 0;
		padding:10px 120px 10px 10px;
		background:#FFF url("../images/extensions/choose_a_filter.gif") 96% 50% no-repeat;
		border:solid #D9D9D9;
		border-width:1px 0;
	}
	#choose-a-filter strong { color:#51C1DA; }
	
/* registration */

#emailcheck {
	margin:2em -10px 0.833em -10px;
	padding:220px 10px 0 10px;
	background:url("../images/extensions/emailcheck.gif") 50% 0 no-repeat;	
	font-size:1.2em; 
	line-height:1.5em;
	text-align:center;
	color:#904;
}

/* notification */

#notification {
	margin:0 0 1.5em 0;
	padding:0.8em 10px 0.6em 10px;
	background:#f0eab8;
	overflow:hidden;
}
	#notification h2 {
		margin:0 0 0.5em 0;
		padding:0;
		border:0;
		font-size:1.2em; 
		line-height:1.5em;
		font-weight:bold;
		color:#43474A;
	}
	#notification p { margin:0.4em 0; }
		#notification p strong { font-weight:normal; }
	#notification a.next { 
		margin:0;
		background-image:url("../images/backgrounds/formnextlink2.gif");
	}

/* locked articles */

div.locked,
div.unlocked {
	clear:both;
	margin:0.5em -10px !important;
	padding:0.1em 10px 0.1em 28px;
	background:url("../images/backgrounds/lock.gif") #f4f4f4 10px 0.4em no-repeat;
}
div.unlocked { background-image:url("../images/backgrounds/unlock.gif"); }
	div.locked p,
	div.unlocked p { margin:0.3em 0; }
		div.locked em,
		div.unlocked em { font-style:normal; }
		div.unlocked strong { font-weight:normal; }
h3.locked {
	text-indent:18px;
	background:url("../images/backgrounds/lock.gif") 0 0.15em no-repeat;
}
h4.locked {
	text-indent:12px;
	background:url("../images/backgrounds/lock-small.gif") 0 0.27em no-repeat;
}
#authorisation-required { 
	margin:-1.5em 0 5em 0;
	border:0; 
}
p.commentary {
	margin:0.5em -10px !important;
	padding:0.35em 10px 0.35em;
	background:#f4f4f4;
}

	
/* thickbox */

#TB_window {
	font-size:1em;
	color:#0c151b;
}
#TB_secondLine {
	font-size:1em;
	color:#7f8485;
}
#TB_window a { color:#ED1C24; }
#TB_window a:hover { color:#0073FF; }
#TB_overlay {
	position:fixed;
	z-index:100;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack { background:url("../images/macFFBgHack.png") repeat; }
.TB_overlayBG {
	background-color:#000;
	opacity:0.5;
}
#TB_window {
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	z-index:102;
	padding:0 13px;
	background:url("../images/backgrounds/videoplayer.png") repeat-y;
	color:#43474A;
	text-align:left;
}
	#TB_window .top {
		position:absolute;
		left:0;
		top:-22px;
		width:100%;
		height:22px;
		background:url("../images/backgrounds/videoplayer-top.png");
	}
	#TB_window .bottom {
		position:absolute;
		left:0;
		top:100%;
		width:100%;
		height:22px;
		background:url("../images/backgrounds/videoplayer-bottom.png");
	}
	#TB_window .body {
		padding:0 18px;
		background:url("../images/backgrounds/videoplayer-bg.gif") repeat-x;
	}
		#TB_window p { margin:0; }
		#TB_window h3 { 
			margin:0 0 0.8em 0;
			color:#7c7c00; 
		}
		#TB_window img { 
			margin:0 0 10px 0;
			border:1px solid #e2e2df; 
		}
		#TB_closeAjaxWindow {
			position:absolute;
			right:34px;
			top:0.2em;
		}
			#TB_closeAjaxWindow a { color:#43474A; }
			#TB_closeAjaxWindow a:hover { color:#903; }
#TB_load {
	position:fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top:50%;
	left:50%;
	margin:-6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
#TB_HideSelect {
	z-index:99;
	position:fixed;
	top:0;
	left:0;
	background-color:#fff;
	border:none;
	opacity:0;
	height:100%;
	width:100%;
}
#TB_iframeContent {
  	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

#video-container {
	margin:0 0 10px 0;
	border:1px solid #e2e2df; 
	width:640px; 
	height:480px; 
}

/* network differentation */

.network_type {
	position:absolute;
	top:-1px; right:-35px;
	height:14px;
	padding:5px 27px 5px 6px;
	background:url('../images/extensions/network_types.gif') 100% 0 no-repeat;
	font-weight:bold;
	font-size:0.88em;
}
.network_professional {
	background-position:100% -24px;
	color:#903;
}
.network_organisation {
	background-position:100% -48px;
	color:#a8a810;
}
.network_internal {
	background-position:100% -72px;
	color:#903;
}

#loadingDiv {
	display:none;
	left:50%;
	margin-left:-232px;
	position:absolute;
	top:50px;
	width:232px;
	z-index:100;
}
	#loadingDiv img {
		margin:100px
	}
.loading #filter,
.loading #content {
	opacity:.5;
}
