/* classi per progress bar */
#progressbar{
	margin: 2px 0px 0px 0px;
	padding: 0px;
	font-size:7pt;
	height: 18px;
	text-align:right;
}

#progressbar .barsfondo {
	font-size:10pt;
	float:right;

	background-color:#6897b2; 

	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;

	margin-left: 2px;
	margin-right: 2px;
}
#progressbar .baritems {
	background-image: url(../images/progressbar/mailerbar-single.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 12px;
}
#progressbar .baritemsrosso {
	background-image: url(../images/progressbar/mailerbar-single-rosso.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 12px;
}
#progressbar .baritemssfumata100 {
	background-image: url(../images/progressbar/mailerbar-sfumata-100.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;
}
#progressbar .baritemssfumata100inv {
	background-image: url(../images/progressbar/mailerbar-sfumata-100-inv.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;
}
#progressbar p {
	display:block;
	float:left;
	font-size:7pt;
}

/* fine classi per progressbar */


