@charset "utf-8";

a.gestione {
	background-image: url(immagini/BTNgestione.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 62px;
	height: 18px;
	clear: both;
	float: left;
	font-size: 9px;	
}

a.gestioneOFF {
	background-image: url(immagini/BTNgestione.gif);
	background-repeat: no-repeat;
	background-position: left -36px;
	width: 62px;
	height: 18px;
	clear: both;
	float: left;
	cursor:default;
}


a.gestione:hover {
	background-position:left -18px;
}

a.citazione {
	background-image: url(immagini/BTNcitazione.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 62px;
	height: 18px;
	clear: both;
	float: left;
	font-size: 9px;
}

a.citazioneOFF {
	background-image: url(immagini/BTNcitazione.gif);
	background-repeat: no-repeat;
	background-position: left -36px;
	width: 60px;
	height: 16px;
	clear: both;
	float: left;
	cursor:default;
}


a.citazione:hover {
	background-position:left -18px;
	
}a.modifica {
	background-image: url(immagini/BTNmodifica.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 62px;
	height: 18px;
	clear: both;
	float: left;
	font-size: 9px;	
}

a.modificaOFF {
	background-image: url(immagini/BTNmodifica.gif);
	background-repeat: no-repeat;
	background-position: left -36px;
	width: 62px;
	height: 18px;
	clear: both;
	float: left;
	cursor:default;
}


a.modifica:hover {
	background-position:left -18px;
}