div.tabcontentouter {
padding: 0;
margin: 20px 0px 0px 0px;
}

.shadetabs{
padding: 3px 0;
margin: 0 0 0 15px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 2px #333 solid;
width: 548px;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 0px solid;
color: #333;
background: #ccc;
}

.shadetabs li a:visited{
color: #fff;
}

.shadetabs li a:hover{
background: #ccc;
}

.shadetabs li.selected a{ /*selected main tab style */
background: #333;
color: #fff;
}

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

.tabcontentstyle { /*style of tab content container*/
border: 0px solid;
margin: 0;
padding: 0 0 0 0px;
}

.tabcontent{
display:none;
}

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