body{
    background: #dddddd;
}

a:visited{
    color: #0000ff;
}

div#loadingDiv{
    background: #ffcccc;
    font-weight: bold;
    width: 120px;
    padding-left: 3px;
    padding-right: 3px;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 1000;
}

div#foregroundInsertContainer{
    position: absolute;
    z-index: 100;
    //height: 100%;
    top: 20px;
    margin: 0 auto;
    left: 0;
    width: 100%; 
    display: none;
    align: center;    
    text-align: center;
}

div#foregroundInsert{
    z-index: 110;
    //    padding: 30px 20px 30px 20px;
    //width: 70%; 
    width: 100%; 
    margin: 0 auto;
    align: center;    
    text-align: center;
}

div#foregroundNifter{
    padding: 5 5 5 5;

    width: 70%; 
    margin: auto;
    margin-top: 30;
    margin-bottom: 30;
    align: center;    
    text-align: center;
    background: #0469ed;
}

div#foregroundTitle{
    border: none; 
    padding: 4;
    margin-bottom: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    width: 100%;
    //   background: #eeeeee;
    //background: ;
    background: #ffffff url('../immagini/titleback.gif') repeat-x bottom;
    color: #000000;

    text-align: left;
    align: left;
    //font-weight: bold;
    font-style: italic;
    //text-decoration: underline;

}

div#foregroundFooter{
    border: none; 
    padding: 4;
    margin-top: 10px;
    //width: 80%;
    font-weight: bold;
    background: #ffffff;
    color: #1111ff;
    text-align: left;
    align: left;

}

.buttonContainer{
    width: 800px;
    margin: 0 auto;
    margin-top: 5px;
}
div.buttonContainer a:visited{
    text-decoration: none;
    color: #000000;
}

div.buttonContainer a{
  text-decoration: none;
 color: #000000;
}

div.buttonSelected{
 background: url(../immagini/buttonSelected.png);
 width: 117px;
 height: 25px;
 cursor: pointer;
 padding-top: 5px;
 padding-left: 3px;
 vertical-align: middle;
 font-size: 90%;
 font-style: italic;
 float:left;
 margin-left: 3px;
 text-align: center;
}

div.button {
 background: url(../immagini/button.png);
 width: 117px;
 height: 25px;
 cursor: pointer;
 padding-top: 5px;
 padding-left: 3px;
 vertical-align: middle;
 font-size: 90%;
 font-style: italic;
 float:left;
 margin-left: 3px;
 text-align: center;
}

div.button:hover{
 background: url(../immagini/buttonHover.png);
}

div.ajaxReturnMain{
}

table.dataTable{
    background: #eeeeff;
    /*//background: #7777ff;*/
    width: 100%;
    margin: auto;
}

table.dataTable td{
    padding-left: 5px;
    padding-right: 5px;
    background: #ccccff;
    /*background: #ffffff;*/
    text-aling: left;
}


table.dataTable td input{
    /*border: none;*/
}

table.dataTable td select{
    /*border: none;*/
}

table.dataTable tr.header td{
    background: #aaaaff;
    color: #ffffff;
    font-weight: bold;
}

table.dataTable tr.header a{
    color: #ffffff;
    font-weight: bold;
    font-decoration: underline;
}

table.dataTable td.dataCellFormatted input{
    border: none;
    width: 100%;
}

table.dataTable td.dataCellFormatted textarea{
    border: none;
    width: 100%;
}

table.dataTable td.dataCellNonFormatted input{
    border: none;
}


table.dataTable tr:hover td{
    background-color: #99ffaa;
}

table.dataTable tr:hover{
    background-color: #99ffaa;
}


table.dataTable tr.header:hover td{
    background: #aaaaff;
    color: #ffffff;
    font-weight: bold;
}

img.button{
    cursor: pointer;
}

td.dataCellFormatted input{
    border: none;
}

table.vertTable{
    background: #ccccff; 
    width: 100%;
    margin: auto;
}

table.vertTable td{
    padding-left: 10px;
}
/*
table.vertTable td input{
    background: #ffffff; 
    background-image: url("../immagini/sfondoModuloTesto.png");
    background-position: top right;
    background-repeat: repeat-y;
    color: #000000;
}

table.vertTable td input&checkbox{
    background: #ffffff; 
    background-image: url("../immagini/sfondoModuloTesto.png");
    background-position: top right;
    background-repeat: repeat-y;
    color: #000000;
}
*/
table.vertTable select{
    border: none;
/*    background: #ffffff; 
    background-image: url("../immagini/sfondoModuloTesto.png");
    background-position: top right;
    background-repeat: repeat-y;
    color: #000000;
*/
}

table.vertTable td.header{
    background: #ccccff;
    color: #000000;

    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0px;
}

table.vertTable td.header2{
    background: #aaaaff;
    color: #000000;

    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0px;
}

table.vertTable tr.title{
    border: none;
    font-weight: bold;
    background: #dddddd;
}


#blur {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0px;
    
    background-color: #ddddff; /* pale weak blue */ 
    border: none; /* obscure dull blue */
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;

    display: none;
}

