/*
 * $Id: processContent.css,v 1.6 2007-11-08 09:27:41 steven Exp $
 */

/* start over-rulling css properties here */
div.processedContent {
	margin:10px;

}
div.processedContent div.block {
	line-height: 145%;
}

div.clearLeft, div.clearImage {
	clear: left;
}
div.clearRight {
	clear: right;
}

div.textCol img,
div.contentTextOneColumn img,
div.contentTextTwoColumns img	{
	margin: 10px;
	background-color: white;
	border: 1px solid #000000;
}

div.contentTextTwoColumns {
	float: left;
	display: inline;
	position: relative;
	width: 48%;
	padding-right:2%;
}
/*
div.contentTextOneColumn {
	line-height: 150%;
}*/

div.imageOneColumn {
	position:relative;
	width:200px;
	padding-right:5px;
}

div.imageTwoColumns {
	padding: 10px;
	float: left;
	width: 200px;
}


/* end over-rulling css properties here */

/* start processedContent markup */

div.processedContent h2.title {
	font-size: 1.3em;
	font-weight: bold;
	margin: 5px 0;
}

div.processedContent div.block {
	margin-bottom: 10px;
}

div.processedContent img.imageOneColumn {
	width: 96%;
	padding: 5px;
	float:left;
}

div.processedContent img.imageTwoColumns {
	width: 46%;
	float:left;
	padding:5px;
}
/* end plaincontent markup */

/* start content inline image markup */
img.inlineImageLeft, img.inlineImageRight {
	margin: 10px;
	margin-top: 0px;
	width: 40%;
}
img.inlineImageRight 	{ float: right; }
img.inlineImageLeft		{ float: left; }

div.inlineImageRight, div.inlineImageLeft {
	background-color: #efefef;
	border: 1px solid #000000;
	padding: 5px;
	width: 200px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
div.inlineImageRight { float: right; margin-left: 5px;}
div.inlineImageLeft { float: left; margin-right: 5px;}
/* end content inline image markup */


/* start form markup */
div.formBody ul.errors 				{ color: #ff0000; }

form.psmForm td.key						{ font-weight: bold; padding-right: 1em; }
form.psmForm .required				{ color: red; }
form.psmForm tr.submitRow td	{ text-align: right;}

form.psmForm input.text,
form.psmForm textarea.text		{ width:300px; border: 1px solid #083A5B; }
form.psmForm textarea.text		{ height: 100px;}
form.psmForm input.button 		{ border: 1px solid #768B3B; width: 100px; padding: 2px; background-color: #ACCA57; color: #083A5B; font-weight: normal;}


/* end form markup */

/* Start document table markup */

table.documentTable				{ margin-top:10px; margin-bottom:10px; width: 100%; }
table.documentTable td		{ padding: 2px; }
table.documentTable a			{ }
table.documentTable thead td { background-color: #efefef; font-weight: bold;}
table.documentTable tbody td { border-top: 1px solid #000000;  }
table.documentTable td.docIcon { text-align: center; width: 7%;}
table.documentTable td.docFile { width: 58%;}
table.documentTable td.docSize { width: 15%;}
table.documentTable td.docDownload { white-space: nowrap; width: 20%;}

/* End document table markup */


/* start login screen markup */

	table#contentLogin {

	}
	table#contentLogin td {
		padding:3px;
	}

	table#contentLogin td.leftCol,
	table#contentLogin td.rightCol,
	table#contentLogin td.footer,
	table#contentLogin td.spacer {
		background-color: #efefef;
		color: #212121;
		vertical-align: middle;
	}
	table#contentLogin td.spacer {
		height:5px;
	}
	table#contentLogin td.leftCol {
		text-align:right;
		font-weight:800;
		line-height:150%;
	}
	table#contentLogin td.rightCol {
		width:80%;
	}
	table#contentLogin td.body {
		background-color:#aeaeae;
		color:#ffffff;
		padding: 9px 7px 9px 7px;

	}
	table#contentLogin td.footer {

	}
	table#contentLogin input.text {
		width:200px;
	}
	table#contentLogin input.inputButton {

		cursor: pointer;
	}
