.shadetabs{
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/


}

.shadetabs li{
display: inline;
margin: 0;
text-align:center;

}

.shadetabs li a{
text-decoration: none;
color: #2d2b2b;
text-align:center;
font-size:12px;
padding: 3px 15px 3px 16px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
}


.shadetabs li.selected a{ /*selected main tab style */
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
margin-bottom: 1em;
}

.tabcontent{
display:none;
padding:10px 5px;
background-color:#fff;
width:310px;
font-weight:normal;
}

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