/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs{
padding: 4px 0;
margin-left: 0;
margin-top: 6px;
margin-bottom: 0;
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: 4px 3px;
margin-right: 0px;
border: 2px solid #333;
border-left:2px solid #69c;
border-top:2px solid #69c;
border-bottom:0;
color: #fff;
background-color: #69c;
font-family:arial,verdana,sans-serif;
font-size:11px;line-height:11px;
font-style:normal;
}
.shadetabs li a:visited{
color: #fff;position: relative;
top: 0px;
}
.shadetabs li a:hover{
text-decoration: none;
color: black
}
.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 2px; border-bottom:0; color:lightyellow
}
.shadetabs li a.selected{ /*selected main tab style */
background-color: #369; 
border-top-color: #69c;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none; color:lightyellow
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

