@import "tabs-position.css";
.tab {
	display: inline; 
	text-decoration: none;
	margin-right: 3px;
	font-weight: bold;
	padding: 2px 9px 2px 9px;
	z-index: 100;
	border:0px ;
	background-color: #979697;
	color:#fff;
	font-weight:lighter;
}

.tabBody {
	width: auto;
	padding: 5px 5px 5px 5px;
	z-index: 300;
	border: 0px;
	background-color: #DFDFDF;


}

div.tabs {
	top: 2px;
	left: 0px;
	white-space: nowrap;
	cursor: default !important;
	z-index: 500;
	font-weight:lighter;
	margin-bottom:5px;
}

.tabHover {
	z-index: 400;
	border-bottom-width: 0;
	background-color: #cccccc;
	font-weight:lighter;
}

.tabActive {
	padding: 3px 9px 5px 9px;
	z-index: 500;
	top: -2px;
	background-color: #DFDFDF;
	color:#000;
	font-weight:bold;
}


