a.button,
a.button-alternative,
a.button-cancel,
button,
input.submit,
input.reset,
input.file  { 	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 2px 6px; 
	border: 1px solid #ccc;
	border-color: #999 #858585 #666 #858585;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #ccc url(http://fast.mediamatic.nl/f/qbwx/image/button.png) left top repeat-x;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	font-weight: normal;
	color: #333;
	cursor: pointer;
	white-space: nowrap;
	vertical-align: baseline; } 			
button  { 	width: auto;
	overflow: visible;
	padding: 1px 4px;   /* IE6 */  } 
button[type]  { 	padding: 1px 4px;   /* Firefox */
	line-height: 16px;  /* Safari */ } 
*:first-child+html button[type]  { 	padding: 1px 4px;   /* IE7 */ } 
input.submit,
input.reset  { 	line-height: 16px;
	padding: 1px 4px !important;
	overflow: visible;
	width: auto !important; 
	height: auto !important; } 
/* Safari only css selector for input-submit button */
@media screen and (-webkit-min-device-pixel-ratio:0) { 	input.submit,
	input.reset  { 		line-height: 17px;
 } }

/* !important is used to overrule the input text element styling */
*:first-child+html input.submit,
*:first-child+html input.reset  { 	line-height: 14px; /* IE7 */ } 
a.button,
a.button-alternative,
a.button-cancel  { 	line-height: 14px; } 
button img, 
a.button img,
button.cancel img, 
a.button-cancel img,
button.alternative img,
a.button-alternative img  { 	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	float: none; } 
/* Button colors
-------------------------------------------------------------- */

a.button:hover,
a.button-alternative:hover,
a.button-cancel:hover,
input.submit:hover,
input.reset:hover,
button:hover  { 	color: #000;
	background-color: #ccc;
	border: 1px solid #000;
	text-decoration: none; } 
a.button:active  { 	color: #000;
	background-color: #ccc;
	border: 1px solid #000;
	text-decoration: none; } 

/* cancel
-------------------------------------------------------------- */

