/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	width:250px;
	margin:2px 0px 2px 0px;
	padding:0px;
	height:15px;
	text-align:center;
}

.shadetabs li{
display: inline;
width:80px;
}

.shadetabs li a{
	padding-top:4px;
	height:11px;
	width:80px;
}

.shadetabs li a:visited{
	 width:80px;
}

.shadetabs li a:hover{
	width:80px;
}

.shadetabs li a.selected{ /*selected main tab style */
top: 1px;
width:80px;
background:url(../img/fonta.jpg);
}

.shadetabs li a.selected{ /*selected main tab style */
	background:url(../img/fonta.jpg) no-repeat;
	width:80px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
width:80px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}