/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 4px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Arial, Helvetica;
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-bottom:7px;
_padding-bottom:0px;
padding-top:9px;
_padding-top:0px;
padding-right: 7px;
margin-right: 7px;
color: #2d2b2b;
background: url(../images/tab.gif) top right repeat-x;
background-position: 100% -51px;
_background-position: 100% -47px;
}
.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
	clip: rect(auto,50,auto,auto);
}
.shadetabs li a.selected{ /*selected main tab style */
background-position: 100% 0px;
}
.shadetabs  a span{
text-decoration: none;
position: relative;
z-index: 1;
padding-bottom:7px;
padding-top:9px;
padding-left:12px;
padding-right: 7px;
margin-right: 7px;
background: url(../images/left-tab.gif) top left no-repeat;
background-position: 0 -51px;
_background-position: 0 -47px;
}
.shadetabs a.selected span{ /*selected main tab style */
	position: relative;
	clip: rect(auto,50,auto,auto);
}
.shadetabs a.selected span{ /*selected main tab style */
	background-position: 0 0px;
}
.shadetabs li a:visited{

}
.shadetabs li a:hover{
	text-decoration: none;
	color: #186FDB;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
	color: #2d2b2b;
	text-decoration: none;
	cursor:text;
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
