/* Different menu colors */

#sitenav li a {
	background-color: #38b6ed;
	color: white;
}
	#sitenav li a:hover {
		background-color: white;
		color: #0099db;
	}

	#sitenav li li a {
		background-color: #93d7f5;
		color: #0099db;
	}



/* General content style and search pages-specific styles */ 

#content h1 {
	background-color: #0099db;
	color: white;
}

#content .form h2 {
	margin-bottom: 2px;
	font-size: 1.33em;
	font-weight: bold;
	color: #c70b00;
}
	#content .form h2 a {
		text-decoration: none;
		color: #c70b00;
	}
	#content .form h2 a:hover {
		text-decoration: underline;
	}

#content .form h3 {
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: bold;
	color: #231f20;
}



/* Project page */

#content #project-details {
	border: 1px solid #e6e1e7;
	padding: 0 10px 20px 13px;
	zoom: 1;
}

#content #project-details em {
	display: inline-block;
	margin-top: 7px;
	margin-bottom: 7px;
	text-decoration: blink; 
}

#content #project-details h2 {
	margin: -1px -10px 4px -13px;
	border-top: 1px solid #e6e1e7;
	padding: 1em 10px 0 13px;
}
	#content #project-details h2.more {
		background: #e6e1e7;
		margin-bottom: 0;
		padding-bottom: 1em;
	}



/* Project review (evaluation on project page) */

#content .project-review {
	font-size: 93%;
	margin: 0 10px 0 13px;
}

#content .project-review h3 {
	color: #0099db;
	display: run-in;
	font-size: 100%;
	font-weight: bold;
}
	#content .project-review h3:after {
		content: ': ';
	}

#content .project-review ol {
	border-bottom: 1px solid #e6e1e7;
	padding: 0 0 2em;
}

#content .project-review li {
	color: #aeadad;
	display: block; /* fix for FF3.0, strangely enough */
	list-style: none;
	margin-left: 0;
	overflow: auto;
}
	#content .project-review li span {
		color: #505050;
		float: left;
		width: 280px;
	}



/* culturele instelling page */


#content .aanbieder_page {
	border: 1px solid #e6e1e7;
	border-bottom: 0;
	padding: 18px 10px 24px 13px;
	zoom: 1;
}

#content .aanbieder_page h2 {
	clear: both;
	margin: 0 -10px 4px -13px;
	border-top: 1px solid #e6e1e7;
	padding: 1em 10px 0 13px;
}

#content table.projects {
	width: 100%;
	border: 0;
	border-bottom: 4px solid #b2d8f4;
	border-collapse: collapse;
}
	#content table.projects caption {
		padding: 8px 10px 8px 13px;
		text-align: left;
		font-size: 0.92em;
		font-weight: bold;
		background-color: #0099db;
		color: white;
	}
	
	#content table.projects thead td {
		padding: 6px 10px 6px 13px;
		font-size: 0.92em;
		font-weight: normal;
		text-align: left;
		background-color: #93d7f5;
		color: #006dc0;
	}
	
	#content table.projects tbody th {
		text-align: left;
		font-size: 0.92em;
		font-weight: bold;
	}
		#content table.projects tbody th a:link {
			color: #48284b;
		}
	
	#content table.projects tbody th,
	#content table.projects tbody td {
		border-bottom: 1px solid #b2d8f4;
		padding: 6px 10px 6px 13px;
	}

	#content table.projects tbody td img {
		float: none;
		margin: 0;
	}
	
	#content table.projects tr.disabled, #content table.projects tr.disabled a:link, #content table.projects tr.disabled a:visited {
		color: #CEC2CF;
	}


/* Search form-specific style */

#content form fieldset#zoek-letters {
	font-weight: bold;
}
#content form fieldset.leftfield {
	float: left;
	width: 380px;
	border-top: 2px solid #cdefff;
}
#content form fieldset.rightfield {
	float: right;
	width: 302px;
	border-top: 2px solid #cdefff;
	border-left: 2px solid #cdefff;
}

#content form input#trefwoord {
	
	background:none repeat scroll 0 0 #FFFFFF;
	border-color:#CCCCCC #999999 #999999 #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#000000;
	font:18px arial,sans-serif bold;
	height:1.5em;
	margin:0;
	padding-left: 5px;
	width: 90%;
}
	

/* Search results page */

.zoek-navigatie {
	position: relative;
	overflow: hidden;
	min-width: 457px;
	margin-bottom: 32px;
	padding: 20px 10px 20px 13px;
	background-color: #cdefff;
	color: #006dc0;
	zoom: 1; /* for enclosing the floats in IE */
}
.zoek-navigatie.beneden {
	padding: 0 10px 24px 13px;
}

	.zoek-resultaten {
		float: left;
	}

	.zoek-navigatie .zoek-paginas {
		position: relative;
		top: 4px;
		right: 196px;
		text-align: right;
	}
		.zoek-navigatie span {
			padding: 4px 3px;
			text-align: center;
		}
		.zoek-navigatie a {
			padding: 4px 3px;
			text-decoration: none;
			text-align: center;
			background-color: white;
		}

		.zoek-navigatie .previous-page {
			position: absolute;
			width: 65px;
			top: -4px;
			*top: 0;
			right: -96px;
			_right: 122px;
			padding: 4px 3px 4px 18px;
			background: #f0faff url(/images/zoek-vorige.gif) no-repeat left top;
		}
			.zoek-navigatie .previous-page:hover {
				background-position: left bottom;
			}

		.zoek-navigatie .next-page {
			position: absolute;
			width: 61px;
			top: -4px;
			*top: 0;
			right: -196px;
			_right: 22px;
			padding: 4px 27px 4px 10px;
			background: #f0faff url(/images/zoek-volgende.gif) no-repeat right top;
		}
			.zoek-navigatie .next-page:hover {
				background-position: right bottom;
			}



