﻿.reportSectionTable
{
	border: solid 1px #eaeaea;
	background-color: #f7f7f7;
}
.reportSectionTable .sectionHeader
{
	font-weight: bold;
}
.reportSectionTable .descriptionCell
{
	background-color: #f3edc8;
	border: solid 1px #eaeaea;
	border-width: 1px 0 0 0;
	vertical-align: top;
}
.reportSectionTable .valueCell
{
	background-color: #e2dbad;
	background-color: #f3edc8;
	border: solid 1px #eaeaea;
	border-width: 1px 0 0 1px;
	width: 80px;
	vertical-align: top;
}
.reportSectionTable .altDescriptionCell
{
	background-color: #f6f7dc;
	border: solid 1px #eaeaea;
	border-width: 1px 0 0 0;
	vertical-align: top;
}
.reportSectionTable .altValueCell
{
	background-color: #e7e9b1;
	background-color: #f6f7dc;
	border: solid 1px #eaeaea;
	border-width: 1px 0 0 1px;
	vertical-align: top;
}
.bold td
{
	font-weight: bold;
}