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

.shadetabs{
padding: 0px;
margin-right: 1px;
margin-top: 1px;
margin-bottom: 5px;
font: bold 16px Georgia, Times New Roman, Times, serif;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
background:url(tab-left.png) no-repeat left top;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
padding: 5px 15px;
margin-right: 0px;
color: #ffffff;
background-color:#7e8181;
/*background: white url(shade.gif) top left repeat-x; */
}

.shadetabs li a:visited{
color: #ffffff;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #ffffff;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
background-color:#1164af;
/* background-image: url(shadeactive.gif);
border-bottom-color: white; */
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

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