body {
    font: normal 12px auto Verdana, Arial, Helvetica, sans-serif;
    color: #4f6b72;
    background: White;
}

a {
    color: #c75f3e;
    text-decoration: none;

}

.dim90 {
    font-size: 90%;

}


.colorFunzioniBottone {
    background-color: #b7c869;
    color: #ffffff;
}

.colorLavori {
    background-color: #fea700;
}
.colorSerFor {
    background-color: #9a4375;
}
.colorSerTec {
    background-color: #4985a0;
}

.grass {
    font-weight: bold;
}
.briciolaAttiva {
    font-weight: bold;
    text-decoration: underline;
}
.briciolaAttivaNoLink {
    color: #c75f3e;
    text-decoration: none;

    font-size:7.0pt;
    font-weight: bold;
    text-decoration: underline;
}


.LinkHome {
    color: #c75f3e;


    font-size:15.0pt;
    font-weight: bold;

}


.per50 {

    font-size: 50%;
}
.per60 {

    font-size: 60%;
}

.per70 {

    font-size: 70%;
}
.per80 {

    font-size: 80%;
}

.datatable {
    empty-cells:show;
    width: auto;
    padding: 0;
    margin: 0;
}

.datatable caption {
    padding: 0 0 5px 0;
    width: 700px;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
}


.titleCaption {
    padding: 0 0 5px 0;
    width: 700px;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
}





.datatable th {
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    color: #4f6b72;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    border-top: 1px solid #C1DAD7;
    text-transform: uppercase;
    text-align: left;
    padding: 6px 6px 6px 12px;
    background: #CAE8EA;
}

.datatable td {
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;

    padding: 6px 6px 6px 12px;
    color: #4f6b72;
}


.datatable td.alt {

    color: #797268;
}

.datatable tfoot.tfooter{
    text-align: center;
}

.datatable img{
    vertical-align: middle;
}

.datatable a img{
    border: none;
}

.testoGrassettoVerde{
    color: rgb(135, 230, 156);
    font-weight: bold;

}
.readonly{
    background-color: #f6e8dd;
}

.spia{
    background-color: red;
}


.nonVisibile{
    display: none;
}

.testoGrassettoRosso{
    color: rgb(230, 82, 27);
    font-weight: bold;

}
.testoArancione{
    color: #e87831;
}

.testoRosso{
    color: rgb(230, 82, 27);
}

.testoRosso90{
    font-size: 90%;
    color: rgb(230, 82, 27);
}

.testoVerde90{
    font-size: 90%;

    color: #08880e;
}

.testo80{
    font-size: 80%;


}

.testoNero90{
    font-size: 90%;
    color: rgb(0, 0, 0);
}
.testoNero{

    color: rgb(0, 0, 0);
}


div.testoNeroTruncate {
    white-space: nowrap;
    width: 25em;
    overflow: hidden;


    color: rgb(0, 0, 0);
}

/*div.testoNeroTruncate:hover {
    text-overflow: inherit;
    overflow: visible;
}*/


.testoGrassettoBianco{
    color: #ffffff;
    font-weight: bold;

}

.testoGrassettoGrigio{
    color: #d7d7d7;
    font-weight: bold;

}


.evenRow {
    background-color: #fff;
    font-size:10px;
    color:#101010;
}
.evenRowBis {
    background-color: #fff;
    font-size:10px;
    color:#101010;
    position:relative; /*questa Ë fondamentale*/
    z-index:24

}



.evenRowBis:hover {
    z-index: 25;
}

.evenRowBis span {
    display: none;
}

.tooltip {



    position:relative; /*questa Ë fondamentale*/
    z-index:24

}


.tooltip:hover {
    z-index: 25;
}

.tooltip span {
    display: none;
}


.tooltipMax {



    position:relative; /*questa Ë fondamentale*/
    z-index:24

}


.tooltipMax:hover {
    z-index: 25;
}

.tooltipMax span {
    display: none;
}




.tooltipRosso {
    background-color: #fff;

    color: rgb(230, 82, 27);
    position:relative; /*questa Ë fondamentale*/
    z-index:24

}

.tooltipRosso:hover {
    z-index: 25;
}

.tooltipRosso span {
    display: none;
}


.evenRow:hover {
    background-color: #ffef46;
}
.oddRow {
    background-color: #dbe6e6;
    font-size:10px;
    color:#101010;
}