a.button-cancel,
button.cancel  { 	background: #fbe3e4;
	border:1px solid #fbc2c4;
	color: #d12f19; } 
a.button-cancel:hover, 
button.cancel:hover  { 	background: #d12f19;
	border:1px solid #d12f19;
	color: #fff; } 
a.button-cancel:active  { 	background: #d12f19;
	border: 1px solid #d12f19;
	color: #fff; } 

/* alternative
-------------------------------------------------------------- */

a.button-alternative,
button.alternative  { 	background-color: #e6efc2;
 	border: 1px solid #c6d880;
  	color: #529214; } 
a.button-alternative:hover, 
button.alternative:hover  { 	background-color: #529214;
 	border: 1px solid #529214;
  	color: #fff; } 
a.button-alternative:active  { 	background-color: #529214;
 	border: 1px solid #529214;
  	color: #fff; } 
/* special buttons / edit page 
-------------------------------------------------------------- */

.button-datepicker img,
.button-cc img,
.button-fig img  { 	margin: 0;
	width: auto;
	height: auto; } 
.button-fig img  { 	width: 24px;
	height: 18px; } 
	.edit-page button.button-datepicker,
	.edit-page .button-cc, 
	.button-fig  { 		border: none;
		padding: 0 0 2px 0;
 } 
	.button-fig  { 		float: none;
		margin: 0;
 } 	
	.edit-page button.button-datepicker:hover  { 		background: none;
	}
body  { 	background: #fff;
	color: #000; } 
a  { 	outline: none; } 
.block  { 	display: block; } 
.inline  { 	display: inline; } 
.hide  { 	display: none; } 

/* person list item subtitle
---------------------------------------------------------- */

li.person span.subtitle  { 	display: block;
	font-size: 14px; } 
/* story
---------------------------------------------------------- */

li .wrapper-date-location  { 	margin: 0; } 
.wrapper-date-location  { 	margin: 0 0 18px 0; } 	
	.wrapper-date-location .daterange-coverage,
	.wrapper-date-location .listbox,
	.wrapper-date-location .listbox .list-view-simple,
	.wrapper-date-location .listbox ul,
	.wrapper-date-location .sep  { 		display: inline;
 } 	
	.wrapper-date-location .list li  { 		display: inline;
		float: left;
		margin: 0;
		padding: 0;
 } 
/* figblock
---------------------------------------------------------- */

ul.fig  { 	margin: 0 0 18px 0;
	padding: 0;
	list-style: none; } 
	
	ul.fig li  { 		float: none;
		display: block;
 } 	
		ul.fig li img  { 			float: none;
			display: block;
			margin: 0;
	 } 


/* list item document 
---------------------------------------------------------- */

.doc-icon  { 	display: block;
	float: left; } 
.doc-info  { 	float: left; } 

/* predicate-rest 
---------------------------------------------------------- */
	
.predicate-rest ul.list li  { 	display: inline; } 	
	
	/* Search 
	---------------------------------------------------------- */
		
		/* Search Simple
		------------------------------------------------------ */
	
		.search-simple  { 			float: right;
	 } 		
		.search-simple fieldset  { 			border: none;
			margin: 0;
			padding: 0;
			display: inline;
	 } 		
		.search-simple input.text  { 			float: left;
			margin: 0 3px 0 0;
			padding: 1px;
			width: 100px;
	 } 
		
		
		/* Search Advanced
		------------------------------------------------------ */
		.search-advanced fieldset  { 			margin: 0;
			padding: 0;
			border: none;	
			clear: both;
	 } 			
		.search-advanced input.checkbox  { 			margin: 0;
			padding: 0;
	 } 		
		.search-advanced p  { 			margin: 0;
			padding: 0;
			display: inline;
	 } 		
		
	.dv-small  { 		display: none;
 } 
	

	/* part1
	---------------------------------------------------------- */
	
	.fn  { 		visibility: hidden;
		display: none;
 } 	
	.chapeau .claim-profile  { 		margin: 0 0 0 6px;
 } 	

	/* part2
	---------------------------------------------------------- */
		
		/* intro
		------------------------------------------------------ */
		
		.dv .intro img  { 			float: none;
	 } 
		/* body 
		------------------------------------------------------ */
		
		.body img  { 			float: none;
	 } 
			.body p img  { 				margin-right: 0;
		 } 
			.body p span.caption  { 				display: block;
		 } 
				.body p span.caption span  { 					margin-right: 3px;
			 } 
		div.download  { 			margin: 0 0 1.5em 0;
	 } 		
			div.download .cc  { 				float: left;
		 } 			
				div.download .cc a  { 					float: left;
					margin-right: .3em;
					height: 18px;
					overflow: hidden;
			 } 		
			div.download .cc .edit-cc  { 				padding: 0;
				display: block;
				overflow: hidden;
				text-indent: -999em;
		 } 			
				div.download .cc-icons1  { width: 13px; } 				div.download .cc-icons2  { width: 28px; } 				div.download .cc-icons3  { width: 43px; } 
	
		
		/* labels 
		------------------------------------------------------ */
		.edit .labels  { 			margin: 2em 0 0 0;
	 } 			
		.label div.q_a  { 			display: block;
			margin: 0 0 2em 0;
	 } 		
		.label div.q_a div.question  { 			display: block;
	 } 		
		.label  { 			margin: 0 0 18px 0;
	 } 		
		/* for now - ticket 4036 */
		.labels-institution  { 			display: none;
	 } 
/* Action logon specific styles 
  (on top of default form elements)
---------------------------------------------------- */

#action-logon-logon form  { 	margin-bottom: 30px; } 
#action-logon-logon .form-inline-elements  { 	margin-bottom: 0; } 
		
/* Wiki: Table of contents
------------------------------------------------------ */

.wikitoc2  { 	margin-left: 1em; } 
.wikitoc3  { 	margin-left: 2em;
	list-style: circle outside; } 
.wikitoc4  { 	margin-left: 3em;
	list-style: square outside; } 
wikitoc5  { 	margin-left: 4em; } 

/* list-view-simple 
------------------------------------------------------ */

.list-view-simple .list li  { 	display: inline;
	zoom: 1; } 
.list-view-simple .list li a  { 	white-space: nowrap; } 
.list-view-simple .list li span.role  { 	display: none; } 
.list-view-simple .list li img  { 	height: 12px;
	width: 12px;
	margin: 0;
	position: relative;
	float: none; } 
	.list-view-simple .list li img:hover  { 		height: 55px;
		width: 55px;
		margin: 0 -43px -43px 0;
		z-index: 1;
 } 
	
/* Context
-------------------------------------------------------------- */

	/* connections
	---------------------------------------------------------- */
	
	.connections  { 		margin: 0;
 } 
	.connections .list li.topic,
	.connections .list li.book  { 		float: none
 } 

		
/* avatar
---------------------------------------------------------- */		
		
.avatar  { 	clear: none;
	float: left;
	height: 108px;
	width: 55px;
	overflow: hidden;
	margin: 0 6px 0 0 !important; } 		
	.avatar img  { 		margin: 0 0 2px 0;
		padding: 0;
 } 
			
		.avatar a  { 			display: block;
			border: none;
	 } 
							
		.avatar a:hover  { 			background: #eee;
			color: #666;
	 } 	

	.avatar span  { 		font-size: 11px;
		line-height: 14px;
		word-wrap: break-word;
 } 	
	
	/* fans in sets
	---------------------------------------------------------- */
	
	.set .list-interest-subject h5  { 		display: none;
 } 	
		.set .list-interest-subject ul.list li a  { 			color: #999;
	 } 		
		.set .list-interest-subject ul.list li a:hover  { 			color: #333;
	 } 	

	/* metadata
	---------------------------------------------------------- */
	
	/* by default do not show the header for the tags */
	.list-metadata h5  { 		display: none;
 } 	
	.set ul.metadata  { 		border: none;
		background: none;
		color: #999;
 } 
		.set ul.metadata li a  { 			color: #999;
	 } 	
		.set ul.metadata li a:hover  { 			color: #333;
	 } 	
		.metadata li  { 			display: inline;
			margin: 0;	
	 } 		
		.metadata .selected  { 			font-weight: bold;
	 } 	
	.edit-page .list-metadata h5  { 		display: block;
 } 
		.edit-page .list-metadata button  { 			clear: both;
	 } 
	.edit-page .metadata  { 		background: none;
		border: none;
		padding: 0;
 } 	
		.edit-page .metadata-tag  { 			height: auto;
			margin: 0 3px 0 0 !important;
	 } 
	/* person page metadata */
	
	.list-metadata-person li,
	.list-metadata-person .list  { 		display: inline;
 } 	
	.list-metadata-person .metadata-person-group  { 		padding: 0 0 0 18px;
		margin: 0 6px 0 0;
		background: #fff url(http://fast.mediamatic.nl/f/qbwx/image/person_metadata.gif) no-repeat 0 -60px;
 } 	
		.list-metadata-person .metadata-person-works_for  { 			background-position: 0 -20px;
	 } 		
		.list-metadata-person .metadata-person-address-info  { 			background-position: 0 0;
	 } 
		.list-metadata-person .metadata-person-keywords  { 			background-position: 0 -40px;
	 } 	
/* Logon / Register
-------------------------------------------------------------- */

.logon-account  { } 
	.logon-account h3  { 		margin-bottom: 4px;
 } 	
	.logon-account label  { 		color: #000;
		font-weight: normal;
		margin: 0;
		padding: 0;
 } 	
	.logon-account-openci hr  { 		margin: 12px 0;
		color: #000;
		background-color: #000;
 } 
	.logon-account select,
	.logon-account input.text  { 		margin: 2px 0;
		line-height: 1;
		padding: 2px 2px 2px 4px; 
 } 	
	#sistersite select  { 		padding: 1px 2px;
		width: 330px;
 } 
/*
#sistersite  { 	background: #fff url(http://fast.mediamatic.nl/f/qbwx/image/openci14.gif) no-repeat 0 9px; } 	
	#sistersite select  { 		background: none;
		padding: 1px 2px;
		margin-left: 18px;
		width: 330px;
 } */	

.openid-form  { 	padding: 6px 6px 6px 24px;
	width: 300px;
	margin: 6px 6px 6px 0;
	border: 1px solid #bbb; 
	background: #f6f6f6 url(http://fast.mediamatic.nl/f/qbwx/ima/openid-large.jpg) left no-repeat; } 
	.logon-account .logon  { 		width: 83% !important;
 } 
.register fieldset p  { 	float: left;
	margin-right: 12px; } 
.logon fieldset input.text,
.register fieldset input.text  { 	width: 320px; } 
.register fieldset  { 	margin: 0 0 18px; } 
.register fieldset p  { 	margin: 0 9px 0 0; } 
.register fieldset p.error  { 	float: none; } 
/* footer
-------------------------------------------------------------- */

	/* activity
	---------------------------------------------------------- */
	
	.activity  { 		margin: 0 0 6px 0;
 } 
		.activity a img,
		.design-by a img  { 			border: none;
	 } 		
		.activity span.edit-cc  { 			float: left;
			padding-right: 6px;
	 } 			
		.activity .cc a  { 			padding: 0 6px 0 0;	
	 } 
/* edit-page
-------------------------------------------------------------- */

.trustgroup  { 	margin: 0 0 18px 0;
	background: #fbfbfb;
	border: 1px solid #e7e7e7;
	padding: 4px; } 
	.trustgroup p  { 		margin: 0;
 } 	
	.edit-page h5  { 		display: none;
 } 		
		.edit-connection-box h5  { 			display: block;
	 } 		
	.edit-page .dv-title  { 		margin: 0 0 18px;
 } 	
	.edit-page .trustgroup p  { 		margin: 0 0 6px 0;
 } 	
	.trustgroup-header  { 		display: block;
		float: left;
		width: 99px;
 } 	
		.trustgroup-phone .trustgroup-header  { 			width: 80px;
	 } 		
	.trustgroup-cities .do_editinplace  { 		width: 200px;
		margin: 0;
 } 	
	.trustgroup .trust-action  { 		text-align: right;
		color: #999;
		font-size: 12px;
 } 	
	.trustgroup .trust-action a.button  { 		float: none;
		display: inline;
		margin: 0;
 } 	
	/* overrule display block in address edit blocks */
	.trustgroup span.do_editinplace  { 		display: inline;
 } 
	.trustgroup input.text  { 		width: 36.2% !important;
		float: left;
		margin: 0 3px 0 0;
 } 	
	.trustgroup-email input.text,
	.trustgroup-website input.text  { 		width: 55% !important;
 } 	
		.trustgroup select  { 			margin: 0;
	 } 	
	.place_on_map  { 		margin: 12px 0;
 } 	
	.edit-page #sidebar button ul.fig,
	.edit-page ul.fig li  { 		margin-bottom: 18px;
		float: none;
 } 

	.edit-page ul.fig li.link-fig  { 		margin-bottom: 0;
 } 
	
	.edit-page button.button-datepicker,
	.edit-page .button-cc, 
	.button-fig  { 		border: none;
		padding: 0 0 2px 0;
 } 	
	.edit-page a.button-datepicker  { 		border: none;
 } 	
		.button-fig  { 			background: #fff url(http://fast.mediamatic.nl/f/qbwx/image/camera.jpg) no-repeat left top;
			height: 18px;
			margin: 0 0 18px 0;
			padding: 0;
			text-indent: 26px;
			color: #999;
	 } 		
		.button-fig:hover  { 			background: #fff url(http://fast.mediamatic.nl/f/qbwx/image/camera.jpg) no-repeat left bottom;
			border: none;
			color: #666;
	 } 
		.edit-page .button-cc img  { 			margin: 0;
			width: auto;
			height: 14px;
	 } 
		.edit-page .button-datepicker:hover  { 			border: none;
	 } 		
		.button-fig img  { 			margin: 0;
			width: 25px;
			height: 20px;
	 } 		
	.edit-page .list-head-wrapper h5  { 		float: left;
		margin: 0 6px 0 0;
 } 	
	.edit-page .chapeau  { 		margin: 0 6px 6px 0;
		float: none;
 } 	
	.edit-page .chapeau-button-wrap  { 		width: 100%;
 } 	
		.edit-page .chapeau-button-wrap .chapeau  { 			margin: 0;
			float: left;
	 } 	
	.edit-page .chapeau-button-wrap a.button  { 		float: right;
		margin: 0;
 } 	
	.edit-page #header  { 		height: auto;
		margin: 0 0 18px;
 } 	
	.edit-page .connections .list li  { 		float: left;
 } 
	.edit-page .list-view-simple li  { 		color: #999;
		float: left;
		height: auto;
		margin: 0 3px 0 0 !important;
 } 
	.edit-page .listbox.list-setmember  { 		border: none !important;
 } 
		.edit-page .list-setmember li  { 			border: 1px solid #ddd;
			margin: 0 0 24px !important;
			padding: 6px;
	 } 	
	.edit-page .listbox,
	.edit-page .daterange-coverage,
	.edit-page .edit_blog_posting  { 		margin: 0 0 18px 0;
		background: #fbfbfb;
		border: 1px solid #e7e7e7;
		padding: 3px;
 } 	
	.edit-page .listbox ul,
	.edit-page .daterange-coverage ul,
	.edit-page .edit_blog_posting ul,
	.edit-page .list-head-wrapper  { 		float: left;
 } 	
	.edit-page .list-date-edge-item ul  { 		float: none;
 } 	
	.edit-page .list-date-edge-item  { 		margin: 0 0 18px 0;
		background: none;
		border: none;
		padding: 0;
 } 	
	.edit-page .list-date-edge-item ul li.location-item  { 		margin: 0 0 18px 0 !important;
		background: #fbfbfb;
		border: 1px solid #e7e7e7;
		padding: 6px;
 } 	
	.edit-page .location-item-edit-buttons  { 		margin: 6px 0 0 0;
 } 	
	.edit-page .daterange-coverage  { 		display: block;
 } 
		.edit-page .daterange-coverage h5  { 			display: block;
	 } 
		li .daterange-coverage .daterange  { 			margin: 0;
	 } 
		.daterange-coverage span  { 			display: inline;
			height: auto;
			float: none;
			margin: 0;
			padding: 0;
			border: none;
	 } 
		.edit-page .list-author  { 			margin: 0;
	 } 		
		.edit-page .edit_blog_posting p  { 			clear: both;
			margin: 0;
	 } 		
		.edit-page .edit_blog_posting hr  { 			display: none;
	 } 	
	.edit-page .daterange  { 		color: #999;
 } 
	.edit-page .dv .body,
	.edit-page .dv .intro  { 		margin: 0 0 18px 0;
		clear: both;
 } 	
	.edit-page h5.location-predicate  { 		margin: 0;
		display: block;
 } 
	.edit-page .list-located_in ul,
	.edit-page .list-author ul,
	.edit-page .list-actor ul,
	.edit-page .list-located_in ul,
	.edit-page .list-interest ul,
	.edit-page .list-about ul,
	.edit-page .list-works_for ul,
	.edit-page .list-lived ul,
	.edit-page .list-member ul,
	.edit-page .list-resource ul,
	.edit-page .list-visitor ul,
	.edit-page .list-setmember ul,
	.edit-page .predicate-rest ul  { 		float: left;
 } 
	.edit-page.story .list-located_in  { 		float: none;
		display: block;
 } 	
	/* wrap around internal float */
	.edit-page .list-about  { 		overflow: hidden;
 } 	
	.edit-page ul.fig  { 		margin: 0;
 } 	
	input#max_attendance  { 		float: left;
		padding: 1px 5px; 
		width: 30px;
 } 	
	#max_attendance_label  { 		display: block; 
		float: none; 
		width: auto;
 } 	
	/* show first add attachment button only for persons */
	.figblock01 .link-fig  { 		display: none;
 } 
	/* show second add attachment button only for persons */
	
	.figblock02 .link-fig  { 		display: none;
 } 
		.person .figblock02 .link-fig  { 			display: block;
	 } 

	.sortable-item  { 		background: none;
		float: none;
		list-style: none;
		text-align: left;
		width: auto;
 } 			
	.sortable-item-placeholder  { 		padding: 0;
		margin: 12px 0;
		float: none;
		background: #f00;
		height: 3px;
 } 
		.dragging  { 			border: 1px dotted #000 !important;
			padding: 6px;
			background: #fff;
			display: block;
	 } 		
	.tooltip-marker  { 		font-weight: normal;
		color: #f00;
		cursor: help;
 } 

/* making a new thing 
-------------------------------------------------------------- */

#nn0 h1  { 	padding-left: 0px; } 
#nn0 input  { 	margin: 2px 0;
	width: 96%; } 
#nn0_overlay  { 	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color: #ccc;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3; } 

/* block users
-------------------------------------------------------------- */

.btn-disabled, .btn-disabled:hover  { 	color: #ccc !important;
	background: #fff !important;
	cursor: default !important;
	border: 1px solid #ccc !important; } 
.dv .action-offensive  { 	border: none;
	padding: 2px 0 0 0; } 
.dv .action-offensive:hover  { 	background: #fff;
	color: #666; } 

/* manage my things
-------------------------------------------------------------- */

.managemythings td  { 	padding: 9px; } .managemythings td.edit  { 	width: 30%; } 

/* module openid
-------------------------------------------------------------- */

/* hide header and footer */

.page-module-openid-provider-logon #header,
.page-module-openid-provider-logon #footer  { 	display: none; } 
.page-module-openid-provider-logon #wrapper-content  { 	margin-top: 18px; } 

/* module message
-------------------------------------------------------------- */

.module-message .menu  { 	margin-bottom: 18px;	 } 
.module-message-link  { 	float: left; } 
.module-message-link span  { 	display: block;
	margin: 2px 6px 0 0;  } 
.module-message-list-notread td  { 	font-weight: bold; } 
.module-message-recipient-box  { 	margin: 0 0 18px 0; } 
.module-message-recipient  { 	background: #eee;
	border: 1px solid #aaa;
	-moz-border-radius: 6px;
	padding: 3px; } 
.module-message-edit-form p  { 	margin: 0 0 6px 0; } 
/* module contact
-------------------------------------------------------------- */

.module-contact-link  { 	float: left; } 
.module-contact-link span  { 	display: block;
	margin: .1em .3em 0 0;  } 
.module-contact-list td.prs  { 	width: 10%; } 
.module-contact-list td.cnt  { 	width: 60%; } 
.module-contact-list td.cnf  { 	width: 30%; } 
/* module snapshot
-------------------------------------------------------------- */

.module-snapshot-lbox-addtext div  { 	float: left; } 
.module-snapshot-lbox-addtext img  { 	margin-right: 1em; } 
.module-snapshot-lbox-addtext input.text,
.module-snapshot-lbox-addtext textarea  { 	width: 300px; } 
.module-snapshot-lbox-addtext textarea  { 	height: 118px; } 

/* accordion
-------------------------------------------------------------- */

div.acc-title  { 	cursor: pointer;
	background: #f00 url(http://fast.mediamatic.nl/f/qbwx/image/accordion.gif) 0px -6px no-repeat;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 2px 6px 2px 22px;
	border-bottom: 4px solid #fff; } 
div.acc-title:hover  { 	background: #f00 url(http://fast.mediamatic.nl/f/qbwx/image/accordion.gif) 2px -230px no-repeat; } 
div.acc-content-open  { 
	background: #f00 url(http://fast.mediamatic.nl/f/qbwx/image/accordion.gif) 2px -230px no-repeat;  } 
div.acc-content-open:hover  { 	background: #f00 url(http://fast.mediamatic.nl/f/qbwx/image/accordion.gif) 2px -114px no-repeat;  } 
.acc-content-inside  { 	padding: 1em;
	border: 1px solid #000;
	margin-bottom: 4px; } 
	.acc-content-inside fieldset  { 		margin: 0 0 12px 0;
		padding: 0;
		border: none;
 } 
.acc-content  { 	padding: 0;
	margin: 0; } 
.acc-login-left  { 	float: left;
	width: 433px; } 

/* nonauthoritative 
-------------------------------------------------------------- */

/* show only the img */
img.nonauthoritative-icon  { 	float: none !important;
	margin: 0 0 -2px 2px !important;
	padding: 0 !important;
	width: 11px !important;
	height: 11px !important; } 
a:hover img.nonauthoritative-icon:hover,
a img.nonauthoritative-icon:hover  { 	width: auto !important;
	height: auto !important; } 
ul.fig img.nonauthoritative-icon  { 	display: inline; } 
/* show link and img */
a.nonauthoritative-link  { 	display: inline !important; } 

/*	Editor Toolbar
-------------------------------------------------------------- */

.editinplace-input  { 	background: none !important; } 
.ui-wrapper  { 	padding: 0 !important;
	margin: 0 0 18px 0 !important;
	width: 100% !important;
	background: none !important; } 
	.ui-wrapper textarea  { 		border: solid #e0e0e0;
		border-width: 0 1px 1px 1px;
		position: relative;
		top: -2px;
		background: none !important;
		padding: 0 0 0 5px; /* padding right causes weirdness when overflowing */
 } 	
	* html .ui-wrapper textarea  { 		_width: 98% !important;
 } 
.toolbar  { 	background: #f8f8f8;
	border: 1px solid #e0e0e0;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	padding: 0;
	margin: 0;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px; } 	
	.edit-page .toolbar button  { 		float: none;
		display: inline;
		margin: 5px 0 5px 5px;
 } 	
/*
	.edit-page .toolbar button:active,
	.edit-page .toolbar button:focus,
	.edit-page .toolbar button:hover  { 		color: #333;
		border: 1px solid #bbb;
		border-right-color: #e0e0e0;
		border-bottom-color: #e0e0e0;
		background: #fff;
 } */
	.youtube_form_wrapper,
	.link_form_wrapper  { 		padding: 6px;
 } 	
		.youtube_form_wrapper input,
		.link_form_wrapper input  { 			width: 150px;
			font-size: 11px;
			color: #444;
			margin: 0 3px 0 0;
	 } 		
			.youtube_form_wrapper button,
			.link_form_wrapper button  { 				float: none;
				display: inline;
		 } 	
	.wysiwyg-help  { 		float: right !important;
		margin: -25px 6px 0 !important;
 } 	

/*	sIFR
-------------------------------------------------------------- */

.sIFR-flash  { 	visibility: visible !important;
	margin: 0;
	padding: 0; } 
.sIFR-replaced, .sIFR-ignore  { 	visibility: visible !important; } 
.sIFR-alternate  { 	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden; } 
.sIFR-replaced div.sIFR-fixfocus  { 	margin: 0px; 
	padding: 0px; 
	overflow: auto; 
	letter-spacing: 0px; 
	float: none; } 
.sIFR-active object  { 	display: block; } 
.sIFR-dummy  { 
	width: 0px;
  	height: 0px;
  	margin-left: 42px !important;
  	z-index: 0; } 

/* menu-editable
---------------------------------------------------------------- */

.menu-editable div.action  { 	display: inline;
	float: left;
	padding: 2px 0; } 
.menu-editable button  {     color: #f00;
    background-color: #fff; } 
	.menu-editable button:hover  {         color: #fff;
        background-color: #f00;
 } 
.menu-editable p.edit-cc,
.menu-editable p.edit-trust  { 	line-height: 15px;
	margin-top: 5px; } 
.edit-cc  { 	background-repeat: no-repeat;
	background-position: 0 40%; } 
label .edit-cc  { 	float: left; } 
.cc-icons1,
.menu-editable p.cc-icons1  { 	padding-left: 18px;	 } 
.cc-icons2,
.menu-editable p.cc-icons2  { 	padding-left: 33px;	 } 
.cc-icons3,
.menu-editable p.cc-icons3  { 	padding-left: 48px;	 } 
.cc-by-nc-nd	 { background-image: url(http://fast.mediamatic.nl/f/qbwx/image/cc/gray/by-nc-nd.png); } .cc-by-nc-sa	 { background-image: url(http://fast.mediamatic.nl/f/qbwx/image/cc/gray/by-nc-sa.png); } .cc-by-nc		 { background-image: url(http://fast.mediamatic.nl/f/qbwx/image/cc/gray/by-nc.png); } .cc-by-nd		 { background-image: url(http://fast.mediamatic.nl/f/qbwx/image/cc/gray/by-nd.png); } .cc-by-sa		 { background-image: url(http://fast.mediamatic.nl/f/qbwx/image/cc/gray/by-sa.png); } .cc-by			 { background-image: url(http://fast.mediamatic.nl/f/qbwx/image/cc/gray/by.png); } .cc-cr			 { background-image: url(http://fast.mediamatic.nl/f/qbwx/image/cc/gray/cr.png); } .cc-pd			 { background-image: url(http://fast.mediamatic.nl/f/qbwx/image/cc/gray/pd.png); } 
.menu-editable p.cc-by-nc-nd	 { background-image: url(http://fast.mediamatic.nl/f/qbwx/image/cc/white/by-nc-nd.png); } .menu-editable p.cc-by-nc-sa	 { background-image: url(http://fast.mediamatic.nl/f/qbwx/image/cc/white/by-nc-sa.png); } .menu-editable p.cc-by-nc		 { background-image: url(http://fast.mediamatic.nl/f/qbwx/image/cc/white/by-nc.png); } .menu-editable p.cc-by-nd		 { background-image: url(http://fast.mediamatic.nl/f/qbwx/image/cc/white/by-nd.png); } .menu-editable p.cc-by-sa		 { background-image: url(http://fast.mediamatic.nl/f/qbwx/image/cc/white/by-sa.png); } .menu-editable p.cc-by			 { background-image: url(http://fast.mediamatic.nl/f/qbwx/image/cc/white/by.png); } .menu-editable p.cc-cr			 { background-image: url(http://fast.mediamatic.nl/f/qbwx/image/cc/white/cr.png); } .menu-editable p.cc-pd			 { background-image: url(http://fast.mediamatic.nl/f/qbwx/image/cc/white/pd.png); } 

/* menu-path 
---------------------------------------------------------------- */

.menu-path  { 	display: none; } 	
	ul.menu-path  { 		margin: 0 0 18px 0;
		color: #999;
 } 
	
	ul.menu-path li a  { 		color: #999;
		border-bottom: none;
 } 	
		ul.menu-path li a:hover  { 			color: #666;
			border-bottom: none;
	 } 	
		ul.menu-path li span.active  { 			color: #000;
	 } 

/* edit page help-functions
---------------------------------------------------------------- */

.help-area-wrapper  { 	display: none; } 
	.help-area  { 		padding: 2px 2px 2px 25px;
		background: #fff8cc url(http://fast.mediamatic.nl/f/qbwx/image/info.png) no-repeat 5px 5px;
		width: auto;
		border: 1px solid #ddd;
		margin: 0 0 18px 0;
 } 		
		.help-area p  { 			margin: 0;
			padding: 0;
			color: #000;
	 } 
/* pubstate classes
---------------------------------------------------------------- */

.pubstate9  { 	text-decoration: line-through; } 
/* events info page
---------------------------------------------------------------- */

/* for now */
.event-opening-wrapper  { 	display: none; } 
.event-info-left  { 	float: left;
	margin: 0 12px 0 0; } 
.event-info-date_end  { 	display: none; } 
.event-info-event-opening  { 	display: none; } 
.date-wrapper  { 	background: #f2f2f2;
	border: 1px solid #ddd;
	padding: 6px 0 6px 6px; } 
.event-date-wrapper,
.event-opening-wrapper,
.event-location-wrapper  { 	margin: 0 0 18px 0; } 
.event-expl,
.event-expl-header,
.event-expl-error,
.ui-datepicker-status  { 	color: #666;
	font-size: 12px;
	margin: 0; } 
	.event-expl-header  { 		color: #000;
 } 	
	.event-expl-error  { 		color: #f00;
 } 
.error p  { 	margin: 0; } 
.listbox hr  { 	background-color: #999; } 
.date-start-time  { 	display: none; } 
.event-start-time  { 	display: none; } 
.event-info-new-thing  { 	display: none;
	background: #f2f2f2;
	border: 1px solid #ddd;
	padding: 12px;
	margin: 12px 0 0 0; } 
.event-info-new-thing-loading  { 	background: #f2f2f2 url(http://fast.mediamatic.nl/f/qbwx/image/throbberwait.gif) no-repeat scroll 19% 92% !important; } 
.event-info-new-thing .no-selection  { 	display: none; } 

/* forum-activity
--------------------------------------------------------- */	
		
.num-reactions  { 	padding: 0 0 0 .4em; /* simulate a space, we cannot do it with spaces and display:inline because they are ignored in IE */
	display: inline;
	white-space: nowrap; } 
.dv .num-reactions  { 	padding: 0; } 
/* inactive styles could also be put in num-reactions */
.reactions-inactive  { 	color: #000; } 	
.reactions-active  { 	color: #f00; } 
.forum .list-interest-subject h5  { 	display: block; } 		
/* edit attachment page 
---------------------------------------------------------------- */
	
	.edit_attachment_wrapper  { 		margin-bottom: 18px;
 } 	
	.attachment_actors  { 		clear: left;
 } 	
	.attachment_actors h5  { 		display: block;
		clear: left;
		line-height: 2;
		color: #000;
 } 	
	.attachment_actors ul  { 		margin-bottom: 0;
		float: none;
 } 	
	.attachment_actors ul li  { 		float: none;
		white-space: nowrap;
 } 	
	.attachment_content  { 		margin: 0 0 18px;
 } 	
	.attachment_content .help-text  { 		display: none;
		width: auto;
 } 	
	.attachment_content button  { 		margin-top: 10px;
 } 	
	.edit-page .add_att_simple  { 		clear: both;
 } 	
	.attachment_actors .unlink-confirm  { 		border: 1px solid #000;
 } 	
	.attachment_actors .listbox  { 		background: none;
		border: 0;
		padding: 0;
 } 	
	.actors-without-annotations  { 		background: #f1f1f1;
		padding: 5px;
 } 	
	.replace_image_form  { 		display: none;
		margin-bottom: 18px;
 } 	
	button.replace_image_form_button  { 		margin-bottom: 18px;
 } 
/* help text 
---------------------------------------------------------------- */	
	
	div.help-text  { 		background-color: #fff8cc;
		width: 100%;
 } 	
		.help-text p  { 			margin: 0;
			padding: 0 6px;
			color: #000;
			border: 1px solid #ddd;
			font-size: 11px !important;
			height: auto;
			line-height: 2;
			font-style: normal;
	 } 		
		p.help-text  { 			clear: both;
			margin: 0;
			padding: 4px 6px 5px 23px;
			color: #000;
			border: 1px solid #ddd;
			font-size: 11px !important;
			height: auto;
			line-height: 1.3;
			font-style: normal;
			background: #fff8cc url(http://fast.mediamatic.nl/f/qbwx/image/info.png) no-repeat 3px 3px;
	 } 

/* ikrip 
---------------------------------------------------------------- */	

a.ikrip-logo  { 	border: none; } 
a.ikrip-logo:hover  { 	border: none;
	text-decoration: none; } 
/* search dropdown
---------------------------------------------------------------- */	
#dropdown-outside  { 	position: relative;
	float: left;
	font-size: 14px;
	margin-right: 8px;
	width: 10em;
	z-index: 500; /* cover gmaps (contains high z-index values) and sifr */ } 
#dropdown-inside  { 	border: 1px solid #bbb;
	height: 18px;	
	padding: 0;
	overflow: hidden;
	background: #fff;
	width: 10em;
	background: #fff url(http://fast.mediamatic.nl/f/qbwx/image/search-filter-dropdown.gif) no-repeat 100% 0; } 
#dropdown-inside.expanded  { 	border-color: #666; } 
#dropdown-inside ul  { 	border-top: 1px solid #666;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden; } 
#dropdown-current,
#dropdown-inside li  { 	margin: 0;
	padding: 0 23px 0 5px;
	height: 18px;
	cursor: pointer;
	text-transform: lowercase; } 
#dropdown-inside li  { } 
#dropdown-inside li.hover,
#dropdown-inside li.selected  { 	background: #eee;	 } 
#dropdown-inside ul:hover li.selected  { 	background-color: transparent;	 } 

/* images in body text
----------------------------------------------------------- */
.inline-image-wrapper,
.inline-image-wrapper img  { 	display: block; } 
	.inline-image-wrapper > a  { 		border: none;
 } 	

/* media in narrow columns
---------------------------------------------------- */
.span-20 object.wiki-youtube,
.span-20 embed.wiki-youtube  { 	width: 310px;
	height: 264px; } 
.span-20 object.wiki-vimeo,
.span-20 embed.wiki-vimeo  { 	width: 310px;
	height: 174px; } 
.span-20 object.wiki-slideshare,
.span-20 embed.wiki-slideshare  { 	width: 310px;
	height: 259px; } 
/* status messages
---------------------------------------------------- */

body.person .dv-title h1  { 	float: left; } 
	.edit-page .dv-title h1  { 		float: none !important;
 } 
.add-status-message-wrapper input.loading  { 	height: auto;
	background-position: 99% 50% !important } 
.add-status-message-wrapper  { 	clear: both; } 
#status-message-wrapper .status-editable:hover  { 	background: #fff8cc;
	cursor: pointer; } 
#add-status-massage  { 	margin: 24px 0 0 12px;	 } 

/* ie6 notice
----------------------------------------------------------- */

#ie6-upgrade  { 	padding: 5px 10px; } 
#ie6-upgrade h4  { 	color: #000;
	font-weight: bold; } 
#ie6-upgrade a  { 	color: #000;
	text-decoration: underline;
	border: none; } 
	#ie6-upgrade a:hover  { 		border: none;
		color: #444;
 } 	
	
/* list question in poll 
------------------------------------------------------------- */

.page-view .list-question .dv  { 	margin: 0 0 12px; } 
.page-view .list-question li  { 	margin: 0 0 12px;
	color: #4D4D4D; } 
.page-view .list-question li input  { 	margin: 0 6px;
	float: left } 
.page-view .list-question li label  { 	display: table; } 
/* Default font settings. 18px baseline grid - v0.1 
-------------------------------------------------------------- */ 
   
body  { 
	color: #66686b;
	font: 14px/24px Trebuchet ms, arial, sans-serif; } 
h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img  { 	margin: 0; } 
h1 a, h2 a, h3 a, 
h4 a, h5 a, h6 a  { 	border: none; } 
/* Headings - add bottom margin if the line-height isn't a multiple of 9px
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6  { font-weight: normal; color: #111; } 
.page-view .list-view h1,
.page-view .list-view h2,
.page-view .list-view h3,
.page-view .list-view h5,
.page-view .list-view h6  { color: #fff !important; } 
.person .list-view h5 { color: #000 !important; } 
h1  { font-size: 32px;	line-height: 36px; } h2  { font-size: 15px;	line-height: 18px; } h3  { font-size: 26px;	line-height: 26px; } h4  { font-size: 14px;	line-height: 27px; } h5  { 
	font-size: 10px;	
	line-height: 18px; 
	text-transform: uppercase; 
	font-family: Arial, sans-serif;
	font-weight: bold; } 
/* Subtitle is shown above the intro */
.dv-title h2  { 	display: none; } 
body.person .dv-title h2  { 	display: block;
	clear: both; } 
.subtitle-intro-wrapper h2  { 	float: left;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	margin-right: 6px; } /* end subtitle */

h1 a .dialog-trigger-icon  { 	display: none !important; } 
body.blog h1  { 
	margin-bottom: 18px; } 
h6  { font-size: 14px;	font-weight: normal; } 
.list li h3  { 	font-size: 24px;
	line-height: 30px; } 

.list li h3 a:hover, 
.list li h3 a:focus, a.selected  { 	border: none; } 
.img-overlap a:hover, .img-overlap a:focus, .img-overlap a:active  { 	color: #aaa !important; } 
.list li h4  { 	color: #CBC8BF !important;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	margin: 0 6px 0 0; } 
.dv .intro  { 	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #37362e; } 
.dv.img-overlap .intro, .blogposting .img-overlap .intro  { 	font-size: 14px;
	line-height: 24px;
	font-weight: normal; } 

.daterange-coverage span  { 	font-size: 14px;
	color: #111;
	font-weight: normal; } 
li .intro, .adr  { 	font-size: 13px;
	line-height: 18px; } 
/* Text elements
-------------------------------------------------------------- */

p            { margin: 0 0 18px; } 
p img 		 { float: left; margin: 4px 8px 4px 0; } 
li img		 { float: left; } p img.right  { float: right; margin: 4px 0 0 8px; } 
a            { color: #37362e; text-decoration: none; border-bottom: 1px dotted #37362e;}
a:focus, 
a:hover      { color: #333; border-bottom: 1px dotted #333;}

blockquote   { margin: 18px; color: #666; font-style: italic; } strong       { font-weight: bold; } em,dfn       { font-style: italic; } dfn          { font-weight: bold; } sup, sub     { line-height: 0; } 
abbr, 
acronym      { border: none; } address      { margin: 0 0 18px; } 				
del          { color:#666; } 
pre,code     { margin: 18px 0; white-space: pre; } 					
pre,code,tt  { font: 12px 'andale mono', 'lucida console', monospace; line-height: 1.5; } 
/* Search
-------------------------------------------------------------- */

.search-simple button  { 	font-size: 13px;
	font-weight: normal;
	color: #000;
	background: none;
	height: 15px; } 
.search-simple input { } 
.search-simple button:hover  { 	color: #666;
	background: none;
	border: none; } 
/* chapeau 
------------------------------------------------------ */

.chapeau  { 	color: #8c8c8c;
	font-style: italic;
	margin: 0;
	float: left; } 
	.topic .chapeau  { 		float: none;
 } 	
	li .chapeau  { 		margin: 0;
		font-style: normal;
		float: none;
 } 	

/* metadata
---------------------------------------------------------- */

ul.metadata, .metadata-person  { 	font-size: 15px;
	line-height: 18px;
	font-style: italic;
	color: #37362e; } 
ul.metadata a, .metadata-person a  { 	border-bottom: none;
	text-transform:lowercase; } 

/* Lists
-------------------------------------------------------------- */

li ul, 
li ol        { margin:0 18px; } 
ul, ol       { margin: 0 18px 18px; } 

ul           { list-style-type: disc; } ol           { list-style-type: decimal; } 
dl           { margin: 0 0 18px; } 
dl dt        { font-weight: bold; } dd           { margin-left: 18px; } 

/* Tables
-------------------------------------------------------------- */

table        { margin-bottom: 18px; width:100%; } th           { font-weight: bold; background: #8c8c8c; } th,td        { padding: 4px 10px 4px 5px; } tr.even td   { background: #eee; } tfoot        { font-style: italic; } caption      { background: #eee; } 

/* Misc classes
-------------------------------------------------------------- */

.small       { font-size: 10px;  margin-bottom: 18px; line-height: 18px; } .large       { font-size: 14px; margin-bottom: 18px; line-height: 24px;  } 
.quiet       { color: #666; } .loud        { color: #000; } .highlight   { background:#ff0; } .added       { background:#060; color: #fff; } .removed     { background:#900; color: #fff; } 
.first       { margin-left:0;	padding-left:0; } .last        { margin-right:0; 	padding-right:0; } .top         { margin-top:0; 	padding-top:0; } .bottom      { margin-bottom:0; 	padding-bottom:0; } 

/* Footer styles
-------------------------------------------------------------- */

#footer { 	font-size: 12px;
	line-height: 18px;
	font-family: Arial, sans-serif; } 
.activity,
.design-by  { 	color: #a7b1b7; } .activity a, 
.design-by a  { 	color: #a7b1b7;
	border: none; } 
.activity  { 
	margin:9px 0 0; } 
.comment-content #forum-comment-title  { 	font: 14px Trebuchet ms, arial, sans-serif;
	color: #66686B;
	font-weight: bold; } 
.span-20  { 
	width: 304px; 
	margin: 0 18px 0 0; 
	overflow: hidden; } 

.span-40  { 
	width: 626px; 
	margin: 0 18px 0 0; } 

.span-60  { 
	width: 948px;  } 

#content { overflow: hidden; } 

.lightbox-page .span-60 { 
	width: 100%; } 

.last  { 
	margin: 0;  } 

.dv-part1  { 
	margin: 0 0;  } 

.show-on-hover  { 
	display: none; } 

	.list-metadata, #toggle_tagcloud  { 
		background: #000;
		padding: 6px;
		margin: 0 0 18px 0;
 } 
	
	.list-metadata-person  { 
		padding: 0;
		margin: 0;
 } 
	
	.metadata-person-group  { 
		display: none !important;
 } 
	
	.list-metadata-person .metadata-person-group  { 
		background: none;
		padding: 6px;
		margin: 0 0 18px 0;
 } 
	
	li.metadata-person-keywords  { 
		display: block !important;
 } 
	
	.set .list-metadata { 
		display: none;
 } 

	div.list-metadata h5, 
	div.list-contributions h5,
	div.list-view-simple.list-blogposting  { 
		display: none;
 } 
	
	.list-metadata ul li,
	.list-metadata ul li a  { 
		text-transform: uppercase;
		color: #fff;
		font-style: normal;
		line-height: 18px
 } 
	
	.edit-page .list-metadata ul li,
	.edit-page .list-metadata ul li a  { 
		color: #333; 
 } 
	
	.edit-page .list-view li  { 
		width: 298px;
		height: auto;
 } 
	
	.edit-page .list-setmember li  { 
		padding: 6px 0;
 } 
	
	.edit-page .chapeau-button-wrap  { 
		width: 292px;
 } 
	
	.list-metadata ul li a:hover  { 
		color: #aaa;
 } 
	
	.list-metadata ul li.similar a  { 
		font-style: italic;
		color: #777;
 } 
	
		.list-metadata ul li.similar a:hover  { 
			color: #aaa;
	 } 

	.num-reactions  { 
		display: none;
 } 

li object embed,
li object  { 
	height: 246px !important; 
	z-index: 10;
	display: block; } 

.dialog-trigger:hover { border: none; } 

.home_first_item li object embed,
.home_first_item li object  { 
	height: 507px !important;
	z-index: 10;
	overflow: auto; } 

.fixedcontext_dv_small { display: none; } 


.lightbox-edge-add-keyword .span-20 { 
	width:162px;
	position: relative; } 


div.download .cc a { 
	height: 23px; } 
	

/* basic lists
-------------------------------------------------------------- */

.list  { 
	list-style: none;
	margin: 0;
	padding: 0; } 


	/* give all boxes a margin except the author list and lists with view_items */
	.listbox li  { 
		margin: 0 0 18px 0;
		line-height: 100%;
 } 
	
	.listbox h5 { 
		display: block;
 } 

	.list-view li  { 
		padding: 0;
		margin: 0 0 18px;
		height: 246px;
		background: url(http://fast.mediamatic.nl/f/qbwx/image/notfound.gif);
		position: relative;
		overflow: hidden;
		float: left;
		width: 304px;
 } 
	
	.list-view .img-overlap, .list-view .img-overlap *, 
	.home_first_item .img-overlap, .home_first_item .img-overlap *  { 
		cursor: pointer;
 } 
	
	.edit-page .list-view li { 
		background: none !important;
 } 
	
	
	.avatar-list-view li .list { 
		width: 304px !important;
 } 

	#home_scroll li { 
		background: none;
 } 
	
		.list-view li img  { 
			float: none;
	 } 
	
		.list-view li a  { 
			border: none;
	 } 
		
		li .intro p  { 
			color: #fff;
			margin: 0;
	 } 
		
		li .img-overlap .intro p  { 
			color: #cbc8bf;
	 } 
	
	.list-context h5 { 
		display: none;
 } 
			
	li.event .event-date-icon-wrapper  { 
		margin: 9px 0;
 } 
	
	li.event .intro p  { 
		display: block;
 } 
	
	.img-overlap li.event .intro p  { 
		color: #cbc8bf;
 } 
	
	li.event p.location-date-info  { 
		margin: 0 3px 0 0;
		float: left;
 } 
	
	li.event img  { 
		margin: 0;
 } 
		    
	li .author  { 
		font-style: italic;
		display: none !important;
 } 
	
	li .chapeau  { 
		display: block;
 } 
	
	.img-overlap  { 
		position: absolute;
		z-index: 200;
		width: 294px;
		padding: 5px;
		background: url(http://fast.mediamatic.nl/f/qbwx/image/liback.png);
		display: block;
 } 
	
	.dv .img-overlap *  { 
		color: #ccc8bd;
 } 
	
	.home_first_item li { 
		position: relative;
 } 
	.home_first_item .img-overlap  { 
		width: 616px !important;
		left: 0;
 } 

	li .img-overlap h3 a  { 
		color: #fff;
 } 
	
	.img-overlap .intro a  { 
		border-bottom:1px dotted #fff;
		color: #CBC8BF;
 } 
	
	li.article  { 
		height: 246px !important;
		width: 304px !important;
		overflow: hidden !important;
		background: url(http://fast.mediamatic.nl/f/qbwx/image/notfound.gif) !important;
 } 
	
	.home_first_item li.article  { 
		height: auto !important;
		width: auto !important;
 } 

	li.article .intro  { 
		padding: 0;
 } 
	
	.event .dv .intro, .article .dv .intro  { 
		margin:15px 0 0;
 } 
	
	.dv.img-overlap .intro, .blogposting .img-overlap .intro  { 
		margin:3px 0 0;
		color: #cbc8bf !important;
 } 
	
	.edit-page .dv .intro  { 
		border: none;
		margin: 0 0 18px;
		padding: inherit;
 } 
	
	.edit-page .dv .intro p { 
		color: #000;
 } 
	
	.presented_at  { 
		padding: 0 0 0 5px; 
		font-size: 13px; 
		text-transform: uppercase; 
		margin: 0;
 } 
	.event .presented_at { 
		text-transform: none;
		font-size: 11px;
		border-right: 1px solid #cbc8bf;
		padding: 0 5px;
 } 
	
	.list .event .presented_at  { 
		display: none;
 } 
	
	.presented_at, 
	.presented_at a  { 
		color: #000;
		border: none;
		line-height: 18px;
 } 
	
	.dv.img-overlap  { 
		width: 616px;
 } 
	#page.set .dv.img-overlap, body.institution .dv.img-overlap { 
		width: 294px;
 } 
	
	div.img-overlap h2,
	.img-overlap .presented_at, .img-overlap .presented_at a,
	.img-overlap .event-time, .img-overlap .location a,
	.img-overlap .daterange  { 
		color: #cbc8bf !important;
 } 
	
	div.img-overlap h1  { 
		color: #fff;
 } 
	
	.list-view-simple .list li  { 
		float: none;
 } 

/* comment list items + person page
-------------------------------------------------------------- */

.list-view .note  { 
	height: auto;
	background: none;
	margin-bottom: 24px;
	width: 100%;
	overflow: visible; } 

.note li  { 
	background: none; } 

.list-view .note .chapeau  { 
	float: none;
	position: static;
	top: auto;
	line-height: inherit;
	font-size: 12px; } 

.note .comment-body,
.note .comment-meta  { 
	line-height: 18px;
	font-size: 12px; } 

.note .comment-fig ul.fig  { 
	width: auto;
	height: auto; } 

.note .comment-fig ul.fig li  { 
	height: auto; } 

.note .comment-body p  { 
	font-size: 12px; } 


/* buttons
-------------------------------------------------------------- */

	/* button status
	---------------------------------------------------------- */

	button.status,
	button.status:hover  { 
		border: 1px solid #bbb;
		background: #fff;
		color: #bbb;
 } 

		.module-contact-link button.status,
		.module-contact-link button.status:hover  { 
			border: 1px solid #fff;
			background: #fff;
			color: #099;
	 } 

/* Header
-------------------------------------------------------------- */

#header  { 
	margin: 0 0 27px; } 

/* Header
-------------------------------------------------------------- */

#header  { 
	margin: 0 0 24px; } 

/*
menu	
	default / personal / edit / navigation

	background
	color
	
		hover
			background
			color
		
	submenu
		background	
		color
	
		hover
			background
			color
























*/

/* menu's
---------------------------------------------------------- */

/*
	menu-personal
		menu-auth
		menu-membership
	menu-nav
	menu-language
	menu-theme
*/

.menu  { 
	list-style: none;
	margin: 0; } 

	.menu li  { 
		float: left;
 } 

		/* simple menu's like message / footer / language */
		.menu li  { 
			margin: 0 10px 0 0;
	 } 

		.menu li a  { 
			display: block;
			border: none;
			padding: 0;
			text-transform: uppercase;
			font-family: Arial, sans-serif;
			font-size: 13px;
	 } 

			.menu li a:focus,
			.menu li a:hover  { 
		 } 

		.menu li img  { 
			margin: 0;
	 } 
	
	/* sub navigation */
	.menu li ul li  { 
		float: none;
		display: block;
 } 

	.menu li ul.ul-lvl-1  { 
		display: none;
 } 


/* menu personal (top bar - auth navigation and membership)
---------------------------------------------------------- */
	
.nav-personal-wrapper  { 
	background: #C60E0E;
	position:relative;
	z-index:501; } 

.menu-auth  { 
	float: left; } 

.menu-membership  { 
	float: right; } 
	
	
	.menu-auth li.li-pos-1 a  { 
		background: url(http://fast.mediamatic.nl/f/qbwx/image/menu-icon.png) no-repeat 4px -263px;
		overflow: hidden;
		padding-left: 24px;
 } 
	

		.menu-auth li.li-pos-1 a:hover  { 
			background: #fff url(http://fast.mediamatic.nl/f/qbwx/image/menu-icon.png) no-repeat 4px -319px;
	 } 

		
	.nav-personal-wrapper li  { 
		margin: 0;
 } 

	.nav-personal-wrapper li a  { 
		color: #fff;
		padding: 0 12px;
 } 

		.nav-personal-wrapper li a.selected,
		.nav-personal-wrapper li a:hover,
		.nav-personal-wrapper li a:focus  { 
			background-color: #fff;
			color: #C60E0E;
	 } 
	

/* menu editable (view page) / menu edit (edit page)
---------------------------------------------------------- */

.menu-editable  { 
	background: #800000 url(http://fast.mediamatic.nl/f/qbwx/image/menu-icon.png) no-repeat 4px -150px;
	overflow: hidden;
	padding-left: 24px;
	font-family: Arial, sans-serif; } 
		
	/*.menu-editable:hover  { 
		background: #800000 url(http://fast.mediamatic.nl/f/qbwx/image/menu-icon.png) no-repeat 4px -206px;
	}*/


	.menu-editable button,
	.menu-editable a.button-editable  { 
		color: #800000;
		background: #fff;
		border: 1px solid #800000;
 } 
		
	.menu-editable button:hover,	
	.menu-editable a.button-editable:hover  { 
		color: #fff;
		background: #800000;
		border: 1px solid #fff;
 } 
	
	.menu-editable p.buttons  { 
		padding: 2px 3px 2px 0;
		margin: 0;
		border-right: none;
 } 
	
	.menu-editable p  { 
		margin: 0;
		float: left;
		display: inline;
		margin: 6px 6px 0 0;
		padding: 0 6px 0 0;
		color: #fff;
		font-weight: normal;
		font-size: 12px;
		line-height: 15px;
 } 

	.menu-editable p img  { 
		float: left;
		margin: 0 1px 0 0;
		padding: 0;
 } 

.menu-edit-wrapper  { 
	background: #800000;
	color: #fff;
	padding: 6px; } 

	.menu-edit-part1  { 
		margin: 0 0 6px;
 } 
	url(../../../../../Downloads/Picture%202.png)
		.menu-edit-part1 li  { 
			padding: 0 6px 0 0;
			margin: 0;
	 } 
		
		.menu-edit-part1 button img  { 
			width: auto;
			height: auto;
			padding: 0;
			margin: 0;
	 } 
		

/* menu navigation (navigation including simple-search)
---------------------------------------------------------- */

.nav-search-wrapper  { 
	background: #fff;
	position:relative;
	z-index:500;
	margin-top: 1px; } 
	
.menu-nav  { 
	float: left;
	margin: 0;
	padding: 0; } 

	.menu-nav li  { 
		margin: 0;
 } 

	.menu-nav li.li-pos-1 a,
	.menu-nav li.li-pos-1 a:hover,
	.menu-nav li.li-pos-1 a:active,
	.menu-nav li.li-pos-1 a:focus  { 
		background: url(http://fast.mediamatic.nl/f/qbwx/image/logo_pdz.png) no-repeat 0 -1px;
		color: #000;
		overflow: hidden;
		padding-left: 92px;
		margin-left: 0;
		text-indent: -9999px;
		
 } 
	
	.page-home .menu-nav li.li-pos-1 a,
	.page-home .menu-nav li.li-pos-1 a:focus,
	.page-home .menu-nav li.li-pos-1 a:active,
	.page-home .menu-nav li.li-pos-1 a:hover  { 
		background: url(http://fast.mediamatic.nl/f/qbwx/image/logo_pdz_home.gif) no-repeat 0px 0px;
		text-indent: -9999px;
		width: 950px;
		height: 175px;
		margin:4px 0;
		padding:0;
		border: none;
 } 
	
	.page-home .li-pos-2 a  { 
		margin-left: 0;
 } 
	

/*
		.menu-nav li.li-pos-1 a:hover  { 
			background: #fff url(http://fast.mediamatic.nl/f/qbwx/image/menu-icon.png) no-repeat 4px -95px;
	 } 
*/

	.menu-nav li a  { 
		color: #000;
		margin: 0 10px;
 } 

		.menu-nav li a.selected,
		.menu-nav li a.selected:hover,
		.menu-nav li a.selected:focus,
		.menu-nav li a:hover,
		.menu-nav li a:focus  { 
			background-color: #fff;
			color: #000;
	 } 
	

/* menu language
--------------------------------------------------------- */

.nav-language-wrapper  { 
	float: right; } 

/*	
	.menu-language li a  { 
		border: none;
		color: #111;
 } 

		.menu-language li a.selected,
		.menu-language li a:hover,
		.menu-language li a:focus  { 
			background-color: none;
			color: #000;
	 } 
*/

/* menu-theme (basics)
---------------------------------------------------------- */

.menu-theme-box  { 
	padding: 0 0 18px 0; 
	margin: 0; } 

.menu-theme-box img  { 
	float: left;
	margin: 0 18px 0 0; } 

.menu-theme  { 
	background: none;
	float: left; } 

.menu-theme li.li-pos-0  { 
	display: block;
	padding: 0 0 9px 0; } 

.menu-theme li.li-pos-1  { 
	clear: left; } 


/* menu message
--------------------------------------------------------- */

/*
.menu-message li a  { 
	border: none;
	color: #111; } 
*/


/* menu-footer	
---------------------------------------------------------- */

/*
.menu-footer  { 
	list-style: none;
	padding: 0;
	margin: 0; } 

*/
	
/* dropdown menu styles
--------------------------------------------------------- */

.do_menu ul  { 			/* dropdown styling */
	width: 238px; } 

ul.do_menu li li:hover ul,
ul.do_menu li li.sfHover ul,
ul.do_menu li li li:hover ul,
ul.do_menu li li li.sfHover ul  { 
	left: 239px; 		/* match ul width */ } 

.do_menu li:hover ul,
.do_menu li.sfHover ul  { 
	top: 24px; 		/* match top ul list item height: font-size + any padding on the li or a */
	border-width: 0 1px 1px 1px;
	cursor: pointer; } 

	.nav-personal-wrapper .do_menu li:hover ul,
	.nav-personal-wrapper .do_menu li.sfHover ul  { 
		
 } 

.do_menu ul li.li-lvl-0  { /* add padding to the top of the submenu here */
	padding-top: 0; } 

/* parent <a> while its submenu is being shown */

.do_menu li:hover a,
.do_menu .sfHover a,
.do_menu a:focus,
.do_menu a:hover, 
.do_menu a:active  { 
	background-color: #fff;
	color: #000; } 

	.nav-search-wrapper .do_menu a:focus,
	.nav-search-wrapper .do_menu a:hover,
	.nav-search-wrapper .do_menu a:active  { 
		border-bottom: 1px solid #000;
		margin-bottom: -1px;
 } 


	
	.nav-personal-wrapper .do_menu li:hover a,
	.nav-personal-wrapper .do_menu .sfHover a,
	.nav-personal-wrapper .do_menu a:focus,
	.nav-personal-wrapper .do_menu a:hover,
	.nav-personal-wrapper .do_menu a:active  { 
		background-color: #fff;
		color: #C60E0E;
 } 

	.nav-theme-wrapper .do_menu li:hover a,
	.nav-theme-wrapper .do_menu .sfHover a,
	.nav-theme-wrapper .do_menu a:focus,
	.nav-theme-wrapper .do_menu a:hover,
	.nav-theme-wrapper .do_menu a:active  { 
		background-color: #fff;
		color: #6c6d71;
 } 

/* submenu <a> hover style */
.do_menu li:hover li:hover a,
.do_menu li:hover li.sfHover a,
.do_menu li:hover li:hover a:focus,
.do_menu li:hover li:hover a:hover,
.do_menu li:hover li:hover a:active,
.do_menu li:hover li:hover li:hover a,
.do_menu li:hover li:hover li.sfHover a,
.do_menu li:hover li:hover li:hover a:focus,
.do_menu li:hover li:hover li:hover a:hover,
.menu li:hover li:hover li:hover a:active  { 
	background-color: #fff;
	color: #000;
	border-top: 1px dotted #000;
	overflow:hidden;
	/* font-weight: bold; */ } 

	.nav-personal-wrapper .do_menu li:hover li:hover a,
	.nav-personal-wrapper .do_menu li:hover li.sfHover a,
	.nav-personal-wrapper .do_menu li:hover li:hover a:focus,
	.nav-personal-wrapper .do_menu li:hover li:hover a:hover,
	.nav-personal-wrapper .do_menu li:hover li:hover a:active,
	.nav-personal-wrapper .do_menu li:hover li:hover li:hover a,
	.nav-personal-wrapper .do_menu li:hover li:hover li.sfHover a,
	.nav-personal-wrapper .do_menu li:hover li:hover li:hover a:focus,
	.nav-personal-wrapper .do_menu li:hover li:hover li:hover a:hover,
	.nav-personal-wrapper .menu li:hover li:hover li:hover a:active  { 
		background-color: #fff;
		color: #C60E0E;
		border-top: 1px solid #fff;
 } 

	.nav-theme-wrapper .do_menu li:hover li:hover a,
	.nav-theme-wrapper .do_menu li:hover li.sfHover a,
	.nav-theme-wrapper .do_menu li:hover li:hover a:focus,
	.nav-theme-wrapper .do_menu li:hover li:hover a:hover,
	.nav-theme-wrapper .do_menu li:hover li:hover a:active,
	.nav-theme-wrapper .do_menu li:hover li:hover li:hover a,
	.nav-theme-wrapper .do_menu li:hover li:hover li.sfHover a,
	.nav-theme-wrapper .do_menu li:hover li:hover li:hover a:focus,
	.nav-theme-wrapper .do_menu li:hover li:hover li:hover a:hover,
	.nav-theme-wrapper .menu li:hover li:hover li:hover a:active  { 
		background-color: #fff;
		color: #6c6d71;
		border-top: 1px solid #6c6d71;
 } 

/* submenu <a> styling when not being hovered. needs this to overwrite the previous styling */
.do_menu li:hover li a,
.do_menu li:hover li:hover li a,
.do_menu li:active li a,
.do_menu li:active li:active li a,
.do_menu li:focus li a,
.do_menu li:focus li:focus li a,
.do_menu li.sfHover li a,
.do_menu li.sfHover li.sfHover li a  { 
	background-color: #fff;
	color: #000;
	padding: 0 14px;
	display: block;
	border-top: 1px dotted #000; } 
				
	.nav-personal-wrapper .do_menu li:hover li a,
	.nav-personal-wrapper .do_menu li:hover li:hover li a,
	.nav-personal-wrapper .do_menu li:active li a,
	.nav-personal-wrapper .do_menu li:active li:active li a,
	.nav-personal-wrapper .do_menu li:focus li a,
	.nav-personal-wrapper .do_menu li:focus li:focus li a,
	.nav-personal-wrapper .do_menu li.sfHover li a,
	.nav-personal-wrapper .do_menu li.sfHover li.sfHover li a  { 
		background-color: #C60E0E;
		color: #fff;
		border-top: 1px dotted #fff;
 } 

	.nav-theme-wrapper .do_menu li:hover li a,
	.nav-theme-wrapper .do_menu li:hover li:hover li a,
	.nav-theme-wrapper .do_menu li:active li a,
	.nav-theme-wrapper .do_menu li:active li:active li a,
	.nav-theme-wrapper .do_menu li:focus li a,
	.nav-theme-wrapper .do_menu li:focus li:focus li a,
	.nav-theme-wrapper .do_menu li.sfHover li a,
	.nav-theme-wrapper .do_menu li.sfHover li.sfHover li a  { 
		background-color: #6c6d71;
		color: #fff;
		border-top: 1px dotted #000;
 } 
	
	
	/* Search 
	---------------------------------------------------------- */
		
/* Search Simple
------------------------------------------------------ */

.search-simple  { 
	margin: 2px 0 0;
	padding: 0 2px;
	background: #fff;
	font-size: 12px;
	height:18px;
	border: 1px solid #000; } 

.page-home .search-simple  { 
	margin: -21px 3px 0; } 

	.search-simple input.text,
	.search-simple input.text:focus  { 
		border: none;
		padding: 1px 1px 0px;
		height: 15px;
		font-family: Arial, sans-serif;
 } 
	
	.search-simple button,
	.search-simple button:hover  { /* note: there is padding in style_is.css */
		background: #fff url(http://fast.mediamatic.nl/f/qbwx/image/menu-icon.png) no-repeat 4px -377px;
		text-indent: -9999px;
		border: none;
		margin: 0;
		padding: 0;
		width: 20px;
		height: 17px;
 } 
	
	
		/* Search Advanced
		------------------------------------------------------ */
		
		.search-advanced input.text  { 
			font-family: Arial, sans-serif;
			height: 18px;
			float: left;
			margin: 0 6px 0 0;
			padding: 0 4px;
	 } 

	
/* content area
-------------------------------------------------------------- */
.body  { 
	 } 

.set .body  { 
	padding: 0; } 
		
/* Detailed view
-------------------------------------------------------------- */

	/* part1
	---------------------------------------------------------- */
	
	.dv-title  { 
		clear: both;
 } 
	
	
	/* figblock
	---------------------------------------------------------- */
	
	ul.fig  { 
		position: relative;
		
 } 

	ul.fig li  { 
		margin: 0 0 18px;
		font-size:21px;
		line-height:24px;
		text-transform:uppercase;
		color: #545349;
		position: relative;
 } 

		ul.fig li a  { 
			color: #545349;
	 } 	
		
		ul.fig li a,
		ul.fig li a:hover  { 
			border-bottom: none;
	 } 
		
		ul.fig li img  { 
			display: inline;
			margin: 0;
	 } 
	
	.fig-container  { 
		float: left;
 } 
	
	.figblock01, .figblock03, .figblock04  { 
		display:block; 
		overflow:hidden; 
		width: 644px; 
 } 
	.figblock01.fig li, .figblock03.fig li, .figblock04.fig li  { 
		float: left !important;
		float: none;
		padding-right: 18px;
 } 
	
	.set .figblock01.fig li, .set .figblock03.fig li, .set .figblock04.fig li  { 
		float: none !important;
 } 
	
	.figblock01 embed, .figblock03 embed, .figblock04 embed  { 
		height: 246px;
		width: 304px;
 } 
	
	.edit-page .figblock01.fig li, .edit-page .figblock03.fig li, .edit-page .figblock04.fig li  { 
		float: none !important;
 } 
	
	.figblock02 .img-toolbar, .figblog01 .img-toolbar { 
		display: none !important;
 } 
	
	 .figblock03:empty { 
		display: inline;
	 } 

	 body.set .figblock02 {  
	 	width: 100%;
	 } 
	 
	 body.mailing .figblock01  { 
	 	display: none;
	 } 
	 
				
	/* pubdate
	------------------------------------------------------ */
	
	.org-pubdate  { 
		color: #bbb;
 } 


	/* body
	------------------------------------------------------ */
	
	.caption,
	.inline-caption  { 
		position: absolute;
		left: 0;
		bottom: 0;
		background: url(http://fast.mediamatic.nl/f/qbwx/image/liback.png);
		width: 304px;
		color: #edebdf;
 } 
	.edit-page .caption { 
		position: relative !important;
 } 
	
	.figblock02 .caption { 
		width: 100% !important;
 } 
	
		.caption p, .inline-caption a, .inline-caption p  { 
			font-style: italic;
			margin: 0;
			text-transform: none;
			font-size: 12px;
			line-height: 18px;
			margin: 0 3px;
	 } 
	
		.caption a,
		.inline-caption a  { 
			color: #edebdf !important;
	 } 
		
			.caption-sep  { 
				margin-right: 3px;
		 } 

		.caption p.title,
		.inline-caption p.title  { 
			float: left;
	 } 
		
	.inline-image-wrapper { 
		position: relative;
		overflow: hidden;
 } 
	.inline-image-wrapper img { 
		width: 304px;
		height: auto;
		margin: 0;
 } 
	.inline-image-wrapper a,
	.inline-image-wrapper a:hover { 
		border: none;
 } 
	.inline-image-wrapper a { 
		float: left;
 } 
			
	/* pager
	---------------------------------------------------------- */
	
	h5.pager  { 
		background: #F2F2F2;
		border: 1px solid #ddd;
		display: block;
		clear: both;
		font-weight: normal;
		line-height: 27px;
		margin: 0 0 18px;
		padding: 0 5px;
		text-transform: none;
		font-family: Trebuchet ms, arial, sans-serif;
 } 
	
	.span-60 h5.pager  { 
		margin-top: 6px;
 } 
	
		h5.pager-blog span.holder { 
			width: 33%;
			float: left;
			display: block;
	 } 
		
		h5.pager-blog a,
		h5.pager-blog span  { 
		
			border: none;
			color: #555;
			font-size: 13px;
	 } 
		
		h5.pager-blog a:hover  { 
			border: none;
			color: #000;
	 } 
		
		h5.pager-blog span  { 
			text-align: center;
	 } 
				
		h5.pager-blog .pager-prev  { 
			text-align: left;
	 } 
	
		h5.pager-blog .pager-next  { 
			text-align: right;
	 } 
	

			
	/* similar search
	---------------------------------------------------------- */
	.metatypes  { 
		font-weight: bold;
		color: #8c8c8c;
		margin: 0 0 9px 0;
 } 

		.metatypes a  { 
			color: #8c8c8c;
	 } 
					
	
/* Context
-------------------------------------------------------------- */

.context h5  { 
	display: none; } 

	/* connections
	---------------------------------------------------------- */
	
	/* predicate-rest
	---------------------------------------------------------- */
	
	.dv .predicate-rest  { 
		display: none;
 } 

	.artefact .dv.img-overlap .intro p, 
	.article .dv.img-overlap .intro p, 
	.blogposting .img-overlap .intro p { 
		margin: 0;
 } 
	
/* blog
-------------------------------------------------------------- */
	
li.blogposting  { 
	margin: 0 0 48px 0; } 

	.blogposting .listbox  { 
		margin: 6px 0;
 } 
		
		li.blogposting h3  { 
			font-size: 24px; 
			line-height: 26px;  
	 } 

		li.blogposting h4  { 
			font-size: 18px; 
			line-height: 24px;  
			font-style: normal;
	 } 
		
		li.blogposting p.blog-date-by  { 
			color: #8C8C8C;
			font-size: 12px;
			margin: 0 0 6px 0;
			line-height: 100%;
	 } 
		
		li.blogposting .img-overlap p.blog-date-by  { 
			color: #cbc8bf;
	 } 
		
		li.blogposting .img-overlap p.blog-date-by a  { 
			color: #cbc8bf;
	 } 
		
			li.blogposting p.blog-date-by a  { 
				color: #8c8c8c;
		 } 

		
		.blog .list-contributors  { 
			margin-bottom: 18px;
	 } 
		
		li.blogposting ul.fig { 
			margin: 0;
	 } 
		li.blogposting ul.fig li  { 
			margin: 0 0 18px 0;
	 } 

		li.blogposting .body img  { 
			display: block;
			float: none;
	 } 
	
		li.blogposting .footer  { 
			background: #F2F2F2;
			border: 1px solid #ddd;
			padding: 0 5px;
	 } 
			
			.blog-metadata .list  { 
				clear:both;
		 } 
	
			.blogposting .blog-metadata ul.list li  { 
				display: inline;
				color: #666;
		 } 
			
				.blogposting .blog-metadata ul.list li a  { 
					color: #000;
					border: none;
			 } 
				
				.blogposting .blog-metadata ul.list li a:hover  { 
					color: #666;
			 } 
	
		
			li.blogposting .info  { 
				font-size: 12px;
				margin: 0;
		 } 
			
				li.blogposting .info a  { 
					text-decoration: none;
					border-bottom: 1px dotted #8c8c8c;
			 } 
				
			li.blogposting .blog-comments a  { 
				margin: 0 3px 0 0;
		 } 
			
			li.blogposting .link-icons  { 
				display: inline;
				height: 18px;
				margin: 0 5px 0 0;
		 } 

				li.blogposting .link-icons a  { 
					border: none;
					margin: 0;
					padding: 0;
			 } 

				li.blogposting .link-icons img  { 
					margin: 0 3px 0 0;
					position: relative;
					top: 3px;
			 } 

		.feed  { 
			margin : 0 0 18px;
	 } 
		
			.feed img  { 
				vertical-align: top;
				margin-top: 1px;
		 } 
			
	.list-author  { 
		margin:0 0 10px;
 } 
	.blogposting .figblog01 .caption  { 
		width: 626px;
 } 
	
	.blogposting .figblog02  { 
		overflow: hidden;
		width: 644px;
 } 
	
	.blogposting .figblog02 .caption  { 
		width: 304px;
 } 
	
	.blogposting .figblog02 li  { 
		float: left;
		margin-right: 18px !important;
 } 
	
	.blogposting .figblog02 img  { 
		width: 304px;
		height: 246px;
 } 
	
	.postings .img-overlap  { 
		width: 616px !important;
 } 
	
	.bookmark  { 
		float: left; 
		margin-right: 5px;
 } 
	
	.blogposting li object embed, 
	.blogposting li object,
	.figblock02 li object embed, 
	.figblock02 li object  { 
		min-height: 400px;
 } 

/* tagcloud */

.tagcloudbox button  { 
	margin-bottom: 15px; } 

.tagcloud  { 
	display: none; } 

	.tagcloud a  { 
		color: #fff;
 } 
	
	.tagcloud .tags .size0  { font-size: 0.9em; } 
	.tagcloud .tags .size1  { font-size: 1.3em; } 
	.tagcloud .tags .size2  { font-size: 1.6em; } 
	.tagcloud .tags .size3  { font-size: 1.9em; } 
	.tagcloud .tags .size4  { font-size: 2.2em; } 
	.tagcloud .tags .size5  { font-size: 2.5em; } 


/* Calendar 
------------------------------------------------------------- */

.calendar-search  { 
	margin-top: 0; } 

	.calendar-search label,
	.calendar-search input,
	.calendar-search select  { 
		margin-bottom: 0;
		margin-top: 0;
		
 } 
	.calendar-search input  { 
		margin-top: 3px;
 } 
	.calendar-search label,
	.calendar-search select  { 
		font-size: 14px;
 } 

	.calendar-search fieldset  { 
		margin: 0 6px 7px 0;
		padding: 0;
		border: none;
		float: left;
 } 

	.calendar-search label  { 
		font-weight: normal;
 } 

	.calendar-search p  { 
		display: inline;
 } 

	.calendar-search fieldset.period-buttons,
	.calendar-search fieldset.period-select  { 
		float: left;
		margin: 0 6px 0 0;
 } 
	.calendar-search input { 
		
 } 

/* forum 
------------------------------------------------------------- */

.forum  { 
	margin: 0 0 18px 0; } 

#forum  { 
	padding: 18px 0; } 
#forum .padding { 
	background: #eee; } 

#forum p  { 
	margin-bottom: 12px; } 

.list-notes li  { 
	display: block; } 

.comment-title-wrapper  { 
	margin: 0 0 12px; } 

	/* commentform
	--------------------------------------------------------- */	
	
	.comment_form  { 
		padding: 0;
 } 
	
	.comment_form input.text  { 
		font-size: 16px;
		font-style: italic;
		padding: 2px;
 } 
	
	.comment_form textarea, 
	.comment_form input.text  { 
		border: 1px solid #8c8c8c;
		display: block;
		margin: 0;
		width: 99%;
 } 
	
	.comment_form input.text  { 
		border: 1px solid #8c8c8c;
		display: block;
		margin: 0;
		width: 98%;
 } 
	
	.comment_form textarea  { 
		width: 98.5%;
		padding: 0;
		margin: 0;
 } 
	
	.comment_form input.checkbox  { 
		border: none;	
		clear: left;
		display: inline;
		width: auto;
 } 
	
	.expl  { 
		color: #8c8c8c;
 } 
	
	.half  { 
		width: 248px;
		float: left;
 } 
	textarea { 
		height: 100px;
		width: 454px;
 } 
	select { 
		margin: 0;
 } 
	input.text, input.title { 
		width: 454px;
 } 
	.half input.text, .half input.title { 
		width: 200px;
 } 
	
	.comment_form .cnt  { 
		width: 500px;
 } 
	
	.comment_form .avatar  { 
		margin: 6px 20px 0 0 !important;
 } 
	
	/* comments 
	--------------------------------------------------------- */	
	
	.forum .comment  { 
		border: none;
		margin: 0 0 9px 0;
		padding: 0;
 } 

	.forum .topic  { 
		border: 1px solid #8c8c8c;
		margin: 0 0 12px 0;
		padding: 4px;
 } 
	
	.forum .topic .avatar,
	.comment .avatar  { 
		float: left;
		margin: 0 20px 0 0 !important;
 } 
	
	.comment .avatar span  { 
		background: #fff;
		display: block;
		font-size: 10px;
		height: 25px;
		line-height: 13px;
		padding: 2px 1px 0;
		text-transform: none;
		width: 76px;
 } 
	
	.avatar  { 
		width: 76px;
		height:116px;
		margin-right: 0 !important;
 } 
	
	.listpublish .avatar  { 
		margin-right: 2px !important;
 } 
	
	.avatar a:hover, .avatar a:active, .avatar a:focus { 
		border: none !important;
 } 
	.list-view-simple .avatar { 
		width: auto;
		height: auto;
		overflow: visible;
		float: none;
		display: inline;
 } 
	
	.list-view-simple .list li img  { 
		margin-top: 0;
 } 
	
	.list.bullet, .list-contacts  { 
		margin-bottom: 18px;
 } 
	.list.bullet li { 
		background: none;
		line-height: 20px;
 } 
	
	.list.bullet a { 
		white-space: normal;
 } 
	
	.list.bullet li.attachment  { 
		margin-bottom: 18px;
 } 
	
	/* forum topic 
	---------------------------------------------------------- */
	
	li.topic  { 
		border: 2px dotted #eee;
		padding: 4px 4px 2px;
		display: block !important;
 } 
	
	li.topic .chapeau  { 
		background: #eee;
		font-size: 12px;
		color: #666;
		margin: -4px -4px 4px;
		padding: 4px 4px 2px;
 } 

	.note .btm, 
	.topic .btm,
	.note .btm a,
	.topic .btm a  { 
		color: #8e8e8e;
		font-size: 12px;
 } 

	.note .btm, 
	.topic .btm  { 
		border-top: 2px dotted #eee;
		margin-top: 2px;
 } 

	.forum .comment .btm  { 
		border: none;
		margin: 0;
 } 
	
	.note .btm img.nonauthoritative-icon,
	.topic .btm img.nonauthoritative-icon  { 
		opacity: .4;
 } 
	
	li.note  { 
		border: none;
 } 
	
	/* resources
	---------------------------------------------------------- */
	
	 .connections .list-resources li  { 
	 	display: block;
	 }  
	
		
/* module contact
-------------------------------------------------------------- */

.contact-couple  { 
	background: #fff;
	border:1px dashed #bbb;
	float: left;
	display: block;
	height: 130px;
	margin: 7px 7px 21px 0;
	padding: 7px 7px 0; } 

	.contact-couple .date  { 
		float: left;
		font-size: 11px;
		padding: 30px 7px 7px;
		text-align: center;
		width: 66px;
		border: none;
 } 

	.contact-couple .avatar  { 
		margin: 0;
		padding: 0;
 } 
	
	
/* date range 
------------------------------------------------------ */

.list-date-edge-item li  { 
	margin:0;
	padding: 0 0 0 3px; } 

.img-overlap .list-date-edge-item li  { 
	margin:2px 0 0 5px; } 

.page-view .list-date-edge-item .location  { 
	display: none; } 

li .daterange  { 
	font-size: 13px;
	line-height: 18px;
	margin: 0 5px 0 0;
	float: left; } 
		  
	.daterange  { 
		color: #000;
 } 
	
	.event-time, span.location a, p.chapeau  { 
		font-size: 13px;
		line-height: 22px;
		border: none;
		color: #000;
 } 
	
	.chapeau .location .city  { 
		display: none;
 } 
	
	.event-time  { 
		line-height: 18px;
 } 
	
	span.location a  { 
		text-transform: uppercase;
 } 
	
	.event-dv .location  { 
		display: none;
 } 
	
	.location-organised_by  { 
		display: none !important; 
 } 
	
	.img-overlap .chapeau { 
		color: #cbc8bf;
 } 
	
	.chapeau  { 
		text-transform: none;
		float:left;
		font-style: normal;
		font-size: 13px;
 } 
	
	.chapeau .types  { 
		display: none;
 } 
	
	.chapeau .sep  { 
		display: none;
 } 
	
	.chapeau span .sep  { 
		margin: 0 5px;
		display: inline;
 } 
	
	.list .chapeau .sep  { 
		margin: 0 2px;
 } 

	
/* home
-------------------------------------------------------------- */

.page-home #content .padding  { 
	margin: 0 0 18px;
	padding: 0;
	width: 626px;
	height: 507px;
	overflow: hidden; } 

.list-home_events  { 
	background: #363637;
	height: 507px;
	overflow: auto;
	width: 304px;
	margin: 0 0 18px; } 

	.list-home_events ul li  { 
		position: static;
 } 

.list-home_events h3  { 
	font-size: 24px !important;
	line-height: 32px; } 

.list-home_events li  { 
	font-size: 15px;
	padding: 7px 5px 8px;
	height: auto; } 

.list-home_events li a, .list-home_events li, .list-home_events span  { 
	color: #fff; } 
.list-home_events li  { 
	margin: -1px 0 0;
	border-top: 1px dashed #626465; } 

.avatar-list-view  { 
	margin: 0 0 18px;
	height: 246px; } 

	.connections .avatar-list-view  { 
		max-height: 246px;
		height: auto;
 } 

	.avatar-list-view ul.list  { 
		margin: 0 !important;
 } 

	.avatar-list-view ul.list li  { 
		margin: 0 !important;
		width: 304px;
 } 
	
	.avatar-list-view ul.list li.avatar  { 
		width: auto;
 } 
	
	.avatar-list-view ul.list li.avatar span  { 
		display: none;
 } 
	
	.avatar-list-view ul.list li.avatar  { 
		margin: 0 !important;
		width: 76px;
		height: 82px;
 } 
	
	.avatar-list-view ul.list li.avatar img  { 
		margin: 0; 
 } 
	
.list-home_list3 { 
	overflow: hidden;
	width: 948px; } 

.list-home_list3 ul.list li,
.list-home_set ul.list li  { 
	float: left !important;
	margin: 0 18px 18px 0;
	display: inline;
	width: 304px;
	background: url(http://fast.mediamatic.nl/f/qbwx/image/notfound.gif); } 

.list-home_list3 ul.list,
.list-home_set ul.list  { 
	width:966px; } 

.home-doc { 
	position: absolute;
	z-index: 100000;
	margin:261px 0 0 380px;	 } 

.home-doc a { 
	border: none; } 

/* page room
------------------------------------------------------ */

.room #forum  { 
	display: none; } 

.room .room-form  { 
	background: #eee;
	padding: 9px; } 

.room fieldset  { 
	border: none;
	padding: 0;
	margin: 0; } 

.room label, .checkbox p  { 
	width: auto;
	display: block;
	float: none;
	text-transform: uppercase;
	color: #666; } 

.room .form-item img  { 
	vertical-align: baseline;
	margin: 6px 0 0 0;
	cursor: pointer; } 

.room .room-form input,
.room .room-form option,
.room .room-form select  { 
	font-size: 12px; } 

.room-form .checkbox { width:470px; margin-bottom: 56px; } 
.room-form .checkbox span { float: left; padding: 0 5px 0 0; width: 112px; } 
.room-form .checkbox p span { float: none; } 
.room-form .checkbox input  { float: left;margin: 3px; } 
.room-form .checkbox label { float: left; } 
.room-form .checkbox p  { margin-bottom: 0;font-size:14px; } 

.req { 
	color: red;
	margin: 0 0 0 3px; } 


/* scroller 
------------------------------------------------------ */

.jScrollPaneContainer  { 
	position: relative;
	overflow: hidden;
	z-index: 1; } 

.jScrollPaneTrack  { 
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #666 url(http://fast.mediamatic.nl/f/qbwx/image/scroll_gutter_mid.png) repeat-y top; } 

.jScrollPaneDrag  { 
	position: absolute;
	background: transparent url(http://fast.mediamatic.nl/f/qbwx/image/scroll_thumb.png) no-repeat top;
	cursor: pointer;
	overflow: hidden; } 

.jScrollPaneDragTop  { 
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden; } 

.jScrollPaneDragBottom  { 
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden; } 

a.jScrollArrowUp  { 
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: #666 url(http://fast.mediamatic.nl/f/qbwx/image/scroll_cntrl_up.png);
	height: 15px;
	border: none; } 

a.jScrollArrowUp:hover  { 
	background-color: #f60; } 

a.jScrollArrowDown  { 
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 15px;
	border: none;
	background: #666 url(http://fast.mediamatic.nl/f/qbwx/image/scroll_cntrl_dwn.png); } 

a.jScrollArrowDown:hover  { 
	background-color: #f60; } 

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover  { 
	background-color: #f00; } 


list .img-overlap  { 
	width: 304px; } 

div.acc-title,
div.acc-title:hover,
div.acc-content-open, 
div.acc-content-open:hover  { 
 background-color: #000; } 

a.button-cancel, button.cancel  { 
	background:#EEEEEE;
	border:1px solid #CCCCCC;
	color:#777777; } 

a.button-cancel:hover, button.cancel:hover  { 
	background:#444444;
	border:1px solid #444444;
	color:#FFFFFF; } 

.page-module-calendar #forum  { 
	margin: 0;
	padding: 0; } 

.list .img-overlap, body.person .img-overlap  { 
	width: 294px;  } 

.list-subscriber-subject li { 
	margin-bottom: 5px; } 

.list .chapeau  { 
	float: left;
	line-height: 18px;
	position: relative;
	top: -4px; } 

.dv .event-time  { 
	font-size: 13px; } 

.presented_time  { 
	display: inline-block;
	white-space: nowrap;
	position: relative;
	top: -4px; } 

.list h3  { 
	clear: both; } 

/* action dialog colors
---------------------------------------------------------------- */

/* left + right button */
.do-something button, .do-something button.status  { 
	background-color: #a0131d; } 

.do-something button,
.do-something button.status,
.do-something button:hover,
.do-something button.status:hover  { 
	border-color: #86332d; } 

/* left */
.do-something .do-something-text button,
.do-something .do-something-text button.status  { 
	color: #fff; } 

/* left hovers */
.do-something .do-something-text button:hover,
.do-something .do-something-text button.status:hover,
.do-something .single-action button:hover  { 
	background-color: #C60E0E;
	color: #fff; } 

/* right */
.do-something button.do-something-other  { 
	background-color: #fff;
	color: #C60E0E; } 

.do-something button.do-something-other:hover  { 
	background-color: #C60E0E;
	color: #fff; } 

.dv-title .do-something  { 
	margin: 3px 9px 0 0; } 

/* Action dialog itself
---------------------------------------------------------------- */

.dialog-drag-handle  { 
	border: 1px solid #C60E0E; } 

.dialog-drag-handle-text  { 
	color: #fff; } 

.action-stage-wrapper textarea, .action-stage-wrapper input.text  { 
	width: 416px; } 

.action-stage-wrapper p  { 
	margin: 0 0 12px; } 

/* button status
---------------------------------------------------------- */

button.status,
button.status:hover  { 
	border: 1px solid #bbb;
	background: #fff;
	color: #bbb; } 

	.module-contact-link button.status,
	.module-contact-link button.status:hover  { 
		border: 1px solid #fff;
		background: #fff;
		color: #099;
 } 
	
				
ul.figblock04:empty  { 
	display: none !important; } 

.comment h3, input.comment-title  { 
	font-size: 14px;
	font-weight: bold;
	color: #66686B; } 

.comment-content  { 
	background: #f4f5f0;
	border-color: #CBC8BF; } 

.comment-form .comment-content  { 
	background: #f4f5f0; } 

.comment-body p, .comment-body-wrapper textarea.comment-body  { 
	font-size: 14px; } 

.comment-actions .do-something  { 
	margin: 0 6px 0 0;
	float: left; } 

.comment-actions div.action  { 
	margin: 0; } 

.comment-meta .listbox li  { 
	line-height: inherit; } 

.list-view-simple .comment-date img  { 
	margin-top: 5px; } 

/* Google maps
---------------------------------------------------------- */
.googlemaps-mapwindow  { 
	width: 351px; } 

.list-googlemaps-summary li  { 
	margin-top: 18px;
	margin-right: 18px; } 

.isIE7x .list-view-item-onmap  { 
	padding-bottom: 18px; } 


/* social media footer
---------------------------------------------------------- */

.social-media-container  { 
	position:absolute;
	right:0;
	top: -6px;
	background: url(http://fast.mediamatic.nl/f/qbwx/image/slogan.gif) no-repeat;
	width: 275px;
	padding: 52px 0 0; } 

.social-links  { 
	float: right; } 

.social-links a  { 
	padding: 10px 26px 0 0;	
	border: none; } 

.social-links .facebook  { 
	background: url(http://fast.mediamatic.nl/f/qbwx/image/facebook-icon.png) right 0 no-repeat; } 

.social-links .twitter  { 
	background: url(http://fast.mediamatic.nl/f/qbwx/image/twitter-icon.png) right 0 no-repeat; } 

.social-links .hyves  { 
	background: url(http://fast.mediamatic.nl/f/qbwx/image/hyves-icon.png) right 0 no-repeat; } 

.social-media-container h5 { 
	float: right;
	font-weight:normal;
	font-size: 12px;
	color: #A7B1B7;
	margin:0 2px; } 
