/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 10;
margin-top: 0px;
margin-bottom: 0;
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;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 15px;
margin-right: 3px;
border: 1px solid #8cbcff;
color: #000;
background-image: url(shade.gif);
background-color: #e4e4e4; top left repeat-x;
}


.shadetabs li a.selected{ /*selected main tab style */
position: relative;
font-weight: bold;
top: 0px;
color: #000;
text-decoration: none;
background-image: url(shadeactive.gif);
}
}

.shadetabs li a:hover{
text-decoration: none;
color: #000;
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
background-image: url(shadeactive.gif);
top: 0px;
}
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
background-image: url(shadeactive.gif);
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
background-image: url(shadeactive.gif);
text-decoration: none;
}
.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
