/*
 * $Id: columnsFrontend.css 61 2009-07-08 08:11:53Z root $ 
 */
div#cm {
	margin-bottom:4px;
	width:100%;
	height:auto;
}
div#cm span.titlePad {
	display:block;
	width:100%;
	padding:2px;
}
div#cm span.header {
	background:url(/images/icons/boxPointer.gif) 5px 8px no-repeat;
	padding:1px;
	padding-left:20px;
	background-color:#848A98;
	color:White;
	font-weight:800;
	border-top:1px solid #AEB2BB;
	border-bottom:1px solid #AEB2BB;
}
div#cm span.document {
	display:block;
	width:100%;
	padding:2px;
	background-color:#E1E7EA;
}
div#cm span.document a {
	text-decoration:none;
}
div#cm span.text {
	display:block;
	width:100%;
	padding:12px;
	background:url(/images/framework/boxGradient.gif) left top repeat-x;
	padding:15px 20px 20px 30px;
}
div#cm span.image {
	text-align:center;
}
div#cm div.form {
	padding:0;
	margin:0;
}

table.strDocuments {
	width:90%;
	margin:10px;
}
table.strDocuments th, 
table.strDocuments td {
	padding:3px;
}
table.strDocuments th {
	padding:2px;
	border-bottom:1px dashed #E8EBEC;
	color:#848A98;
}
table.strDocuments th.first {
	padding-left:24px;
}
table.strDocuments td.first {
	padding-left:20px;
}
table.strDocuments td {
	border-bottom:1px dashed #F1F1F1;
}
table.strDocuments td img {
	margin-right:3px;
}