.shadetabs{
padding: 5px 0;
margin: 0px 0px 0px 0px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width:100%;
}
.shadetabs li{
display: inline;
color: #37516c;
white-space: nowrap;
width:200px;
}

.shadetabs li a{
color: #929292;
text-decoration: none;
padding: 4px 20px 5px 20px;
border: 1px solid #e6e6e6; /*THEME CHANGE HERE*/
border-width: 1px 1px 1px 1px;


}

.shadetabs li a:visited{
color: #929292;
margin-right:-1px;

}

.shadetabs li a:hover{
color: #777777;
border-top: 1px solid #e6e6e6;
background-color: #e6e6e6;
}

.shadetabs li.selected{
position: relative;
color: #777777;
margin-bottom: 0;
}

.shadetabs li.selected a{ /*selected main tab style */
color: #777777;
margin-bottom: 0;
background-color: #e6e6e6;
width:400px;}

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 8px solid #e6e6e6;
background-color: #FFFFFF;
width: 98%;
height:100%;
margin:0px;
padding:0px;
}

.tabcontent{
display:none;
width: 100%;
height:100%;
margin:0px;
padding:0px;
}

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