/* CSS Document */
.pdgTabella {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
.pdgTitoliColonne {
	font-size: 10px;
	font-weight: bold;
	background-color: #9933CC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4A007A;
	border-left-color: #4A007A;
	line-height: 20px;
	padding-left: 6px;
}
.pdgCelle {
	border: 1px solid #8200D9;
	display:table-cell;
	white-space:nowrap;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	background-color: #5A0097;
}