#jQueryTabs2,
#jQueryTabs3 {
	//margin-left: 4px;
	//margin-right: 4px;
}
.tablink {
}
.tablink small {
	font-weight: normal;
	color: #888;
	font-size: 10px;
}
.ui-state-active,
.ui-widget-content
.ui-state-active,
.ui-widget-header
.ui-state-active {
    //border: 1px solid #aaa;
    //background: none repeat-x scroll 50% 50% #f0f5f0;
	background-color: white;
}
.ui-tabs .ui-tabs-panel {
	margin: 0;
	margin-top:10px;
	padding: 0;
	}
.ui-widget-content {
	border: 0;
}
.ui-widget-content a {
    color: var(--color_bg_dark);
}
.ui-widget-header {
	background-color: white;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
.ui-tabs-nav li.ui-tabs-active a {
	background-color: white;
	}