textarea {
    margin: 0;
    padding: 0;
}

a.navwhite:link {
    text-decoration: none;
    color: #ffffff;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-left: 10px;
}

a.navwhite:visited {
    text-decoration: none;
    color: #ffffff;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-left: 10px;
}

a.navwhite:hover {
    text-decoration: underline;
    color: #ffffff;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-left: 10px;
}

a.navblack:link {
    text-decoration: none;
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

a.navblack:visited {
    text-decoration: none;
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

a.navblack:hover {
    text-decoration: underline;
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

body,
p,
b,
i,
em,
dt,
dd,
dl,
sl,
caption,
th,
td,
tr,
u,
blink,
select,
option,
form,
div,
li {
    font-family: Arial, sans-serif;
    font-size: 11px;
}

body {
    margin: 0 auto;
    background: #EFEFEF url('../images/body-gray.png') center center fixed;
}

.tipo-inquadramento {
    margin-top: 5px;
    padding: 5px;
    border-style: solid;
    border-color: gray;
    border-width: thin;
    background: #F0F0F0;
}

.button-inquadramento {
    width: 300px;
    margin-top: 3px;
}

.combo-inquadramento {
    /*    width: 300px;*/
    margin-top: 3px;
    /*    margin-left: 25px;*/
}

.inp {
    color: blue;
    background-color: #FFFFC0;
    font-size: 15;
    width: 200px;
    margin-right: 5px;
}

.dta {
    color: blue;
    background-color: #FFFFC0;
    font-size: 15;
    width: 100px;
    border-width: thin;
    border-color: blue;
}

.btnSearch {
    background-image: url('../images/change.png');
    width: 16px;
    height: 16px;
    display: inline;
    cursor: pointer;
    margin-bottom: 3px;
    margin-right: 2px;
}


.rightAlign {
    float: right
}


.rigaContesto {
    margin-top: 2px;
    margin-bottom: 2px;
}

.lblContesto {
    font-size: 10px;
    font-style: italic;
    color: gray;
    margin-right: 5px;
}

.dttContesto {
    font-size: 12px;
    font-weight: bold;
    color: #737373;
    margin-right: 5px;
}

#btnCambioContestoSettore {
    margin-right: 5px;
}

.contestoEvidenziato {
    border: 1px solid #bdd8e1;
    background: #eeeeee;
    cursor: pointer;
}


.barra {
    padding: 10px 4px;
    border: 1px solid #bdd8e1;
    background: #eeeeee;
    height: 18px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.labelBarra {
    padding-left: 5px;
    width: 120px;
}

.testoBarra {
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 10px;
}

span.titolo {
    color: #003366;
    font: 24px Verdana;
    position: absolute;
    top: 25px;
    left: 350px;
}

table {
    font: 14px Arial;
    /*    border: 1px solid #EEE;*/
    border-collapse: collapse;
}

table.tabNavigazione {
    margin-top: 1px;
    padding: 3px 3px;
    width: 100%;
    height: 30px;
    text-align: left;
    border: 0;
    background-color: #CA54BC;
}

.avvisi h2 {
    margin-bottom: 15px;
    background: #CA54BC;
    padding: 10px;
}

.avvisi h3 {
    margin-bottom: 5px;
    margin-top: 15px;
    margin-left: 20px;
    background: #e0bfdd;
    padding: 10px;
}

.avvisi li {
    margin-top: 5px;
    margin-left: 20px;
    font-size: 12px;
}

td.tabNavigazione {
    padding: 3px 3px;
    width: 10%;
}

td {
    /*    padding: 3px 3px;*/
    border: 1px solid #EEE;
    border-collapse: collapse;
}


td.clsHeader {
    text-align: center;
    font-weight: 700;
    width: 50px;
}

td.clsHeaderSmall {
    text-align: center;
    font-weight: 700;
    width: 25px;
}

td.clsHeaderMedium {
    text-align: center;
    font-weight: 700;
    width: 70px;
}

td.clsHeaderLarge {
    text-align: center;
    font-weight: 700;
    width: 110px;
}

td.clsHeaderExtraLarge {
    text-align: center;
    font-weight: 700;
    width: 350px;
}

td.clsRowHeader {
    text-align: left;
    font-weight: 700;
    width: 180px;
}

td.clsDescrizione {
    text-align: left;
}

td.clsCenter {
    text-align: center;
}

td.clsCenterGreen {
    text-align: center;
    background-color: #C3FDB8;
}

td.clsNum {
    text-align: right;
}

td.clsDtHr {
    text-align: left;
}

td.clsTxt {
    text-align: left;
}

td.errore {
    color: red;
    background-color: #FFCCFF;
}

.col_contenuto {
    background-color: #eaf3fd;
    width: 200px;
}

.col_descrizione {
    background-color: #dbeafb;
    width: 120px;
}

.td.pulsante {
    cursor: pointer;
    border: thin hidden Silver;
}

/*.div_dettaglio {
	width: 350px;
	height: 350px;
	background-color: #fff5ec;
	border: thin solid #ffc182;
} */

span.corrente {
    margin-left: 15px;
    font-size: 15;
    font-weight: 900;
    color: #050301;
}

.sfondoDataGrid {
    height: 413px;
    width: 100%;
    margin-bottom: 7px;
    background-color: #F7F7F7;
}

.sfondoDataGrid_conFiltro {
    height: 455px;
    width: 100%;
    margin-bottom: 7px;
    background-color: #F7F7F7;
}

.errore {
    color: red;
    font-size: 18;
}

.avviso {
    color: blue;
    font-size: 15;
}


.selezionato {
    background-color: #fde0c1 !important;
}

.evidenziato {
    background-color: #7DBEFF !important;
}

.risaltato {
    background-color: #c0c0c0 !important;
}

.comunicazione {
    color: #2E2EFE;
    background-color: #A9D0F5;

}

.mdlLabel {
    display: inline-block;
    color: gray;
    font-size: 12px;
    width: 70px;
}

.mdlControl {
    display: inline-block;
    font-size: 15px;
    width: 150px;
    margin-right: 5px;
}

.campoDettaglio {
    color: blue;
    font-size: 15;
}

.puntatore {
    cursor: pointer;
}

.modello {
    padding: 7px;
    margin-top: 5px;
    /*    background: #F0F0F0;  */
    font-size: 1.1em;
}

.rigaMdl {
    margin-bottom: 10px;
}

.rigaMdl label,
.rigaMdl input,
.rigaMdl select {
    display: inline-block;
    font-size: 14px;
}

.modello label {
    margin-left: 0.5em;
}

.modello input.text,
.modello select {
    margin-bottom: 12px;
    margin-right: 12px;

    height: 25px;
    padding-left: 0.7em;
    padding-top: 5px;
}

.tagliaMoltoPiccola {
    width: 100px;
}

.tagliaPiccola {
    width: 150px;
}

.tagliaMedia {
    width: 300px;
}

.tagliaGrande {
    width: 450px;
}

.cleaner {
    clear: both;
    font-size: 1px;
}

.lblConferma {
    font-style: italic;
}

.conferma {
    font-size: 1.2em;
    font-weight: bold;
}

.tblConferma {
    width: 100%;
}

.tblConferma tr {
    border-bottom-color: blue;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.tblConferma td {
    border: none;
    padding: 5px;
    margin: 5px;
}

.riga {
    margin: 5px;
}

#pnlInvioRichiesta {
    padding: 5px;
    background: #F0F0F0;
    width: 400px;
    height: 370px;
}

.didascalia {
    width: 90px;
    float: left;
    text-align: right;
    margin-right: 1.5em;
    display: block;
    font-size: 1, 2em;
    font-style: italic;
}

.contenuto {
    width: 250px;
    font-size: 12;
    font-weight: bold;
    height: 20px;
}

.contenutoTextArea {
    width: 250px;
    font-size: 12;
    font-weight: bold;
}

.pnlTitolo {
    font-size: 15;
    font-weight: bold;
    text-align: center;
    width: 400px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pnl button {
    margin-left: 6.5em;
}


div.split2 div {
    float: left;
    padding: 0 2%
}

.pnl {
    width: 400px;
    /*    height: 250px;*/
}


.sfondo950 {
    width: 950px;
}

.didascalia100 {
    width: 100px;
    float: left;
    margin-right: 10px;
    display: block;
    text-align: right;
}

.didascalia250 {
    width: 250px;
    float: left;
    margin-right: 10px;
    display: block;
    text-align: right;
    font-size: 15px;
}

.contenuto50 {
    width: 50px;
    font-size: 15px;
    font-weight: bold;
    height: 25px;
}

.contenuto100 {
    width: 100px;
    font-size: 15px;
    font-weight: bold;
    height: 25px;
}

.contenuto120 {
    width: 120px;
    font-size: 15px;
    font-weight: bold;
    height: 25px;
}

.contenuto250 {
    width: 250px;
    font-size: 15px;
    font-weight: bold;
    height: 25px;
}

.riga30 {
    height: 30px;
}

.riga40 {
    height: 40px;
}

.riga100 {
    height: 100px;
}

.indicator {
    position: absolute;
    left: 100px;
    top: 100px;
}

.panel {
    border-style: solid;
    border-color: #F0F0F0;
    border-width: 1px;
    margin-bottom: 10px;
    padding: 5px;
}

#container {
    width: 990px;
}

#header {
    margin-top: 2px;
}

#header div {
    width: 330px;
    float: left;
    display: block;
}

#headerCenter {
    margin: auto;
    text-align: center;
}

