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

.table_class a:link,
.table_class a:hover,
.table_class a:visited {
	color: #000000;
	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: 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 {
	padding: 2px 1px 0px 2px;
}
.table_class div.sort_image {
	display: inline-block;
	width: 7px;
	padding: 2px 1px 0px 2px;
}
.table_class div.sort_image svg polyline.arrow_up,
.table_class div.sort_image svg polyline.arrow_down {
	fill: #ffffff;
}
.table_class div.sort_image svg.sort_asc polyline.arrow_up {
	fill-opacity: 0.3;
}
.table_class div.sort_image svg.sort_desc polyline.arrow_down {
	fill-opacity: 0.3;
}
.table_class div.sort_image svg.sort_none polyline.arrow_up,
.table_class div.sort_image svg.sort_none polyline.arrow_down {
	fill-opacity: 0.3;
}

.table_class td.table_class_sum {
	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;
	font-family: "Open Sans", 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: 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: 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;
	font-family: "Open Sans", Arial, sans-serif;
}

div#page.admin div#content .table_light a,
.table_light a:link,
.table_light a:hover,
.table_light a:visited {
	color: #000000;
	font-weight: normal;
}
div#page.admin div#content .table_light a:hover,
.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: 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 {
	padding: 2px 1px 0px 2px;
}

.table_light div.sort_image {
	display: inline-block;
	width: 7px;
	padding: 2px 1px 0px 2px;
}
.table_light div.sort_image svg polyline.arrow_up,
.table_light div.sort_image svg polyline.arrow_down {
}
.table_light div.sort_image svg.sort_asc polyline.arrow_up {
	fill-opacity: 0.3;
}
.table_light div.sort_image svg.sort_desc polyline.arrow_down {
	fill-opacity: 0.3;
}
.table_light div.sort_image svg.sort_none polyline.arrow_up,
.table_light div.sort_image svg.sort_none polyline.arrow_down {
	fill-opacity: 0.3;
}

.table_light td.table_light_sum {
	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;
}

.table_light a.table_cta,
div#content .table_light a.table_cta {
	display: inline-block;
	text-transform: uppercase;
	padding: 1px 15px;
	letter-spacing: 2px;
	color: #ffffff;
	background-color: #4e8fae;
}

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

.table_no_lines a:link,
.table_no_lines a:hover,
.table_no_lines a:visited {
	color: #000000;
	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: 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 {
	padding: 2px 1px 0px 2px;
}
.table_no_lines div.sort_image {
	display: inline-block;
	width: 7px;
	padding: 2px 1px 0px 2px;
}
.table_no_lines div.sort_image svg polyline.arrow_up,
.table_no_lines div.sort_image svg polyline.arrow_down {
	fill: #041e42;
}
.table_no_lines div.sort_image svg.sort_asc polyline.arrow_up {
	fill-opacity: 0.3;
}
.table_no_lines div.sort_image svg.sort_desc polyline.arrow_down {
	fill-opacity: 0.3;
}
.table_no_lines div.sort_image svg.sort_none polyline.arrow_up,
.table_no_lines div.sort_image svg.sort_none polyline.arrow_down {
	fill-opacity: 0.3;
}

.table_no_lines td.table_no_lines_sum {
	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;
}

