body {
    background-color: #333333 !important;
    color: #333333;
}

fieldset {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

legend {
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #3333FF;
}

h1 {
    font-size: 1.6em;
}

.ta_center {
    text-align: center;
    margin: 1em 0 1em 0;
    color: #333333;
}

.new_forn {
    background-color: #555555;
    color: #aaaaaa;
}

.set_lang img {
    vertical-align: middle;
}

#san_venerio {
    text-align: center;
    margin: 2em auto 2em auto;
}

#societa {
    color: #ffff55;
}

tr#tr_addnew {
    text-align: center;
    background-color: #ffff55;
}

#jq_tgt {
    width: 90%;
    margin: 1.5em auto 0 auto;
    background-color: #ffffff;
    color: #000000;
}

li.separator {
    color: #ffa500;
    margin: 0 0.2em;
}

.selected {
    //background-color: #00ff00;
    background-color: #cccccc;
}

.delete_docacq {
    color: #ff0000;
}

.userid {
    margin: 0 1em 0 0.5em;
}

.email {
    padding: 0 0.3px;
    background-color: #ffffff;
    border: 1px solid #000000;
    font-variant: small-caps;
}

.dynamic_rows td {
    border: 1px solid #ff6600;
}

.immutable {
    readonly: readonly;
    border: none;
}

#tbl_spec {
    width: 95%;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    font-size: 0.7em;
}

#tbl_spec td {
    padding: 0.5em;
    border-bottom: 1px solid #333333;
}

#tbl_spec td a {
    text-decoration: none;
    color: #0000ff;
}

#tbl_spec td a:visited {
    color: #0000ff;
}

#tbl_spec .destra {
    text-align: right;
}

.alta {
    height: 4em !important;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) url('/loading.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

div.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/pageloader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}
