/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  {   margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; } 
/* only inherit font stuff for form elements */ 
input,textarea,select  {   font: inherit; } 
body  { 
  line-height: 1.5;  } 
/* Tables still need 'cellspacing="0"' in the markup. */
table  { border-collapse: separate; border-spacing: 0; } caption, th, td  { text-align: left; font-weight: normal; } table, td, th  { vertical-align: middle; } 
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after  { content: ""; } blockquote, q  { quotes: "" ""; } 
/* Remove annoying border on linked images. */
a img  { border: none; } 
/* added mediamatic */
td, th  { vertical-align: top; }
/* -------------------------------------------------------------- 
   
   $Id: grid_dyn.css 39880 2008-12-02 18:01:37Z bas $
   
   * Sets up an easy-to-use grid of 60 columns.
   
   Based on work by:
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Khoi Vinh         [subtraction.com]
   
   By default, the grid of blueprint is 950px wide, with 24
   columns spanning 30px, and a 10px margin between columns.

   If you need fewer or more columns, use this 
   formula to find the new total width: 
   Total width = (columns * 40) - 10

   The generated grid is 950px wide, with 60 columns 
   spanning 6px, and a 10px margin between columns.
   
   Read more about using a grid here:
   * subtraction.com/archives/2007/0318_oh_yeeaahh.php
   
-------------------------------------------------------------- */



/* A container should group all your columns. */
.container  {   width: 950px;
  margin: 0 auto;
 } 
/* Use this class on any div.span / container to see the grid. */
.showgrid  { 
  background: url(src/grid.png);  } 
.container .container  { 	width: auto; } 
/* Columns
-------------------------------------------------------------- */

/* Use this class together with the .span-x classes
   to create any composition of columns in a layout. */
   
.span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24, .span-25, .span-26, .span-27, .span-28, .span-29, .span-30, .span-31, .span-32, .span-33, .span-34, .span-35, .span-36, .span-37, .span-38, .span-39, .span-40, .span-41, .span-42, .span-43, .span-44, .span-45, .span-46, .span-47, .span-48, .span-49, .span-50, .span-51, .span-52, .span-53, .span-54, .span-55, .span-56, .span-57, .span-58, .span-59, .span-60 {   float: left;
  margin-right: 10px;
 } 
/* The last column in a row needs this class. */
.last  { margin-right: 0; } 
/* Use these classes to set the width of a column. */
.span-1 { width: 6px; }
.span-2 { width: 22px; }
.span-3 { width: 38px; }
.span-4 { width: 54px; }
.span-5 { width: 70px; }
.span-6 { width: 86px; }
.span-7 { width: 102px; }
.span-8 { width: 118px; }
.span-9 { width: 134px; }
.span-10 { width: 150px; }
.span-11 { width: 166px; }
.span-12 { width: 182px; }
.span-13 { width: 198px; }
.span-14 { width: 214px; }
.span-15 { width: 230px; }
.span-16 { width: 246px; }
.span-17 { width: 262px; }
.span-18 { width: 278px; }
.span-19 { width: 294px; }
.span-20 { width: 310px; }
.span-21 { width: 326px; }
.span-22 { width: 342px; }
.span-23 { width: 358px; }
.span-24 { width: 374px; }
.span-25 { width: 390px; }
.span-26 { width: 406px; }
.span-27 { width: 422px; }
.span-28 { width: 438px; }
.span-29 { width: 454px; }
.span-30 { width: 470px; }
.span-31 { width: 486px; }
.span-32 { width: 502px; }
.span-33 { width: 518px; }
.span-34 { width: 534px; }
.span-35 { width: 550px; }
.span-36 { width: 566px; }
.span-37 { width: 582px; }
.span-38 { width: 598px; }
.span-39 { width: 614px; }
.span-40 { width: 630px; }
.span-41 { width: 646px; }
.span-42 { width: 662px; }
.span-43 { width: 678px; }
.span-44 { width: 694px; }
.span-45 { width: 710px; }
.span-46 { width: 726px; }
.span-47 { width: 742px; }
.span-48 { width: 758px; }
.span-49 { width: 774px; }
.span-50 { width: 790px; }
.span-51 { width: 806px; }
.span-52 { width: 822px; }
.span-53 { width: 838px; }
.span-54 { width: 854px; }
.span-55 { width: 870px; }
.span-56 { width: 886px; }
.span-57 { width: 902px; }
.span-58 { width: 918px; }
.span-59 { width: 934px; }
.span-60 { width: 950px;  margin: 0;}


/* Add these to a column to append empty cols. */
.append-1 { padding-right: 16px; }
.append-2 { padding-right: 32px; }
.append-3 { padding-right: 48px; }
.append-4 { padding-right: 64px; }
.append-5 { padding-right: 80px; }
.append-6 { padding-right: 96px; }
.append-7 { padding-right: 112px; }
.append-8 { padding-right: 128px; }
.append-9 { padding-right: 144px; }
.append-10 { padding-right: 160px; }
.append-11 { padding-right: 176px; }
.append-12 { padding-right: 192px; }
.append-13 { padding-right: 208px; }
.append-14 { padding-right: 224px; }
.append-15 { padding-right: 240px; }
.append-16 { padding-right: 256px; }
.append-17 { padding-right: 272px; }
.append-18 { padding-right: 288px; }
.append-19 { padding-right: 304px; }
.append-20 { padding-right: 320px; }
.append-21 { padding-right: 336px; }
.append-22 { padding-right: 352px; }
.append-23 { padding-right: 368px; }
.append-24 { padding-right: 384px; }
.append-25 { padding-right: 400px; }
.append-26 { padding-right: 416px; }
.append-27 { padding-right: 432px; }
.append-28 { padding-right: 448px; }
.append-29 { padding-right: 464px; }
.append-30 { padding-right: 480px; }
.append-31 { padding-right: 496px; }
.append-32 { padding-right: 512px; }
.append-33 { padding-right: 528px; }
.append-34 { padding-right: 544px; }
.append-35 { padding-right: 560px; }
.append-36 { padding-right: 576px; }
.append-37 { padding-right: 592px; }
.append-38 { padding-right: 608px; }
.append-39 { padding-right: 624px; }
.append-40 { padding-right: 640px; }
.append-41 { padding-right: 656px; }
.append-42 { padding-right: 672px; }
.append-43 { padding-right: 688px; }
.append-44 { padding-right: 704px; }
.append-45 { padding-right: 720px; }
.append-46 { padding-right: 736px; }
.append-47 { padding-right: 752px; }
.append-48 { padding-right: 768px; }
.append-49 { padding-right: 784px; }
.append-50 { padding-right: 800px; }
.append-51 { padding-right: 816px; }
.append-52 { padding-right: 832px; }
.append-53 { padding-right: 848px; }
.append-54 { padding-right: 864px; }
.append-55 { padding-right: 880px; }
.append-56 { padding-right: 896px; }
.append-57 { padding-right: 912px; }
.append-58 { padding-right: 928px; }
.append-59 { padding-right: 944px; }


/* Add these to a column to prepend empty cols. */
.prepend-1 { padding-left: 16px; }
.prepend-2 { padding-left: 32px; }
.prepend-3 { padding-left: 48px; }
.prepend-4 { padding-left: 64px; }
.prepend-5 { padding-left: 80px; }
.prepend-6 { padding-left: 96px; }
.prepend-7 { padding-left: 112px; }
.prepend-8 { padding-left: 128px; }
.prepend-9 { padding-left: 144px; }
.prepend-10 { padding-left: 160px; }
.prepend-11 { padding-left: 176px; }
.prepend-12 { padding-left: 192px; }
.prepend-13 { padding-left: 208px; }
.prepend-14 { padding-left: 224px; }
.prepend-15 { padding-left: 240px; }
.prepend-16 { padding-left: 256px; }
.prepend-17 { padding-left: 272px; }
.prepend-18 { padding-left: 288px; }
.prepend-19 { padding-left: 304px; }
.prepend-20 { padding-left: 320px; }
.prepend-21 { padding-left: 336px; }
.prepend-22 { padding-left: 352px; }
.prepend-23 { padding-left: 368px; }
.prepend-24 { padding-left: 384px; }
.prepend-25 { padding-left: 400px; }
.prepend-26 { padding-left: 416px; }
.prepend-27 { padding-left: 432px; }
.prepend-28 { padding-left: 448px; }
.prepend-29 { padding-left: 464px; }
.prepend-30 { padding-left: 480px; }
.prepend-31 { padding-left: 496px; }
.prepend-32 { padding-left: 512px; }
.prepend-33 { padding-left: 528px; }
.prepend-34 { padding-left: 544px; }
.prepend-35 { padding-left: 560px; }
.prepend-36 { padding-left: 576px; }
.prepend-37 { padding-left: 592px; }
.prepend-38 { padding-left: 608px; }
.prepend-39 { padding-left: 624px; }
.prepend-40 { padding-left: 640px; }
.prepend-41 { padding-left: 656px; }
.prepend-42 { padding-left: 672px; }
.prepend-43 { padding-left: 688px; }
.prepend-44 { padding-left: 704px; }
.prepend-45 { padding-left: 720px; }
.prepend-46 { padding-left: 736px; }
.prepend-47 { padding-left: 752px; }
.prepend-48 { padding-left: 768px; }
.prepend-49 { padding-left: 784px; }
.prepend-50 { padding-left: 800px; }
.prepend-51 { padding-left: 816px; }
.prepend-52 { padding-left: 832px; }
.prepend-53 { padding-left: 848px; }
.prepend-54 { padding-left: 864px; }
.prepend-55 { padding-left: 880px; }
.prepend-56 { padding-left: 896px; }
.prepend-57 { padding-left: 912px; }
.prepend-58 { padding-left: 928px; }
.prepend-59 { padding-left: 944px; }


