
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Arial;
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;
padding: 3px 7px;
margin-right: 0px;
color:#3B6948;
background-color:#ffffff;


}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;

}

.shadetabs li.selected a{ /*selected main tab style */
background-color: #78967D;
border-bottom-color: #78967D;
color:#ffffff;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
float:left;
width: 98%;
height: 100%;
overflow:auto;
-moz-box-sizing:border-box;box-sizing:border-box;
padding: 10px;
padding-bottom:35px;
padding-right:0px;
margin-right:10px;
color:#404040;
background-color: #78967D;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}