/*
 * $Id: processContent.css,v 1.15 2008-12-11 12:18:38 hilmar Exp $
 */

/* start over-rulling css properties here */
div.processedContent {
	margin:0;
	position:relative;
}
div.processedContent div.block * {
	line-height: 140%;
}

div.processedContent div.block {
	margin:0;
	position:relative;
	top:0;
}

div.clear {
	clear: both;
}

div.textCol img,
div.contentTextOneColumn img,
div.contentTextTwoColumns img	{
	margin:10px!important;
	background-color: white;
}
div.contentTextTwoColumns {
	float: left;
	position: relative;
	z-index: 5;
	width: 230px;
	padding-right:15px;
}
div.processedContent hr {
	height:1px;
	color:#003F06;
}

/* end over-rulling css properties here */

/* start processedContent markup */

div.processedContent h2.title {
	position:relative;
	font-size: 100%;
	font-weight: 800;
	margin: 0;
	margin-bottom:5px;
	margin-left: -10px;
	padding:0;
	padding-left:9px;
	color: #fff;
	background:url(/images/duitseKomma.gif) left 2px no-repeat;
}

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

div.processedContent div.imageOneColumn {
	padding: 10px;
}

div.processedContent div.imageTwoColumns {
	padding: 10px;
	float: left;
	width: 222px;
}
/* end plaincontent markup */

/* start content inline image markup */
img.inlineImageLeft {
	float: left;
	margin-bottom:8px;
	margin-right:20px;
}
img.inlineImageRight {
	float: right;
	margin-bottom:8px;
	margin-left:20px;
}
/* end content inline image markup */


/* Custom Button */

a.customButton, a.customButton:link, a.customButton:active, a.customButton:visited 	{
	cursor: pointer; text-decoration: none; padding: 1px 0 0 13px;
}
a.customButton:hover	{ text-decoration: underline !important;}

/* start form markup */
table.Form					{ width: 90%; margin-bottom:10px; margin-top: 10px;}
table.Form input,
table.Form textarea			{ font-family: Arial, sans-serif; font-size:12px;  padding:1px; width:270px; height:auto; margin-left: 15px;  }
table.Form textarea			{ height: 60px;}

table.Form td				{ padding: 1px; }
div.formBlock h4.header,
div.formBlock h4.ErrorTop	{ font-size:1.2em; margin-bottom: 10px;}

table.Form td.description	{ font-weight:800;}
table.Form td.longDesc		{ padding: 10px 2px 10px 2px;}
table.Form td.error,
div.formBlock .Error			{ color:#FFD582; margin: 0;}

/* end form markup */

/* Start document table markup */
table.documentTable				{ }
table.documentTable td			{ padding:2px; font-size:11px;}
table.documentTable img			{ }
table.documentTable	a			{ font-weight:800; text-decoration:none;}
table.documentTable thead td	{ font-weight:800; border-bottom:1px solid #6D80BA;}
table.documentTable tbody td	{ vertical-align:top;}
table.documentTable td.docDownload { white-space: nowrap; }
/* End document table markup */

div.noPhoto {
	background:#ADE23A;
	border:1px solid #93BF32;
	color:#fff;
	font-weight:800;
	font-size:11px;
	width:80px;
	height:33px;
	text-align:center;
	padding-top:17px;
}

/* start login screen markup */
	div.loginScreen {
		position:relative;
		z-index:10;
		width:100%;
	}
	table#contentLogin {
		width:100%;
		font-size:12px;
	}
	table#contentLogin td {
		padding:3px;
	}
	table#contentLogin td.title {
		font-weight:800;
		color:White;
		background:url(/images/processContent/bgBlockHeader.gif) right top no-repeat;
		padding:3px;
		font-size:15px;
	}
	table#contentLogin td.leftCol,
	table#contentLogin td.rightCol,
	table#contentLogin td.footer,
	table#contentLogin td.spacer {
		background-color:#E6E6E6;
		color:#000;
		vertical-align:middle;
	}
	table#contentLogin td.spacer {
		height:5px;
	}
	table#contentLogin td.leftCol {
		text-align:right;
		font-weight:800;
		padding-right:10px;
	}
	table#contentLogin td.rightCol {
		width:80%;
	}
	table#contentLogin td.body {
		background-color:#6E81B8;
		color:#fff;
		padding: 9px 7px 9px 7px;
		line-height:160%;
	}
	table#contentLogin td.footer {
		padding:6px 0 6px 2px;
	}
	table#contentLogin input {
		height:17px;
		width:200px;
		line-height:120%;
	}
	table#contentLogin input.inputButton {
		height:21px;
		font-size:12px;
	}
	div.customButton a {
		text-decoration:none!important;
		padding:1px 0 0 13px;
		color:#00277C;
	}
	div.customButton a:hover {
		text-decoration:underline!important;
	}
/* end login screen markup */
