#tabs{
	margin:0;
	padding:0;
	visibility : hidden;
	background:#000000;
}

#tabs > ul{
	float:left;
	list-style:none;
	background:#000000;
	margin : 0;
	width : 100%;
	box-sizing: border-box;
}

#tabs > ul > li{
	font-size : 12pt;
	font-weight:bold;
	text-align:center;
	margin:0 10px 0px 0;
	width:130px;
	padding:10px 5px 10px 5px;
	display:block;
	float:left;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius:10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
	border-width : 3px 3px 0 3px;
	border-style: solid;
	border-color: white;
	height : 40px;
	background:#000000;
	color:white;
	box-sizing: border-box;
}

#tabs > ul > li.tabActiveHeader{
	background: white;
	color:#000000;
}

#tabscontent {
	padding:0
	margin:0;
	background:white;
}
