/*New*/
ul.shadetabs li{
	display:inline;
	margin:0;
	margin-right:2px;
	padding:0;
}

ul.shadetabs a,ul.shadetabs a{
	float:left;
	background:url("../img/tableft3.gif") no-repeat left top;
	margin:0;
	padding:0 4px 0 4px;
	text-decoration:none;
}

ul.shadetabs span{
	float:left;
	display:block;
	background:url("../img/tabright3.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}

ul.shadetabs a:hover, ul.shadetabs li.active a,.shadetabs li.selected a {
	background-position:0% -42px;
	color: #3f4046;
	font-weight: bold;
}

ul.shadetabs a:hover span, ul.shadetabs li.active a span,li.selected span{
	background-position:100% -42px;
	color: #3f4046;
	font-weight: bold;
}
/*New*/


.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabsNoise{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 9px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

/* No more?
.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #c6c7da;
color: white;
background: #3F4046;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
background: #CED2DE;
color: #3F4046;
border-bottom-color: #CED2DE;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a,.shadetabs li.selected a:hover{ 
background: #CED2DE;
color: #3F4046;
border-bottom-color: #CED2DE;
}

.shadetabs li.selected a:hover{ 
text-decoration: none;
}
*/

.tabcontentstyle{ /*style of tab content oontainer*/
border-left: 1px solid #c6c7da;
border-right: 1px solid #c6c7da;
border-bottom: 1px solid #c6c7da;
width: 545px;
margin-bottom: 1em;
padding: 10px;
background:#e1e6f1 url("../img/tabBoxBkgd.jpg") repeat-x top;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}