body{
    margin: 0px;
    padding: 5px;
    background-color: white;
    color: #444;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
}

h1, h2, h3, h4{
    margin-top: 8px;
    margin-bottom: 8px;
}

h1{
    font-size: 15px;
    color: #005292;
    width: 100%;
    border-bottom: 3px solid #d3d3d3;
}

h2{
    font-size: 15px;
    color: #005292;
    border-bottom: 3px dotted #d3d3d3;
}

h3{
    font-size: 14px;
    font-style: italic;
    color: #005292;
    border-bottom: 3px solid #d3d3d3;
}
h4{
    font-size: 13px;
    font-style: normal;
    color: #005292;
}

h1 img, h3 img{
    vertical-align: text-top;
}

li{
    list-style: url("img/elemento_lista.gif");
}

a img{
    border: none;
    text-decoration: none;
}

img{
    vertical-align: middle;
}

a{
    text-decoration: none;
    color: #005292;
}

#barra_ricerca{
    display: none;
}

#input_ricerca_sito{
    display: none;
}

#nastro{
    display: none;
}

#corpo{
    width: 970px;
    text-align: justify;
}

#footer{
    display: none;
}

#info_copy{
    display: none;
}

#apri_pannello, #chiudi_pannello{
    display: none;
}

.tabella_form{
    font-size: 13px;
    font-family: Arial, sans-serif;
}

.tabella_form td{
    padding: 4px 0px;
}

.tabella_form th, .tabella_form td{
    text-align: left;
}

ul.error_list{
    color: red;
    margin-left: 27px;
    padding: 0px;
}

ul.error_list li{
    list-style-image: url("img/errore.gif");
    vertical-align: middle;
    padding-left: 5px;
}

ul.barra_comandi, #barra_controlli {
    display: none;
}

.testo_dx{ text-align: right}
.testo_sx{ text-align: left }
.testo_centrale{ text-align: center;}

.titolo_evento, .testo_grassetto{ font-weight:bold; }
.testo_barrato{ text-decoration: line-through;}
.testo_corsivo{
    font-style: italic;
    font-weight: normal;
}

.testo_evidenziato{
    color: #FF883B;
    font-weight: bold;
}

.testo_warning{
    color: #EF595F;
    font-weight: bold;
    cursor: help;
}

.testo_rosso{
    color: #EF595F;
    font-weight: bold;
}

.testo_verde{
    color: #3AAF00;
    font-weight: bold;
}

.testo_arancio{
    color: #DF9C29;
    font-weight: bold;
}

.testo_arancio_scuro{
    color: #EF671D;
    font-weight: bold;
}

