/* CSS Document */

.dati   {
		font-weight:bold;
		font-size: 11px;		
		line-height: 14px;
        width: 690px;
        padding: 0;
        margin: 0;  		
		background:#333;	
}

.dati tr     {		
		background:#dce6f2;		
}

.dati td     {		
		text-align:center;
		
		
}



.dati td.uso     {		
		font-size: 14px;
		background-color:#548fd5;
		
}

.dati td.left     {		
		text-align:left;
		background-color:#b8cce5;
		
}

.dati tr.blu      {		
		background:#0172c2;
		color:#FFFFFF;
}


.dati td.arancio      {		
		background:#ffbf00;
		text-align:left;
}

.schede   {
		font-weight:bold;
		font-size: 11px;		
		line-height: 14px;
        width: 690px;
        padding: 0;
        margin: 0;  		
		background:#333;	
}

.dati td.grigio      {		
		background:#efefef;
		text-align:center;
		font-size: 12px;
}


