@import "tabs-position.css";
.tab {
	background-image:url(norm.png);
	display: inline;
	text-decoration: none;
	text-align:center;
	margin-right: 1px;
	font-weight: bold;
	font-family:verdana;
	font-size:11px;
	width:100px;height:25px;
	padding: 3px 0px 3px 0px;
	z-index: 100;
	color:#000000;
	width:100px;
}

.tabBody {
	background-color:#ffffff;
	position:relative;
	top:-15px;
	border: 4px solid #96D1FF;
	width: auto;
	/*padding: 0px 12px 12px 12px;*/
	z-index: 500;
}

div.tabs {
	background-color:#ffffff;
	font-size:11px;
	position:relative;
	top:-15px;
	text-align:center;
	white-space: nowrap;
	cursor: default !important;
	z-index: 10000;
}

div.tabs input{
	background-image:url(button.png);
	height:24px;
	vertical-align:top;
	font-size:11px;
	border-width:0px;
	font-weight: bold;
	}

.tabHover {
	z-index: 1200;
	border-bottom-width: 0;
	background-image:url(hover.png);
}

.tabActive {
	/*padding: 3px 0px 3px 0px;*/
	z-index: 10000;
	top: -2px;
	background-image:url(active.png);

}
