/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shade-tabs-auto {
	width:100%;
	height:23px;
	float:left;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 2px;
border: 1px solid #dddddd;
color: #2d2b2b;
background: white  url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
background-color:#3300FF;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #0e4173;
}

.shadetabs li a.selected{
color:#0e4173;
background-color:#3300FF;
text-decoration: none;
background: white  url(../images/shadeactive.gif) top left repeat-x;
}

.tabcontent{
display:none;
}

.tab-main-container{
	width:928px;
	height:auto;
	padding: 10px;
	float:left;
	border:1px solid #dddddd;
	min-height:300px;
}


