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

.shadetabs{
padding: 0;
margin:0;
list-style: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
height:22px;
}

.shadetabs li{
float:left;
margin-right:10px;
height:22px;
width:89px;
text-align: center;
}

.shadetabs li a{
background: url(../images/shade.png) top left no-repeat;
display: block;
position: relative;
z-index: 1;
height:19px;
width:89px;
padding-top: 3px;
text-decoration: none;
color: #fff;
}

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

.shadetabs li a:hover{
text-decoration: underline;
}

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

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/shadeactive.png);
border-bottom-color: white;
}

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

.tabcontent{
display:none;
margin:0;
padding:10px 0 0 160px;
}

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