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

.shadetabs{
padding: 0px 0 8px 0;
margin-left: 0;
margin-top: 10px;
margin-bottom: 28px !important;
font: bold 12px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: #ccc solid 1px;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 10px;
margin-right: 2px;
border: 1px solid #cccccc;
color: #666;
background-color:#FFFFFF;
top:5px;
background:#EFEFEF;
}

.shadetabs li a:visited{
color: #666666;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #666666;
}

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

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: #FFF;
background:#FFFFFF;
}

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

.tabcontent{
display:none;
padding:10px 0 0 0;
border-top:1px solid #CCCCCC;

}

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