/*
 * $Id: processContent.css 40 2009-12-17 14:23:55Z root $
 */

/* 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;
	border:1px solid #3B6D14!important;
}

div.contentTextTwoColumns {
	float: left;
	position: relative;
	z-index: 5;
	width: 230px;
	padding-right:15px;
}
/*
div.contentTextOneColumn {
	text-align: justify;
	line-height: 150%;
}*/

div.processedContent hr {
	height:1px;
	color:#003F06;
}

/* end over-rulling css properties here */

/* start processedContent markup */

div.processedContent h2.title {
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	margin-bottom:5px;
	padding:0;
	/*color: #B43333;*/
}

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: Verdana, Arial, sans-serif;  padding:1px; width:270px; height:auto; margin-left: 15px; background-color: transparent; }
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: #7acdff; margin: 0;}
	
/* end form markup */

/* Start document table markup */
table#documentTable				{ width:100%; margin-top:10px; margin-bottom:10px;}
table#documentTable td			{ padding:3px;}
table#documentTable img			{ border:0; }
table#documentTable td.docHeader{ font-weight:800; border-bottom:1px solid #F1F098;}
table#documentTable td.docBody	{ border-bottom:1px dashed #F1F098; 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;
}