.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}


/* gradient shade under the sub tab menu */
#shade_content_shade {
padding-top: 25px;
background: url(../images/shade_content_topshade.gif) repeat-x top left;
background-color: #fcfcfc;
}



.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{

text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border-style: solid;
border-width: 1px;
border-color: #6a6969 #6a6969 #bebebe;
color: #2d2b2b;
background: white url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid gray;

}

.tabcontent{
display:none;
}


.tcontent_hdr {
font-size: 24px;
color: #c70909;
padding:10px;
}
.tcontent_hdr_gay {
font-size: 24px;
color: #bd09bc;
padding:10px;
}

.tcontent_hdr_tranny {
font-size: 24px;
color: #fa9506;
padding:10px;
}

@media print {
.tabcontent {
display:block!important;
}
}
