.shadetabs{padding: 4px 0;margin-left: 0px;margin-top: 1px;margin-bottom: 0;font: bold 11px 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;padding: 3px;padding-left:18px;padding-right:18px;margin-right: 0px;
border: 1px solid #778;border-bottom-color:#ffffff;color: #2d2b2b;width:90px;/*background-image:url(../images/bgr.png);background: white url(../images/shade2.gif) top left repeat-x;*/
}

.shadetabs li a:visited{color: #2d2b2b;
}

.shadetabs li a:hover{text-decoration: none;color: #FFFFFF;CURSOR: pointer;background-color:#339966;
}

.shadetabs li.selected{position: relative;top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style *//*background-image: url(../images/shadeactive2.gif);*/background-color:#F7F7F7;border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */text-decoration: none;background-color:#FFFFFF;color:#2d2b2b;cursor: none;
}

.tabcontentstyle{ /*style of tab content container*/border: 1px solid gray;width: 100%;margin-bottom: 0;
padding: 3px;background-color:#ffffff/*background-image:url(../images/bgr.png);*/
}

.tabcontent{display:none;
}

@media print {
.tabcontent {display:block!important;
}
}