.shadetabs{
padding: 5px 0;
margin-left: 0;

margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
font-weight:bold;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 5px 8px;
color: #FFFFFF;
background-color: #A8A699; /*background color*/
border-radius-topleft: 5px; -o-border-radius-topleft: 5px; -icab-border-radius-topleft: 5px; -khtml-border-radius-topleft: 5px; -moz-border-radius-topleft: 5px; -webkit-border-radius-topleft: 5px; border-top-left-radius: 5px; -o-border-top-left-radius: 5px; -icab-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; -moz-border-top-left-radius: 5px; -webkit-border-top-left-radius: 5px; 
border-radius-topright: 5px; -o-border-radius-topright: 5px; -icab-border-radius-topright: 5px; -khtml-border-radius-topright: 5px; -moz-border-radius-topright: 5px; -webkit-border-radius-topright: 5px; border-top-right-radius: 5px; -o-border-top-right-radius: 5px; -icab-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; -moz-border-top-right-radius: 5px; -webkit-border-top-right-radius: 5px; 
}

.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #FFFFFF;
}

.shadetabs li.selected{
position: relative;
color: #FFFFFF;
}

.shadetabs li.selected a{ /*selected main tab style */
background-color: #7C7768;
color: #FFFFFF;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #E9E9E4;
border-bottom: none;
margin-bottom: 1em;
padding: 10px;
background-color: #FFFFFF;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}


/*********************************************************************************************************************************/
.shadetabs_2{
padding: 5px 0;
margin-left: 0;
margin-bottom: 0;
list-style-type: none;
text-align: left;
font-weight:bold;
white-space:nowrap;

}

.shadetabs_2 li{
display: inline;
margin: 0;
}

.shadetabs_2 li a{
text-decoration: none;
padding: 5px 9px;
font-size:10px;
background-color: #BBBBBB; /*background color*/
border-radius-topleft: 7px; -o-border-radius-topleft: 7px; -icab-border-radius-topleft: 7px; -khtml-border-radius-topleft: 7px; -moz-border-radius-topleft: 7px; -webkit-border-radius-topleft: 7px; border-top-left-radius: 7px; -o-border-top-left-radius: 7px; -icab-border-top-left-radius: 7px; -khtml-border-top-left-radius: 7px; -moz-border-top-left-radius: 7px; -webkit-border-top-left-radius: 7px; 
border-radius-topright: 7px; -o-border-radius-topright: 7px; -icab-border-radius-topright: 7px; -khtml-border-radius-topright: 7px; -moz-border-radius-topright: 7px; -webkit-border-radius-topright: 7px; border-top-right-radius: 7px; -o-border-top-right-radius: 7px; -icab-border-top-right-radius: 7px; -khtml-border-top-right-radius: 7px; -moz-border-top-right-radius: 7px; -webkit-border-top-right-radius: 7px; 
}

.shadetabs_2 li a:visited{
font-size:10px;
}

.shadetabs_2 li a:hover{
text-decoration: underline;

}

.shadetabs_2 li.selected{
position: relative;
font-size:10px;

}

.shadetabs_2 li.selected a{ /*selected main tab style */
background-color: #E2E2E2;
font-size:10px;

}

.shadetabs_2 li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle_2{ /*style of tab content oontainer*/
margin-bottom: 1em;
padding:10px;
background-color: #E2E2E2;
}


