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

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 28px;
/*font: bold 12px Verdana;*/
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs ul{

}

.shadetabs li{
width: 100px;
display: inline;
margin: 0px;
}

.shadetabs li a{
float:left;
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-right: 1px;
	color: #0089C2;
	background-color: white;
	background-image: url(normale.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;

}
.shadetabs li a span {
	float:left;
	display:block;
	background:url("left1.jpg") no-repeat left top;
	padding:10px 25px 8px 20px;

	}

.shadetabs li a:visited{
color: #0089c2;
}

.shadetabs li a:hover{
color: #0089C2;
}

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

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(schiacciato.jpg);
}
.shadetabs li a.selected span{ /*selected main tab style */
	float:left;
	display:block;
	background:url("left2.jpg") no-repeat left top;
/*	padding:6px 15px 4px 6px;*/
	padding:10px 25px 8px 20px;

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

.tabcontent{
display:none;
}

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

