/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 13px Arial;
list-style-type: none;
text-align: left;
}

.shadetabs li{
display: inline;
margin: 0;
text-align:center;
}

.shadetabs li a{
text-decoration: none;
color: #fff;
background: url(/net4app/images/blueTab.png) 0 0 no-repeat;
padding:5px 0 10px 0;
width:163px;
height:11px;
display:block;
float:left;
text-align:center;
font: bold 13px Arial;
}

.shadetabs li a:visited{
color: #000;
}


.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color:#000;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(/net4app/images/blueTab_hover.png);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

.tabbody 
{
	border:1px solid #dcdcdc;
	width:751px;
	margin-bottom: 1em;
	background-color:#fafafa;
	padding:8px;
	float:left;
}


