/*
 * $Id: processContent.css 171 2010-11-03 13:16:40Z danny $
 */

/* start over-rulling css properties here */
div.processedContent {
	margin: 15px 0px 10px 32px;
	color: #11254c;
}
div.processedContent h1 {
	font-size: 1.3em;
	font-weight: normal;
}

div.processedContent div.block {
	line-height: 145%;
}

div.clearLeft, div.clearImage {
	clear: left;
}
div.clearRight {
	clear: right;
}
div.textCol p {
	width: 450px;
}

div.textCol img,
div.contentTextOneColumn img,
div.contentTextTwoColumns img	{

}

div.contentTextTwoColumns {
	float: left;
	display: inline;
	position: relative;
	width: 42%;
	padding-right:2%;
}

div.contentTextOneColumn {
	width: 450px;
}

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 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 5px 0;
}

div.processedContent div.block {
	margin-bottom: 10px;
}
div.processedContent hr {
	height: 1px;
	border: none;
	background: #b8b8b8;
}
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 { margin: 10px 10px 10px 0px; }
img.inlineImageRight { margin: 10px 0 10px 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.formBody ul.errors 				{ color: #ff0000; }

table.psmForm td.key { 
	font-weight: bold; 
	padding: 4px 1em 2px 0;
}
table.psmForm .required				{ color: red; }
table.psmForm tr.submitRow td	{ text-align: right;}

table.psmForm input.text,
table.psmForm textarea.text		{ 
	width: 250px;
	border: 1px solid #667a9e;
	margin: 1px;
	padding: 2px;
}
table.psmForm textarea.text		{ height: 60px;}
input.button 		{
	border: 1px solid #667a9e;
	background: #8fa0b4;
	padding: 2px;
	margin-top: 1px;
	margin-right: 1px;
	cursor: pointer;
}

	
/* end form markup */

/* Start document table markup */

table.documentTable				{ margin-top:10px; margin-bottom:10px; width: 88%; }
table.documentTable td		{ padding: 2px; }
table.documentTable a			{ color: #56638C; }
table.documentTable a:hover { text-decoration: none; color: #B8B8B8; }
table.documentTable thead td { background-color: #E1EDF6; font-weight: bold;}
table.documentTable tbody td { border-top: 1px solid #B8B8B8;  }
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 */
