/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding : 3px 0;


margin-left: 0;
margin-top: 0px;
margin-bottom:5px;
font:   12px  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;
z-index: 1;
padding-right:8px;
padding-left:8px;


padding-bottom:8px;
padding-top:5px;

margin-right:0px;


color: #FFFFFF;
background: url(tab_new.gif); background-repeat:no-repeat;
}

.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: none;
color: #FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(tab_new.gif); background-repeat:no-repeat;
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #FFFFFF;

}

.tabcontent{
display:none;
font-size:12px;
color:#003366;

padding-top:10px; padding-left:0px;

}

.tabcontent a{color:#003366; text-decoration:none;}
.tabcontent a:hover{color:#003366; text-decoration: underline;}

@media print {
.tabcontent {
display:block !important;
}
}



