.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 10px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs2{
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabsh{
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
width: 28px;
height: 20px;
display: inline;
margin: 0;
}

.shadetabs2 li{
width: 31px;
height: 20px;
display: inline;
margin: 0;
}

.shadetabsh li{
width: 31px;
height: 20px;
display: inline;
margin: 0;
}
.shadetabs li a{
width: 28px;
height: 20px;
text-decoration: none;
padding: 3px 7px;
margin-right: 0px;
border-bottom: 1px solid #ffffff;
color: #2d2b2b;
}

.shadetabs2 li a{
width: 31px;
height: 20px;
text-decoration: none;
padding: 3px 3px;
margin-right: 0px;
border-top: 1px solid #c0c0c0;
border-right: 1px solid #c0c0c0;
border-bottom: 1px solid #FFFFFF;
border-left: 1px solid #c0c0c0;
color: #2d2b2b;
}

.shadetabsh li a{
width: 31px;
height: 20px;
text-decoration: none;
padding: 3px 3px;
margin-right: 0px;
border-top: 1px solid #c0c0c0;
border-right: 1px solid #c0c0c0;
border-bottom: 1px solid #FFFFFF;
border-left: 1px solid #c0c0c0;
color: #2d2b2b;
}

.shadetabs li a:visited{
color: #8e0000;
}

.shadetabs2 li a:visited{
color: #8e0000;
}

.shadetabsh li a:visited{
color: #8e0000;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #8e0000;
}

.shadetabs2 li a:hover{
text-decoration: underline;
color: #BB1212;
}

.shadetabsh li a:hover{
text-decoration: underline;
color: #BB1212;
}

.shadetabs li.selected{
top: 0px;
}

.shadetabs2 li.selected{
top: 0px;
}

.shadetabsh li.selected{
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom: 4px solid #e2be17;
color: #BB1212;
}

.shadetabs2 li.selected a{ /*selected main tab style */
border-bottom: 1px solid #FFFFFF;
color: #BB1212;
}

.shadetabsh li.selected a{ /*selected main tab style */
border-bottom: 1px solid #FFFFFF;
color: #BB1212;
}

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

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

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #c0c0c0;
width: 93%;
overflow: auto;
margin-bottom: 1px;
padding: 0;
scrollbar-arrow-color: #ffffff;
scrollbar-face-color: #e2be17;
scrollbar-3dlight-color: #FFFFFF; 
scrollbar-darkshadow-color: #FFFFFF; 
scrollbar-highlight-color: #FFFFFF; 
scrollbar-shadow-color: #FFFFFF; 
scrollbar-track-color: #FFFFFF; 
}

.tabcontentstyle2{ /*style of tab content oontainer*/
border: 1px solid #c0c0c0;
width: 100%;
overflow: auto;
margin-bottom: 1px;
padding: 0;
scrollbar-arrow-color: #ffffff;
scrollbar-face-color: #e2be17;
scrollbar-3dlight-color: #FFFFFF; 
scrollbar-darkshadow-color: #FFFFFF; 
scrollbar-highlight-color: #FFFFFF; 
scrollbar-shadow-color: #FFFFFF; 
scrollbar-track-color: #FFFFFF; 
}

.tabcontentstyleh{ /*style of tab content oontainer*/
border: 1px solid #c0c0c0;
width: 100%;
overflow: auto;
margin-bottom: 1px;
padding: 0;
scrollbar-arrow-color: #ffffff;
scrollbar-face-color: #e2be17;
scrollbar-3dlight-color: #FFFFFF; 
scrollbar-darkshadow-color: #FFFFFF; 
scrollbar-highlight-color: #FFFFFF; 
scrollbar-shadow-color: #FFFFFF; 
scrollbar-track-color: #FFFFFF; 
}

.tabcontent{
display:none;
}

.tabcontent2{
display:none;
}

.tabcontenth{
display:none;
}

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