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

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
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; font-size:14px; font-weight:bold;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 12px 5px  12px ;
color: #6e6e6e;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #FF9933;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
background:#4E4E4E; color:#fff; border-top: solid 2px #FF9933;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

.tabcontent  a, #recenttabs a{
color:#E9E9E9;
font-size:11px;
text-decoration:none;
line-height:18px; 
}

.tabcontent a:hover, #recenttabs a:hover{
text-decoration:underline; color:#FF9933;
}

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