.dhx_tabbar_zoneV {
	position: relative;
}

.dhx_tabbar_zoneVB {
	position: relative;
}

.dhtmlxTabBar {
	margin-left: 0.2%;
	margin-right: 0.2%;
}

.tabBarContent {
	display: none;
	width: 100%;
	padding-bottom: 30px;
}

.tabBarContent .tabButtonBar {
	width: auto;
	background: #E0E0E0;
	border-bottom: 1px solid #C0C0C0;
	padding: 9px 7px 5px 7px;
	margin: 0px 0 7px 0;
	background-image: linear-gradient(to bottom, #FFF, #E0E0E0);
}

.tabBarContent .tabButtonBar .title {
	font-size: 10pt;
	font-weight: bold;
	color: #2E5F95;
	padding-left: 15px;
}

.noTabs .tabButtonBar {
	width: auto;
	background: #E0E0E0;
	border: 1px solid #999999;
	padding: 7px;
	margin: 2px;
	margin-bottom: 6px;
}

.dhx_tabbar_zone .dhx_tablist_zone {
	padding: 5px 0px 0px 0px;
}

.dhx_tabbar_zoneB .dhx_tablist_zone {
	padding: 5px 0px 0px 0px;
}

.dhx_tabbar_zoneV .dhx_tablist_zone {
	padding: 0px 0px 0px 0px;
}

.dhx_tabbar_zoneVB .dhx_tablist_zone {
	padding: 0px 0px 0px 0px;
	position: absolute;
}

.dhx_tabcontent_sub_zone {
	width: 100%;
	padding: 0px 0px 0px 0px !important
}

.dhx_tabcontent_zone {
	position: relative;
	background-color: #F0F8FF;
}

.dhx_tabbar_zone .dhx_tabcontent_zone {
	min-height: auto !important;
	height: auto;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-top: 0px solid #C0C0C0;
}

.dhx_tabbar_zoneB .dhx_tabcontent_zone {
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 0px solid #C0C0C0;
}

.dhx_tabbar_zoneV .dhx_tabcontent_zone {
	border-bottom: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-left: 0px solid #C0C0C0;
	position: absolute;
	top: 0px;
}

.dhx_tabbar_zoneVB .dhx_tabcontent_zone {
	border-bottom: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 0px solid #C0C0C0;
	position: absolute;
	top: 0px;
	left: 0px;
}

.dhx_tab_element div {
	font-family: Tahoma;
	font-size: 8pt;
}

.dhx_tabbar_zoneB .dhx_tab_element div {
	background-position: bottom;
}

.dhx_tabbar_zoneVB .dhx_tab_element div {
	background-position: right;
}

.dhx_tab_element {
	font-family: Tahoma;
	font-size: 8pt;
	text-align: center;
	cursor: pointer;
	position: absolute;
	overflow: hidden;
}

.dhx_tabbar_zone .dhx_tab_element {
	padding: 3px 0px 3px 0px;
}

.dhx_tabbar_zoneB .dhx_tab_element {
	padding: 0px 0px 0px 0px;
}

.dhx_tabbar_zoneV .dhx_tab_element {
	padding: 0px 3px 0px 3px;
}

.dhx_tabbar_zoneVB .dhx_tab_element {
	padding: 0px 0px 0px 0px;
}

.dhx_tab_element_inactive {
	font-weight: normal;
	z-Index: 4;
}

.dhx_tabbar_zone .dhx_tab_element_inactive {
	margin-top: 3px;
	margin-left: 0px;
}

.dhx_tabbar_zoneB .dhx_tab_element_inactive {
	margin-top: 0px;
	margin-left: 0px;
}

.dhx_tabbar_zoneV .dhx_tab_element_inactive {
	margin-left: 3px;
	margin-top: 0px;
}

.dhx_tabbar_zoneVB .dhx_tab_element_inactive {
	margin-left: 0px;
	margin-top: 0px;
}

.dhx_tab_element_active {
	background-color: #F0F8FF;
	font-weight: bold;
	z-Index: 6;
}

.dhx_tabbar_zoneB .dhx_tab_element_active {
	margin-top: 0px;
}

.dhx_tab_element_disabled {
	color: silver;
	cursor: default;
}

.dhx_tabbar_row {
	overflow: hidden;
	-moz-user-select: none;
}

.dhx_tabbar_zone .dhx_tabbar_row {
	margin-top: -5px;
	position: relative;
}

.dhx_tabbar_zoneB .dhx_tabbar_row {
	margin-top: -5px;
	position: relative;
}

.dhx_tabbar_zoneV .dhx_tabbar_row {
	margin-left: 0px;
	margin-top: 0px;
	top: 0px;
	position: absolute;
}

.dhx_tabbar_zoneVB .dhx_tabbar_row {
	margin-left: 0px;
	margin-top: 0px;
	top: 0px;
	position: absolute;
}

.dhx_tablist_scroll {
	position: absolute;
	top: 5px;
	right: 4px;
	height: 15px;
	width: 32px;
	z-Index: 6;
	cursor: pointer;
}

.dhx_tabbar_zoneV .dhx_tabbar_row .dhx_tablist_scroll {
	height: 32px;
	width: 15px;
}

.dhx_tabbar_zoneVB .dhx_tabbar_row .dhx_tablist_scroll {
	height: 32px;
	width: 15px;
}

.dhx_tablist_line {
	height: 1px;
	overflow: hidden;
	background-color: #C0C0C0;
	width: 100%;
	position: absolute;
	left: 0px;
	z-Index: 5;
}

.dhx_tabbar_zoneB .dhx_tabbar_row .dhx_tablist_line {
	height: 1px;
	width: 100%;
	left: 0px;
}

.dhx_tabbar_zoneV .dhx_tabbar_row .dhx_tablist_line {
	width: 1px;
	top: 0px;
}

.dhx_tabbar_zoneVB .dhx_tabbar_row .dhx_tablist_line {
	width: 1px;
	top: 0px;
}

.dhx_ajax_loader {
	margin-top: 20px;
	margin-left: 10px;
	font-size: 10pt;
	font-family: Arial, Tahoma;
	font-weight: bold;
	vertical-align: absmiddle;
}

.skin_dhx_black .dhx_tab_element_active {
	color: white;
}

.skin_dhx_black .dhx_tab_element_inactive {
	color: white;
	margin-top: 0px;
}

.skin_dhx_blue .dhx_tab_element_active {
	color: #006699;
}

.skin_dhx_blue .dhx_tab_element_inactive {
	color: #006699;
	margin-top: 0px;
}