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

.shadetabs{
height:35px;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
margin-bottom:-1px;
}

.shadetabs li{
display: inline;
margin: 0px 10px 0px 0px;
padding:0px;
line-height:none;
height:35px
}


a.selected {text-decoration:none}

.shadetabs li a, shade li.a:hover {
text-decoration: none;

}

.tabcontent{
display:none;
}

.normalize
{
  font-weight: normal;
  font-style: normal;
}

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

