/*
 * $Id: processContent.css,v 1.1 2006-05-18 15:48:37 sven Exp $
 */

/* start over-rulling css properties here */
div.processedContent {
	margin: 0px;
	padding: 0 0 10px 13px;
}
div.processedContent div.block {
	line-height: 145%;
}

div.clearLeft, div.clearImage {
	clear: left;
}
div.clearRight {
	clear: right;
}

div.contentTextOneColumn {
    padding: 0 13px 13px 0px;
}
div.textCol img,
div.contentTextOneColumn img,
div.contentTextTwoColumns img	{
	margin: 10px;
	background-color: white;
	border: 1px solid #000000;
}

div.contentTextTwoColumns {
	float: left;
	display: inline;
	position: relative;
	width: 48%;
	padding-right:2%;
}
/*
div.contentTextOneColumn {
	line-height: 150%;
}*/

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, div.processedContent h1.title {
	margin: 10px 20px 15px;
	padding: 0 2px 14px 2px;
	
	border-bottom: 1px solid #dfdfdf;
	font-weight: normal;
	font-size: 1.9em;
	color: #a71d36;
}

div.processedContent div.block {
	margin-bottom: 10px;
}

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.formBody ul.errors 				{ color: #ff0000; }



.psmForm {
	margin: 0px;
	padding: 0px;
	width: 620px;
}

.psmForm .error {
	color: #e2304e;
}

.psmForm dl {
	margin: 0px;	
}

.psmForm dt {
	display: inline;
	float: left;
	width: 135px;
	text-align: right;
	clear: both;	
	padding-top: 4px;
}

.psmForm fieldset#fieldset-conditions {
    padding-left: 140px;
}

.psmForm dt label {
	color: #555555;
}

.psmForm dd {
	display: inline;
	float: left;
	padding-bottom: 5px;
	margin-left: 8px; 
}

.psmForm .text {
	font-size: 0.9em;
}

.psmForm fieldset {
	border-width: 0px;
	padding-bottom: 12px;
}

form.psmForm td.key { 
	font-weight: bold; 
	padding-right: 1em;
	padding-top: 7px; 
	text-align: right;
	color: #555555;
	 
}
form.psmForm td.value {
	color: #f00;	
}
form.psmForm tr.submitRow td	{ text-align: right;}

form.psmForm input.text {
	width: 232px;
	height: 23px;
	padding: 5px 3px 0 3px;
	margin: 0px;
	margin-right: 5px; 
	border-width: 0px;
	background: transparent url('/images/form_elements_sprite.png') no-repeat;
	color: #555555;
}

form.psmForm td.formError input.text,
form.psmForm dd.formError input.text {
	background: transparent url('/images/form_elements_sprite.png') no-repeat 0 -28px;
}

form.psmForm textarea.text		{ 
	width: 360px;
	height: 149px; 
	padding: 3px 3px 0 3px;
	margin: 0px;
	border-width: 0px;
	background: transparent url('/images/form_elements_sprite.png') no-repeat 0 -56px;
	color: #555555;	
}

form.psmForm input.submit {
	width: 111px;
	height: 35px;
	border-width: 0px;
	border: none;
	background: transparent url('/images/action_buttons_sprite.png') no-repeat -288px 0;
	padding: 0px 6px;
	color: white;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;	
}
form.psmForm #fieldset-submit {
	padding-bottom: 0px;
}
form.psmForm #fieldset-submit dd {
	float: right;
}

form.psmForm td { padding-bottom: 5px;}
	
/* 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			{ color: #a71d36; }
table.documentTable thead td { 
	color: #a71d36; 
	font-weight: bold;
	font-family: 'Caecilia LT Std Roman', 'Georgia', 'Times new roman', serif;
	padding-bottom: 7px;
}
table.documentTable tbody td { border-top: 1px solid #DFDFDF;  }
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 */

#addressBlock {
	float: left;
	display: inline;
	width: 222px;
	height: 188px;
	
	padding: 10px;
	margin-left: 13px;
	
	background-color: #a71d36;
	border-bottom: 4px solid #8e1a2e;
	
	color: #fff;
}
#addressBlock a {
	color: #fff;
	text-decoration: underline;	
}

#formBlock {
	float: left;
	display: inline;
	margin-left: 20px;
}
