/* 
	Foglio di stile per la tabella dei feedback degli utenti
	nel sito
*/

.sfondo-grigio-cella {  /* Cella di sinistra con immagine */
	background-color: #F3F3F3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000099;
	border: 2px solid #CCCCCC;
}
.cella-bianca-dx {    /* Cella di destra con il testo del commento */
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.cella-centro {     /* Cella centrale di separazione */
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.text-grigio-scuro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #959595;
}