.oddRowBis {
    background-color: #dbe6e6;
    font-size:10px;
    color:#101010;
    position:relative; /*questa Ë fondamentale*/
    z-index:24
}


.oddRowBis:hover {
    z-index: 25;
}

.oddRowBis span {
    display: none;
}

.tooltip:hover span {
    display: block; position:absolute;
    top: 2em; left: 0em; width: 20em;
    border: 2px solid #5bd95e ;  background-color: #d2f4d2;
    font-size: 70%;text-align: left;
}


.tooltipMax:hover span {
    display: block; position:absolute;
    top: 2em; left: 0em; width: 40em;
    border: 2px solid #5bd95e ;  background-color: #d2f4d2;
    font-size: 70%;text-align: left;
}



.tooltipRosso:hover span {
    display: block; position:absolute;
    top: 2em; left: 0em; width: 20em;
    border: 2px solid #5bd95e ; color: rgb(230, 82, 27);  background-color: #d2f4d2;
    font-size: 70%;text-align: left;
}

.evenRowBis:hover span {
    display: block; position:absolute;
    top: 2em; left: 0em; width: 40em;
    border: 2px solid #5bd95e ;  color:#000;  background-color: #d2f4d2;
    font-size: 90%;text-align: left;
}

.oddRowBis:hover span {
    display: block; position:absolute;
    top: 2em; left: 0em; width: 40em;
    border: 2px solid #5bd95e ;  color:#000;  background-color: #d2f4d2;
    font-size: 90%;text-align: left;
}


.oddRow:hover {
    background-color: #ffef46;
}
.tblListForm {
    border-top:2px #999999 solid;
}
.listheader {
    background-color: #fedc4d;
    font-size:12px;
    font-weight:bold;
}








.ajax-file-upload-statusbar {
    border: 1px solid #0ba1b5;
    margin-top: 5px;
    margin-right: 5px;
    margin: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 3px;
    padding: 2px 2px 2px 2px
}
.ajax-file-upload-filename {
    width: 100%;

    height: auto;
    margin: 0 0px 0px 0px;
    color: #807579
}
.ajax-file-upload-progress {
    margin: 0 0px 0px 0px;
    position: relative;
    width: 100%;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 1px;
    display: inline-block
}
.ajax-file-upload-bar {
    display: inline-block;
    background-color: #0ba1b5;
    width: 0;
    height: 15px;
    border-radius: 3px;
    color:#FFFFFF;


}
.ajax-file-upload-percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%
}
.ajax-file-upload-red {
    -moz-box-shadow: inset 0 39px 0 -24px #e67a73;
    -webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
    box-shadow: inset 0 39px 0 -24px #e67a73;
    background-color: #e4685d;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #b23e35;
    cursor: pointer;
    vertical-align: top;
    margin-right:5px;
}
.ajax-file-upload-green {
    background-color: #77b55a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0 1px 0 #5b8a3c;
    vertical-align: top;
    margin-right:5px;
}
.ajax-file-upload {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding: 0px 0px;
    cursor:pointer;
    line-height:10px;
    height:10px;
    margin:0 5px 5px 0;
    display: inline-block;
    background: #fff;
    border: 1px solid #e8e8e8;
    color: #888;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 2px 0 0 #e8e8e8;
    -webkit-box-shadow: 0 2px 0 0 #e8e8e8;
    box-shadow: 0 2px 0 0 #e8e8e8;
    padding: 3px 5px 4px 5px;
    color: #fff;
    background: #2f8ab9;
    border: none;
    -moz-box-shadow: 0 2px 0 0 #13648d;
    -webkit-box-shadow: 0 2px 0 0 #13648d;
    box-shadow: 0 2px 0 0 #13648d;
    vertical-align:middle;
}

.ajax-file-upload:hover {
    background: #3396c9;
    -moz-box-shadow: 0 2px 0 0 #15719f;
    -webkit-box-shadow: 0 2px 0 0 #15719f;
    box-shadow: 0 2px 0 0 #15719f;
}

.ajax-upload-dragdrop
{
    border:1px dotted #A5A5C7;
    color: #DADCE3;
    text-align:left;
    vertical-align:middle;
    padding:5px 5px 0px 5px;
}

.ajax-upload-dragdrop.state-hover
{
    border: 2px solid #A5A5C7;
}
.ajax-file-upload-error {
    color: red;
}


