@charset "utf-8";
/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs{
padding: 3px 5px;
margin-left: 0px;
margin-top: 1px;
margin-bottom: -1px;
list-style-type: none;
width:auto;
}

.shadetabs li{
display: inline;
padding:0 7px;


}

.shadetabs li a{
	position: relative;
	z-index: 1;
	border-top: 1px solid #666666; border-left: 1px solid #666666; border-right: 1px solid #666666;
	color: #000000;
	height:18px;
	padding:4px 5px;
	text-decoration:none;
	font-weight:bold;
	background-image: url(../../images/bg11.gif); background-repeat:repeat-x; background-position:bottom;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
background-image: url(../../images/bg11-hover.gif); background-repeat:repeat-x;
height:18px; 
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color: #000000;
text-decoration:none;
border-bottom: 0px solid #666666;
background-image: url(../../images/bg11-hover.gif); 
height:20px; 
 background-repeat:repeat-x;
}


.shadetabs li a.selected:hover{ /*selected main tab style */
background-image: url(../../images/bg11-hover.gif); background-repeat:repeat-x;
color: #000000;
height:20px; 
text-decoration:none;
}

.tabcontent{
	display:inline;
}
