/* ######### CSS for Shade Tabs. Remove if not using ######### */ .shadetabs{ padding: 2px 0; margin-left: 0; margin-top: 5px; margin-bottom: 0px; font: bold 9px Verdana; 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: 4px 7px; margin-right: 1px; border: 0px solid #778; background: white url(shade.gif) top left repeat-x; } .shadetabs li a:visited{ } .shadetabs li a:hover{ text-decoration: none; color: #990000; } .shadetabs li a.selected{ position: relative; top: 0px; font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS"; font-size: 9px; font-weight: bold; color: #990000; } .shadetabs li a.selected{ background-image: url(shadeactive.gif); border-bottom-color: white; font: bold 9px Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS"; color: #990000; } .shadetabs li a.selected:hover{ text-decoration: none; color: #990000; } .tabcontent{ display:none; top: 0px; position: relative; z-index: 2; } @media print { .tabcontent { display:block !important; }