/*
 * $Id: processContent.css,v 1.1 2006-05-18 15:48:37 sven Exp $
 */

/* start over-rulling css properties here */
div.processedContent {
	margin: 0px 22px;
}
div.processedContent div.block {
	line-height: 145%;
}

div.clearLeft, div.clearImage {
	clear: left;
}
div.clearRight {
	clear: right;
}

div.formBlock {
	background: #F9FAFC;
	border: 1px solid #ACC8E5;
	margin: 0px;
	padding: 12px;
}

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 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 5px 0;
}

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 h3 {
	margin: 0 0 1em 0;
}


/* 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 #000000;  }
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.projectPartToolbar {
	text-align: right;
	margin-bottom: 5px;
}



/* 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 */

/* Links project part */
div.projectLink {
	margin-top: 15px;
	padding-bottom: 10px;
	background: url(/images/pageLayout/stippel2.gif) repeat-x left bottom;
	width: 100%;
	float: left;
}

div.projectLink h3.link {
	margin: 0px;
	font-size: 1em;
}

div.projectLink h3.editLink {
	float: left;
	margin: 0px;
	font-size: 1em;
}

div.projectLink a.link {
	font-weight: bold;
	background: url(/images/pageLayout/links_bullet_off.gif) no-repeat 0 4px;
	padding-left: 15px;
}

div.projectLink a.link:hover {
	background: url(/images/pageLayout/links_bullet_on.gif) no-repeat 0 4px;
	padding-left: 15px;
	text-decoration: none;
}

div.linkDescription {
	clear: right;
	margin-top: 3px;
}

div.projectLink div.url {
	text-align: right;
}

div.projectLink div.url a.download {
	padding-right: 18px;
	background: url('/images/pageLayout/more.gif') no-repeat center right;
}

div.projectLink div.url a.download:hover {
	text-decoration: none;
	background: url('/images/pageLayout/more_on.gif') no-repeat center right;
}

div.options {
	display: inline;
	float: right;
}
div.options a {
	margin-left: 3px;
}

div.image {
	margin-right: 10px;
	border: 1px solid #BFCFDF;
	float: left;
}

/* Documents project part */
table.documentTable {
}

div.projectDocument {
	background: url('/images/pageLayout/stippel2.gif') repeat-x bottom left;
	padding: 15px 0px 10px 0px;
}

div.projectDocument a.link {
	font-weight: bold;
}

div.projectDocument h3.link {
	margin: 0px;
	font-size: 1em;
}

h3 a:hover {
	text-decoration: none;
}

div.projectDocument h3.editLink {
	float: left;
	margin: 0px;
	font-size: 1em;
}

div.projectDocument div.download,
div.projectDocument div.url {
	text-align: right;
}

div.projectDocument div.download a.download,
div.projectDocument div.url a.download {
	padding-right: 18px;
	background: url('/images/pageLayout/more.gif') no-repeat center right;
}

div.projectDocument div.download a.download:hover,
div.projectDocument div.url a.download:hover {
	text-decoration: none;
	background: url('/images/pageLayout/more_on.gif') no-repeat center right;
}

table.documentTable td {
	border: none !important;
}

table.documentTable tr.description td {
	padding-bottom: 13px;
}

table.documentTable tr.document td {
	padding-top: 13px;
}

table.documentTable td.key {
	font-weight: bold;
	width: 15%;
}

/* itemList */

ol.itemList {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}
.itemList li {
	clear: both;
	border-bottom: 1px dotted #0C2B81;
	position: relative;
	overflow: hidden;
	width: 100%; /* IE needs this for automatic clearing to work.*/
	padding: 2px 0;
}
.itemList li div.item {
	float: left;
}
.itemList li.header div.item {
	font-weight: bold;
}

.itemList li div.quickview {
	float: right;
}

.itemList li div.dimension {
	width: 45%;
}

.itemList li div.topicType {
	width: 40%;
}

.itemList li div.customField {
	width: 60%;	
}

div.topicOptions {
	float: left;
	width: 100%;
	height: 40px;
}

div.topicOptions p {
	float: left;
}

p.topicNotice {
	/*float: left;*/
	clear: both;
	background:#F9FAFC none repeat scroll 0 0;
	border:1px solid #ACC8E5;
	display:block;
	padding:10px;
	width: 100%;
}

div.topicOptions p.switchView {
	float: right;
}

/* Workshop project part markup */
div.projectWorkshop iframe.workshop {
	width: 100%;
	height: 530px;
}

div.projectWorkshop div.workshop {
	padding: 10px 0px;
}

div.projectWorkshop a.popup {
	padding-right: 18px;
	background: url('/images/pageLayout/more.gif') no-repeat center right;
}

div.projectWorkshop a.popup:hover {
	text-decoration: none;
	background: url('/images/pageLayout/more_on.gif') no-repeat center right;
}

/* Contacts project part */
ul.contacts li {
	list-style-type: none;
	padding: 2px;
}

ul.contacts li a {
	background: url('../images/pageLayout/links_bullet_off.gif') no-repeat 0 4px;
	padding-left: 15px;
}

ul.contacts li a:hover {
	background-image: url('../images/pageLayout/links_bullet_on.gif');
	text-decoration: none;
}

/* Legend markup */
div.legend {
	margin: 0;
	padding: 6px;
}
div.legend ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
}
div.legend li {
	padding: 2px 0;
}
.legendIcon {
	margin-right: 5px;
}

.linkTopics {
	 vertical-align: text-bottom;
}