div#statusMessage	{
	position: fixed;  
	top: 25px;
	left: 50%;
	margin: 0 0 0 -220px; 
	font-weight: bold;
	text-align: center;
	background: url(/images/admin/statusMessage_background.png);
	padding: 3px;
	width: 440px; 
	height: 17px;
	z-index: 200;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px; 
	-moz-box-shadow: 0 0 4px #888; 
	-webkit-box-shadow: 0 0 4px #888; 
	-o-box-shadow: 0 0 4px #888; 
	box-shadow: 0 0 4px #888; 
}

/* Page numbers */
div.pagenumbers	{
	position: relative; 
	clear: both; 
	margin: 5px; 
	padding: 3px; 
	font-size: 11px; 
}

	span.pagenumbers_label	{
		display: inline; 
		margin-right: 7px; 
	}
	
	span.pagenumber	{
		display: inline; 
		position: relative; 
	}
	
	span.pagenumber.activePage	{
		padding: 3px; 
		background: #fff; 
		color: #666; 
		text-align: center; 
		-moz-border-radius: 2px; 
		-webkit-border-radius: 2px; 
		-o-border-radius: 2px; 
		border-radius: 2px; 
		-moz-box-shadow: 0px 0px 2px #000; 
		-webkit-box-shadow: 0px 0px 2px #000; 
		-o-box-shadow: 0px 0px 2px #000; 
		box-shadow: 0px 0px 2px #000; 	
	}
	
	span.pagenumber.disabled	{
		padding: 3px; 
		background: #fff; 
		color: #ddd; 
		text-align: center; 
		-moz-border-radius: 2px; 
		-webkit-border-radius: 2px; 
		-o-border-radius: 2px; 
		border-radius: 2px; 
		cursor: not-allowed; 
	}

		span.pagenumber a	{
			padding: 3px; 
			background: #fff; 
			color: #666; 
			text-align: center; 
			-moz-border-radius: 2px; 
			-webkit-border-radius: 2px; 
			-o-border-radius: 2px; 
			border-radius: 2px; 
			text-decoration: none !important; 
		}
		span.pagenumber a:hover	{
			background: #f1f2f2; 
		}

/* Popup */
div.popup_wrapper	{
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background: rgba(0, 0, 0, .6); 
	text-align: center; 
	overflow: auto; 
	z-index: 85; 
}
	div.popup_innerwrap	{
		position: relative; 
		width: 70%; 
		top: 5%; 
		margin: 0 auto; 
		padding: 10px; 
		text-align: left; 
		background: #fff; 
		-moz-border-radius: 8px; 
		-webkit-border-radius: 8px; 
		-o-border-radius: 8px; 
		border-radius: 8px; 
		-moz-box-shadow: 0px 0px 10px #000; 
		-webkit-box-shadow: 0px 0px 10px #000; 
		-o-box-shadow: 0px 0px 10px #000; 
		box-shadow: 0px 0px 10px #000; 
		overflow: auto; 
	}
	
	div.popup_innerwrap.fixedHeight	{
		overflow: auto; 
	}
	
		div.popup_close	{
			position: absolute; 
			top: -15px; 
			right: -15px; 
			width: 30px; 
			height: 26px; 
			padding: 4px 0 0 0; 
			text-align: center; 
			background: #f60; 
			color: #fff; 
			font-size: 23px; 
			font-weight: bold; 
			border: 1px solid #fff; 
			cursor: pointer; 
			-moz-border-radius: 20px; 
			-webkit-border-radius: 20px; 
			-o-border-radius: 20px; 
			border-radius: 20px; 
			-moz-box-shadow: 0px 0px 5px #000; 
			-webkit-box-shadow: 0px 0px 5px #000; 
			-o-box-shadow: 0px 0px 5px #000; 
			box-shadow: 0px 0px 5px #000; 
		}
		div.popup_close:hover	{
			color: #f60; 
			background: #fff; 
		}

