.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: normal 10px Verdana;
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{
font: normal 10px Verdana;
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 0px solid #778;
color: #6c6d70;
background: white;
border:1px solid #6c6d70;
font-weight: normal;
}

.shadetabs li a:visited{
padding: 3px 7px;
margin-right: 3px;
font: normal 10px Verdana;
text-decoration: none;
color: #6c6d70;
font-weight: normal;
}

.shadetabs li a:hover{
padding: 3px 7px;
margin-right: 3px;
font: normal 10px Verdana;
text-decoration: none;
color: #367ba2;
font-weight: normal;
}

.shadetabs li.selected{
/*position: relative;*/
font: normal 10px Verdana;
text-decoration: none;
color: #367ba2;
font-weight: normal;
/*top: 1px;*/
}

.shadetabs li.selected a{ /*selected main tab style */
padding: 3px 7px;
margin-right: 3px;
font: normal 10px Verdana;
text-decoration: none;
color: #367ba2;
font-weight: normal;
/*border-bottom-color: white;*/
}

.shadetabs li.selected a:hover{ /*selected main tab style */
padding: 3px 7px;
margin-right: 3px;
font: normal 10px Verdana;
text-decoration: none;
color: #367ba2;
font-weight: normal;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid gray;
width: 100%;
margin-bottom: 1em;
padding: 20px 10px 10px 0px;
}

.tabcontent{
display:none;
}

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