/* ######### CSS for Shade Tabs. Remove if not using ######### */

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

ul.shadetabs { margin:15px 0 6px 0; padding:0;}

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

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 6px 15px;
margin-right: 3px;
border: 1px solid #212121;
color: #fff;
background:url(../images/shade.gif) repeat-x 0 0;
}

.shadetabs li a:visited{
color: #fff;
outline: none;
}

.shadetabs li a:hover{
text-decoration: none;
color: #EDEDED;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background:#090909 url(../images/shadeactive.gif) repeat-x 0 0;
border-bottom-color: #090909;
}

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

.tabcontent{
display:none;
background:#090909; border:1px solid #212121;
padding:20px;
}

.tabcontent ul li { margin:0 0 10px 0; padding:0;}
.tabcontent ul li strong { color: #fff;}

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

