/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0;
margin: 0;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
vertical-align: bottom;
margin-top: 2px;
margin-bottom: -2px !important;
}

.shadetabs li{
display: inline;
margin: 0;

}

.shadetabs li a{
float: right;
display: block;
text-decoration: none;
position: relative;
z-index: 1;
padding: 0;
margin: 0;
border-bottom: 1px solid #dbb977;
vertical-align: bottom;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom: 1px solid #ffffff;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
