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

.shadetabs{
margin-left: 0;
margin-top: 0px;
margin-bottom: 0px;
list-style-type: none;
}

.shadetabs li{
padding-right:7px;
padding-left:9px;
display: inline;
}

.shadetabs hover{background-color:#ffffff;}

.shadetabs li a{
font-size:12px;
font-family:Arial;
margin-bottom:15px;
text-decoration:none;
color:#4d4d4d;
}

.shadetabs li selected{background-color:#ff0000;}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

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

.shadetabs li a.selected{ /*selected main tab style */
color:#000000;
}

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

.tabcontent{display:none;}

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



.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{display:none;}

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