/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0px 0px 10px 0px;
margin-left: 0;
padding-top: 0px;
font: bold 10px Verdana;
list-style-type: none;
line-height: 30px;
margin-bottom: 0px;
margin-left: 19px;

}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	position: relative;
	z-index: 1;
	height:auto;
	width:auto;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	color: #666666;
	background-image:url(../images/subNavBg.gif);
	background-repeat:repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
z-index: 0;

}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;

}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
z-index: -1;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image:url(../images/subNavBgOvr.gif);
border-bottom: solid 1px #f5f5f5;
z-index: -1;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;

}

.tabcontent{
display:none;
z-index:auto;
}

@media print {
.tabcontent {
display:block !important;
}
}




.tabselectable {
	background-image:url(../images/subNavBg.gif);
	background-repeat:repeat-x;
	padding-left:10px;
	padding-right:10px;
}

a.selectablelink {
	font: bold 10px Verdana;
	color: #666666;
	font-weight: bold;


}

a.selectablelink:hover {
	font: bold 10px Verdana;
	color: #272727;
	font-weight: bold;


}

.tabselectableSelected {
	background-image:url(../images/subNavBgOvr.gif);
	background-repeat:repeat-x;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	z-index: -2;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	
}

a.selectableSelectedlink {
	font: bold 10px Verdana;
	color: #272727;
	font-weight: bold;


}

a.selectableSelectedlink:hover {
	font: bold 10px Verdana;
	color: #272727;
	font-weight: bold;


}