/*
 * $Id: processContent.css,v 1.1 2008-12-02 16:03:28 hilmar Exp $
 */

/* start over-rulling css properties here */
div.processedContent {
	margin:10px;
}
div.processedContent div.block * {
	line-height: 146%;
}
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: 215px;
	padding-right:10px;
}
/*
div.contentTextOneColumn {
	text-align: justify;
	line-height: 150%;
}*/

div.processedContent hr {
	display:none;
	height:1px;
	border:0;
	color:#fff;
	background:#FDB900!important;
	width:100%;
	clear:left;
}

div.imageOneColumn {
	position:relative;
	float:left;
	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: 140%;
	font-weight: bold;
	margin: 0;
	margin-bottom:5px;
	padding:0;
	color: #fff;
	text-transform:uppercase;
	padding:0;
}

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

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

div.processedContent img.imageTwoColumns {
	padding:5px;
}
/* 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: auto; margin-bottom:10px; margin-top: 10px;}
table.Form input,
table.Form textarea			{ font-family: Verdana, Arial, sans-serif;  padding:1px; width:220px; 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:0;}

table.Form td.description	{ font-weight:800;}
table.Form td.longDesc		{ padding: 10px 2px 10px 2px;}
table.Form td.error,
div.formBlock .Error		{ color: Red; margin:0; padding:3px; padding-left:0;}
	
/* end form markup */

/* Start document table markup */
table.documentTable				{ width:100%; margin-top:10px; margin-bottom:10px;}
table.documentTable td			{ padding:2px; font-size:12px; font-weight:800; }
table.documentTable img			{ border:0; margin:0!important; margin-right:1px!important; background:transparent; vertical-align:middle;}
table.documentTable thead td	{ font-weight:800; border-bottom:1px solid #5A865B;}
table.documentTable tbody td	{ border-bottom:1px dashed #5A865B; vertical-align:top;}
/* 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;
		padding:10px;
	}
	table#contentLogin {
		font-size:12px;
		width:90%;
		margin-left:20px;
	}
	table#contentLogin td {
		padding:2px!important;
	}
	table#contentLogin td.title {
		font-weight:800;
		color:#fff;
		padding:3px;
		font-size:14px;
	}
	table#contentLogin td.leftCol,
	table#contentLogin td.rightCol,
	table#contentLogin td.footer,
	table#contentLogin td.spacer {
		background-color:#9CB691;
		color:#fff;
		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:#5A865B;
		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 */