/* ######### CSS for Shade Tabs. Remove if not using ######### */
.tabcontainer{
display:block;
height:191px;
border-left: 1px solid #ececec;
}


.shadetabs{
margin:0; padding: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;
padding:0;
}

.shadetabs li a{
margin:0;
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
border-top: 1px solid #ececec;
border-right: 1px solid #ececec;
color: #7a736f;

}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
background:#f6f6f6;
}

.shadetabs li a.selected{ /*selected main tab style */

}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}