.nv2_Container{
	background:#fafafa;	
}

.nv2_tabActive{
	position:relative;
	height:25px;
	float:left;
	margin-right:6px!important;
	margin-right:3px;
	margin-left:6px !important;
	margin-left:3px;
	cursor:default;
	
}

.nv2_tabActive .tabLeft {
	position:absolute;
	left:0px;top:0px;
	width:8px;
	height:100%;
	background:url(leftA.gif);
	z-index:1;
}

.nv2_tabActive .tabRight {
	
	width:100%;
	position:relative;
	height:100%;
	background:url(rightA.gif) no-repeat;
	background-position:top right;
	padding-left:8px;
	text-align:left;
	overflow:hidden;
}

.nv2_tabActive .tabRight .tabName {
	
	color:#5d5d5d;
	line-height:25px;
	font-weight:bold;
	font-size:12px;
	width:90%;
}


.nv2_tabActive .tabClose{
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	position:absolute;
	top:4px;
	right:10px;
	cursor:pointer;
	cursor:hand;
	background-image: url(closeWin3.gif);
}


.nv2_tabInactive{
	position:relative;
	height:25px;
	float:left;
	margin-right:6px!important;
	margin-right:3px;
	margin-left:6px !important;
	margin-left:3px;
	vertical-align:baseline;
	cursor:default;
	font-size:12px;
	text-align:left;
	color:#000;
	
}
.nv2_tabInactive .tabLeft {
	position:absolute;
	left:0px;top:0px;
	width:8px;
	height:100%;
	background:url(leftI.gif); 
	z-index:1;
	margin-top:4px;
	_margin-top:0px;
	.margin-top:0px;
}

.nv2_tabInactive .tabRight {
	
	width:100%;
	position:relative;
	height:100%;
	background:url(rightI.gif) no-repeat;
	background-position:top right;
	padding-left:8px;
	margin-top:4px !important;
	margin-top:0px;
	overflow:hidden;
}

.nv2_tabInactive .tabRight .tabName {
	
	color:#000;
	line-height:21px !important;
	line-height:25px;
	font-size:12px;
	width:90%;
	 
}

.nv2_tabInactive .tabClose {
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	position:absolute;
	top:4px;
	right:10px;
	cursor:pointer;
	cursor:hand;
	background-image: url(closeWin3.gif);


}

.nv2_loader{
position:absolute;
width:100px;
height:16px;
left:10px;
top:4px;
color:#000;
padding-left:22px;
background:url(loaderW.gif);
background-position:left top;
background-repeat:no-repeat;
}

.nv2_tabSpacer{
position:relative;
width:100%;
height:2px;
font-size:0px;
background:#e9e9e9;
z-index:2;
}

.nv2_tabCloseOver {
background-repeat:no-repeat;
	width:16px;
	height:16px;
	position:absolute;
	top:4px;
	right:10px;
	cursor:pointer;
	cursor:hand;
	background-image: url(closeWin2.gif);

}

