


table.viewTable {
		border-top: 2px solid darkblue;
		background-color: #EBEBEB;
}

table.viewTable th {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	padding: 3px;
	padding-right: 6px;
	

}

table.viewTable td {
	padding: 3px;
	border: 1px solid #DDDDDD;
}

div.sectionHead {
	font-weight: bold;
	color: darkblue;
	font-size: 125%;
	margin-top: 16px;
}

.matHeader {
	margin-top: 14px;
	font-weight: bold;
}

div.imageWrapper {
	margin: 8px;
}

table.displayMaterial {
	border: 1px dotted black;
	margin: 8px;
	background-color: #FFF;
}
table.displayMaterial th {
	text-align: right;
	font-weight: bold;
	padding: 2px;
	background-color: #EEE;
}
table.displayMaterial td {
	padding: 4px;
	padding-left: 6px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

div#displayReportWrap p {
	margin-top: 2px;
	margin-bottom: 6px;
}


table.aggregate td {
	text-align: right;
}
