/*
 * $Id: processContent.css,v 1.4 2008-12-11 13:06:52 hilmar Exp $
 */

/* start over-rulling css properties here */
div.processedContent {
	margin-top:10px;
	margin-left:30px;
	margin-right:60px;
	font-family:Arial;

	line-height:150%;
	color:#003F06;
}
div.processedContent div.block {
	line-height: 145%;
	margin-left:20px;
}

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

div.textCol img,
div.contentTextOneColumn img,
div.contentTextTwoColumns img	{
	border:1px solid #056607;

}

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

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

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


/* end over-rulling css properties here */

/* start processedContent markup */

div.processedContent h2.title {
	font-size:190%; color:#CB0600; line-height:110%;
	font-weight:normal;
	text-decoration:none;
}

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

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

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

/* start content inline image markup */
img.inlineImageLeft, img.inlineImageRight {
	margin: 10px;
}
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 */


	table#ContactForm					{ width:100%;}
	table#ContactForm input				{ width:90%; height:15px; width:100%;}
	table#ContactForm textarea			{ width:90%; height:100px; width:100%;}
	input.submitButton					{ background-color:#CECEC7; border:1px solid #510701; color:black; height:18px;}
	table#ContactForm td				{ padding:3px;}
	table#contactForm td.header,
	table#ContactForm td.ErrorTop		{ color:White; font-weight:800; padding:1px; padding-left:3px; background-color:#056607;}
	table#ContactForm td.description	{ font-weight:800;}
	table#ContactForm td.longDesc		{ padding:10px 2px 10px 2px;}
	table#ContactForm td.Error			{ color:Red; }
	table#ContactForm td.error			{ color:red;}
	table#ContactForm .Error			{ color:Red; }
	table#ContactFormSubmit				{ width: 80%; padding:0; margin:0; border:0; border-collapse:collapse; color:#510701; font-size:13px;}


/* 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 */

/* RSS Feed */
div.rssFeed {}


/* 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 sitemap markup	*/
	table#siteMapPlaceholder	{
		margin:0;
		padding:0;
	}
	table#siteMapPlaceholder a {
		color:Black;
		text-decoration:none;
		margin:0;
		padding:0;
	}
	table#siteMapPlaceholder a:hover {
		text-decoration:underline;
	}
	table#siteMapPlaceholder {
		width:100%;
		font-size:11px!important;
	}
	table#siteMapPlaceholder td.SitemapBorder {
		height:100%;
		vertical-align:top;
		padding:0 10px 0 0;
	}
	table#pageColumn {
		width:100%;
		height:100%;
		margin-bottom:0;

	}
	table#pageColumn td.filler {
		width:100%;
		height:100%;
		padding:0;
		margin:0;
	}
	table#pageColumn td {
		line-height:100%;
		padding:0;
		margin:0;
	}
	table#pageColumn p.pageLink {
		padding:0;
		margin:0;
	}
	div.pageHeader {
		padding:3px;
		margin:0;
		width:97%;
		height:10px;
		background-color:#056607;
	}
	div.pageHeader a {
		color:#FFE002!important;
	}
	div.contentTextOneColumn,
	div.contentTextTwoColumns {
		position:relative;
		z-index:20;
		overflow:hidden;
		height:auto;
		vertical-align:top;
	}
	div.contentTextOneColumn {
		width:425px;
	}
	div.contentTextTwoColumns {
		width:202px;
	}
/** End sitemap markup	*/