/* Border on right hand side of a column. */
.border  {   padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eee; } 
/* Border with more whitespace, spans one column. */
.colborder  {   padding-right: 12px;
  margin-right: 13px;
  border-right: 1px solid #eee; } 

/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column. */

.pull-1 { margin-left: -16px; }
.pull-2 { margin-left: -32px; }
.pull-3 { margin-left: -48px; }
.pull-4 { margin-left: -64px; }


.push-0 { margin: 0 -0px 0 18px; float: right; }
.push-1 { margin: 0 -16px 0 18px; float: right; }
.push-2 { margin: 0 -32px 0 18px; float: right; }
.push-3 { margin: 0 -48px 0 18px; float: right; }
.push-4 { margin: 0 -64px 0 18px; float: right; }


/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box  { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #eee;  } 
/* Use this to create a horizontal ruler across a column. */
hr  {   background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none;  } 
hr.space  {   background: #fff;
  color: #fff; } 
.clearfix:after, .container:after  {     content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; } 
.clearfix, .container  { display: inline-block; } * html .clearfix,
* html .container  { height: 1%; } .clearfix, .container  { display: block; } 
/* Regular clearing
   apply to column that should drop below previous ones. */

.clear  { clear:both; } 
/* skip link */
.skip  { 	display: block;
	left: -9999px;
	position: absolute;
	visibility: hidden; } 
/* footerStickAlt from Men in Blue to get the footer right */

html  { 
	height: 100%; } 

body  { 
	height: 100%;
	margin: 0 0; } 

#wrapper  { 
	position: relative;
	min-height: 100%; } 

* html #wrapper  { 
	height: 100%; } 

#wrapper-content  { 	padding: 0 0 120px 0; } 
#footer  { 	position: relative;
	margin: -90px auto 0;
	padding: 0; } 
.edit-page #footer  { 	margin-top: 16px; } 
.left  { 	float: left; } 
.right  { 	float: right;
}
/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label        { font-weight: normal; cursor: pointer; } fieldset     { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; } legend       { font-weight: bold; font-size:1.2em; } 

/* Form fields
-------------------------------------------------------------- */

input.text, 
input.title,
textarea, 
select  { 	border: 1px solid #bbb;
	margin: 6px 0; } 
