/*
 * $Id: processContent.css 69 2009-06-04 15:32:49Z root $
 */

/* start over-rulling css properties here */
div.processedContent {
	margin:10px;
}
div.processedContent div.block * {
	line-height: 145%;
}
/* div.clear { clear: both; } */
div.textCol img,
div.contentTextOneColumn img,
div.contentTextTwoColumns img	{
	margin:10px!important;
	background-color: white;
	border:1px solid #fff;
}

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

div.processedContent hr {
	height:5px;
	display:none;
	border:0;
	color:#fff;
	width:100%;
	clear:left;
}
div.processedContent hr.end {
	display:block;
	border:0;
	height:0;
	clear:both;
	visibility:hidden;
}

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: 100%;
	font-weight: 800;
	margin-bottom:5px;
	padding:0;
	color: #37417F;
	padding:0;
}

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

div.processedContent div.imageOneColumn {
	display:block;
	padding: 5px;
	width:46%;
	float:left;
}
div.processedContent div.imageOneColumn img {
	border:1px solid #fff;
}
div.processedContent div.imageTwoColumns {
	display:block;
	padding:5px;
}
div.processedContent div.imageTwoColumns img {
	border:1px solid #fff;
}
/* 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; 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: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;}
table#documentTable img			{ border:0; margin:1px!important; vertical-align:middle;}
table#documentTable td.docHeader{ font-weight:800; border-bottom:1px solid #ADB3CB;}
table#documentTable td.docBody	{ border-bottom:1px dashed #C0C6E0; vertical-align:top;}
table#documentTable td a {
	font-size:11px;
	font-weight:800;
}
/* 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;
		width:90%;
		margin:0 auto;
	}
	table#contentLogin td {
		padding:3px!important;
	}
	table#contentLogin td.title {
		font-weight:800;
		color:#5F81AA;
		padding:3px;
		font-size:150%;
	}
	table#contentLogin td.leftCol,
	table#contentLogin td.rightCol,
	table#contentLogin td.footer,
	table#contentLogin td.spacer {
		background-color:#B3B8CC;
		color:#545454;
		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:#32427E;
		color:#fff;
		line-height:160%;
	}
	table#contentLogin td.footer {
		background:None;
		text-align:left;
		border:0;
		margin:0;
		padding:0;
		height:auto;
	}
	table#contentLogin input {
		height:17px;
		width:180px;
		line-height:120%;
	}
/* end login screen markup */

/* Start Questionaire markup */
	table#contentQuestionnaire {
		width:100%;
	}
	table#contentQuestionnaire td {
		padding:1px;
		padding-bottom:10px;
	}
	table#contentQuestionnaire td.description {
		width:35%;
		text-align:right;
		padding-right:8px;
		font-style:italic;
	}
	table#contentQuestionnaire td.userInput {
		width:65%;
	}
	table#contentQuestionnaire td.footer {
		background:none;
	}
	table#contentQuestionnaire td.footer input {
		width:100px;
	}
	table#contentQuestionnaire input.selection {
		width:20px;
		border:0;
	}
	table#contentQuestionnaire input, table#contentQuestionnaire textarea {
		width:80%;
	}
	table#contentQuestionnaire textarea {
		height:75px;
	}
	input.submitButton {
		width:100px;
		height:20px;
		padding:1px;
		font-family:Verdana;
		font-size:11px;
		background-color:#eee;
		border:1px solid #000D30;
		color:#000D30;
	}
	table#optionsRadio {
		width:100%;
	}
	table#optionsRadio td {
		border:0;
		vertical-align:middle;
		text-align:left;
	}
	table#optionsRadio td.rButton {
		width:2%;
	}
	table#optionsRadio td.rText {
		width:8%;
	}
/* End Questionaire markup */

