.tabs {
}
.tabs .top {
	height: 1.6em;
	float: right;
	border: 1px dashed silver;
	padding: 2px;
}
.tabs .main {
}
.tabs .bott {
	height: 1.6em;
	position: absolute;
	bottom: 0;
	border: 1px dashed silver;
	padding: 2px;
}
.tab, .tabcurr {
	display: inline-block;
	text-align: center;
}

.tabs .last{
}

.tab a , .tabcurr a {
	display: block;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
}
.tab a:hover {
	color: white;
}
.tabcurr {
}
.tabcurr a{
	color: Red;
}

.headarea .tabs{
}
.headarea .hphhmid .pnls .tabs {
	height: 2.3em;
	/*display: inline-block;*/
	font-size: 16px;
}
.headarea .tab, .headarea .tabcurr{
	margin: 0 0 0 5px;
	border-left: 1px solid #616161;
	color: #585858;
	background-color: #171e24;
}
.headarea .tab a {
	color: #585858;
}
.headarea .tab a:hover {
	color: white;
}
.headarea .tabcurr {
	background-color: #323639;
}
.headarea .tabcurr a {
	color: white;
}

