#TabContainer{}

.TabContainer{
	margin-bottom:0px;
	border-bottom:solid 1px #EEE;
	width:100%;
	height:20px;
}

#stor1{z-index:801; display:none;}
#stor2{z-index:802; display:none;}
#stor3{z-index:803; display:none;}
#stor4{z-index:804; display:none;}

.storageContainer{
	visibility:hidden;
	position:relative;
	width:0px;
	height:0px;
	width:0px;
	height:0px;
}

a.tabA{
	font-size:8pt;
	font-family:arial;
	text-decoration:none;
	color:navy;
}
a.tabA:visited{ color:navy; }
a.tabA:active{ color:navy; }

a.tabA:hover{
	background-color:#DDD;
	opacity:0.1;
	filter:alpha(opacity=10);
}

.tabInner{
	cursor:default;
	width:93%;
	white-space: nowrap;
}

.tabs{
	margin:0px;
	width:92px;
	height:21px;
	background-image:url(/images/5/tab_dkgray.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	float:left;
	font-size:8pt;
	font-family:arial;
	text-align:center;
}

.contWrapper{
	padding:3px;
	background-color:#EEE;
	border-left:solid 1px #DDD;
	border-bottom:solid 1px #DCDCDC;
	border-right:solid 1px #CCC;

}
#TabOverall{ width:300px; }