/* Validated forms */
form div.field-widget	{
	position: relative; 
}

	form div.field-widget input[type="text"].date	{
		width: 80px; 
	}
	form div.field-widget input[type="text"].number	{
		width: 30px; 
	}
	form div.field-widget input[type="text"].largeWidth	{
		width: 540px; 
	}
	form div.field-widget input[type="text"].shortWidth	{
		width: 100px; 
	}
	
	form div.field-widget textarea.shortHeight	{
		height: 100px; 
	}
	form div.field-widget textarea.shortWidth	{
		width: 100px; 
	}
	form div.field-widget textarea.largeWidth	{
		width: 540px; 
	}
	
	form div.field-widget img.datepicker_icon	{
		cursor: pointer;		
	}
	
	form div.field-widget div.datepicker	{
		top: 0 !important; 
		left: 100px !important; 
	}

/* Slider */
.wmSlider	{
	position: relative; 
	width: 100%; 
	height: 9%; 
	background: url(/images/slider_track_center.png) center top repeat-x;
}

	.wmSlider .left_end	{
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 5px; 
		height: 9px; 
		background: url(/images/slider_track_left.png) left top no-repeat; 
	}
	
	.wmSlider .right_end	{
		position: absolute; 
		top: 0; 
		right: 0; 
		width: 5px; 
		height: 9px; 
		background: url(/images/slider_track_right.png) right top no-repeat; 
	}
	
	.wmSlider .handle	{
		position: relative; 
		width: 19px; 
		height: 20px; 
		left: 0; 
		cursor: col-resize; 
		background: url(/images/slider_handle.png) center center no-repeat; 
	}

.wmSliderAmount	{
	position: relative; 
	width: 100%; 
}

	.wmSliderAmount .amount, .wmSliderAmount .unitText	{
		display: inline !important; 
		position: static !important; 
		width: auto !important; 
		height: auto !important; 
		margin: 0 !important; 
	}

/* Filter Refresh */
div.viewGeneral	{
	position: relative; 
}

div.filterRefreshOverlay	{
	position: absolute;
	top: 0; 
	left: 0; 
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.6);
	background-image: url(/images/spinner.gif); 
	background-repeat: no-repeat;
	background-position: center center; 
	
	
	
}

	div.filterRefreshOverlay div.spinner	{
		display: none; 
		position: relative;
		margin: 0 auto;
		top: 40%;
		width: 32px;
		height: 32px;
		background: url(/images/spinner.gif) no-repeat;
		z-index: 11;
	}


/* *** 
   CSS-template for 
   www.neproducties.nl 
   
   Design by Wil Stutterheim 
   Custom made to fit the websiteman CMS
   www.websiteman.nl 
   
   (C) NE Producties 
   *** */

/* General */ 
html, body	{
	width: 100%; 
	height: 100%; 
	padding: 0; 
	margin: 0; 
}

body	{
	background: #ffab00 url(/images/1/background-body.jpg) repeat-x; 
	text-align: center; 
	font-size: 13px; 
	line-height: 19px; 
	font-family: 'PT Sans', sans-serif, Arial, Helvetica; 
	color: #444444; 
}

td	{
	vertical-align: top; 
}

/* Fonts */ 
p, address	{
	margin: 6px 5px; 
}

address	{
	font-style: normal; 
}

h1, h2, h3	{
	margin: 6px 5px; 
	font-family: 'Open Sans', sans-serif, Helvetica; 
	color: #444444; 
	font-weight: 600; 
}

	h1	{
		font-size: 19px; 
		margin-top: 14px; 
		margin-bottom: 8px; 
	}
	
	h2, aside h1	{
		font-size: 16px; 
		margin-top: 11px; 
		margin-bottom: 6px; 
	}
	
	h3, aside h2	{
		font-size: 14px; 
		margin-top: 7px; 
	}
	
	aside h3	{
		font-size: 13px; 
	}

aside p, aside h1, aside h2, aside h3, aside address	{
	color: #777777; 
}

a, a.email	{
	color: #a26d00; 
	text-decoration: underline; 
}

