/* ------------------------------------------------- */
/* Report Styles                                     */
/* ------------------------------------------------- */

/* columnReport: a simple report style with labels left aligned and data left aligned after them, but with data items ligned up with each other */

.columnReport {
	margin: 0 auto 10px auto;
}

.columnReport .row {
	position: relative;
	clear: right;
	margin: 0;
	padding: 0;
}

.columnReport .heading {
	text-align: left;
}

.columnReport .subHeading {
	text-align: left;
	font-size:1em;
	font-weight:bold;
	width:100%;
	margin-bottom:0px;
	padding-bottom:5px;
}

.columnReport .spacer {
	float: right;
	height: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.columnReport .leftCol {
	vertical-align: top;
	display: inline-block;
	width: 21%;
	font-weight: bold;
	clear: right;
	border-right: 2px solid #ccc;
	padding: 5px 10px 5px 10px;
}

.columnReport .rightCol {
	display: inline-block;
	vertical-align: bottom;
	border-left: 2px solid #ccc;
	margin: 0 -2px;
	padding: 5px;
	width: 72%;
}