#tabControl {
}

#tabControl .tab-buttons {
	/*background-color: #f3f3f3;
	border: 1px solid #ccc;*/
}
#tabControl .tab-buttons ul,
#tabControl .tab-buttons ol,
.tab_control .tab_buttons {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#tabControl .tab-buttons li,
.tab_control .tab_buttons li {
	float: left;
	margin-left: 6px;
	border: 1px solid #003a4f;
	border: 1px solid #007ea8;
	border: 1px solid #006080;
	margin-bottom: -1px;
	text-transform: uppercase;
}
#tabControl .tab-buttons li.current,
.tab_control .tab_buttons li.normal_current,
.tab_control .tab_buttons li.wide_current {
	border: 1px solid #006080;
	/*border-bottom-color: #fff;*/
}
#tabControl .tab-buttons li.current a,
.tab_control .tab_buttons li.normal_current a,
.tab_control .tab_buttons li.wide_current a {
	background-color: #006080;
	color: #fff;
}
#tabControl .tab-buttons li a,
.tab_control .tab_buttons li a {
	display: block;
	background-color: #003a4f;
	background-color: #007ea8;
	background-color: #fff;
	color: #333;
	padding: 0.6em 2em 0.4em;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease;
}
#tabControl .tab-buttons li:hover a,
#tabControl .tab-buttons li:hover a,
.tab_control .tab_buttons li:focus a,
.tab_control .tab_buttons li:focus a {
	background-color: #227ba6;
	color: #fff;
}
#tabControl .tab-pages,
.tab_control .tabs {
	border: 1px solid #09c;
	border: 1px solid #006080;
	padding: 1em;
}
#tabControl .tab-pages .tab-page:not(:first-child),
.tab_control .tabs .tab:not(:first-child) {
    display: none;
}

/*.tab_control {
}
.tab_control .header {
}
.tab_control .tabs {
	border: 1px solid #003a4f;
	padding: 16px 16px 8px;
}
.tab_control .tabs .tab:not(:first-child) {
	display: none;
}
.tab_control.filter .tab_buttons li {
	float: left;
}
.tab_control.filter .tab_buttons li:not(:first-child) {
	margin-left: 2em;
}
.tab_control.filter .tab_buttons li a {
	color: #003a4f;
	color: #fff;
	margin: 0;
    padding: 0 0 0.5em;
    display: block;
	position: relative;
}
.tab_control.filter .tab_buttons li.normal_current a:before,
.tab_control.filter .tab_buttons li.wide_current a:before {
	display: block;
	content: '';
	border: 8px solid transparent;
	border-top: 0;
	border-bottom-color: #003a4f;
	left: 50%;
	bottom: 0;
    transform: translateX(-50%);
	position: absolute;
}*/
.tab_control.filter .clear {
	display: none;
}
.tab_control.filter .section {
	width: 50%;
	float: left;
	padding: 20px 0 0;
}
.tab_control.filter .section:not(.right-fill) {
	padding-right: 20px;
}
.tab_control.filter .section.right-fill {
	padding-left: 20px;
}
.tab_control.filter .vertical_seperator {
	float: left;
    height: 90px;
    margin-left: -1px;
	border-right: 1px solid #006080;
	width: 0;
	overflow: hidden;
}
.tab_control.filter legend {
	font-size: 1em;
	border-bottom: none;
}
.tab_control.filter .section_wide {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}
.tab_control.filter .section_inner {
	width: 50%;
	float: left;
	padding-bottom: 10px;
}
.tab_control.filter .section_date {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}
.tab_control.filter .section_wide:before,
.tab_control.filter .section_wide:after,
.tab_control.filter .section_inner:before,
.tab_control.filter .section_inner:after,
.tab_control.filter .section_date:before,
.tab_control.filter .section_date:after {
	display: block;
	content: '';
	clear: both;
}
.tab_control.filter .label {
	display: block;
    float: left;
    color: #333;
    padding: 0 0.5em 0 0;
    margin: 0;
    text-align: left;
	font-size: 0.9em;
	line-height: 24px;
}
.tab_control.filter .section_inner .label {
    width: 48%;
	max-width: 140px;
}
.tab_control.filter .section_wide .label,
.tab_control.filter .section_date .label {
    width: 24%;
	max-width: 140px;
}
.tab_control.filter .section_inner .value {
	width: 48%;
	float: left;
}
.tab_control.filter .section_wide .value,
.tab_control.filter .section_date .value {
	width: 72%;
	float: left;
}
.tab_control.filter .section_wide .value label,
.tab_control.filter .section_date .value label {
	margin: 0 1em;
}
.tab_control.filter .value input[type="text"],
.tab_control.filter .value select {
	width: 100%;
	height: 26px;
}
.tab_control.filter .section_date .value input[type="text"] {
	width: 40%;
	max-width: 188px;
}
.tab-page img {
	/*min-width: 100%;
	height: auto !important;*/
}