/* end login screen markup */

/* start project page module markup */
.project {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #00344D;
	width: 99%;
	height: auto;
	overflow: auto;
}
.project .proj_img {
	float: right;
	width: 100px;
	padding: 5px;
}
.project .proj_img img {
	width: 100px;
	border: 1px solid #00344D;
}
.project .proj_quote {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
}
.project .proj_quote a {
	color: #00344D;
	text-decoration: none;
}
.project .proj_quote a:hover {
	color: #ACCA57;
	text-decoration: underline;
}
.project .proj_title {
	font-weight: bold;
	margin-bottom: 3px;
}
.project .proj_content {

}
.proj_content p {
	margin-bottom: 0px;
}
.proj_content ul {
	margin-top: 0px;
	padding-top: 0px;
}
.project .proj_content img {
	width: 100%;
}
.project .readmore {
	margin-top: 5px;
	text-align: left;
}
.project .readmore a {
	color: #7C9A27;
}
/* end project page module markup */

/* start project block markup */
.project_block {

}
.project_block img {
	width: 184px;
	height: 123px;
	border-width: 0px;
	margin-bottom: 10px;
}
.project_block a {
	color: #133554;
	line-height: 17px;
	font-weight: bold;
}

/* end project block markup */
.zoekform {
	display: block;
	font-size: 13px;
	width: 92%;
	margin: 0px;
	padding: 10px;
}
.zoekform form {
	padding: 0px;
	margin: 0px;
}
.zoekform legend {
	font-weight: bold;
}
.zoekform select {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #000;
	color: #00344D;
}
.zoekform input {
	display: block;
	margin-left: auto;
}
#searchToggle {
	width: 80px;
	display: block;
	text-align: right;
	margin-left: auto;
}
.searchInfo {
	margin-top: 10px;
}


/* left menu markup */

li.hasChildren {
}

ul#left_menu_list {
	list-style-type:none;
	width: 147px;
 	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-color: transparent;
}

ul#left_menu_list li {
	width: 147px;
	padding: 0px;
	margin: 0px;
	display: inline;
	position: relative;
}

#left_menu_list li a {
	display: block;
	height: 18px;
	padding: 0px 7px 0px 0px;
	color: #093B5D;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
}

/* Submenuitems */
ul#left_menu_list li ul {
	position: absolute;
	top: -5px;
	left: 147px;
	width: 200px;
	list-style-type:none;
	display: none;
	margin:0;
	padding:0;
	background-color: #fff;
}

ul#left_menu_list li ul li {
	margin: 0px;
	width: 200px;
	height: 21px;
}
ul#left_menu_list li ul li a {
	display:block;
	height: 21px;
	color: #9FCF67;
	padding: 5px 3px 0px 12px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	background-color: #fff;
}
ul#left_menu_list li ul li a:hover {
	color: #9FCF67;
	text-decoration: none;
	background-color: #eee;
}

ul.showInline {
	position: relative !important;
	display: block !important;
	left: 0px !important;
	top: -10px !important;
	list-style-type: none !important;
	background-color: transparent !important;
	width: 147px !important;
	margin: 15px 0px 0px 0px !important;
	padding: 0px !important;
	float: none !important;
}

ul.showInline li {
	position: relative !important;
	display: block !important;
	float: none !important;
	clear: both !important;
	height: 14px !important;
	margin: 5px 0px 3px 0px !important;
	padding: 0px !important;
	width: 147px !important;
}

ul.showInline li a {
	position: relative !important;
	display: block !important;
	height: 10px !important;
	width: 137px !important;
	padding: 0px !important;
	color: #9FCF67 !important;
	font-weight: bold !important;
	text-align: right !important;
	text-transform: capitalize !important;
	text-decoration: none !important;
	float: none !important;
	border-width: 0px !important;
}
ul.showInline li a:hover {
	background-color: transparent !important;
}
/* end left menu markup */


