.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 3px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
line-height:normal;

}

.shadetabs li{
display: block;
margin: 0
width:100%;
border-right:0px;
}

.shadetabs li a{
padding:3px;
text-decoration: none;
line-height:2;
border-top: 1px solid silver;
border-left: 1px solid silver;
border-bottom: 1px solid silver;
color: #2d2b2b;
background: white repeat-x top left;; padding-left:7px; padding-right:7px; padding-top:3px; padding-bottom:3px
border-right:0px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */
background:#e0e0e0;
border-right: 0px;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
font-size:11pt;
font-family:tahoma;
letter-spacing:2px;
line-height:normal;
border: 1px solid silver;
width:80%;
padding:2px 2px 2px 2px;
align:left;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
