/*
 * Default base style: .table_class
 */
.table_class,
.table_class input[type=button] {
	font-size: 1em;
	color: #000000;
	xfont-family: Arial, sans-serif;
}

.table_class a:link,
.table_class a:hover,
.table_class a:visited {
	color: #000000;
	font-weight: var(--font-weight-normal);
}
.table_class a:hover {
	text-decoration: underline;
}

.table_class table {
	border: 1px solid #d0d1d2;
	border-collapse: collapse;
}

.table_class th,
.table_class td {
	padding: 2px;
	border: 1px solid #d0d1d2;
	color: #000000;
}
.table_class th {
	color: #ffffff;
	background-color: rgb(225, 83, 12);
	font-weight: var(--font-weight-bold);
	text-align: left;
}
.table_class th.table_name {
}
.table_class th.table_headers {
}

.table_class td {
}
.table_class td.odd {
}

.table_class tr {
}
.table_class tr.odd {
}

.table_class img.sort_image {
	vertical-align: middle;
}

.table_class td.table_class_sum {
	font-weight: var(--font-weight-bold);
}

.table_class .page_control {
	margin-top: 10px;
}

.table_class .page_control a:link,
.table_class .page_control a:visited,
.table_class .page_control a:hover {
	text-decoration: none;
}
.table_class .page_control a:hover {
	text-decoration: underline;
}

.table_class input[type=button] {
	margin-top: 10px;
}

/*
 * Class: .spreadsheet
 */
.spreadsheet,
.spreadsheet input[type=button] {
	font-size: 1em;
	color: #000000;
	xfont-family: Arial, sans-serif;
}

.spreadsheet a:link,
.spreadsheet a:hover,
.spreadsheet a:visited {
	color: #000000;
}
.spreadsheet a:hover {
	text-decoration: underline;
}

.spreadsheet table {
	border-collapse: collapse;
}

.spreadsheet th,
.spreadsheet td {
	padding: 0;
	color: #000000;
}
.spreadsheet th {
	color: #ffffff;
	background-color: #006db5;
	font-weight: var(--font-weight-bold);
	text-align: left;
	padding: 2px;
}
.spreadsheet th.table_name {
	font-size: 1.2em;
	padding: 6px;
}
.spreadsheet th.table_headers {
}

.spreadsheet td {
}
.spreadsheet td.odd {
}

.spreadsheet tr {
	background-color: #f0f0f0;
}
.spreadsheet tr.odd {
	background-color: transparent;
}

.spreadsheet img {
	padding: 2px 1px 0px 2px;
}

.spreadsheet td.table_class_sum {
	font-weight: var(--font-weight-bold);
	background-color: #e0e0e0;
}

.spreadsheet .page_control {
	margin-top: 10px;
}

.spreadsheet .page_control a:link,
.spreadsheet .page_control a:visited,
.spreadsheet .page_control a:hover {
}
.spreadsheet .page_control a:hover {
	text-decoration: none;
}

.spreadsheet input[type=button] {
	margin-top: 10px;
}

/*
 * Default base style: .table_light
 */
.table_light,
.table_light input[type=button] {
	font-size: 1em;
	color: #000000;
	xfont-family: Arial, sans-serif;
}

.table_light a:link,
.table_light a:hover,
.table_light a:visited {
	color: #000000;
	font-weight: var(--font-weight-normal);
}
.table_light a:hover {
	text-decoration: underline;
}

.table_light table {
	border-collapse: collapse;
}

.table_light th,
.table_light td {
	padding: 6px 2px;
	border-bottom:  1px solid #d0d1d2;
	color: #000000;
}
.table_light th {
	font-weight: var(--font-weight-bold);
	text-align: left;
}
.table_light th.table_name {
}
.table_light th.table_headers {
}

.table_light td {
}
.table_light td.odd {
}

.table_light tr {
}
.table_light tr.odd {
}

.table_light img.sort_image {
	vertical-align: middle;
	margin-left: 2px;
}

.table_light td.table_light_sum {
	font-weight: var(--font-weight-bold);
}

.table_light .page_control {
	margin-top: 10px;
}

.table_light .page_control a:link,
.table_light .page_control a:visited,
.table_light .page_control a:hover {
	text-decoration: none;
}
.table_light .page_control a:hover {
	text-decoration: underline;
}

.table_light input[type=button] {
	margin-top: 10px;
}

/*
 * Default base style: .table_no_lines
 */
.table_no_lines,
.table_no_lines input[type=button] {
	font-size: 1em;
	color: #000000;
	xfont-family: Arial, sans-serif;
}

.table_no_lines a:link,
.table_no_lines a:hover,
.table_no_lines a:visited {
	color: #000000;
	font-weight: var(--font-weight-normal);
}
.table_no_lines a:hover {
	text-decoration: underline;
}

.table_no_lines table {
	border-collapse: collapse;
}

.table_no_lines th,
.table_no_lines td {
	xpadding: 6px 2px;
	xborder-bottom:  1px solid #d0d1d2;
	color: #000000;
}
.table_no_lines th {
	font-weight: var(--font-weight-bold);
	text-align: left;
	padding-bottom: 1em;
}
.table_no_lines th.table_name {
}
.table_no_lines th.table_headers {
}

.table_no_lines td {
}
.table_no_lines td.odd {
}

.table_no_lines tr {
}
.table_no_lines tr.odd {
}

.table_no_lines img.sort_image {
	vertical-align: middle;
}

.table_no_lines td.table_no_lines_sum {
	font-weight: var(--font-weight-bold);
}

.table_no_lines .page_control {
	margin-top: 10px;
}

.table_no_lines .page_control a:link,
.table_no_lines .page_control a:visited,
.table_no_lines .page_control a:hover {
	text-decoration: none;
}
.table_no_lines .page_control a:hover {
	text-decoration: underline;
}

.table_no_lines input[type=button] {
	margin-top: 10px;
}


/*
 * Default base style: .three_narrow_grid
 */
.three_narrow_grid,
.three_narrow_grid input[type=button] {
	font-size: 1em;
	color: #000000;
	xfont-family: Arial, sans-serif;
}

.three_narrow_grid a:link,
.three_narrow_grid a:hover,
.three_narrow_grid a:visited {
	color: #000000;
	font-weight: var(--font-weight-normal);
}
.three_narrow_grid a:hover {
	text-decoration: underline;
}

.three_narrow_grid table {
	border-spacing: 0;
	border-collapse: collapse;
}

.three_narrow_grid th,
.three_narrow_grid td {
	padding: 0;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	border: 1px solid black;
}
.three_narrow_grid th {
	font-weight: var(--font-weight-bold);
}
.three_narrow_grid th > div {
	padding: 10px 0;
}
.three_narrow_grid th.table_name {
}
.three_narrow_grid th.table_headers {
}

.three_narrow_grid td {
	padding: 5px 0;
	overflow: hidden;
}
.three_narrow_grid td.odd {
}

.three_narrow_grid tr {
}
.three_narrow_grid tr.odd {
}

.three_narrow_grid img.sort_image {
	vertical-align: middle;
}

.three_narrow_grid td.three_narrow_grid_sum {
	font-weight: var(--font-weight-bold);
}

.three_narrow_grid .page_control {
	margin-top: 10px 0;
}

.three_narrow_grid .page_control a:link,
.three_narrow_grid .page_control a:visited,
.three_narrow_grid .page_control a:hover {
	text-decoration: none;
}
.three_narrow_grid .page_control a:hover {
	text-decoration: underline;
}

.three_narrow_grid input[type=button] {
	margin-top: 10px;
}
