/*
 * $Id: processContent.css,v 1.11 2010-12-03 17:34:11 sven Exp $
 */

/* start over-rulling css properties here */
div.processedContent {
	margin:0;
}
div.processedContent ol,
div.processedContent ul {
	padding-top:5px;
	margin-top:5px;
}
div.processedContent hr {
	border:0;
	background:#cccccc;
	height:1px;
}
div.processedContent ul {
	list-style-type:disc;
	margin:5px 12px;
	padding-left:12px;
}
div.processedContent p {
	margin:0;
	margin-bottom:10px;
}


div.contentTextOneColumn,
div.contentTextTwoColumns {
	line-height:150%;
}
div.clearLeft, div.clearImage {
	clear: left;
}
div.clearRight {
	clear: right;
}
div.separator {
	clear:both;
	font-size:1px;
	display:none;
}
div.textCol img,
div.contentTextOneColumn img,
div.contentTextTwoColumns img	{
	margin: 10px;
	background-color: white;
	border: 0;
}


div.contentTextTwoColumns {
	float: left;
	display: inline;
	position: relative;
	width: 47%;
	padding-right:2%;
}

div.imageOneColumn {
	position:relative;
	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 {
	color:#990000;
	color:#13A850;
	font-size:140%;
	font-weight:normal;
	line-height:130%;
	padding: 5px 0 5px 0;
	margin-bottom:4px;
	border-bottom:1px solid #CCCCCC;
}

div.processedContent {
	line-height:160%;
}
div.processedContent div.block {
	margin:0;
}

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 */
div.formMessage {
	background:#E3E9F5;
	border-top:2px solid #cccccc;
	border-bottom:2px solid #cccccc;
	padding:4px;
	font-weight:800;
}
ul.errors 	{ margin-left:10px; padding-left:10px; margin-bottom:10px;}
ul.errors li {color:red;}

table.psmForm					{ width:100%!important; border-top:2px solid #cccccc; border-bottom:2px solid #cccccc;}
table.psmForm td				{ padding:4px; font-size:11px;}
table.psmForm td.key			{ background:#C1D3F2; width:30%; font-weight: bold; padding-right: 1em; text-align:right;}
table.psmForm td.value			{ background:#E3E9F5; width:70%;}
table.psmForm .required			{ color: red; }


table.psmForm input.text,
table.psmForm textarea.text		{ width:250px;  }
table.psmForm textarea.text		{ height:60px;}
table.psmForm input.button 		{  }
table.psmForm div.groupRow		{ display:inline;}
table.psmForm div.groupRow input {vertical-align:middle; margin:0;}
table.psmForm div.groupRow label {vertical-align:middle; margin:0 10px 0 3px;}


/* 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 #cccccc;  }
table.documentTable td.docIcon		{ width: 7%; text-align: center;}
table.documentTable td.docFile		{ width: 63%;}
table.documentTable td.docSize		{ width: 15%;}
table.documentTable td.docDownload	{ width: 15%; white-space: nowrap;}

/* End document table markup */


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