/* Project result */

#content .zoek-project-resultaat {
	margin-bottom: 32px;
}

	#content .zoek-project-resultaat table.details {
		float: right;
		width: 112px;
		margin: 10px 0 0 24px;
		border-collapse: collapse;
		font-size: 0.83em;
	}
		#content .zoek-project-resultaat table.details td {
			border: 1px solid #e6e1e7;
			color: white;
			text-align: center;
		}
			#content .zoek-project-resultaat table.details td.info-referenties {
				border-bottom: 0;
				color: #bdb9bd;
				padding: 5px 0;
			}
			#content .zoek-project-resultaat table.details td.info-discipline1 {
				border-bottom: 0;
				padding: 5px;
			}
			#content .zoek-project-resultaat table.details td.info-discipline2 {
				border-top: 0;
				padding: 1px;
			}
			#content .zoek-project-resultaat table.details td.info-povo {
				border: 0;
				border-top: 1px solid #e6e1e7;
				color: #bdb9bd;
				padding: 5px 0;
			}
				#content .zoek-project-resultaat table.details td.selected {
					border: 1px solid #e6e1e7;
					color: black;
				}
	
	#content .zoek-project-resultaat .description {
		display: table;
		*display: inline-block;
	}
		#content .zoek-project-resultaat .description h2 {
			margin-top: 0;
		}
	
		#content .zoek-project-resultaat .description a.button {
			*float: left;
			margin-bottom: 0; /* already on the .zoek-project-resultaat div */
			margin-right: 1em;
		}



/* Discipline colors */

.discipline-beeldend			{	background-color: #3d48e7; }
.discipline-bemiddelingsorg		{	background-color: #4f9cf1; }
.discipline-cultureel-erfgoed	{	background-color: #40b5be; }
.discipline-dans				{	background-color: #87d872; }
.discipline-letteren			{	background-color: #aec423; }
.discipline-multidisciplinair	{	background-color: #eaeb55; color: black !important; }
.discipline-muziek				{	background-color: #fcbb25; }
.discipline-nwe-media-audiovis	{	background-color: #fb540d; }
.discipline-theater				{	background-color: #e12929; }



/* culturele instelling result */

#content .zoek-aanbieder-resultaat {
	overflow: hidden;
	margin-bottom: 24px;
	zoom: 1;
}

#content .zoek-aanbieder-resultaat table.details {
	float: right;
	margin: 10px 0 0 24px;
	border-collapse: collapse;
	font-size: 0.83em;
}
	#content .zoek-aanbieder-resultaat table.details td {
		_border-right: expression(!previousSibling && '1px\ solid\ #e6e1e7');
		text-align: left;
		_text-align: expression(!previousSibling && 'right');
		color: #bdb9bd;
	}
		#content .zoek-aanbieder-resultaat table.details td:first-child {
			border-right: 1px solid #e6e1e7;
			text-align: right;
		}

	#content .zoek-aanbieder-resultaat table.details td span {
		display: block;
		padding: 6px 8px 5px 16px;
		_padding: expression(!parentNode.previousSibling && '6px\ 16px\ 5px\ 8px');
		background-color: white;
	}
		#content .zoek-aanbieder-resultaat table.details td:first-child span {
			padding: 6px 16px 5px 8px;
		}

	#content .zoek-aanbieder-resultaat table.details td.selected {
		border: 1px solid #e6e1e7;
	}
		#content .zoek-aanbieder-resultaat table.details td.selected span {
			margin: 0 0 0 12px;
			_margin: expression(!parentNode.previousSibling && '0\ 12px\ 0\ 0');
			padding-left: 4px;
			_padding-right: expression(!parentNode.previousSibling && '4px');
			color: black;
		}
		#content .zoek-aanbieder-resultaat table.details td.selected:first-child span {
			margin: 0 12px 0 0;
			padding-right: 4px;
		}


#content .zoek-aanbieder-resultaat .description h2 {
	margin-top: 0;
}

#content .zoek-aanbieder-resultaat .description a.button {
	*float: left;
	margin-bottom: 0; /* already on the .zoek-aanbieder-resultaat div */
	margin-right: 1em;
}

/* Nieuwsbrief archief */

#content ul.nieuwsbrief li {
	display: block;
	position: relative;
	overflow: auto;
	list-style: none;
	margin: 12px 0 0;
	border-bottom: 1px solid #0099db;
	_zoom: 1;
}

#content ul.nieuwsbrief div {
	float: left;
}
#content ul.nieuwsbrief h2 {
	font-size:1em;
	margin-top: 0;
}

#content ul.nieuwsbrief a.button {
	float: right;
	margin-bottom: 0;
}

#content .form .item h2 {
	font-size:1em;
}

