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


padding: 3px 0;
#padding:0px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Arial;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li{
display: inline;
margin: 0;
text-align:center;


}
.shadetabs li a{

text-decoration: none;
padding: 3px 7px;
#padding:0px;
margin-left:8px;
background:url(images/blue-tab.gif) no-repeat;
color:#ffffff;
}
.shadetabs span {
background:url(images/tabs-right.gif) no-repeat;
padding-top:4px;
padding-bottom:4px;
}
.shadetabs li a:visited{
color: black;
}
.shadetabs li a:hover{
color: black;

}
.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
background:none;
color:#000000;
}
.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: black;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
/*background:url(images/white-tab.gif) no-repeat; */
}
.tabcontent{
display:none;
padding-left:4px;
padding-top:4px;
/*background:url(images/tabincon.gif) no-repeat;
height:241px;
width:449px;
float:right;
margin-top:4px;
margin-right:4px;
#margin-right:20px;*/
}
@media print {
.tabcontent {
display:block !important;
}
}
