/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0px 0;
margin-left: 2px;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
line-height: 18px;
/*background:#fbfae3;*/
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline-block;
margin: 0;
padding:0px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 0;
padding: 3px 7px;
margin: 0px;
border: 1px solid #778;
color: #2d2b2b;
background: white;
outline-style:none;
float:left;
}

.shadetabs li a:visited{
color: #2d2b2b;
outline-style:none;

}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
outline-style:none;

}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
outline-style:none;

}

.shadetabs li a.selected{ /*selected main tab style */
/*background-image: url(shadeactive.gif);*/
border-bottom-color: white;
color:#990000;
outline-style:none;

}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
outline-style:none;

}

.tabcontent{
display:block;
/*padding:0 2px;*/
}

@media print {
.tabcontent {
display:block !important;
}

.tabcontent{
display:block;
}

@media print {
.tabcontent {
display:block !important;
}
