.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
/* color: #666644; */
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-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: -5px;
border: 1px solid #9b9362;
color: #FFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
background-color: #9b9362;
/* background: white url(images/greenshade.gif) top left repeat-x; */
}

.shadetabs li a:visited{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;

}

.shadetabs li a:hover{
color: #60160b;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

.shadetabs li.selected{
position: relative;
border: 1px solid #9b9362;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
background-color: #b9b18e;
}

.shadetabs li.selected a{ /*selected main tab style */
/* background-image: url(images/greenshadeactive.gif); */
background-color: #b9b18e;
color: #000;
border-left:  1px solid #9b9362;
border-right:  1px solid #9b9362;;
border-top:  1px solid #9b9362;
border-bottom: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
font-style: italic;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.tabcontentstyle{ /*style of tab content oontainer*/
-moz-box-sizing:border-box;box-sizing:border-box;
float:left;
border: 1px solid #9b9362;
width:100%;
height:auto;
overflow:auto;
margin-bottom: 1em;
padding: 10px;
/* padding-bottom:35px; */
background-color: #b9b18e;
/* background: white url(images/greenshade.gif) bottom left repeat-x; */
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
