/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 1;
margin-top: 3px;
margin-bottom: 3px;
font: bold 11px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
padding: 3px 3px;
margin-right: 1px;
color: #666666;
background: white url(shade.gif) no-repeat;
}

.shadetabs li a:visited{
color: #666666;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #15326A;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif) no-repeat;
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: underline;
}

.tabcontent{
display:none;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #666666;
}

@media print {
.tabcontent {
display:block !important;
}

.title    {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #003366;
}