div.horizontal_scroller {
    position: relative;
    height: 24px;
    width: 500px;
    display: block;
    overflow: hidden;
}

div.scrollingtext {
    position: absolute;
    white-space: nowrap;
    font-family: 'Trebuchet MS', Arial;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

#buttonBar {
    margin-top: 8px;
}


label.error {
    /* remove the next line when you have trouble in IE6 with labels in list */
    color: red;
    font-style: italic
}

input.error {
    border: 1px dotted red;
}

.rigSkd {
    border-bottom: 1px solid #7c7c7c;
    padding: 5px;
}

.lblSkd {
    display: inline-block;
    width: 750px;
    font-size: 15px;
}

.rotator {
    width: 180px;
    height: 160px;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    top: 250px;
    color: black;
    background: trasparent;
}

.lblCampoCartella {
    font-size: 12px;
    font-style: italic;
    color: #8a8a8a;
    margin-left: 5px;
}

.campoCartella {
    font-size: 15px;
    margin-left: 5px;
}

.voceCartella {
    margin-right: 25px;
    border-bottom: 1px inset #ebebeb;
}

#divCartella {
    border: 1px solid #a6c9e2;
    padding-top: 5px;
    padding-bottom: 5px;
}

#divEsiti {
    border: 1px solid #a6c9e2;
    padding: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.lblAcc {
    margin-right: 20px;
    font-size: 14px;
}

