/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding:0;
margin: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;
font-size:14px;
width:100px;
text-align:center
}

.shadetabs li a{
text-decoration: none;
display: inline-block;
position: relative;
z-index:1;
padding: 5px 20px 1px 20px;
width:60px;
height:22px;
margin:0;
top: 1px;	
color: #fff;
background:url(../images/shade.gif) no-repeat;
}

.shadetabs li a:visited{
color: #fff;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #fff;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
background:url(../images/shadeactive.gif) no-repeat;
color:#3398fe;
display: inline-block;
top: 1px;	

}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}



