@charset "utf-8";


.pannelloINFO{
	width:192px;
	height:102px;
	background-image:url(../img2/info/pannello.png);
	background-repeat:no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#333;
	padding:20px;
	cursor:pointer;
	float:left;
	margin-right:13px;
	margin-top:10px;
}

.pannelloINFO:hover{
	background-image:url(../img2/info/pannello_ROLL.png);
}

.graficaAPPROVATA{
	width:120px;
	height:130px;
	background-color:#060;
	background-image:url(../img2/dettagli/GRAFICHEpers.png);
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	color:#FFF;
	margin:3px;
	padding:5px;
	text-align:center;
}
.graficaAPPROVATA:hover{
	background-color:#000;
}

.graficaNONAPPROVATA{
	width:120px;
	height:130px;
	background-color:#F00;
	background-image:url(../img2/dettagli/GRAFICHEpers.png);
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	color:#FFF;
	margin:3px;
	padding:5px;
	text-align:center;
}
.graficaNONAPPROVATA:hover{
	background-color:#000;
}