/* ######### CSS for Shade Tabs. Remove if not using ######### */

.namepagetabs{
padding: 3px 0;
margin-left: 5px;
margin-top: 1px;
margin-bottom: 1px;
font: bold 9px Verdana;
list-style-type: none;
text-align: left; 
}

.namepagetabs li{
display: inline;
margin: 0px;
}

.namepagetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
margin-right: 3px;
color: #ffffcc;
background: #2B3956;
padding: 3px 25px;
}

.namepagetabs li a:visited{
background: #2B3956;
color: #ffffcc;
}

.namepagetabs li a:link{
background: #2B3956;
color: #ffffcc;
}

.namepagetabs li a:hover{
text-decoration: none;
background: #5975AD;
color: #ffffcc;
}

.namepagetabs li a.selected{ /*selected main tab style */
position: relative;
background: #5975AD;
color: #ffffcc;
}

.namepagetabs li a.selected:hover{ /*selected main tab style */
color: #ffffcc;
text-decoration: none;
}


.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

