
table {
    text-align: left;
}

p.alarm {background-color: red; }
p.error {background-color: orange; }
p.warn  {background-color: yellow; }
p.ok {background-color: green; }

.row { font-size: xx-small}

div#navigator img:hover { text-shadow: 2px 2px;}

.hov {
    margin-bottom: 10px;
    width: 48px;
    height:48px;
    display:block;

}
.Home { background:transparent url('/static/icons/Home.png') center top no-repeat; }
.Home:hover { background-image: url('/static/icons/Home_chiara.png'); }

.Emissioni { background:transparent url('/static/icons/emissioni.png') center top no-repeat; }
.Emissioni:hover { background-image: url('/static/icons/emissioni_chiara.png'); }
.Scarichi { background:transparent url('/static/icons/emissioni.png') center top no-repeat; }
.Scarichi:hover { background-image: url('/static/icons/emissioni_chiara.png'); }
.Pozzi { background:transparent url('/static/icons/emissioni.png') center top no-repeat; }
.Pozzi:hover { background-image: url('/static/icons/emissioni_chiara.png'); }
.Rumore { background:transparent url('/static/icons/emissioni.png') center top no-repeat; }
.Rumore:hover { background-image: url('/static/icons/emissioni_chiara.png'); }
.Serbatoi { background:transparent url('/static/icons/emissioni.png') center top no-repeat; }
.Serbatoi:hover { background-image: url('/static/icons/emissioni_chiara.png'); }

.Planimetria { background:transparent url('/static/icons/Planimetria.png') center top no-repeat; }
.Planimetria:hover { background-image: url('/static/icons/Planimetria_chiara.png'); }

.Autorizzazione { background:transparent url('/static/icons/Autorizzazione.png') center top no-repeat; }
.Autorizzazione:hover { background-image: url('/static/icons/Autorizzazione_chiara.png'); }

.Scadenze { background:transparent url('/static/icons/alarm.png') center top no-repeat; }
.Scadenze:hover { background-image: url('/static/icons/alarm_chiara.png'); }
.Alarm { background:transparent url('/static/icons/alarm.png') center top no-repeat; }
.Alarm:hover { background-image: url('/static/icons/alarm_chiara.png'); }

.Documenti { background:transparent url('/static/icons/Documenti.png') center top no-repeat; }
.Documenti:hover { background-image: url('/static/icons/Documenti_chiara.png'); }

.Registro { background:transparent url('/static/icons/Registro.png') center top no-repeat; }
.Registro:hover { background-image: url('/static/icons/Registro_chiara.png'); }

.Responsabili { background:transparent url('/static/icons/Responsabili.png') center top no-repeat; }
.Responsabili:hover { background-image: url('/static/icons/Responsabili_chiara.png'); }
