div.clr {
	clear: both;
}
div.media_block ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div.media_block ul.tabs li {
	float: left;
	margin-right: 4px;
	
}
div.media_block ul.tabs li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #999999;
	width: 130px;
	text-align: center;
	background-color: #cccccc;
}
div.media_block ul.tabs li a.current {
	background-color: #ffffff;
	color: #999999;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
div.media_block div#mbPlayer {
	width: 280px;
	height: 183px;
	background-color: #000000;
}
div.media_block div.mediaStrip {
	margin-top: 5px;
}
div.media_block div.mediaStrip img {
	margin-right: 4px;
	cursor: pointer;
}

div.media_block div#imgSlide {
	width: 280px;
	height: 183px;
	background-color: #000000;
	text-align: center;
	overflow: hidden;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#fff;
	
	width:775px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/_assets/img/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* styling for elements inside overlay */
.personInfo {
		position:absolute;
		top:15px;
		right:15px;
		font-size:11px;
		color:#666666;
		width:250px;
		text-align:left;
}
.personInfo h2 {
	color: #00B0CE;
	font-size: 22px;
	margin: 5px 0px;
	text-align:left;
}	
.personInfo h3 {
	color:#666666;
	font-size:14px;
	margin: 5px 0px;
	text-align:left;
}

img.mensImage {
	cursor: pointer;
}
div.mensTitle {
	text-align:left;
}

/* FORMS */

div.form ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div.form ul li
{
	margin: 0 0 10px 0;
}
div.form ul li label
{
	color: #666666;
	font:14px Georgia,Arial;
	font-weight: bold;
	margin-bottom: 3px;	
}
div.form p {
	color: #666666;
	font:14px Georgia,Arial;
}
div.form input[type="submit"] {
	width: auto;
	margin-right: 25px;
}


/* SEARCH */


ul.searchRes {
	margin: 0;
	padding: 0;
	list-style:none;
}
ul.searchRes li {
	margin-bottom: 15px;
}
ul.searchRes li a.searchLink {
	
}
ul.searchRes li span.searchDesc {
	font-size: 11px;
	color: #666666;
}
input.searchField {
	width: 400px;
	font-size: 18px;
	font-weight: bold;
}
input.sSubmit {
	font-size: 18px;
	width: auto;
	
}


div.mediaOverview {
	margin-top: 20px;
	clear: both;
}
div.mediaOverview div.mediaItem {
	padding: 5px;
	margin: 0 10px 10px 0;
	width: 100px;
	height:114px;
	float: left;
	background-color: #efefef;
	text-align: center;
}
div.mediaOverview div.mediaItem a {
	border: none;
}
div.mediaOverview div.mediaItem img {
	width:100px;
	height: 100px;
	border: none;
	
}

#nieuwsbrief_archief ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#nieuwsbrief_archief ul li {
	list-style: none;
}
