.contentBlock table.tbl5col
{
	width: 100%;
	border-collapse: collapse;
	border: none;
}
.contentBlock table.tbl5col td
{
	color: #333;
	font-size: 100%;
	margin: 0;
	padding: 2px 5px;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.contentBlock table.tbl5col th
{
	color: #333;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 2px 10px;
	background-color: #e2e2e2;
}
.contentBlock table.tbl5col tr.hilite td
{
	background-color: #f6f6f6;
}
.contentBlock table.tbl5col tr.headrow td
{
	font-weight: bold;
	font-size: 100%;
}
.contentBlock table.tbl5col td.ds0
{
	width: 28%;
	text-align: left;
	padding: 2px 5px 2px 10px !important;
	border-right: 1px solid #e2e2e2 !important;
	border-bottom: 1px solid #e2e2e2 !important;
}
.contentBlock table.tbl5col td.ds1,
.contentBlock table.tbl5col td.ds2,
.contentBlock table.tbl5col td.ds3
{
	width: 18%;
	height: 3em;
	text-align: right;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.contentBlock table.tbl5col tr td:last-child,
.contentBlock table.tbl5col td.ds4
{
	width: 18%;
	height: 3em;
	text-align: right;
	padding: 2px 10px 2px 5px !important;
	border-right: none !important;
	border-bottom: 1px solid #e2e2e2;
}
.contentBlock table.tbl5col td.w2
{
	padding: 2px 10px;
	width: 36%;
}
/* alt color table rows */

.contentBlock table.altColorTbl tr.odd
{
	color: inherit;
	background-color: #eee;
}
.contentBlock table.altColorTbl tr.even
{
	color: inherit;
	background-color: #fff;
}
/*
	override general column styles
*/
.contentBlock table.tbl5col td.redline,
.contentBlock table.tbl5col td#redline
{
	background-color: #cd001f;
	height: 2px !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 0px;
	line-height: 0px;
}
.contentBlock table.tbl5col tr.spacer td
{
	border: none !important;
	line-height: 1em;
	height: 1em;
}

.contentBlock table.tbl5col td.alignLeft
{
	text-align: left !important;
}

