/*
 * Default base style: .table_class
 */
.table_class,
.table_class input[type=button] {
	font-size: 13px;
	color: #041e42;
	font-family: inherit;
}

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

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

.table_class th,
.table_class td {
	padding: 2px;
	border: 1px solid #364a67;
	color: #041e42;
}
.table_class th {
	color: #ffffff;
	background-color: #041e42;
	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: 13px;
	color: #000000;
	font-family: inherit;
}

.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;
}

/*
 * Style: .teambook
 */
.teambook,
.teambook input[type=button] {
	font-size: 13px;
	color: #000000;
	font-family: inherit;
}

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

.teambook table {
	border-collapse: collapse; 
}

.teambook th,
.teambook td {
	padding: 5px 3px;
	color: #000000;
	border-bottom: 1px solid #bababa;
}

.teambook th {
	border: 0 none;
	color: #ffffff;
	background-color: #006db5;
	font-weight: bold;
	text-align: left;
}
.teambook th.table_name {
}
.teambook th.table_headers {
}

.teambook td {
}
.teambook td.odd {
}

.teambook tr {
}
.teambook tr.odd {
}

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

.teambook td.teambook_sum {
	font-weight: bold;
}

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

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

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

/*
 * Default base style: .teambook_admin
 */
.teambook_admin,
.teambook_admin input[type=button] {
	font-size: 13px;
	color: #0f5081;
	font-family: inherit;
}

.teambook_admin a:link,
.teambook_admin a:hover,
.teambook_admin a:visited {
	color: #0f5081;
	font-weight: normal;
}
.teambook_admin a:hover {
	text-decoration: underline;
}

.teambook_admin table {
	border-collapse: collapse;
}

.teambook_admin th,
.teambook_admin td {
	padding: 6px 2px;
	border-bottom:  1px solid #b8dcdf;
	color: #0f5081;
}
.teambook_admin th {
	font-weight: bold;
	text-align: left;
}
.teambook_admin th.table_name {
}
.teambook_admin th.table_headers {
}

.teambook_admin td {
}
.teambook_admin td.odd {
}

.teambook_admin tr {
}
.teambook_admin tr.odd {
}

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

.teambook_admin td.teambook_admin_sum {
	font-weight: bold;
}

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

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

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

/*
 * Default base style: .table_no_lines
 */
.table_no_lines,
.table_no_lines input[type=button] {
	font-size: 13px;
	color: #041e42;
	font-family: inherit;
}

.table_no_lines a:link,
.table_no_lines a:hover,
.table_no_lines a:visited {
	color: #041e42;
	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 {
	color: #041e42;
	padding-right: 8px;
}
.table_no_lines th {
	font-weight: bold;
	text-align: left;
	padding-bottom: 4px;
}
.table_no_lines th.table_name {
}
.table_no_lines th.table_headers {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.table_no_lines td {
	padding-top: 3px;
	padding-bottom: 3px;
}
.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;
}


/*
 * Default base style: .three_narrow_grid
 */
.three_narrow_grid,
.three_narrow_grid input[type=button] {
	font-size: 13px;
	color: #000000;
	font-family: inherit;
}

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

.three_narrow_grid td.three_narrow_grid_sum {
	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;
}
