.shadetabs{
padding: 5px 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 4px;
margin-bottom: 2px;
font: bold 9px Arial;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
border:0 px;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-align: right; /*set to left, center, or right to align the menu as desired*/
text-decoration: none;
padding: 5px 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 2px;
margin-top: 4px;
border: 0px solid #95CDDA;
color: #0C6A84;
}

.shadetabs li a:visited{
color: #0C6A84;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #0C6A84;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(/Images/shadeactive.gif);
border-bottom-color: white;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid gray;
width: 100%;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