.chkAcc {
    margin-left: 5px;
}

.rigAcc {
    margin-top: 30px;
    border-bottom: 1px solid #c7c7c7;
}

.lblRad {
    margin-right: 10px;
}

.rigaElenco {
    border: 1px solid #bdd8e1;
    background: #fffee6;
    padding: 3px;
    margin: 1px;
}

.eleElenco {
    padding: 4px;
    display: inline-block;
    font-size: 14px;
}

.ele15 {
    width: 15px;
    height: 14px;
}

.ele20 {
    width: 20px;
}

.ele50 {
    width: 50px;
}

.ele64 {
    width: 64px;
}

.ele275 {
    width: 275px;
}

.ele300 {
    width: 300px;
}

.ele310 {
    width: 310px;
}

.ele350 {
    width: 350px;
}

.ele380 {
    width: 380px;
}

.ele410 {
    width: 410px;
}

.segnaposto {
    background: #f9d0b5;
    height: 27px;
}

.segnaposto2 {
    width: 390px;
}

#titoloNonComprese {
    position: absolute;
    left: 200px;
    font-size: 15px;
    margin-top: 20px;
}

#titoloComprese {
    position: absolute;
    left: 620px;
    font-size: 15px;
    margin-top: 20px;
}

#non_compresi {
    position: absolute;
    top: 210px;
    height: 500px;
    width: 470px;
    overflow-y: auto;
    overflow-x: hidden;
}

#compresi {
    position: absolute;
    left: 500px;
    top: 210px;
    height: 500px;
    width: 470px;
}

.toolbarInferiore {
    position: absolute;
    bottom: 0px;

}

.lblChk {
    border-style: solid;
    border-color: #F0F0F0;
    border-width: 1px;
    padding: 10px 3px 3px 3px;
}

.txtAcc {
    width: 150px;
}

.clsStato_I {
    background: #cff8fc;
    cursor: pointer;
}

.clsStato_C {
    background: #f0fff0;
    cursor: pointer;
}

.clsStato_A {
    background: #fef4e7;
    cursor: pointer;
}

.clsStato_N {
    background: #ffffff;
    cursor: pointer;
}

.segnata {
    background: #f0fff0;
}

.export {
    float: left;
    margin-top: 5px;
}

#info,
p {
    margin-left: 25px;
    font-size: 12px;
}

.infoNome {
    position: absolute;
    left: 170px;
}

.menuInfo {
    float: right;
    margin-right: 20px;
}

#Aziende {
    display: none;
    margin-left: 5px;
    font-size: 13px;
}

#spanAziende {
    margin-left: 25px;
    font-size: 13px;
}

.loadIndicator {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
    display: none;
}