.ui-tabs {
	position: relative;
	padding: .2em;
	zoom: 1;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0;
	height: 30px;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	margin: 0 5px 0 0;
	padding: 0;
	border-bottom: 0 !important;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: 0 1em;
	height: 30px;
	line-height: 30px;
	background: #2f2c32;
	border: 1px solid #2f2c32;
	border-bottom: none;
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li a:hover {
	background: #2a232e;
		border-color: #2a232e;
	color: #aaa;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	background: #2a232e;
	color: #aaa;
	border-color: #2a232e;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }

.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }

.ui-tabs .ui-tabs-panel {
	display: block;
	padding: .5em;
	clear: left;
color: #aaa;
	border-width: 0;
	border-top: 6px solid #2a232e;
    background: #221e1e;
}

.ui-tabs .ui-tabs-hide { display: none !important; }

/**
 * Sub-Tabs
 */
.subtabs {
	position: relative;
	padding: .2em;
	zoom: 1;
}

.subtabs .ui-tabs-nav {
	margin: 0;
	padding: 6px 6px 7px 6px;
	background: #2f2c32;
	border: 1px solid #2f2c32;
	border-bottom: none;
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
}
.subtabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: 0 !important;
	white-space: nowrap;
}
.subtabs .ui-tabs-nav li a {
	float: left;
	padding: 0 1em;
	background: #2f2c32;
	border: 1px solid #2f2c32;
	border-bottom: none;
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
}
.subtabs .ui-tabs-nav li:first-child a {
	background: #2f2c32;
	border: 1px solid #2f2c32;
	border-bottom: none;
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
}
.subtabs .ui-tabs-nav li:last-child a {
	background: #2f2c32;
	border: 1px solid #2f2c32;
	border-bottom: none;
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
}

.subtabs .ui-tabs-nav li a:hover {
	background: #4c4850;
	border: 1px solid #4c4850;
	border-bottom: none;
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
}

.subtabs .ui-tabs-nav li.ui-tabs-selected a {
	background: #4c4850;
	border: 1px solid #4c4850;
	border-bottom: none;
	font-weight: bold;
	color: #ccc;
	text-decoration: none;}
	
.subtabs .ui-tabs-nav li:first-child.ui-tabs-selected a {
	border: 1px solid #4c4850;
}

.subtabs .ui-tabs-nav li.ui-tabs-selected a,
.subtabs .ui-tabs-nav li.ui-state-disabled a,
.subtabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }

.subtabs .ui-tabs-nav li a,
.subtabs .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }

.subtabs .ui-tabs-panel {
	display: block;
	padding: .5em;
	clear: left;
	color: #aaa;
	border-width: 0;
    background: #221e1e;
}

.subtabs .ui-tabs-hide { display: none !important; }