.testo_grigio{ color: #AAA; }
.testo_grigio_intenso{ color: #999; }
.testo_grigio_intenso2{ color: #777; }
.testo_inattivo{
    color: #AAA;
    font-weight: bold;
}

.testo_azzurro{
    color: #2ba3d5;
    font-weight: bold;
}

.testo_blu{
    color: #1F73BF;
    font-weight: bold;
}

.totale{
    color: #2ba3d5;
    font-style: italic;
    font-weight: bold;
}

.didattica_a, .didattica_b, .didattica_c, #tabella_legenda{
    color: #333333;
}

.didattica_a, .sezione_attivazione{
    background-color: #fdd7d7;
}

.didattica_b, .sezione_accreditamento{
    background-color: #fdedd7;
}

.didattica_c, .sezione_svolgimento{
    background-color: #dbfdd7;
}

.sezione_conclusione{
    background-color: #E2F3FF;
}

.titolo_sezione{
    text-align:center;
    vertical-align:middle;
    border-right:1px solid #CCCCCC;
    width: 200px;
}

.legenda{
    width: 20px;
    height: 20px;
    border: 1px solid #aaaaaa;
}

.legenda_crediti {
    background-color: #fdedd7;
    width: 20px;
    height: 20px;
    border: 1px solid #aaaaaa;
}
.legenda_utenti_blocco{
    background-color: #fdedd7;
    width: 20px;
    height: 20px;
    border: 1px solid #aaaaaa;
}
.legenda_risposte{
    background-color: #fde3b0;
    width: 20px;
    height: 20px;
    border: 1px solid #aaaaaa;
}

.link_spaziato_orizzontale{
    margin-left: 15px;
}

/*----*/

.etichetta_gradimento_min, .etichetta_gradimento_max{
    width: 150px;
    float: left;
    color: #666;
    text-align: center;
}

.casella_gradimento{
    width: 30px;
    float: left;
    text-align: center;
}

.domanda_gradimento{
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

/* Personalizzazione colonne tabelle ------------- */

.colonna_tempo_assegnazione{
    width: 120px;
}

.colonna_nome_utente{
    width: 200px;
}

.colonna_note{
    width: 250px;
}

.colonna_qualifiche{
    width: 450px;
}

.colonna_fissa_articolo{
    width: 150px;
}

.colonna_operazioni_articolo {
    width: 100px;
}
.colonna_operazioni_pagina_web {
    width: 100px;
}
.colonna_operazioni_ente{
    width: 110px;
}

/* Tabella dati ----------------------------- */

.tabella_dati{
    font-family: Arial, sans-serif;
    font-size: 13px;
    background: white;
    width: 100%;
    overflow: auto;
    border-collapse: collapse;
    text-align: left;
}

.tabella_dati th{
    font-size: 13px;
    font-weight: bold;
    color: white;
    padding: 6px;
    border-bottom: 2px solid #2ba3d5;
    background-color: #1f739d;
}

.tabella_dati td{
    border-bottom: 1px solid #ccc;
    padding: 6px;
    vertical-align: top;
}

.tabella_dati td.separatore_laterale_dx{
    border-right: 1px solid #ccc;
}

.tabella_dati td.dati_centro_altezza_centro{
    text-align: center;
    vertical-align: middle;
}
.tabella_dati td.dati_altezza_centro{
    vertical-align: middle;
}

.tabella_dati td img, .tabella_dati2 td img{
    vertical-align: text-top;
}

.tabella_dati .pari{
    background-color: #eeeeee;
}

.tabella_dati .crediti_storico{
    background-color: #fdedd7;
}
.tabella_dati .utenteBlocco_direttore{
    background-color: #fdedd7;
}

.tabella_dati .attiva{
    background-color: #fde3b0;
    font-weight: bold;
}

.tabella_dati ul {
    margin-top: 0px;
    margin-bottom: 2px;
    padding: 0px;
}

/* Tabella documenti evento ----------------------------- */

.tabella_doc_evento{
    font-family: Arial, sans-serif;
    font-size: 13px;
    background: white;
    width: 100%;
    overflow: auto;
    border-collapse: collapse;
    text-align: left;
}

.tabella_doc_evento th{
    font-size: 13px;
    font-weight: bold;
    color: white;
    padding: 6px;
    border-bottom: 2px solid #2ba3d5;
    background-color: #1f739d;
}

.tabella_doc_evento td{
    border-bottom: 1px solid #ccc;
    padding: 6px;
    vertical-align: top;
}

.tabella_doc_evento td img, .tabella_dati2 td img{
    vertical-align: text-top;
}

.tabella_doc_evento ul {
    margin-top: 0px;
    margin-bottom: 2px;
    padding: 0px;
}

/* Tabella scheda analitica dei costi ------------------------------------------ */

.tabella_dati2{
    font-family: Arial, sans-serif;
    font-size: 13px;
    background: white;
    width: 100%;
    overflow: auto;
    border-collapse: collapse;
    text-align: left;
}

.tabella_dati2 th{
    font-size: 13px;
    font-weight: bold;
    padding: 6px;
    border: 1px solid #ccc;
    background-color: #D8E7EE;
}

.tabella_dati2 td{
    border: 1px solid #ccc;
    padding: 6px;
    vertical-align: top;
}

.tabella_dati2 td.dati_centro_altezza_centro{
    text-align: center;
    vertical-align: middle;
}
.tabella_dati2 td.dati_altezza_centro{
    vertical-align: middle;
}

.tabella_dati2 .pari{
    background-color: #eeeeee;
}

.tabella_dati2 .attiva{
    background-color: #fde3b0;
    font-weight: bold;
    color: #555555;
}

.tabella_dati2 td.no_bordo_on_td_attiva{
    border-top: 2px solid transparent;
}

.tabella_dati2 ul {
    margin-top: 0px;
    margin-bottom: 2px;
    padding: 0px;
}

.tabella_dati2 .valoreDocInterno{
    width: 65px;
}

.tabella_dati2 .raggruppamento, .tabella_dati2 .colonne_totali{
    width: 120px;
}

.sottosessione{
    background-color: #E2F3FF;
}

#grafico_monitoraggio{
    display: none;
    float: none;
}

#dati_monitoraggio{
    width: 100%;
    float: none;
}

/* Tabella Test di verifica/Questionari Gradimento ----------------------------- */

.tabella_Test{
    font-family: Arial, sans-serif;
    font-size: 13px;
    background: white;
    width: 100%;
    overflow: auto;
    border-collapse: collapse;
    text-align: left;
}

.tabella_Test th{
    font-style: italic;
    color: #1f739d;
    font-size: 13px;
    padding: 6px;
    border-bottom: 1px solid #2ba3d5;
    background-color: #ffffff;
}

.tabella_Test td{
    font-weight: bold;
    border-bottom: 1px solid #2ba3d5;
    padding: 6px;
    vertical-align: top;
}

/* Tabella Domande Test ----------------------------- */

.tabella_domande{
    font-family: Arial, sans-serif;
    font-size: 13px;
    background: white;
    width: 100%;
    overflow: auto;
    border: 2px dotted #2ba3d5;
    border-collapse: collapse;
    text-align: left;
}

.tabella_domande th{
    font-style: italic;
    color: #1f739d;
    font-size: 13px;
    padding: 6px;
    border-bottom: 1px solid #2ba3d5;
    background-color: #ffffff;
}

.tabella_domande td{
    font-weight: bold;
    border-bottom: 1px solid #2ba3d5;
    padding: 6px;
    vertical-align: top;
}

/* Tabella Report ----------------------------- */

.tabella_report{
    font-family: Arial, sans-serif;
    font-size: 13px;
    background: white;
    width: 100%;
    overflow: auto;
    border-collapse: collapse;
    border: 2px solid #2ba3d5;
    text-align: center;
}

.tabella_report th{
    font-size: 13px;
    font-weight: bold;
    color: white;
    padding: 6px;
    border-bottom: 2px solid #2ba3d5;
    border-right: 2px solid #2ba3d5;
    background-color: #1f739d;
}

.tabella_report td{
    border-bottom: 2px solid #2ba3d5;
    border-right: 1px solid #2ba3d5;
    padding: 6px;
    vertical-align: top;
    background-color: transparent;
}

/* Tabella Report totali----------------------------- */

.tabella_report_totali{
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    background: white;
    width: 100%;
    overflow: auto;
    border-collapse: collapse;
    border: 2px solid #2ba3d5;
    text-align: center;
    background-color: #B3E4FD;
}

.tabella_report_totali th{
    font-size: 13px;
    font-weight: bold;
    color: white;
    padding: 6px;
    border-bottom: 2px solid #2ba3d5;
    border-right: 2px solid #2ba3d5;
    background-color: #1f739d;
}

.tabella_report_totali td{
    border-bottom: 2px solid #2ba3d5;
    border-right: 1px solid #2ba3d5;
    padding: 6px;
    vertical-align: top;
    background-color: transparent;
}


#paginatore{
    text-align: right;
    font-style: italic;
    background-color: transparent;
    background-image: url(img/sfondo_menu.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

#paginatore td{
    border-bottom: none;
}

.tabella_dati tr#paginatore:HOVER td, .tabella_dati .totale:HOVER td{
    background-color: transparent;
}

