/* ######### CSS for Shade Tabs. Remove if not using ######### */

ul#indextabs {
margin: 0px;
padding: 0px;
background-image: url(/images/tabboxBG.gif);
width: 100%;
height: 52px;
}

.shadetabs{
top:0;
font: bold 10pt 'century gothic';
list-style-type: none;
}

.shadetabs li{
display: inline;
margin: 0;
margin: 4px 0 0 0;
}

.shadetabs li a{
font: bold 10pt 'century gothic';
color: #fff;
position: relative;
z-index: 1;
padding: 20px 45px 20px 35px;
top: 20px;
background: url(/images/tabBlue.gif) top left no-repeat;
text-decoration:none;
}


.shadetabs li a:visited{
padding-top: 5px;
color: #fff;
}

.shadetabs li a:hover{
font: bold 10pt 'century gothic';
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(/images/tabWhite.gif);
border-bottom-color: white;
position: relative;
top: 20px;
color: #506f97;
text-decoration:none;
}

.tabcontent{
display:none;
}

.tabcontent a{
font: bold 10pt 'Century Gothic', Sans-Serif;
color: #f5367d;
text-decoration: underline;
}

}

@media print {
.tabcontent {
display:block !important;
}
}