/* ######### CSS for Shade Tabs. Remove if not using ######### */
#tab{ padding-left:25px; padding-top:30px;background-image:url(/images/tabbg.gif); background-position:bottom left; background-repeat:no-repeat;
}
#shadetabs{
font:12px Verdana;
height:26px;
float:left;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}
#shadetabs a{
text-decoration: none;
color: #6A6A6A;
font-size:12px; font-family: Arial, Helvetica, sans-serif;
background: white url(/images/tab.png);
height:20px;
width:107px; padding-top:6px;
margin-left:3px;

}

#shadetabs a:visited{
}

#shadetabs a:hover{

}

#shadetabs a.selected{ /*selected main tab style */
width:139px;
background-image: url(/images/tabhover.png);
color:#990000; font-weight:bold;

}

#shadetabs a.selected:hover{ /*selected main tab style */
text-decoration: none;
color:#990000; font-weight:bold;

}


.tabscontent{
display:none; background-image:url(/images/tabc.gif); width:735px; color:#666;}
#related{ padding:10px;}
#related p{ margin:10px;}
#related ul{ margin:0px;}

#related li{
margin:0px;
padding-left: 15px;
background-image: url(/images/picrel.gif);
background-repeat: no-repeat;
background-position: 0 .3em;
list-style: none;
}
#tabtop{ background-image:url(/images/tabtop.gif); height:8px; width:735px;}
#tabbottom{ background-image:url(/images/tab_bottom.gif); height:10px; width:735px; margin-bottom:15px;}
#tabcont{ margin-top:15px;}
@media print {
.tabscontent {
display:block !important;
}
}
