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

.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 10px;
margin-bottom: 0;
font: bold 12px Verdana;
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;
padding: 8px;
margin-right: 3px;
border: 0px;
color: #d4d5d6;
background: white url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #d4d5d6;
}

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

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

.shadetabs li a.selected{ /*selected main tab style */
color: #2f3234;
padding: 8px;
background-image: url(../images/shadeactive.gif);
}

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

.tabcontent{
padding-top:30px;
padding-bottom:30px;
padding-left:15px;
padding-right:15px;
display:none;
}

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

