.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
font-size: 12px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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


.shadetabs li a {
text-decoration: none;
padding-right: 7px;
margin-right: 3px;
color: #888888;
font-weight: bold;
font-size: 12px;
}
.shadetabs li a:link {
text-decoration: none;
padding-right: 7px;
margin-right: 3px;
color: #888888;
font-weight: bold;
font-size: 12px;
}
.shadetabs li a:active{
text-decoration: none;
padding-right: 7px;
margin-right: 3px;
color: #888888;
font-weight: bold;
font-size: 12px;
}

.shadetabs li a:visited{
color: #888888;
font-weight: bold;
font-size: 12px;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #888888;
font-weight: bold;
font-size: 12px;
}

.shadetabs li.selected{
position: relative;
font-weight: bold;
color: #a5171c;
}

.shadetabs li.selected a { /*selected main tab style */
font-weight: bold;
color: #a5171c;
}
.shadetabs li.selected a:link { /*selected main tab style */
font-weight: bold;
color: #a5171c;
}
.shadetabs li.selected a:active { /*selected main tab style */
font-weight: bold;
color: #a5171c;
}
.shadetabs li.selected a:visited{ /*selected main tab style */
font-weight: bold;
color: #a5171c;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
font-weight: bold;
color: #a5171c;
}

.tabcontentstyle{ /*style of tab content oontainer*/
width: 90%;
height: 100%;
/*padding: 10px;   */
padding-top: 16px;
}

.tabcontent{
display:none;
}

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