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

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 12px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
font-family: Arial, Helvetica, sans-serif;

}

.shadetabs a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
color: #000000;
/*background: white url(shade.gif) top left repeat-x;*/
}

.shadetabs a:visited{
color: #000;
}

.shadetabs a:hover{
text-decoration: underline;
color: #000;
}

.shadetabs a.selected{ /*selected main tab style */
position: relative;
font-style:italic;
line-height:16px;

/*top: 1px;*/
}

.shadetabs a.selected:hover{ /*selected main tab style */
text-decoration: none;
font-style:italic;
line-height:16px;

}

.tabcontent{
display:none;
}

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

