@CHARSET "UTF-8";

/* Luca 20/11/2014 */
/* classi per l'elenco dei blocchi delle tessere: ricostituite e blacklisted */

.bs-elencoblocchi li.recostituted {
	background-color: #FFCC99;
}

.bs-elencoblocchi li.recostituted:hover {
	background-color: #FFB266;
}

.bs-elencoblocchi li.blacklisted {
	background-color: #FF9999;
}

.bs-elencoblocchi li.blacklisted:hover {
	background-color: #FF6666;
}