input.text:focus, input.title:focus,
textarea:focus, select:focus,
input.text-auto:focus  {   border: 1px solid #666; } 
input.text, 
input.title  { 
  width: 390px; 
  padding: 2px 5px;
  line-height: 17px; /* Safari */ } 
input.text-auto  { 	margin: 3px 0;
	width: auto;
  	padding: 2px 5px;
  	line-height: 17px; /* Safari */
	border: 1px solid #bbb; } 
input.date2char,
input.date4char  { 	margin: 3px 0;
  	padding: 2px 5px;
  	line-height: 17px; /* Safari */
	border: 1px solid #bbb; } 
input.date2char  { 	width: 38px; } 
input.date4char  { 	width: 46px; } 
input.title    { font-size: 18px; } textarea       { width: 390px; height: 250px; padding: 2px 5px;   line-height:17px;           /* Safari */ } 

.form-item  { 	margin: 0 6px 9px 0;
	padding: 0; } 
	.form-item input  { 		margin: 0 6px 0 0;
		vertical-align: text-top;
 } 	
	.form-item label  { 		float: none;
		display: inline;
		width: auto;
		font-size: 13px;
 } 	
	input.unfocused  { 		color: #ccc;
 } 	
	input.input-error  { 		color: #f00;
		border: 1px solid #f00 !important;
 } 

/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success     { padding: 1px 4px 1px; margin: 0 0 18px 0; border-bottom: 1px solid #ddd; font-size: .9em;}

.error       { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; } .notice      { background: #FFF6BF; color: #514721; border-color: #FFD324; } .success     { background: #E6EFC2; color: #264409; border-color: #C6D880; } .error a     { color: #8a1f11; } .notice a    { color: #514721; } .success a   { color: #264409; } 
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/dxdx/image/button.png) left top repeat-x;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 17px;
	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  { 	padding: 1px 4px;
	overflow: visible; } 
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, 
	.edit-page .button-fig  { 		border: none;
		padding: 0 0 2px 0;
 } 
	.edit-page .button-fig  { 		float: none;
		margin: 0;
 } 	
	.edit-page button.button-datepicker:hover  { 		background: none;
	}
body  { 	background: #fff;
	color: #000; } 
*, :active, :focus  { 	outline-style: none;
	outline-width: 0; } .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 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: 6px 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: 0;
			width: 100px;
	 } 
		
		
		/* Search Advanced
		------------------------------------------------------ */
		
		.search-advanced  { 			height: 36px;
	 } 
			.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;
 } 	
		
			/* action
			------------------------------------------------------ */

				.action	.button,
				.action	button  { 					margin: 0 3px 16px 0; 
			 } 
			.action .daterange,
			.action .button-datepicker  { 				float: left;
				margin: 0 3px 0 0;
		 } 	
				.action .date  { 					border: none;
					color: #8c8c8c;
					font-weight: normal;
					height: auto;
					margin: 0;
					padding: 0;
					text-align: right;
					width: auto;
			 } 				
	
					.action .date .day,
					.action .date .month,
					.action .date .year,
					.action .date .time,
					.action .datesep  { 						display: inline;
						font-size: 11px;
						font-weight: bold;
						line-height: 10px;
						margin: 0;
						padding: 0;
				 } 		
					
					.action .date .day  { 						color: #f00;
				 } 		
	
					.action .date .month,
					.action .date .year  { 				 } 					
					.action .date .time  { 						color: #f00;
						font-weight: normal;
				 } 					
					.action .datesep  { 						width: 15px;
				 } 

	/* 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;
	 } 		
/* 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  { 	float: left;
	margin: 0 6px 0 0; } 
.list-view-simple .list li a  { 	white-space: nowrap; } 
.list-view-simple .list li span.role  { 	display: none; } 
.list-view-simple .list li img  { 	float: left;
	height: 12px;
	margin: 2px 4px 0 0;
	width: 12px; } 
	.list-view-simple .list li img:hover  { 		height: 55px;
		margin: 0 -39px -45px 0;
		position: relative;
		width: 55px;
		z-index: 0;
 } 
	
/* 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;
 } 	
	/* fans in sets
	---------------------------------------------------------- */
	
	.set .list-interest-subject h5  { 		display: none;
 } 	
		.set .list-interest-subject ul.list li a  { 			color: #8c8c8c;
	 } 		
		.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  { 		padding: 0;
		border: none;
		background: none;
		color: #8c8c8c;
 } 
		.set ul.metadata li a  { 			color: #8c8c8c;
	 } 	
		.set ul.metadata li a:hover  { 			color: #333;
	 } 	
		.metadata li  { 			display: inline;
			margin: 0;	
	 } 	
	.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/dxdx/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;
	 } 	


/* comment
-------------------------------------------------------------- */

/* 
Use this display to overrule the editinplace block.
Table seems to be the best option 
*/
.forum .topic .cnt,
.comment .cnt  { 	display: table; } 
.comment .throw-flower-image  { 	margin-bottom: 12px; } 

/* 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/dxdx/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/dxdx/ima/openid-large.jpg) left no-repeat; } 
	.logon  { 		width: 83% !important;
 } 
.register fieldset p  { 	float: left;
	margin-right: 12px; } 
.logon fieldset input.text,
.register fieldset input.text  { 	width: 350px; } 

/* 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-page .dv-title  { 		margin: 0 0 18px;
 } 	
	.edit-page .trustgroup p  { 		margin: 0 0 6px 0;
 } 	
	.trustgroup-header  { 		display: block;
		float: left;
		width: 90px;
 } 	
		.trustgroup-phone .trustgroup-header  { 			width: 80px;
	 } 	
	.trustgroup .trust-action  { 		text-align: right;
		color: #8c8c8c;
		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, 
	.edit-page .button-fig  { 		border: none;
		padding: 0 0 2px 0;
 } 	
	.edit-page a.button-datepicker  { 		border: none;
 } 	
		.edit-page .button-fig  { 			background: #fff url(http://fast.mediamatic.nl/f/dxdx/image/camera.jpg) no-repeat left top;
			height: 18px;
			margin: 0 0 18px 0;
			padding: 0 0 0 24px;
			color: #8c8c8c;
	 } 		
		.edit-page .button-fig:hover  { 			background: #fff url(http://fast.mediamatic.nl/f/dxdx/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;
	 } 		
			.edit-page .button-datepicker img  { 				margin: .18em;
		 } 	
		
		.edit-page .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: #8c8c8c;
		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: #8c8c8c;
 } 
	.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,
	.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/dxdx/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/dxdx/image/accordion.gif) 2px -230px no-repeat; } 
div.acc-content-open  { 
	background: #f00 url(http://fast.mediamatic.nl/f/dxdx/image/accordion.gif) 2px -230px no-repeat;  } 
div.acc-content-open:hover  { 	background: #f00 url(http://fast.mediamatic.nl/f/dxdx/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;
		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; } 
/* creative commons buttons
---------------------------------------------------------------- */
.menu-editable p.edit-cc,
.menu-editable p.edit-trust  { 	line-height: 14px;
	margin-top: 6px; } 
.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/dxdx/image/cc/gray/by-nc-nd.png); } .cc-by-nc-sa	 { background-image: url(http://fast.mediamatic.nl/f/dxdx/image/cc/gray/by-nc-sa.png); } .cc-by-nc		 { background-image: url(http://fast.mediamatic.nl/f/dxdx/image/cc/gray/by-nc.png); } .cc-by-nd		 { background-image: url(http://fast.mediamatic.nl/f/dxdx/image/cc/gray/by-nd.png); } .cc-by-sa		 { background-image: url(http://fast.mediamatic.nl/f/dxdx/image/cc/gray/by-sa.png); } .cc-by			 { background-image: url(http://fast.mediamatic.nl/f/dxdx/image/cc/gray/by.png); } .cc-cr			 { background-image: url(http://fast.mediamatic.nl/f/dxdx/image/cc/gray/cr.png); } .cc-pd			 { background-image: url(http://fast.mediamatic.nl/f/dxdx/image/cc/gray/pd.png); } 
.menu-editable p.cc-by-nc-nd	 { background-image: url(http://fast.mediamatic.nl/f/dxdx/image/cc/white/by-nc-nd.png); } .menu-editable p.cc-by-nc-sa	 { background-image: url(http://fast.mediamatic.nl/f/dxdx/image/cc/white/by-nc-sa.png); } .menu-editable p.cc-by-nc		 { background-image: url(http://fast.mediamatic.nl/f/dxdx/image/cc/white/by-nc.png); } .menu-editable p.cc-by-nd		 { background-image: url(http://fast.mediamatic.nl/f/dxdx/image/cc/white/by-nd.png); } .menu-editable p.cc-by-sa		 { background-image: url(http://fast.mediamatic.nl/f/dxdx/image/cc/white/by-sa.png); } .menu-editable p.cc-by			 { background-image: url(http://fast.mediamatic.nl/f/dxdx/image/cc/white/by.png); } .menu-editable p.cc-cr			 { background-image: url(http://fast.mediamatic.nl/f/dxdx/image/cc/white/cr.png); } .menu-editable p.cc-pd			 { background-image: url(http://fast.mediamatic.nl/f/dxdx/image/cc/white/pd.png); } 

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

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

/* notifications 
---------------------------------------------------------------- */

.notification  { 	font-family: Helvetica, arial, sans-serif;
	font-weight: bold;
	background: none;
	border: none;
	margin: 0;
	padding: 0; } 
	.notification .success,
	.notification .error,
	.notification .notice  { 		border: none;
		margin: 0;
		padding: 0 0 18px 18px;
 } 	
	.notification .error  { 		color: #ED1C24;
		background: transparent url(http://fast.mediamatic.nl/f/dxdx/image/error.gif) no-repeat;
 } 	
	.notification .notice  { 		color: #E7731F;
		background: transparent url(http://fast.mediamatic.nl/f/dxdx/image/notice.gif) no-repeat;
 } 	
	.notification .success  { 		color: #00AB4E;
		background: transparent url(http://fast.mediamatic.nl/f/dxdx/image/success.gif) no-repeat;
 } 	
/* edit page help-functions
---------------------------------------------------------------- */

.help-area-wrapper  { 	display: none; } 
	.help-area  { 		padding: 2px 2px 2px 25px;
		background: #fff8cc url(http://fast.mediamatic.nl/f/dxdx/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/dxdx/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; } 		
/* 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: #fff8cc url(http://fast.mediamatic.nl/f/dxdx/image/info.png) no-repeat 3px center;
		width: 100%;
 } 	
		.help-text p  { 			margin: 0;
			padding: 0 6px 0 20px;
			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/dxdx/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/dxdx/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; } 
/* status messages
---------------------------------------------------- */

.add-status-message-wrapper input.loading  { 	height: auto;
	background-position: 99% 50% !important } 
.add-status-message-wrapper  { 	clear: both; } 
#the-status-msg  { 	font-size: 48px;
	line-height: 54px;
	margin: 0 0 0 .3em;
	font-style: italic;
	display: inline;
	color: #bbb; } 
#status-message-wrapper .status-editable:hover  { 	background: #fff8cc;
	cursor: pointer; } 
#add-status-massage  { 	margin: 24px 0 0 12px;	 } 
/* signup module
----------------------------------------------------------- */

.signup-notice  { 
	float: left; 
 	margin: 0 3px 0 0;  } 

li.event .signup-notice  { 	display: block;
	float: none; } 
/* Default font settings. 
--------------------------------------------------------------

   The font-size percentage is of 16px. (0.75 * 16px = 12px)
   default line-height: 1.5 (18px / 12px = 1.5)

*/ 
   
body  { 
  font-size: 75%;
  color: #747474; 
  background: #fff;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.5; } 

.cufon-canvas,
.cufon-canvas canvas,
.cufon cufon-vml,
.cufon-vml-canvas  { 
	z-index: 1 !important;
	display: inline-block; } 

/* Headings
-------------------------------------------------------------- */


h1,h2,h3,h4,h5,h6  { font-weight: normal; color: #111; } 

h1  { font-size: 36px; 	 line-height: 36px; margin: 0 0 10px 0; } 		/*  font-size: 30px / line-height: 30px / margin-bottom: 18px (calculation: have: 12px(font-size body), want: 30px -> 30/12 = 2.5em) */
h2  { font-size: 2em; 	 line-height: 1.25; margin-bottom: 0.75em; } 	/*  font-size: 24px / line-height: 30px / margin-bottom: 18px */
h3  { font-size: 1.5em; 	 line-height: 1.333; } 					    /*  font-size: 18px / line-height: 24px / margin-bottom:  0px */
h4  { font-size: 1.333em; line-height: 1.25;  margin-bottom: 1.25em; } /*  font-size: 16px / line-height: 18px / margin-bottom: 18px */
h5  { font-size: 1em; 	 font-weight: bold; } 						/*  font-size: 12px / line-height: 18px / margin-bottom:  0px */
h6  { font-size: 1em;     font-weight: bold; } 						/*  font-size: 12px / line-height: 18px / margin-bottom:  0px */

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img  { 
	margin: 0px -7px -18px -11px; } 

.managemythings h3 img  { 
	margin: 0; } 

h1  { 
	color: #00ab4a;
	background: none;
	z-index: 0 !important; } 

h2, h3  { 
	color: #575757; } 

	h2 a  { 
		text-decoration: none;
		color: #575757;
		border: none;
 } 
	
		h2 a:hover  { 
			background: none;
	 } 

.dv-small h4  { 
	font-size: 1em;
	line-height: 1.5;
	color: #000;
	font-weight: bold;
	margin: 0; } 

	.dv-small h4 a  { 
		color: #000;
		text-decoration: none;
		border-bottom: none;
 } 
	
		.dv-small h4 a:hover  { 
			color: #00ab4a;
			text-decoration: none;
			border-bottom: none;
	 } 

/* Text elements
-------------------------------------------------------------- */

p            { margin: 0 0 1em; } 										/*  font-size: 60px / line-height: 60px / margin-bottom: 30px */ 
p img,
li img 		 { float: left; margin: 0 .5em 0 0; padding: 0; }   			/* margin: 6px */
.speakers li img  { float: left; margin: 0 1em 0 0; padding: 0; } 

p img.right  { float: right; margin: .5em 0 0 .5em; } 					/* margin: 6px */

a:focus  	 { color: black; background: none; } 
a:hover      { color: black; background: #f0f0f0; } 
a            { color: #747474; text-decoration: none; border-bottom: 1px dotted #747474; } 

a.viewall    { color: #00ab4a; font-weight: bold; text-decoration: none; border: none; } 
a.viewall:hover  { color: #747474; }   

.forum a 	 { text-decoration: underline; border: none; } 

blockquote   { margin: 1.5em; 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 1.5em; } 				
del          { color:#666; } 

pre,code     { margin: 1.5em 0; white-space: pre; } 					
pre,code,tt  { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol        { margin:0 1.5em; } 
ul, ol       { margin: 0 1.5em 1.5em 1.5em; } 

ul           { list-style-type: disc; } 
ol           { list-style-type: decimal; } 

dl           { margin: 0 0 1.5em 0; } 
dl dt        { font-weight: bold; } 
dd           { margin-left: 1.5em;} 


/* Tables
-------------------------------------------------------------- */

table        { margin-bottom: 1.4em; width:100%; } 
th           { font-weight: bold; background: #E8E8E8; } 
th,td        { padding: 4px 10px 4px 5px; } 
tr.even td   { background: #eee; } 
tfoot        { font-style: italic; } 
caption      { background: #eee; } 


/* Misc classes
-------------------------------------------------------------- */

.small       { font-size: .8em;  margin-bottom: 1.875em; line-height: 1.875em; } 
.large       { font-size: 1.2em; margin-bottom: 1.25em; line-height: 2.5em;  } 
.hide        { display: none; } 

.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; } 
/* picnic background
-------------------------------------------------------------- */

.home #sidebar .dv-title,
.home #sidebar .home-article,
.home #sidebar .action,
.textual_program #sidebar .dv-title,
.textual_program #sidebar .home-article,
.textual_program #sidebar .action  { 
	margin: 0 !important; } 

.page-module-message .dv-title h1  { 
	clear: both; } 

.logo-basket-wrapper  { 
	position: relative; } 

.shopping-cart-wrapper  { 
	position: absolute;
	top: 1px;
	right: 4px;
	margin: 0; } 

.person .list-paid_participant  { 
	display: none !important; } 

/* picnic logo
-------------------------------------------------------------- */

.logo  { 
	margin: 0;
	border: none;
	width: 950px;
	height: 90px; } 

	.logo a  { 
		border: none;
		background: none;
 } 
	
	.logo a img  { 
		width: 950px;
		height: 90px;
 } 

/* picnic home
-------------------------------------------------------------- */

.home h1  { 
	color: #000;
	font-size: 28px;
	width: 320px;
	margin: 0 0 -2px 0; } 

.home-middle-column-header-wrapper h1  { 
	font-size: 28px;
	color: #fff;
	margin: 0;
	width: auto; } 

.home-middle-column-header-wrapper h1 a,
.home-middle-column-header-wrapper a  { 
	color: #fff;
	border: none;	 } 

	.home-middle-column-header-wrapper h1 a:hover  { 
		color: #eee;
		border-bottom:  none;
		background: none;
 } 
	
.home div.home-box,
.textual_program div.home-box,
.list-home_set2 ul.list li  { 
	background: #00AB4E;
	padding: 6px;
	margin: 0 0 6px 0; } 

.home .home-box h2, 
.home .home-box div.intro,
.home .home-box div.intro p,
.home .home-box div.body,
.textual_program .home-box h2,
.textual_program .home-box div.intro,
.textual_program .home-box div.intro p,
.textual_program .home-box div.body  { 
	color: #fff;
	font-weight: normal; } 

.home .listbox,
.textual_program .listbox  { 
	background: none;
	margin: 0;
	padding: 0; } 

.dv-small h4  { 
	font-size: 2em;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	margin: 0; } 

.home-box .dv-small h4  { 
	font-weight: normal; } 

	.dv-small h4 a  { 
		color: #fff;
		text-decoration: none;
 } 
	
		.dv-small h4 a:hover  { 
			color: #eee;
			background: none;
			text-decoration: none;
	 } 
		
.home .home-about-set ul.list li h3,
.textual_program .home-about-set ul.list li h3,
.textual_program .home-box h3  { 
	line-height: 27px; } 

	.home .home-about-set ul.list li a,
	.home .home-about-set ul.list li a:hover,
	.home .home-about-set ul.list li .chapeau,
	.textual_program .home-about-set ul.list li a,
	.textual_program .home-about-set ul.list li a:hover,
	.textual_program .home-about-set ul.list li .chapeau  { 
		background: none;
		border: none;
		color: #fff;
 } 

	.home .home-about-set ul.list li h3 a,
	.textual_program .home-about-set ul.list li h3 a,
	.textual_program .home-box h3 a  { 
		color: #fff;
 } 

	.home .home-about-set ul.list li h3 a:hover,
	.textual_program .home-about-set ul.list li h3 a:hover,
	.textual_program .home-box ul.list li h3 a:hover  { 
		color: #eee;
 } 

	.home .home-about-set ul.list li h4,
	.textual_program .home-about-set ul.list li h4  { 
		color: #fff;
		margin: 0 0 6px 0;
 } 

	.home .home-about-set ul.list li img,
	.textual_program .home-about-set ul.list li img	 { 
		margin: 0 0 6px 0;
		float: none;
 } 

	.home .home-about-set ul.list li .intro p,
	.textual_program .home-about-set ul.list li .intro p,
	.textual-program .home-box ul.list li div.intro p  { 
		color: #fff;
		font-weight: normal;
 } 

.home div.list-social_media_links,
.textual_program div.list-social_media_links,
.sponsor-set  { 
	margin: 0 0 18px 0; } 

.list-social_media_links ul.list li  { 
	margin: 0; } 

	.list-social_media_links ul.list li a  { 
		color: #00AB4E;
		border-bottom: 1px dotted #00AB4E;
		background: none;
 } 

		.list-social_media_links ul.list li a:hover  { 
			color: #000;
			background: none;
	 } 

.sponsor-set h4,
.list-social_media_links h4  { 
	font-size: 12px;
	line-height: 18px;
	color: #000; } 
	.sponsor-set h4 a,
	.sponsor-set h4 a:hover,
	.list-social_media_links h4 a, 
	.list-social_media_links h4 a:hover  { 
		color: #000;
 } 

.sponsor-set li img  { 
	margin: 0 0 18px 0;
	float: none;
	display: block; } 

.textual_program li.person h4  { 
	display: none; } 

/* basic lists
-------------------------------------------------------------- */

	.listbox  { 
		padding: .2em 0 0 0;
 } 
	
	div.list-in_possession_of  { 
		display: none !important;
 } 
	
	/* list-boxes (with or without gradients)
	---------------------------------------------------------- */
	.listbox, 
	#address,
	.people .list li,
	.blog .listpublish .listbox  { 
		margin: 0 0 .833em 0;
		background: #fff url(http://fast.mediamatic.nl/f/dxdx/image/bgGradient.gif) top right no-repeat;
 } 
	
	.people .list li  { 
		padding: 0 1em 0 0;
 } 
	
	
	/* contentbox at the homepage 
	---------------------------------------------------------- */

	.people .listbox,
	.dv .listbox,
	.blog #content,
	.searchresult .listbox,
	.listpublish .listbox  { 
		background: #fff;
		margin: 0;
 } 

	.edit-page .listbox  { 
		margin: 0 0 18px 0;
 } 
	
	.white_background  { 
		background: #fff;
 } 
	
	.listbox h5  { 
		float: left;
		margin-right: .5em;
 } 
	
	.module_forum_list_reactions h5  { 
		float: none;
 } 
	
	

/* Lists
-------------------------------------------------------------- */
	
.list  { 
	list-style: none;
	margin: 0;
	padding: 0; } 

	.list li  { 
		margin: 0 0 2em 0;
 } 

	.dv .list li  { 
		margin: 0;
 } 
	

	.searchresult li,
	.searchresult li.person  { 
		padding: 0 10px 0 0;
		margin: 0 0 24px;
 } 

		.searchresult li.person  { 
			height: 100px;
	 } 
	
		.searchresult .list li.person h4  { 
			width: 193px;
			overflow: hidden;
	 } 
	
	li .intro p  { 
		color: #747474;
		display: inline;
		font-weight: bold;
 } 
		
	li .chapeau  { 
		color: #747474;
		margin: 0;
 } 
	
	li .chapeau .city  { 
		font-style: italic;
 } 
	
	li.person  { 
		margin: 0 .2em 1em 0;
 } 
	
		.home .list li.person h3 a,
		.textual_program .list li.person h3 a  { 
			color: #fff;
			border-bottom: 1px dotted #ccc;
	 } 
		
		.home .list li.person h3 a:hover,
		.textual_program .list li.person h3 a:hover  { 
			color: #eee;
			border-bottom: 1px dotted #ccc;
	 } 
		
		li.person .person-subtitle  { 
			color: #747474;
			overflow-x: hidden;
			display: block;
	 } 
			
	li.topic  { 
		padding: .5em;
 } 
	
	.list-contacts  { 
		margin: 0pt 0pt 0pt -10px;
 } 
	
	.module-contact-list-publiccontacts h5,
	.contact-list-publiccontacts h5,
	.module_contact_list_public h5  { 
		float: none;
 } 
	
	.avatar:hover  { 
		background: none;
 } 
	
	li.avatar  { 
		clear: none;
		float: left;
		display: inline;
		font-size: 1em;
		line-height: 1.5;
		width: 86px;
		height: 130px;
		overflow: hidden;
		margin: 0 0 20px 10px !important;
		padding: 0;
 } 
	
	li.avatar a  { 
		color: #00AB4A;
		border-bottom: none;
 } 
	
		
	li.avatar a:hover  { 
		color: #747474;
		background: none;
 } 
	
		li.avatar img  { 
			margin: 0 0 .5em 0;
			padding: 0;
	 } 

	li.fixedcontext_dv_small  { 
		margin: 0;
 } 
	
	li .daterange,
	li .timerange  { 
		color: #00ab4a;
		font-size: 1em;
		font-weight: normal;
		float: none !important;
 } 

		li .timerange  { 
			font-weight: bold;
	 } 
	
	/* list item headers
	---------------------------------------------------------- */

	/* basic */
	.list li h3  { 
		color: #00ab4a;
		font-size: 2em;
		line-height: 1;
		margin: 0;
 } 
	
	.people .list li h3 a  { 
		margin: .3em 0 0 0;
 } 
		
		.list li h3 a  { 
			text-decoration: none;
			color: #00ab4a;
			border: none;
	 } 
		
		.list li h3 a:hover  { 
			color: #747474;
			background: none;
	 } 
	
	.list li h4  { 
		font-size: 1em;
		color: #575757;
		margin: 0;
		font-weight: bold;
 } 
	
	/* more specific */
	.home li.person h3,
	.textual_program li.person h3  { 
		font-size: 1em;
		line-height: 1.5;
		margin: 0;
 } 
	
	.people li.person h3  { 
		font-size: 2em;
		line-height: 1;
		padding: .5em 0 0 0;
 } 
	
	.searchresult li.person h3  { 
		color: #00ab4a;
		font-size: 2em;
		line-height: 1;
 } 
	
	li.person h3  { 
		font-size: 2em;
		line-height: 1;
 } 
	
	/*li.person h4  { 
		display: none;
	}*/
		
	.people li.person h4  { 
		display: block;
 } 
	
	.list-actor li.person h3  { 
		font-weight: bold;			
		text-transform: uppercase;
		font-size: 1em;
		line-height: 1.4;
		display: inline;
 } 
	
		.list-actor li.person h4,
		.list-author li.person h4  { 
			display: none;
	 } 
	
	.searchresult-people li  { 
		width: 30%;
		float: left;
 } 


	/* figblock
	---------------------------------------------------------- */

	ul.fig  { 
		margin: 0;
		padding: 0;
		list-style: none;
 } 
		
		ul.fig li  { 
			float: none;
			display: block;
			margin: 0 0 1.5em 0;
	 } 
		
			ul.fig li img  { 
				float: none;
				display: block;
		 } 
				
			ul.fig li a  { 
				border: none;
		 } 

				ul.fig li .caption a  { 
					border-bottom: 1px dotted #747474;
			 } 

	/* 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: #00ab4a;
	 } 


/* Header
-------------------------------------------------------------- */

#header  { 
	margin: 0 0 3em 0; } 


	/* menu's
	---------------------------------------------------------- */
	
	.menu-wrapper  { 
		border: none;
		background: #fff;
 } 
	
	.menu  { 
		list-style: none;
		padding: 0.4em 0 0 0;
		margin: 0;
		font-weight: bold;
		color: #747474;
		font-size: .916em;
 } 
	
		.menu a  { 
			display: block;
			text-decoration: none;
			border: none;
	 } 
	
		.menu li  { 
			float: left;
			margin: 0 1em 0 0;
	 } 

			.menu li a.selected  { 
				color: #00ab4a;
		 } 
			
				.menu li a.selected:hover  { 
					color: #000;
			 } 
			
			.menu li img  { 
				margin: 2px 1px 0 0;
				height: 11px;
		 } 
	
			.menu li ul  { 
				background: #00ab4a;
				padding: 0;
		 } 
		
				.menu li ul li  { 
					float: none;
					display: block;
					margin: 0;
					padding: 0;
					background: #00ab4a;
			 } 
				
					.menu li ul li a  { 
						color: #fff;
						padding: .2em 0 0 .3em;
						margin: 0;
						display: block;
				 } 
					
					.menu li ul li a:hover  { 
						background: #00AB4A;
						color: #fff;
				 } 

				.menu li ul.ul-lvl-1  { 
					display: none;
			 } 

	.menu-nav  { 
		float: left;
		padding: 0;
		line-height: 1;
 } 
	
		.menu-nav li  { 
			/*padding: .3em 0 .2em 0;*/
	 } 

			.menu-nav li a  { 
				padding: .6em .2em .5em .2em;
				color: #001522;
		 } 
			
			.menu-nav li a:hover,
			.menu-nav li a:focus  { 
				background: #00AB4A;
				color: #fff;
		 } 

			.menu-nav li a.selected  { 
				background: #00AB4A;
				color: #fff;
		 } 
			

	.menu .highlight  { 
		background: transparent;
 } 
	
	.menu-nav li ul li a  { 
		padding: 5px 3px;
 } 
	
	/* dropdown menu styles 
	--------------------------------------------------------- */
	
	.do_menu ul  { 			/* dropdown styling */
		border-right: solid 1px #fff;
		border-bottom: solid 1px #fff;
		width: 12em;
 } 
	
	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: 12em; 		/* match ul width */
 } 
	
	.do_menu li:hover ul,
	.do_menu li.sfHover ul  { 
		top: 2.1em; 		/* match top ul list item height: font-size + any padding on the li or a */
 } 		

	.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: #00AB4A;
		color: #fff;
 } 
	/* 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  { 
		color: #65ffa0;
		background-color: #00AB4A;
 } 
	
	/* 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  { 
		color: #fff;
		background-color: transparent;
 } 
	
				
	/* menu-auth (visible when user is logged in)	
	---------------------------------------------------------- */
	
	.menu-auth  { 
		background: #6d6d6d;
		border-bottom: 1px solid #d8d8d8;
 } 
	
	.menu-auth li  { 
		padding: 0 0 0 .4em;
		margin: 0 6px 0 0;
 } 
	
		.menu-auth li a  { 
			color: #ccc;
	 } 	

		.menu-auth li a:hover  { 
			color: #fff;
			background: none;
	 } 
	
	/* menu-path	
	---------------------------------------------------------- */
	
	.menu-path  { 
		font-size: 1em;
		margin: 0;
		font-weight: bold;
 } 
	
		.menu-path li  { 
			margin: 0 .5em 0 0;
			color: #b1b1b1;
	 } 
	
		.menu-path li a  { 
			color: #b1b1b1;
			float: left;
	 } 
		
			.menu-path li a:hover,
			.menu-path li span.active  { 
				color: #747474;
				background: none;
		 } 
	
	.menu-path-separator  { 
		color: #00ab4a;
		font-weight: normal;
		margin:  0 0 0 .4em;
 } 
		
		
	/* menu-theme (basics)
	---------------------------------------------------------- */

	.menu-theme-box  { 
		display: none;
		padding: 0 0 1em 0;
		margin: 0;
 } 
	
	.menu-theme-box img  { 
		float: left;
		margin: 0 1em 0 0;
 } 

	.menu-theme  { 
		background: none;
		float: left;
 } 

	.menu-theme li  { 
		margin: 0 .5em 0 0;
 } 

	.menu-theme li.li-pos-0  { 
		display: block;
		padding: 0 0 .5em 0;
 } 
	
	.menu-theme li.li-pos-1  { 
		clear: left;
 } 
	
	
	/* menu-edit
	---------------------------------------------------------- */

	.menu-edit-box  { 
		background: #f00;
		padding: 0 2px;
 } 
	
		.menu-edit  { 
			color: #fff;
			font-family: Helvetica, Arial, sans-serif;
			font-weight: normal;
	  } 

		.menu-edit-part1  { 
			display: block;
			margin: 0;
	 } 

			.menu-edit-part1 li  { 
				border-right: none;
				padding: 0 .2em;
				margin: 0;
		 } 
	 	
			.menu-edit-part1 button img  { 
				width: auto;
				height: auto;
				padding: 0;
				margin: 0;
		 } 
				
		.menu-edit-part2  { 
			display: block;
			margin: 0;
			padding: .2em 0;
	 } 
		
		.menu-edit-part2 li  { 
			border: none;
			margin: 0;
			padding: 0;
	 } 
		
		.menu-edit-part2 button  { 
			color: #fff;
			background: #f00;
			border: 1px solid #fff;
	 } 
		
		.menu-edit-part2 button:hover  { 
			color: #f00;
			background: #fff;
			border: 1px solid #f00;
	 } 
	
		.menu-edit-part2 li.save-this-page button  { 
			color: #f00;
			background: #fff;
			border: 1px solid #f00;
	 } 
		
		.menu-edit-part2 li.save-this-page button:hover  { 
			color: #fff;
			background: #f00 ;
			border: 1px solid #fff;
	 } 
		
		
		/* alternative buttons for menu-edit
		------------------------------------------------------ */
		
		.edit-page li.button-alt  { 
			border-left: 1px solid #fff;
			padding: 0 .2em;
			margin: 0;
	 } 
		
		.edit-page .button-alt button  { 
		 	background: #f00;
			color: #fff;
			font-weight: normal;
			border: none;
			text-transform: none;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 1em;
			padding: 0 .2em;
			margin: 0;
	 } 
		
		.edit-page .button-alt button:hover  { 
			background: #fff;
			color: #f00;
			padding: 0 .2em;
			margin: 0;
	 } 


	/* menu-footer	
	---------------------------------------------------------- */
	
	.menu-footer  { 
		list-style: none;
		padding: .4em 0 .5em 0;
		margin: 0;
		border-top: 1px solid #747474;
		background: #fff;
 } 
	
	.menu-footer a:hover  { 
		color: #000;
		background: none;
 } 
	

	/* menu menu-editable
	---------------------------------------------------------- */
	.menu-editable  { 
		background: #848484;
		margin: 0;
 } 
		
		.menu-editable a.button-editable  { 
			color: #6d6d6d;
			background: #fff;
			border: 1px solid #6d6d6d;
			font-weight: normal;
			padding: 0px 2px;
			font-size: 11px;
	 } 
			
		.menu-editable a.button-editable:hover  { 
			color: #fff;
			background: #6d6d6d;
			border: 1px solid #b8b8b8;
	 } 

		.menu-editable p.buttons  { 
			padding: 3px;
			margin: 0;
			border-right: none;
	 } 
		
		.menu-editable p  { 
			margin: 0;
			float: left;
			display: inline;
			margin: 8px 3px 0 0;
			padding: 0 3px 0 0;
			line-height: 1;
			color: #fff;
			font-family: arial, helvetica, sans-serif;
			font-weight: normal;
			font-size: 11px;
			border-right: 1px solid #fff;
	 } 
		
		.menu-editable p img  { 
			float: left;
			margin: 0 3px 0 0;
			padding: 0;
	 } 


	
	/* predicate-rest
	---------------------------------------------------------- */
	
	.predicate-rest ul.list li  { 
		display: inline;
 } 
	
	
	/* Search
	---------------------------------------------------------- */
		
		/* Search Simple
		------------------------------------------------------ */
	
		.search-simple  { 
			float: right;
			display: inline;
			width: 290px;
			padding: 0;
			margin: 0;
			text-align: right;
	 } 
		
		#search-simple  { 
			margin: .20em 0 0 0;
	 } 
		
		.search-simple button  { 
			color: #747474;
			font-size: 0.916em;
			border: none;
			margin: 0;
			padding: 0;
			font-weight: bold;
			background: #fff;
	 } 
	
			.search-simple button:hover  { 
				background: #fff;
				color: #00AB4A;
		 } 
	
		.search-simple fieldset  { 
			border: none;
			margin: 0;
			padding: 0;
			display: inline;
	 } 
		
		.search-simple input.text  { 
			float: left;
			font-size: 1em;
			margin: .1em .3em 0 0;
			padding: 0;
			width: 100px;
			border: 1px solid #bbb;
	 } 	
		
		/* Search Advanced
		------------------------------------------------------ */
	
		.search-advanced input.text  { 
			font: normal 14px georgia, serif;
			height: 18px;
			float: left;
			margin: 0 6px 0 0;
			padding: 0 4px;
	 } 
		

/* content area
-------------------------------------------------------------- */

#content .padding  { 
	margin: 0 2em 0 0; } 

.home #content .padding,
.textual_program #content .padding  { 
	margin: 0 80px 0 0; } 


.set .dv-part2  { 
	background: #fff; } 

/* Detailed view
-------------------------------------------------------------- */

.list-home_set ul.list,
.list-home_list ul.list  { 
	margin: 0 0 0 -6px;
	width: 278px; } 

.textual_program .list-home_set ul.list  { 
	margin: 0 0 0 -6px;
	width: 364px; } 


.list-home_set li,
.list-home_list li  { 
	width: 85px;
	float: left;
	display: inline;
	margin: 0 0 0 6px;
	height: 130px; } 

.list-home_set li img,
.list-home_list li img  { 
	display: block;
	float: none;
	margin: 0;
	padding: 0; } 

	
	/* part1
	---------------------------------------------------------- */
	
	.dv-title  { 
		margin: 0 0 1em 0;
 } 

		.dv-title h1  { 
			line-height: 1;
	 } 
		
		body.person h1  { 
			margin: 0;
	 } 
		
		#the-status-msg,
		.add-status-message-wrapper input  { 
			font-size: 37px;
			font-style: normal;
			line-height: 38px;
			color: #aaa !important;
	 } 
		
		.add-status-message-wrapper input  { 
			line-height: auto;
	 } 
		
		#status-message-wrapper .status-editable:hover  { 
			background: #f0f0f0;
			color: #000;
	 } 

		
		.dv-title h2  { 
			margin: 0;
	 } 

	.action	 { 
		margin: 0 0 1em;
 } 
	
		.home-article .action	 { 
			margin: 0;
	 } 
		
		.searchresult .dv-title,
		.listpublish .dv-title,
		.searchresult .action,
		.listpublish .action  { 
			margin: 0;
	 } 
	
		/* chapeau
		------------------------------------------------------ */
		
		.chapeau  { 
			color: #00ab4a;
			margin: 0;
	 } 
		
		.chapeau a  { 
			text-decoration: none;
			color: #00ab4a;
			margin: 0;
			border-bottom: none;
	 } 
		
			.chapeau a:hover  { 
				color: #747474;
				background: none;
		 } 
		
			
		/* list-author / list-actor
		------------------------------------------------------ */
		
		.list-actor a  { 
			color: #8c8c8c;
			border: none;
	 } 

			.list-author a  { 
				color: #00AB4A;
				border: none;
		 } 
			
			.list-author a:hover  { 
				color: #747474;
				background: none;
		 } 

		.list-author .list li,
		.list-actor .list li  { 
			float: left;
			display: block;
			margin: 0 6px 0 0;
			height: 20px;
			white-space: nowrap;
	 } 
		
		.list-author .list li h3  { 
			font-weight: normal;			
			text-transform: lowercase;
			font-size: 1em;
			display: inline;
	 } 
				
		.list-author ul.list li img,
		.list-actor ul.list li img  { 
			float: none;

	 } 
		
			.list-author ul.list li .unlink-marker img,
			.list-actor ul.list li .unlink-marker img  { 
				width: auto;
				height: auto;
		 } 

				.list-author ul.list li .unlink-marker img:hover,
				.list-actor ul.list li .unlink-marker img:hover  { 
					width: auto;
					height: auto;
					margin: 0 6px 0 0;
			 } 
			
		.list-actor .role  { 
			display: none;
	 } 
		
		/* pubdate
		------------------------------------------------------ */
		
		.org-pubdate  { 
			color: #bbb;
	 } 

		.info .list-presented_at,
		.info .list-presented_at a  { 
			color: #00ab4a;
			font-weight: bold;
			border-bottom: none;
	 } 
				
		/* date range
		------------------------------------------------------ */
		
		.date-range  { 
			margin: 0;
	 } 
				
		.datesep  { 
			margin: 0 .3em;
			font-weight: normal;
	 } 
			.info a img  { 
				float: none;
				margin: 0;
		 } 

			.title  { 
				color: #00ab4a;
				margin: 0 .5em 0 0;
				font-weight: normal;
		 } 
			
		
		/* date range
		------------------------------------------------------ */
		
		.location a:hover  { 
			color: #747474;
	 } 
			

			/* intro
			------------------------------------------------------ */
			
			.dv .intro  { 
				font-weight: bold;
				color: #747474;
		 } 
					

	/* part2
	---------------------------------------------------------- */

		
		/* body (see wiki styles in typography css)
		------------------------------------------------------ */
		
		.body img  { 
			float: none;
	 } 

		.caption  { 
			color: #747474;
	 } 
		
			.caption .title  { 
				color: #8c8c8c;
		 } 
		
		.download  { 
			margin: 0 0 1.5em 0;
	 } 
		

		/* 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;
	 } 

	/* pager
	---------------------------------------------------------- */
	
	.daterange  { 
		padding-right: 4px;
 } 
	
		.daterange .date  { 
			margin-right: 0;
	 } 
	
	
	/* pager
	---------------------------------------------------------- */
	
	h5.pager  { 
		display: block;
		margin: 1em 0;
		color: #747474;
		font-weight: normal;
 } 
	
		h5.pager a  { 
			color: #00ab4a;
			border-bottom: none;
			font-weight: bold;
	 } 
		
			h5.pager a:hover  { 
				color: #747474;
				background: none;
		 } 

	
	/* similar search
	---------------------------------------------------------- */
	.metatypes  { 
		color: #8c8c8c;
		background: #F0F0F0;
		margin: 0 0 1em 0;
 } 

		.metatypes a  { 
			color: #8c8c8c;
	 } 
	
	/* institution page
	---------------------------------------------------------- */
	
	.institution .list-works_for-subject ul.list  { 
		margin: 0 0 0 -10px;
 } 

	.institution .list-works_for-subject h5  { 
		display: inline;
		float: none;
 } 
	
	
/* Context
-------------------------------------------------------------- */

	/* connections
	---------------------------------------------------------- */
	
	.connections  { 
		margin: 0;
 } 
	
		.connections .list li.person img  { 
			width: 12px;
			height: 12px;
			float: none;
			margin: 0 4px 0 0;
	 } 
		
		.connections .list li.person img:hover  { 
			height: 55px;
			margin: 0 -39px -43px 0;
			position: relative;
			width: 55px;
			z-index: 0;
	 } 
		
		.connections h5 a  { 
			font-weight: bold;
			color: #00ab4a;
			border-bottom: none;
	 } 
		
		.connections h5 a  { 
			font-weight: bold;
			color: #00ab4a;
			border-bottom: none;
	 } 
		
		
		.connections h5 a:hover  { 
			color: #747474;
	 } 
	
	.connections .list li  { 
		display: inline;
 } 
	
	.connections .list li.topic  { 
		display: block;	
 } 
	

	/* metadata
	---------------------------------------------------------- */
	
	.list-metadata h5  { 
		display: inline;
 } 
	
	.metadata li  { 
		display: inline;
		margin: 0;	
 } 
		
		.metadata li.similar a  { 
			font-weight: bold;
			color: #00ab4a;
			border: none;
	 } 
			
		.metadata li.similar a:hover  { 
			color: #747474;
	 } 
			
				
	/* address
	---------------------------------------------------------- */
	
	#address a  { 
		font-weight: bold;
		color: #00ab4a;
		border: none;
 } 
	
	#address a:hover  { 
		color: #747474;
		background: none;
 } 
	
	#address p a  { 
		color: #747474;
		border-bottom: 1px dotted #747474;
		font-weight: normal;
 } 
	
	#address p a:hover  { 
		color: black;
 } 
	
	
	/* contributions
	--------------------------------------------------------- */
	
	.contributions h5  { 
			float: none;
	 } 
		
			.contributions h5 a  { 
				font-weight: bold;
				color: #00ab4a;
				border-bottom: none;
		 } 
			
			.contributions h5 a:hover  { 
				color: #747474;
		 } 
	
	/* participants
	--------------------------------------------------------- */

	.list-participant img  { 
		float: none;
		width: 12px;
		height: 12px;
		margin: 0 0 -.11em 0;
 } 
	
	.list-participant ul.list li img:hover  { 
		height: 55px;
		margin: 0 -43px -43px 0;
		position: relative;
		width: 55px;
		z-index: 0;
 } 
		
/* footer
-------------------------------------------------------------- */

	/* activity
	---------------------------------------------------------- */
	
	.activity  { 
		margin: 0 0 .5em 0;
 } 
	
	.activity,
	.design-by  { 
		color: #bbb;
 } 
	
		.activity a,
		.design-by a  { 
			color: #bbb;
	 } 
		
		.activity a:hover,
		.design-by a:hover  { 
			color: #747474;
			background: #f0f0f0;
	 } 
				
		.activity a img,
		.design-by a img  { 
			border: none;
	 } 
		
		.cc a  { 
			padding: 0 .5em 0 0;	
	 } 
		
	.sponsor-banner  { 
		border-top: 2px solid #757575;
		border-bottom: 2px solid #757575;
		margin: 0 0 .2em 0;
 } 
	
	.sponsor-iam  { 
		text-align: right;
		width: 100%;
		background: #ff0000;
		margin: 0 0 1em 0;
 } 
		

/* blog
-------------------------------------------------------------- */
.blog .sidebar .padding  { 
	padding: 0 0 0 1em; } 

li.blogposting  { 
	border-top: 6px solid #00ab4e;
	margin: 0 0 18px 0;
	padding: 9px 0 0 0; } 

.blogposting .listbox  { 
	margin: 6px 0 3px 0; } 

.list-blogposting li a  { 
	font-weight: bold;
	color: #00ab4a;
	border-bottom: none; } 

.list-blogposting li a:hover  { 
	color: #747474; } 		

li.blogposting .tags  { 
	margin: 0; } 

li.blogposting h4  { 
	font-size: 1.334em;
	line-height: 1.5;
	margin: 0; } 

li.blogposting p.blog-date-by  { 
	color: #8C8C8C;
	font-size: 12px;
	margin: 18px 0 0 0; } 

	li.blogposting p.blog-date-by a  { 
		color: #8c8c8c;
 } 
	
	li.blogposting p.blog-date-by a:hover  { 
		color: #333; 
		border-bottom: 1px dotted #333;
 } 

li.blogposting .intro  { 
	margin-bottom: 12px; } 

li.blogposting .intro p  { 
	font-weight: bold;
	margin: 0 0 1em 0;
	display: inline; } 

li.blogposting .author  { 
	font-weight: bold;
	color: #00AB4A;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.333; } 

	li.blogposting .author a  { 
		color: #00AB4A;
		text-decoration: none;
		border: none;
 } 

li.blogposting ul.fig  { 
			margin: 0 0 16px 0;
	 } 
		
			li.blogposting ul.fig li  { 
				margin: 0;
		 } 
		
		li.blogposting .body img  { 
			display: block;
			float: none;
	 } 
	
		li.blogposting .footer  { 
			background: #F2F2F2;
			border: 1px solid #ddd;
			padding: 0 5px;
	 } 
	
			.blogposting .blog-metadata  { 
				background: #F2F2F2;
		 } 
	
			.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  { 
					margin: x;
					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;
		 } 

				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;
			 } 


li.blogposting .wiki ul  { 
	margin: 0 1.5em 1.5em; } 

	li.blogposting .wiki ul li  { 
		margin: 0;
 } 

.feed  { 
	margin : 0 0 1em 0; } 

/* tagcloud */

.tagcloudbox button  { 
	margin-bottom: 2em; } 

.tagcloud  { 
	display: none; } 

	.tagcloud a  { 
		color: #7f7f7f;
 } 
	
	.tagcloud .tags .size0  { font-size: 1.1em; } 
	.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: 40px; } 

	.calendar-search label,
	.calendar-search input,
	.calendar-search select  { 
		margin-bottom: 0;
		margin-top: 0;
 } 

	.calendar-search fieldset  { 
		margin: 0 0 3px 0;
		padding: 0;
		border: none;
 } 

	.calendar-search label  { 
		font-weight: normal;
 } 

	.calendar-search p  { 
		display: inline;
 } 

	.calendar-search fieldset.period-buttons,
	.calendar-search fieldset.period-select  { 
		float: left
 } 


/* forum
------------------------------------------------------------- */

#forum  { 
	margin: 2em 0 0 0; } 

.list-notes .note li   { 
	display: block; } 

.forum .avatar img  { 
	width: 86px;
	height: 86px; } 

.forum a  { 
	text-decoration: none; } 

	/* commentform
	--------------------------------------------------------- */	
	
	.comment_form input.text  { 
		font-size: 1.5em;
		font-style: normal;
		padding: 2px;
		font-family: Helvetica, Arial, sans-serif;
		border: 1px solid #8c8c8c;
		display: block;
		margin: 0;
		width: 99%;
 } 
	
	.comment_form textarea  { 
		width: 98.5%;
		padding: 4px;
		margin: 0;
		font-size: 1em;
		font-style: normal;
		font-family: Helvetica, Arial, sans-serif;
 } 
	
	.comment_form input.checkbox  { 
		border: none;	
		clear: left;
		display: inline;
		width: auto;
 } 
	
	.expl  { 
		color: #8c8c8c;
 } 
	
	
	/* comments
	--------------------------------------------------------- */	
	
	li.comment  { 
		background: none
		margin: 0 0 18px 0;
		padding: 0;
		border: none;
 } 
	
		li.comment .chapeau  { 
			background: none;
			margin: 0;
			padding: 0;
			border: none;
	 } 
	
	.comment .avatar  { 
		float: left;
		height: auto;
		padding: 0 1em 1em 0;
 } 
	
	.comment .avatar span  { 
		background: #fff;
		display: block;
		font-size: .8em;
		height: 25px;
		line-height: 13px;
		padding: 2px 1px 0;
		text-transform: none;
		width: 86px;
 } 
	
	.comment .btm  { 
		clear: left;
		color: #bbb;
		font-size: 1.05em;
		border: none;
		background: none;
 } 
	
	
	/* forum-activity
	--------------------------------------------------------- */	
		
	.forum-activity p  { 
		display: none;
 } 
		

	/* forum topic
	---------------------------------------------------------- */
	
	.topic  { 
		border: 1px solid #8c8c8c;
		margin: 0 0 2em 0;
		padding: 1em;
 } 
	
	.topic h3  { 
		line-height: 2;
 } 
	
	.topic .partof,
	.topic .btm  { 
		margin: .2em 0;
		font-size: .9em;
		color: #bbb;
 } 
	
	
	/* resources
	---------------------------------------------------------- */
	
	 .connections .list-resources li  { 
	 	display: block;
	 } 
	
			
/* edit-page
-------------------------------------------------------------- */

.editinplace-hover  { 
	background: #fff2bc;
	cursor: pointer;
	color: #000; } 

.trustgroup  { 
	border: 1px solid #bbb;
	margin: 0 0 1em 0;
	padding: .5em;
	font-size: .9em; } 

	.trustgroup p  { 
		margin: 0;
 } 
	
	.trustgroup span  { 
		font-weight: bold;
 } 

	.edit-page ul.fig  { 
		margin-bottom: 1em;
 } 

	.edit-page button.button-datepicker,
	.edit-page .button-cc  { 
		border: none;
		padding: 0 0 2px 0;
 } 

	.edit-page .button-fig  { 
		padding: 0 0 0 27px;
 } 

	
		.edit-page button.button-datepicker img,
		.edit-page .button-cc img,
		.edit-page .button-fig img  { 
			margin: 0;
			width: auto;
			height: auto;
	 } 
	

.edit-page h5.location-predicate  { 
	float: none; } 

	.edit-page h5  { 
		display: none;
 } 

/* making a new thing
-------------------------------------------------------------- */

#nn0 h1  { 
	padding-left: 0px; } 

#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; } 

/* module message
-------------------------------------------------------------- */

.module-message .menu  { 
	margin-bottom: 20px;	 } 

.module-message-link  { 
	float: left; } 

/* module contact
-------------------------------------------------------------- */

.contact-couple  { 
	float:  left;
	display: block;
	border:1px dashed #bbb;
	position: relative;
	background: none; 
	height:120px; margin: 5px 5px 5px 0px; 
	padding:6px 6px 18px 6px; } 

	.contact-couple .date  { 
		float: left;
		font-size: 90%;
		padding: 30px 10px 0;
		text-align: center;
		border: none;
 } 

	.contact-couple .date img  { 
		padding-left: 10px;
 } 

	.contact-couple .avatar  { 
		float: left;
		margin: 0;
		padding: 0;
		width: 86px;
		height: auto;
 } 
	
		.contact-couple .avatar a  { 
			border: none; 
			color: #00AB4A;
	 } 
		
		.contact-couple .avatar a:hover  { 
			background: none;
	 } 
	
/* Login page
-------------------------------------------------------------- */

div.acc-title  { 
	cursor: pointer;
	padding: 6px 6px 6px 22px;
	background: #E8E8E8 url(http://fast.mediamatic.nl/f/dxdx/image/accordion.gif) 0px -6px no-repeat;
	color: #747474;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 12px;
	margin: 0;
	border-bottom: 4px solid #fff; } 

div.acc-title:hover  { 
	background: #E8E8E8 url(http://fast.mediamatic.nl/f/dxdx/image/accordion.gif) 2px -56px no-repeat; } 

div.acc-content-open  { 
	background: #E8E8E8 url(http://fast.mediamatic.nl/f/dxdx/image/accordion.gif) 2px -56px no-repeat; } 

div.acc-content-open:hover  { 
	background: #E8E8E8 url(http://fast.mediamatic.nl/f/dxdx/image/accordion.gif) 2px -29px no-repeat; } 

.acc-content-inside  { 
	padding: 1em;
	border: 1px solid #00AB4A;
	margin-bottom: 4px; } 

	.acc-content-inside fieldset  { 
		margin:0;
		padding: 0;
		border: none;
 } 

.acc-content  { 
	padding: 0;
	margin: 0; } 

.openid-form  { 
	padding: 5px 5px 5px 30px;
	width: 300px;
	margin: 0.5em 0.5em 0.5em 0;
	border: 1px solid #bbb;
	background: #f6f6f6 url(http://fast.mediamatic.nl/f/dxdx/image/openid-large.jpg) left no-repeat; } 

/* extra
-------------------------------------------------------------- */

.right  { 
	float: right; } 

.left  { 
	float: left; } 


.link-icons a  { 
	border-bottom: none;
	padding: 0 0 0 .2em; } 

.home .institution h3,
.textual_program .institution h3  { 
 	font-size: 1em;
 } 
 
.dv-small  { 
	display: block; } 

 
/* open-ci shop - shop
-------------------------------------------------------- */

h2.price  { 
	font-size: 1.875em;
	font-weight: bold;
	margin: 0; } 

.overview-headers  { 
	padding: 0 9px; } 

.ticket_overview .list .item-even  { 
	border: 1px solid #ddd;
	background: #f2f2f2; } 

.ticket_overview .list .item-even, 
.ticket_overview .list .item-uneven  { 
	padding: 9px;
	margin: 0 0 1em 0; } 

.ticket_overview #forum  { 
	margin: 0; } 

.ticket_overview .has-discount h2,
.ticket_overview .has-discount span,
.ticket_overview .out-of-stock h2,
.ticket_overview .out-of-stock span   { 
	text-decoration: line-through;
	color: #ccc; } 

/* open-ci shop - shoppingcart
-------------------------------------------------------- */

.shopping-cart-loader  { 
	margin: 0 2px 0 0;
	background-color: transparent !important; } 

.shopping-cart-small a  { 
	display: inline;
	float: none; } 

.basket-image  { 
	margin: 0 !important; 
	padding: 0 3px 0 0 !important;
	width: auto !important;
	height: auto !important; } 

.basket-text a  { 
	color: #6895CE; } 

.basket-text a:hover  { 
	color: #000; } 

.shopping-basket-item  { 
	margin: 0 !important; } 

/* open-ci shop - checkout
-------------------------------------------------------- */

.ticket_overview #action  { 
	display: none; } 

ul.list-ticket-titles li  { 
	width: 307px;
	float: left;
	display: block;
	margin: 0; } 

	ul.list-ticket-titles li h2  { 
		margin: 0 0 6px 14px;
		color: #00AB4A;
 } 

	ul.list-ticket-titles li h2.first  { 
		margin: 0 0 6px 0;
 } 
	
	ul.list-ticket-titles li h2.last  { 
		margin: 0 0 6px 26px;
 } 

.list-tickets .list li  { 
	width: 284px;
	border: 1px solid #ccc;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	margin: 0 13px 27px 0;
	padding: 11px;
	background: #fff;
	position: relative;
	float: left;
	display: block;
	height: 146px;
	display: inline; } 
		
.list-tickets .list li.full-conference  { 
	float: none; } 

.list-tickets .list li p  { 
	margin: 0;
	font-size: 11px;	 } 

	.list-tickets .list li h2  { 
		margin: 0 0 9px 0;
		font-size: 21px;
 } 
						
	.list-tickets .list li h2.first-ticket  { 
		margin: 0 0 9px 0
 } 
				
	.list-tickets .list li h3  { 
		font-size: 20px;
		color: #666;
		font-weight: bold;
 } 
	
	.list-tickets .list li h3 span.sup,
	.list-tickets .list li h4 span.sup  { 
		line-height: 1;
		font-size: small; 
		vertical-align: top;
 } 
	
		.list-tickets .list li h4 span.sup  { 
			font-size: 11px;
			position: absolute;
			top: 2px;
			right: 4px;
	 } 
				
	.list-tickets .list li h4  { 
		font-size: 16px;
		color: #666;
		font-weight: normal;
		margin: 0 0 4px 0;
		position: relative;	
 } 
		
		.list-tickets .list li h4 span  { 
			font-size: 11px;
	 } 
	
	.list-tickets .list li .prices,
	.list-tickets .list li .button-wrapper  { 
		margin: 0 0 9px 0;
 } 
	
		button.disabled  { 
			cursor: default;
			color: #999;
			border-color: #aaa;
	 } 
		
		strong.soldout  { 
			color: #ff0000;
			position: relative;
			top: 3px;
			left: 5px;
	 } 
	
	.list-tickets .list li .discount-price  { 
		margin: 0 12px 0 0;	
 } 
	
	.list-tickets .list li .original-price *  { 
		text-decoration: line-through;
		color: #c8c8c8 !important;
 } 
	
	.list-tickets .list li .badge  { 
		position: absolute;
		top: 38px;
		right: 10px;
 } 
				
		.list-tickets .list li .badge img  { 
			margin: 0;	
	 } 
		
	.list-tickets .list li.hide-me  { 
		visibility: hidden;
 } 
	
	.list-tickets .list li.last  { 
		margin: 0 0 18px 0;
 } 



.list-works_for-subject .list li img  { 
	width: auto;
	height: auto;
	margin: 0; } 

.list-works_for-subject .list li img:hover  { 
	width: auto;
	height: auto;
	margin: 0; } 

.person div.list-metadata-person  { 
	background: none !important; } 


.list-claimed_by  { 
	display: none !important; } 

.ticket-invitations  { 
	margin-bottom: 24px; } 

	.ticket-invitations button  { 
		float: none;
 } 

	.list-ticket  { 
		margin-top: 24px;
		clear: both;
 } 
	