/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family:arial;
font-size:10px;
font-weight:bold;
color: #ff0707;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
color: #ff0707;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
/*border: 1px solid #778;*/
color: #999999;
/*background: white url(shade.gif) top left repeat-x;*/
}

.shadetabs li a:visited{
color: #bcbdc0;
}

.shadetabs li a:hover{
/*text-decoration: underline;*/
color: #ff0000;
}

.shadetabs li a.tabselected{ /*selected main tab style */
color:#ff0000;
}

.shadetabs li a.tabselected{ /*selected main tab style */
/*background-image: url(shadeactive.gif);*/
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
font-family:arial;
font-size:12px;
color:#000000;
}
.tabselected{color:#ff0000;}

@media print {
.tabcontent {
display:block !important;
}
}
