/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{

font: bold 10px Verdana;
list-style-type: none;
text-align:center;
 /*set to left, center, or right to align the menu as desired*/
}

.shadetabs td{
display:inline-block;
margin: 0;
}

.shadetabs td a{
text-decoration: none;
position: relative;
z-index: 0;
margin-right: 0px;
border: 0px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs td a:visited{
color: #2d2b2b;
}

.shadetabs td a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs td a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs td a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs td a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