.dati_centro{
    text-align: center;
}

.dati_dx{
    text-align: right;
}

.dati_centro table{
    margin-left: auto;
    margin-right: auto;
}

/* Blocchi generici ------------------------- */

.blocco_sx, .blocco_sx_form{
    float: left;
    width: 49%;
}

.blocco_dx, .blocco_dx_form{
    float: left;
    margin-left: 2%;
    width: 49%;
}

#blocco_sx_articolo{
    float: left;
    width: 40%;
}

#blocco_dx_articolo{
    float: left;
    margin-left: 2%;
    width: 58%;
}

.blocco_dx_form li{
    margin-bottom: 3px;
}

.blocco_centrale{
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

.blocco_legenda{
   display: none;
}

.clearer{
    clear: both;
}

.link {
    font-weight: bold;
    padding: 8px;
}

/* Menù laterali ---------------------------- */

#menu_utente{
    width: 255px;
    float: left;
    margin-right: 15px;
}

#corpo_dx{
    width: 650px;
    float: left;
}

#header_menu_utente{
    height: 24px;
    color:#FFF;
    padding-left: 10px;
    padding-top: 5px;
    font-weight: bold;
}

#corpo_menu_utente{
    border: 1px solid #CCC;
    padding: 5px;
    text-align: left;
}

#info_provider { display: none; }

/* Fatture */

#fattura_riquadro_ente{
    border: 1px solid #ccc;
    float:left;
    width: 40%;
    height: 190px;
}

#fattura_riquadro_ente > div{
    padding: 5px;
}

#fattura_riquadro_cliente{
    float:left;
    width: 57%;
    margin-left: 2%;
}

table tr td#fattura_riga_cliente_sx{
    height: 125px;
    border-right: none;
}

table tr td#fattura_riga_cliente_dx{
    height: 125px;
    border-left: none;
}

.fattura_colonna_importi{
    width: 95px;
}

.fattura_cella_totale{
    border-bottom: 4px double #444 !important;
    color: #EF671D;
    font-weight: bold;
}

#fattura_riquadro_annotazioni{
    border: 1px solid #ccc;
    margin-top: 15px;
    padding: 5px;
    height: 100px;
}

/* Altro -------------------------------------------------------------------- */
#check_cf{ display: none; }

/* Personalizzazione campi form --------------------------------------------- */
#utente_profilo_lavorativo, #utente_professione, #utente_qualifica {
    width: 250px;
}

/* Colori di evidenziazione righe ------------------- */

.verde { background-color: #ddf0d8 !important; }
.arancio { background-color: #ffeac2 !important; }
.rosso { background-color: #ffd0d0 !important; }
.giallo{ background-color: #ffffc4 !important; }
