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

.shadetabs{
padding: 8px;
 list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background: white url(bar.jpg) top left repeat-x;
border:1px #5B5B5B solid;
 color: #39F;
 font-size:12px;
 margin:10px 3px;

}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
 color: #CCC;

}

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

.shadetabs li a:hover{
	color: #FFF;
	background-color: #333;
}

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

.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 */
text-decoration: none;
}

.tabcontent{
display:none;
}

.tabcontent img{
border:#333 1px solid;
padding:1px;
}

.tabcontent img:hover{
border:#fff 1px solid;
padding:1px;
 
}

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