/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.lis{
background-image: none;
}

.shadetabs li{
display: inline;
margin: 0;
background-image: none;
padding-left: 0px;
font-weight: bold;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
margin-right: 3px;
border: 1px solid #947a55;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
background-image: none;
padding-left: 0px;
padding: 10px;
}

.shadetabs li a:visited{
color: #2d2b2b;
background-image: none;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
background-image: none;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
background-image: none;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: #947a55;
background-image: none;
padding: 10px;
background-color:#db2d03;
color:#FFFFFF;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
border: 0px;
}

@media print {
.tabcontent {
display:block !important;
}
}

.shadetabs2{
padding: 3px 0;
margin-left: 0px;
margin-top: 10px;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
font-size: 16px;
font-weight: bold;

}

.shadetabs2 li{
display: inline;
margin: 0;
background-image: none;
padding-left: 0px;
font-weight: bold;
}

.shadetabs2 li a{
text-decoration: none;
position: relative;
z-index: 1;
margin-right: 3px;
color: #ffffff;
background-image: none;
padding-left: 0px;
}

.shadetabs2 li a:visited{
color: #2d2b2b;
background-image: none;
}

.shadetabs2 li a:hover{
text-decoration: none;
color: #ffffff;
background-image: none;
background-color: black;
}

.shadetabs2 li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
background-image: none;
}

.shadetabs2 li a.selected{ /*selected main tab style */
color:#FFFFFF;
background-color: black;
}

.shadetabs2 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