a:hover	{
	color: #000000; 
}

nav#menu ul	{
	position: relative; 
	margin: 0; 
	padding: 3px 0 0 0; 
}

	nav#menu ul li	{
		position: relative; 
		display: inline; 
		list-style: none; 
		margin: 0 15px; 
		padding: 0 0 15px 0; 
	}
	
		nav#menu ul li a	{
			text-decoration: none; 
			color: #666; 
			font-size: 18px; 
		}
		nav#menu ul li a:hover	{
			color: #a26d00; 
		}
		
		nav#menu ul li ul	{
			display: none; 
			position: absolute; 
			width: 120px; 
			margin: 0; 
			padding: 0; 
			top: 23px; 
			left: 0; 
			background: #fff; 
			border: 1px solid #666; 
		}
		nav#menu ul li:hover ul	{
			display: block; 
		}
		
			nav#menu ul li ul li	{
				display: list-item; 
				width: 120px; 
				margin: 0; 
				padding: 0; 
				text-align: left; 
			}
			
				nav#menu ul li ul li a	{
					display: block; 
					width: 110px; 
					padding: 3px 5px;
					color: #000; 
					font-size: 12px; 
				}
				nav#menu ul li ul li a:hover	{
				
				}

/* Divs */
header, footer, nav, article, section, aside	{
	display: block; 
}

#ie6warning	{
	display: none; 
	position: absolute; 
	z-index: 200; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 15px; 
	background: #fdffc4; 
	border-bottom: 1px solid #777; 
	text-align: left; 
}