p.noAuth {
    font-size: 50px;
    font-weight: bold;
    background-color: #000000; /* pale weak blue */
    color: #FF0000;
}




table.dataTableEvidenziata{
    background: #eeffee;
    width: 100%;
    margin: auto;
}

table.dataTableEvidenziata td{
    padding-left: 5px;
    padding-right: 5px;
    background: #ccffcc;
    text-aling: center;
    font-weight: bold;
}

table.dataTableEvidenziata tr.header td{
    background: #55ff55;
    color: #ffffff;
    font-weight: bold;
}

table.dataTableEvidenziata td.dataCellFormatted input{
    border: none;
    width: 100%;
}

table.dataTableEvidenziata td.dataCellFormatted textarea{
    border: none;
    width: 100%;
}

table.dataTableEvidenziata td.dataCellNonFormatted input{
    border: none;
}

table.dataTableEvidenziata tr.title{
    border: none;
    font-weight: bold;
    background: #ddffdd;
}

table.dataTable tr.title td{
    border: none; 
    font-weight: bold;
    background: #ffffff;
    color: #000000;
}

table.dataTable tr.predefinita{
    background: #ffdddd;    
}

p.error{
    background: #FF0000;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
}

p.success{
    background: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}


p.info{
    background: #ddffdd;
    padding-top: 10px;
    padding-bottom: 10px;
}

table.help{
    background: #ffffff;
    padding-top: 3px;
    padding-bottom: 3px;
    color: black;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 3px;
    width: 100%;
}

table.help a,table.help a:visited,table.help a:hover{
    border: none; 
    text-decoration: none; 
}

table.help a img{
    border: none;
}


p.knowhow{
    width: 100%;
}

p.knowhow p.title{
    font-weight: bold;
    font-size: 30px;
}

table.suggerimento{
    background: #fff8bf;
    margin-bottom: 10px;
    width: 100%;
}

table.suggerimento td{
    text-align: justify;
    display: table-cell;
}

table.suggerimento tr.header td{
    background: #f1e8a0;
    border-bottom: dashed 1px #338833;
    font-weight: bold;
    text-align: left;
}

div#menu {
    position: absolute;
    top: 5px;
    left: 0px;
    padding-left: 200px; 
}


div#tabelle{
    width: 50%;
    border: solid 2px #cccccc;
}


div.pulsanteAggiungi{
    width: 90%;
    margin: auto;
}

div.pulsanteAggiungi input{
    cursor: pointer;
    border: solid 2px;
    background: #00ff00;
    color: #ffffff;

    border-top: solid #aaffaa 2px;
    border-left: solid #aaffaa 2px;
    border-bottom: solid #006600 2px;
    border-right: solid #006600 2px;

    width: 100%;
    height: 40px;

    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
}



table.errore{
    background: #ff5555;
    margin-bottom: 10px;
    width: 100%;
}

table.errore td{
    text-align: justify;
}

table.errore tr.header td{
    background: #ff0000;
    border-bottom: dashed 1px #338833;
    font-weight: bold;
    font-size: large;
    text-align: left;
}

table.filterTable{
    border: solid 1px #9999ff;
    background: #555555;
    color: #ffffff;
}

div#filterPlace{
    width: 100%;
    background: #555555;
    color: #ffffff;
}

div#filterPlace table{
    color: #ffffff;
}

div#filterPlace select{
    border: none;
    background: #ffffff;
}

div#filterPlace input[type="text"]{
    border: none;
    background: #ffffff;
}

table.info tr, table.info tr td{
    background: #ffffff;
    margin-top: 4px;
    margin-bottom: 4px;
    width: 100%;
    border-bottom: solid 1px black;
}

div.code {
    font-family: "Courier New", monospace;
    font-size: small;
    background:#4444ff;
    color: #FFFF00; 
}


.archiviato{
    background:#000000;
    color: #FFffff; 
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: bold;
    vert-align: middle;
    v-align: middle;
    valign: middle;
    margin-top: auto;
    margin-bottom: auto;
}

.sospeso{
    background:#000000;
    color: #FF0000; 
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: bold;
    vert-align: middle;
    v-align: middle;
    valign: middle;
    margin-top: auto;
    margin-bottom: auto;
}

.fascicolo{
    background:#000000;
    color: #00ff00; 
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: bold;
    vert-align: middle;
    v-align: middle;
    valign: middle;
    margin-top: auto;
    margin-bottom: auto;
}

.sdiinserito{
    background:#000000;
    color: #7777ff; 
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: bold;
    vert-align: middle;
    v-align: middle;
    valign: middle;
    margin-top: auto;
    margin-bottom: auto;
}

table.pageSelector{
    width: 100%;
    //background: #aaffaa;
}

p.versionInfo{
    text-align: left;
    font-size: x-small;
}

 
table.anagTable{
    width: 100%;
    /*border: solid 1px black;*/
}

table.anagTable td{
    /*border: solid 1px red;*/
    margin: 0;
    padding: 0;
}


table.anagTable textarea{
    width: 100%;
    border: none;
}

div.baloonContainer{
    position: absolute;
    z-index: 90;
    width: 400px;
    height: 300px;
    display: none;
}

div.baloon{
    width: 380px;
    height: 280px;
}
