/*
 * Default base style: .table_class
 */
.table_class,
.table_class input[type=button] {
	font-size: 11px;
	color: #000000;
	font-family: Verdana,Arial,Geneva,helvetica,sans-serif;
}

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

.table_class table {
	border-collapse: collapse;
	border-spacing:	0;
	background-color: #e4e4e4;
}
.table_class th,
.table_class td {
	font-size: 11px;
	padding: 2px;
	border: 1px solid #aaaaaa;
	color: #000000;
}
@media print {
	.table_class table,
	.table_class th,
	.table_class td {
        	border: 0 none;
	}
}
.table_class th {
	color: #ffffff;
	background-color: #666666;
	font-weight: bold;
	text-align: left;
}
.table_class th.table_name {
	text-align: center;
}
.table_class th.table_headers {
}

.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 {
	width: 7px;
	height: 10px;
}
.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.5;
}
.table_class div.sort_image svg.sort_desc polyline.arrow_down {
	fill-opacity: 0.5;
}
.table_class div.sort_image svg.sort_none polyline.arrow_up,
.table_class div.sort_image svg.sort_none polyline.arrow_down {
}


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

.table_class div.page_control {
	margin-top: 10px;
}
.table_class form {
	padding: 0;
	margin: 0;
}

.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;
	margin-bottom: 10px;
	border: 1px solid #000000;
	background-color: #e4e4e4;
	padding: 1px 5px;
}

.table_class img.box_toggle {
	margin-left: 3px;
	border: 0 none;
	width: 11px;
	height: 11px;
}
/*
 * Class: .table_class_whitebg
 */
.table_class_whitebg,
.table_class_whitebg input[type=button] {
	font-size: 12px;
	color: #000000;
	font-family: Arial,Verdana,helvetica;
}

.table_class_whitebg a:link,
.table_class_whitebg a:hover,
.table_class_whitebg a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial,Verdana,helvetica;
}
.table_class_whitebg a:hover {
	text-decoration: underline;
}

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

.table_class_whitebg th,
.table_class_whitebg td {
	font-size: 12px;
	padding: 2px;
	padding-left: 5px;
	border: 1px solid #d0d1d2;
	color: #000000;
}
.table_class_whitebg th {
	color: #ffffff;
	background-color: #006db5;
	font-weight: bold;
	text-align: left;
}
.table_class_whitebg th.table_name {
	text-align: center;
}
.table_class_whitebg th.table_headers {
}

.table_class_whitebg td {
	font-family: Arial,Verdana,helvetica;
	font-size: 12px;
}
.table_class_whitebg td.odd {
}

.table_class_whitebg tr {
}
.table_class_whitebg tr.odd {
}

.table_class_whitebg img.sort_image {
	padding: 2px 1px 0px 2px;
}
.table_class_whitebg div.sort_image {
	display: inline-block;
	width: 7px;
	padding: 2px 1px 0px 2px;
}
.table_class_whitebg div.sort_image > svg {
	width: 7px;
	height: 10px;
}
.table_class_whitebg div.sort_image svg polyline.arrow_up,
.table_class_whitebg div.sort_image svg polyline.arrow_down {
	fill: #ffffff;
}
.table_class_whitebg div.sort_image svg.sort_asc polyline.arrow_up {
	fill-opacity: 0.5;
}
.table_class_whitebg div.sort_image svg.sort_desc polyline.arrow_down {
	fill-opacity: 0.5;
}
.table_class_whitebg div.sort_image svg.sort_none polyline.arrow_up,
.table_class_whitebg div.sort_image svg.sort_none polyline.arrow_down {
}

.table_class_whitebg td.table_class_sum {
	font-weight: bold;
}

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

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

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

.table_class_whitebg input[type=checkbox] {
	padding: 0;
	margin: 0;
}