#container	{
	position: relative; 
	margin: 0 auto; 
	width: 960px; 
}

	#wrapperTop	{
		position: relative; 
		margin: 30px auto 0 auto; 
		width: 860px; 
		height: 30px; 
		background: #bed6ff; 
		-webkit-border-top-right-radius: 30px; 
		-o-border-top-right-radius: 30px; 
		-moz-border-radius-topright: 30px; 
		border-top-right-radius: 30px; 
		-webkit-border-top-left-radius: 30px; 
		-moz-border-radius-topleft: 30px; 
		-o-border-top-left-radius: 30px; 
		border-top-left-radius: 30px; 
		border-top: 3px solid #000000; 
		border-left: 3px solid #000000; 
		border-right: 3px solid #000000; 
	}
	
	#wrapper	{
		position: relative; 
		margin: 0 auto 30px auto; 
		width: 860px; 
		min-height: 400px; 
		background: #ebf2ff url(/images/2/background-content.jpg) repeat-x; 
		border: 3px solid #000000; 
		border-top: none; 
	}
	
		header	{
			position: relative; 
			margin: 0 auto 40px auto; 
			width: 780px; 
			height: 189px; 
			background: url(/images/3/ne-producties-voice-over-jingles-commercials-heade.png) no-repeat; 
		}
		
		nav#menu	{
			position: relative; 
			margin: 50px auto 10px auto; 
			padding: 5px 0; 
			width: 100%; 
			background: #fff6e5; 
			border-top: 1px solid #666; 
			border-bottom: 1px solid #666; 
		}
		
		#content	{
			position: relative; 
			float: left; 
			width: 470px; 
			margin: 30px 10px 50px 40px; 
			padding: 5px; 
			text-align: left; 
		}
		
			#content article.news	{
				position: relative; 
				margin: 0 0 20px 0; 
				padding: 0 0 25px 0; 
			}
							
				#content article.news time	{
					position: absolute; 
					bottom: 5px; 
					left: 5px; 
					font-size: 11px; 
					padding: 1px 6px; 
					color: #fff; 
					background: #ffab00; 
					-moz-border-radius: 4px; 
					-o-border-radius: 4px; 
					-webkit-border-radius: 4px; 
					border-radius: 4px; 
				}
				
				#content article.news div.leesmeer	{
					position: absolute; 
					bottom: 5px; 
					left: 80px; 
					font-size: 11px; 
					padding: 1px 6px; 
					color: #fff; 
					background: #ffab00; 
					-moz-border-radius: 4px; 
					-o-border-radius: 4px; 
					-webkit-border-radius: 4px; 
					border-radius: 4px; 
				}
				
					#content article.news div.leesmeer a	{
						color: #fff; 
					}
					
					#content article.news div.leesmeer a:hover	{
						text-decoration: none; 
					}
		
		aside	{
			position: relative; 
			float: right; 
			width: 250px; 
			margin: 30px 40px 50px 10px; 
			padding: 5px 5px 5px 15px; 
			border-left: 1px solid #c7c7c7; 
			text-align: left; 
			font-size: 12px; 
			line-height: 16px; 
		}
		
			aside article.news	{
				position: relative; 
				margin: 0 0 20px 0; 
				padding: 5px 0 25px 0; 
				background: #fff; 
				-moz-border-radius: 5px; 
				-o-border-radius: 5px; 
				-webkit-border-radius: 5px; 
				border-radius: 5px; 
			}
			
				aside article.news h2	{
					font-size: 14px; 
				}
				
				aside article.news time	{
					position: absolute; 
					bottom: 5px; 
					left: 5px; 
					font-size: 11px; 
					padding: 1px 6px; 
					color: #fff; 
					background: #ffab00; 
					-moz-border-radius: 4px; 
					-o-border-radius: 4px; 
					-webkit-border-radius: 4px; 
					border-radius: 4px; 
				}
				
				aside article.news div.leesmeer	{
					position: absolute; 
					bottom: 5px; 
					right: 5px; 
					font-size: 11px; 
					padding: 1px 6px; 
					color: #fff; 
					background: #ffab00; 
					-moz-border-radius: 4px; 
					-o-border-radius: 4px; 
					-webkit-border-radius: 4px; 
					border-radius: 4px; 
				}
				
					aside article.news div.leesmeer a	{
						color: #fff; 
					}
					
					aside article.news div.leesmeer a:hover	{
						text-decoration: none; 
					}
			
			aside article.twitter	{
				position: relative; 
				margin: 0 0 20px 0; 
				padding: 5px 0 25px 0; 
				background: #ffab00; 
				color: #fff; 
				-moz-border-radius: 5px; 
				-o-border-radius: 5px; 
				-webkit-border-radius: 5px; 
				border-radius: 5px; 
				font-size: 13px; 
			}
			
				aside article.twitter p	{
					color: #fff; 
				}
				
				aside article.twitter img.icon	{
					position: absolute; 
					bottom: 5px; 
					left: 5px; 
				}
				
				aside article.twitter div.twitlink	{
					position: absolute; 
					bottom: 5px; 
					right: 5px; 
					font-size: 11px; 
					padding: 1px 6px; 
					color: #ffab00; 
					background: #fff; 
					-moz-border-radius: 4px; 
					-o-border-radius: 4px; 
					-webkit-border-radius: 4px; 
					border-radius: 4px; 
				}
		
div.spacer	{
	clear: both; 
	width: 100%; 
}

/* Tables */
table.border1	{
	bordeR: 1px solide #bbbbbb; 
}

/* Images */ 
a.emailhover img	{
	margin-top: 0; 
	margin-bottom: -3px; 
}

img	{
	border: none; 
}

img.linec, img.linel, img.nolinel, img.liner, img.noliner	{
	border: 1px #575757 solid; 
	margin: 6px 5px; 
}
	
img.linec	{
	display: block; 
	margin: 5px auto; 
}

img.nolinec	{
	display: block; 
	margin: 5px auto; 
	border: none; 
}

img.linel	{
	float: left; 
}

img.nolinel	{
	float: left; 
	border: none; 
}

img.liner	{
	float: right;
}

img.noliner	{
	float: right; 
	border: none; 
}

/* websiteman modules */ 
#contactForm .field-label	{
	text-align: left; 
}

	#contactForm .field-widget input, 
	#contactForm .field-widget textarea	{
		width: 270px; 
	}