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



.shadetabs{

padding: 3px 0;

margin-left: 0;

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*/

}



a#tab:link, a#tab:visited, a#tab:active{

text-align:center;

float:left;

display:block;

width:186px;

height:18px;

background-image:url(tab_bg.jpg);

background-repeat:no-repeat;

color:#FFFFFF;

text-decoration:none;

margin-left:1px;

margin-right:1px;

line-height:1.5em;

}



a#tab:hover{

text-align:center;

line-height:1.5em;

display:block;

width:186px;

height:18px;

color:#000000;

text-decoration:none;

background-image:url(tab_hover.jpg);

background-repeat:no-repeat;

}

a#tab.selected{
text-align:center;

line-height:1.5em;

display:block;

width:186px;

height:18px;

color:#000000;

text-decoration:none;

background-image:url(tab_hover.jpg);

background-repeat:no-repeat;
}



.tabcontent{

display:none;

}



@media print {

.tabcontent {

display:block !important;

}

}




