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

.shadetabs{ padding:0px; margin:0px 0px 0px 0px; list-style-type: none; text-align: center; }
.shadetabs li{ margin:0px; border-right: 0px solid #CBCCCC; height:36px; float:left; }
.shadetabs li a{ text-decoration:none; z-index:1; padding:0px 20px; line-height:36px; height:36px; color:#2d2b2b; border:0px solid red; display:block; float:left; font-size:13px; font-weight:bold; }
.shadetabs li a:visited{ color:#000000;}
.shadetabs li a:hover{ text-decoration:none; color:#000000; background:url(../images/ser_navbgo.gif) repeat-x top left;}
.shadetabs li a.selected{ position: relative; top: 0px; }
.shadetabs li a.selected{ color:#000000; background:url(../images/ser_navbgo.gif) repeat-x left top; }
.shadetabs li a.selected:hover{ text-decoration: none; }
.tabcontent{ display:none; }
.tabcontent p img{ float:left; padding:0px 20px 0px 0px; }
@media print {
.tabcontent {
display:block !important;
}
}

