/* loading spinner
http://cssload.net/
*/
.bubblingG {
    text-align: center;
    width:170px;
    height:106px;
    margin: auto;
    position: fixed; /* or absolute */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bubblingG span {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    margin: 53px auto;
    background: rgb(0,130,200);
    border-radius: 106px;
    -o-border-radius: 106px;
    -ms-border-radius: 106px;
    -webkit-border-radius: 106px;
    -moz-border-radius: 106px;
    animation: bubblingG 1.035s infinite alternate;
    -o-animation: bubblingG 1.035s infinite alternate;
    -ms-animation: bubblingG 1.035s infinite alternate;
    -webkit-animation: bubblingG 1.035s infinite alternate;
    -moz-animation: bubblingG 1.035s infinite alternate;
}

#bubblingG_1 {
    animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
}

#bubblingG_2 {
    animation-delay: 0.3095s;
    -o-animation-delay: 0.3095s;
    -ms-animation-delay: 0.3095s;
    -webkit-animation-delay: 0.3095s;
    -moz-animation-delay: 0.3095s;
}

#bubblingG_3 {
    animation-delay: 0.619s;
    -o-animation-delay: 0.619s;
    -ms-animation-delay: 0.619s;
    -webkit-animation-delay: 0.619s;
    -moz-animation-delay: 0.619s;
}



@keyframes bubblingG {
    0% {
        width: 21px;
        height: 21px;
        background-color:rgb(0,130,200);
        transform: translateY(0);
    }

    100% {
        width: 51px;
        height: 51px;
        background-color:rgba(255,255,255,0.69);
        transform: translateY(-45px);
    }
}

@-o-keyframes bubblingG {
    0% {
        width: 21px;
        height: 21px;
        background-color:rgb(0,130,200);
        -o-transform: translateY(0);
    }

    100% {
        width: 51px;
        height: 51px;
        background-color:rgba(255,255,255,0.69);
        -o-transform: translateY(-45px);
    }
}

@-ms-keyframes bubblingG {
    0% {
        width: 21px;
        height: 21px;
        background-color:rgb(0,130,200);
        -ms-transform: translateY(0);
    }

    100% {
        width: 51px;
        height: 51px;
        background-color:rgba(255,255,255,0.69);
        -ms-transform: translateY(-45px);
    }
}

@-webkit-keyframes bubblingG {
    0% {
        width: 21px;
        height: 21px;
        background-color:rgb(0,130,200);
        -webkit-transform: translateY(0);
    }

    100% {
        width: 51px;
        height: 51px;
        background-color:rgba(255,255,255,0.69);
        -webkit-transform: translateY(-45px);
    }
}

@-moz-keyframes bubblingG {
    0% {
        width: 21px;
        height: 21px;
        background-color:rgb(0,130,200);
        -moz-transform: translateY(0);
    }

    100% {
        width: 51px;
        height: 51px;
        background-color:rgba(255,255,255,0.69);
        -moz-transform: translateY(-45px);
    }
}

/*end loading*/


/*PANEL*/

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}


/*end panel*/

.login {
    background: #F7F7F7; 

}
#background {
    position: fixed;
    width: 100%;
    height: 100%;
    background-position:center;
    background-image: url('../images/intro.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 40%;
    opacity: 0.7;
    filter:alpha(opacity=70);
}

.titoloHome{
    font-size: 150%;

}
.labelHome{

    text-align: right;
    padding-right: 5px;  
    font-weight: normal;
    font-size: 110%;
}
.valueHome{
    text-align: right;
    padding-left: 5px;  
    font-size: 130%;
    font-weight: bold;

}

.sorting {
    background: url("../images/sort_both.png") no-repeat center right;


}
.sorting_asc {
    background: url("../images/sort_asc.png") no-repeat center right;

}
.sorting_desc {
    background: url("../images/sort_desc.png") no-repeat center right;

}
.labelFiltro {
    background-color:#EFECFF;
    color:#000033;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    text-align:right;
    border-bottom-color: #0082C8;
    font-variant: normal;
    font-weight:normal ;
    padding:2px 5px;
    margin-left: 6px;


}

.tablesorter-headerUnSorted {
    background: url("../images/sort_both.png") no-repeat center right;


}
.tablesorter-headerAsc {
    background: url("../images/sort_asc.png") no-repeat center right;

}
.tablesorter-headerDesc {
    background: url("../images/sort_desc.png") no-repeat center right;

}
.sorter-false{
    background-image:none !important;
}

a[data-toggle="modal"] { 
    text-decoration: underline;
}


.dropdown-submenu {
    position: relative;
}

.borderCheckBox{
    border:1px solid #CCC;
    padding:2px;
    margin-right: 3px;
    border-radius:3px;
}
.borderCheckBoxON{
    background-color:lightgreen;

}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


.modal_gruppi{
    padding: 0px;
    width: 60%
}

.loader {

    width: 30%;
    height: 30%;
    margin:auto;
    z-index: 9999;
    background: url('../images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}


.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}




.titoloPag{
    text-transform:uppercase;
    text-align: left;
    font-size:12px;
    /*font-weight:bold;*/
    width:98%;
    margin:2px 2px 10px 2px;
    padding: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}




.info{ 
    font-size: 11px;
    border: 1px solid #999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #CCC;
    padding:3px;
    margin:3px;

}

.success{
    color:#003300;
    margin:3px;
    padding:3px;
    text-align:left;
    font-size: 12px;
    font-variant: normal;
    vertical-align: middle;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px #0C0;
    background:#C4FFC7;
    display: inline-block;
}


.errore{
    display: inline-block;
    color:#990000;
    margin:3px;
    padding:3px;
    text-align:left;
    font-size: 12px;
    font-variant: normal;
    vertical-align: middle;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px #900;
    background:#FFC4C4
}



.loading{
    width:100%;
    margin:0 auto;
    text-align:center;
}

.help{
    width:100%;
    margin:2;
    text-align:left;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px;
    font-variant: normal;
    font-weight: normal;
    vertical-align: top;
    color: #000000;
    text-decoration: blink;
    padding: 2px;
    border: 1px solid #999999;
    list-style-type: disc;
}


div.box{
    overflow:auto;
    padding: 1px;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;


}

.saltopagina {
    page-break-before: always;
} 



div.box p{margin-top:0}
.saltopagina2 {
    page-break-after: always;
} 

option {
    font-weight:300;
    /*color: white;*/
}
select  {
    font-weight:300;
    /*color: white;*/
}
select  optgroup {
    background-color: #0082C8;
    font-weight:600;
    color: white;
}
select  optgroup  option {
    background-color: #FFF !important;
    color: #333;
    font-weight:300;
}


.ac_results {
    padding: 0px;
    border: 1px solid #ff7c08;
    background-color: white;
    overflow: hidden;

}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    color: #972800;
    font-family:Arial, Helvetica, sans-serif;
    /* 
    if width will be 100% horizontal scrollbar will apear 
    when scroll mode will be used
    */
    /*width: 100%;*/
    font-size: 12px;
    /* 
    it is very important, if line-height not setted or setted 
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: hidden;

}

.ac_loading {
    background: white url('images/indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #fef2d8;
}

.ac_over {
    background-color: #febb80;
    color: white;
}


input, button, select, textarea{
    font-weight:300;
    /*margin:2px ;*/
}



.saltopagina {
    page-break-before: always;
} 
.bordo {
    border: 2px solid #000000;
    margin: 3px;
    padding: 10px;
    background-color: #FFFFFF;
}

.login {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#000000;
    padding:1px;
    margin: 1px;
    font-variant: small-caps;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-size: 17px;
    font-weight: bold;

}
.sincro{
    width: 50%;
    margin: 10px auto;
    font-size: 140%;
    text-align: center;
}

.elencoLabel{
    padding: 2px ;
    white-space: nowrap;
    text-align: right;
    border-bottom: 1px solid #ccc;
    display: inline-block;
}
.elencoValue{
    padding: 2px 12px 2px 1px;
    text-align: left;
    white-space: nowrap;
    display: inline-block;
    font-weight: bold;
    font-size: 110%;
}

.tab_elenco_01 {

    border-collapse:collapse;
    padding:2px;
    margin: 2px;
    /*    max-width: 99%;*/
    float: left;
    color: #242323;

}
.tab_elenco_01 tr:nth-child(even) {
    background: #f0f0f0;
}
.tab_elenco_01 td {
    border:1px solid #CCC;
    padding: 1px 2px 1px 3px;
    font-weight: normal;
    text-align: left;
    font-weight:300;
    white-space: nowrap;
}
.tab_elenco_01 td.divisore{
    height: 3px;
    background-color: #ccc;
}
.tab_elenco_01 tr:hover td {
    background-color: #EAEFFF;
}
.tab_elenco_01 th {
    color:white;
    cursor: pointer;
    background-color: #234151  !important;
    padding: 1px 10px 1px 5px;
    white-space: nowrap;
    font-weight: 400;
    border: 1px solid #CCC;

}
.tab_elenco_01 th a {
    color:white;


}

.tab_elenco_01 th.dx{
    text-align: right;
}
.tab_elenco_01 th.head{
    background-color: #E6E6FF !important;
    border: 1px solid #e9e7e7;
    color: #666;
    text-align: left;

}
.tab_elenco_01 th.bg-success{
    background-color: #dff0d8 !important;
    color: #3c763d;
    text-align: center;
}
.tab_elenco_01 th.bg-warning{
    background-color: #fcf8e3 !important;
    color: #8a6d3b;
    text-align: center;
}
.tab_elenco_01 th.bg-danger{
    background-color: #f2dede !important;
    color: #a94442;
    text-align: center;
}
.tab_elenco_01 th.bg-info{
    background-color: #d9edf7 !important;
    color: #31708f;
    text-align: center;
}


.tab_elenco_01 td.bg-success{
    background-color: #dff0d8 !important;
}
.tab_elenco_01 td.bg-warning{
    background-color: #fcf8e3 !important;
}
.tab_elenco_01 td.bg-danger{
    background-color: #f2dede !important;
}
.tab_elenco_01 td.bg-info{
    background-color: #d9edf7 !important;
}




.tab_elenco_01 th.totale{
    background-color: black !important;

    color: white;
    font-weight: bold;

}
.tab_elenco_01 th.vuoto{
    background-color: transparent !important;
    border: none;

}
.tab_elenco_01 td.icon {
    text-align: center;
}
.tab_elenco_01 td.ok{
    color:#006633;
    background-color:#C8FEC0 !important;
    font-weight:bold;
}
.tab_elenco_01 td.ko{
    color:#900;
    background-color:#FF9F9F;
    font-weight:bold;
}
.tab_elenco_01 td.sx{
    text-align: left;
}
.tab_elenco_01 td.dx{
    text-align: right;
}
.tab_elenco_01 td.centro {
    text-align: center;

}
.tab_elenco_01 td.hsep {
    height:2px;
    background-color: #666666 !important;
    margin: 0px;
    padding: 0px;
}

.tab_elenco_01 td.intestazione {
    background-color: #f0ad4e !important;
    font-weight: bold;   
}
.tab_elenco_01 td.intestazione2 {
    background-color: #5cb85c !important;
    font-weight: bold;   
}
.tab_elenco_01 td.bold {
    font-weight: bold;
}
.tab_elenco_01 th.centro {
    text-align: center;
}

.tab_elenco_01 td.green {
    background-color: #dff0d8 !important;
}
.tab_elenco_01 td.grigio {

    background-color: #e2e1e6 !important;

}
.tab_elenco_01 td.red {
    background-color: #f2dede !important;

}
.tab_elenco_01 td.var {
    background-color: #E6E6FF !important;
    font-weight:400;
}

.tab_elenco_01 tr.var {
    background-color: #E6E6FF !important;                    
}
.tab_elenco_01 tr.totale {

    text-align: center;
    background-color: #FFFF99 !important;
    font-weight: bold;
}
.tab_elenco_01 tr.grigio {
    font-size:12px;

    background-color: #C6C6C6 !important;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.tab_elenco_01 td.variation {
    background-color: #FFCC00 !important;
    font-weight: bold;
}

.tab_elenco_01 caption {
    font-size:105%;
    font-weight:bold;
    padding: 2px;
    margin:2px ;
    text-transform:uppercase;

}
.tab_elenco_01 th.var {
    color:#000000;
    background-color:#ffd6b6 !important;

}
.tab_elenco_01 th.intestazione {
    color:#000000;
    background-color:#9C3 !important;
    font-weight:bold;
}

.tab_elenco_01 td.sep {
    width:2px;
    background-color: #666666 !important;
    margin: 0px;
    padding: 0px;

}
.tab_elenco_01 th.sep {
    width:2px;
    background-color: #666666 !important;
    margin: 0px;
    padding: 0px;

}
.tab_elenco_01 td.money {
    text-align: right;
    font-style: italic;
}
.tab_elenco_01 td.number {
    text-align: right;


}
.tab_elenco_01 td.total {
    font-weight: bold;
    background-color: #d0d5f4;
    text-align: right;

}
.tab_elenco_01 td.moneyBold {
    text-align: right;
    font-style: italic;
    font-weight: bold;
    /*padding-top: 5px;*/
}

.tab_elenco_01 td.totale {
    font-weight: bold;
    font-size: 110%;
    text-align: right;

}



.simple_01 {
    margin: 4px;
    border-collapse:collapse;
    font-weight: 400;
    min-width:50%;
}
.simple_01 th {
    font-weight: bold;
    padding: 2px 4px;
    text-align: left;
    border: 1px solid #CCC;
    background-color: #e9e7e7;
    white-space: nowrap;

}
.simple_01 th.head {
    font-weight: bold;
    text-align: center;
    font-size: 110%;
    background-color: #666;
    color: white;


}
.simple_01 tr:nth-child(even) {
    background:  #f3f2f7;
}

.simple_01 tr:hover td {
    background-color: #ffffc1;
}

.simple_01 th.vuoto {
    border: none;
    background-color: transparent;
}
.simple_01 td {
    border: 1px solid #CCC;
    text-align: left;

    padding: 2px 4px;
}
.simple_01 td.money {
    text-align: right;
    font-style: italic;
    padding: 2px 4px 2px 5px;
}
.simple_01 td.number {
    text-align: right;
}
.simple_01 td.totale {
    font-size: 110%;
    font-weight: bold;
    background-color: #e9e7e7;
}
.simple_01 td.sep {
    width:2px;
    background-color: #ccc;
    border: none;
    margin: 0px;
    padding: 0px;
}
.simple_01 td.hsep {
    height:2px;
    background-color: #666666;
    margin: 0px;
    padding: 0px;
}
.simple_01 tr.totale {
    font-size: 110%;
    font-weight: bold;
    background-color: #e9e7e7;
    white-space: nowrap;
}
.simple_01 tr.total {
    font-size: 110%;
    font-weight: bold;
    background-color: #e9e7e7;
    white-space: nowrap;
}
.simple_01 caption {
    font-size:15px;
    color:#000000;
    text-align:left;
    font-family:"Franklin Gothic Book";
    font-variant: small-caps;
}

.titoloReport {

    font-size:12px;
    margin-bottom:2px;

    font-weight:bold;
    color:#000000;
    text-align:left;
    font-family:Verdana, Geneva, sans-serif;
    font-variant: normal;
    text-transform: uppercase;
    padding:3px;
    border-radius:5px;
    background-color: #F4F4F4;
    border: 1px solid #CCC;
}



.risultati {
    border-collapse:collapse;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    color:#333333;
    padding:0px;
    border: 1px none #000033;
    margin: 0px;	
}
.risultati th {
    color:#000000;
    font-size:10px;
    margin:0px;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    text-align:right;
    border-right-width: 3px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
    vertical-align: middle;
    font-variant: normal;
    padding-top: 2px;
    padding-right: 3px;
    padding-bottom: 2px;
    padding-left: 3px;
    border-bottom-color: #000000;
    font-weight: bold;
    border-right-color: #000000;
    border-left-color: #000000;
    text-transform: uppercase;
}
.risultati th.ev {
    background-color:#F7B675;
    color:#000000;
    font-size:10px;
    margin:0px;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-align:right;
    border-right-width: 3px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
    vertical-align: middle;
    font-variant: normal;
    padding-top: 2px;
    padding-right: 3px;
    padding-bottom: 2px;
    padding-left: 3px;
    border-bottom-color: #000000;
    font-weight: bold;
    border-right-color: #000000;
    border-left-color: #000000;
    text-transform: uppercase;
}

.risultati td {
    font-size:12px;
    text-align: right;
    vertical-align: middle;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 10px;
    font-weight: normal;
    color: #000000;
    border: 1px solid #666666;
    font-style: oblique;
}
.risultati td.noBordo {
    font-size:11px;
    text-align: right;
    vertical-align: middle;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 10px;
    font-weight: normal;
    color: #000000;
    border: 1px none #666666;
}

.risultati tr.var {
    font-size:11px;
    text-align: right;
    vertical-align: middle;
    border-collapse: collapse;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 10px;
    font-weight: normal;
    color: #000000;
    border: 1px solid #666666;
    background-color: #FFDBCA;
}

.risultati caption {
    font-size:16px;
    font-weight:normal;
    color:#44516D;
    text-align:center;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-variant: small-caps;
}
.risultati th.preTitle {
    font-size:10px;
    text-align: left;
    vertical-align: middle;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-variant: normal;
    background-color: #000000;
    color: #FFFFFF;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 3px;
    border-top-width: 2px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    text-transform: uppercase;
}



.piano {
    border-collapse:collapse;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    color:#333333;
    padding:0px;
    border: 1px solid #000033;
    margin: 0px;	
}
.piano th {
    background-color:#000000;
    color:#FFFFFF;
    font-size:10px;
    margin:0px;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    text-align:center;
    border-right-width: 1px;
    border-left-width: 0px;
    border-right-style: solid;
    border-left-style: solid;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    vertical-align: middle;
    font-variant: normal;
    border-bottom-color: #FFFFFF;
    font-weight: bold;
    border-right-color: #FFFFFF;
    border-left-color: #FFFFFF;
    text-transform: uppercase;
    padding: 1px;
}
.piano th.sep {
    margin:0px;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    text-align:center;
    border-right-width: 2px;
    border-left-width: 0px;
    border-right-style: solid;
    border-left-style: solid;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    vertical-align: middle;
    border-bottom-color: #FFFFFF;
    border-right-color: #000000;
    border-left-color: #FFFFFF;
    padding: 0px;
}
.piano th.var {
    background-color:#CCCCCC;
    color:#000000;
    font-size:10px;
    margin:0px;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    text-align:center;
    border-right-width: 1px;
    border-left-width: 0px;
    border-right-style: solid;
    border-left-style: solid;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    vertical-align: middle;
    font-variant: normal;
    border-bottom-color: #FFFFFF;
    font-weight: bold;
    border-right-color: #FFFFFF;
    border-left-color: #FFFFFF;
    text-transform: capitalize;
    padding: 1px;
}
.piano th.ev {
    background-color:#F7B675;
    color:#000000;
    font-size:10px;
    margin:0px;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-align:right;
    border-right-width: 2px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
    vertical-align: middle;
    font-variant: normal;
    padding-top: 2px;
    padding-right: 3px;
    padding-bottom: 2px;
    padding-left: 3px;
    border-bottom-color: #000000;
    font-weight: bold;
    border-right-color: #000000;
    border-left-color: #000000;
    text-transform: uppercase;
}

.piano td {
    font-size:10px;
    text-align: right;
    vertical-align: middle;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #666666;
    border-right-color: #666666;
    border-bottom-color: #666666;
    border-left-color: #666666;
    padding: 1px;
}
.piano td.verde {
    font-size:10px;
    text-align: right;
    vertical-align: middle;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #666666;
    border-right-color: #666666;
    border-bottom-color: #666666;
    border-left-color: #666666;
    background-color: #00FF66;
    padding: 1px;
}

.piano td.rosso {
    font-size:10px;
    text-align: right;
    vertical-align: middle;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #666666;
    border-right-color: #666666;
    border-bottom-color: #666666;
    border-left-color: #666666;
    background-color: #FF8D71;
    padding: 1px;
}
.piano td.giallo {
    font-size:10px;
    text-align: right;
    vertical-align: middle;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #666666;
    border-right-color: #666666;
    border-bottom-color: #666666;
    border-left-color: #666666;
    background-color: #FFFF66;
    padding: 1px;
}
.piano td.nero {
    font-size:10px;
    text-align: right;
    vertical-align: middle;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #FFFFFF;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #666666;
    border-right-color: #666666;
    border-bottom-color: #666666;
    border-left-color: #666666;
    background-color: #000000;
    padding: 1px;
}

.piano td.grigio {
    font-size:10px;
    text-align: right;
    vertical-align: middle;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #FFFFFF;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #666666;
    border-right-color: #666666;
    border-bottom-color: #666666;
    border-left-color: #666666;
    background-color: #999999;
    padding: 1px;
}

.piano tr.var {
    font-size:11px;
    text-align: right;
    vertical-align: middle;
    border-collapse: collapse;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 10px;
    font-weight: normal;
    color: #000000;
    border: 1px solid #666666;
    background-color: #DBE4FF;
}

.piano caption {
    font-size:16px;
    font-weight:normal;
    color:#44516D;
    text-align:center;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-variant: small-caps;
}
.piano th.preTitle {
    font-size:10px;
    text-align: left;
    vertical-align: middle;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-variant: normal;
    background-color: #000000;
    color: #FFFFFF;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 3px;
    border-top-width: 2px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    text-transform: uppercase;
}


.filtro {
    border-collapse:collapse;
    margin: 5px 0px 10px 0px ;
    padding: 5px;
    background-color: #f4f6fd;
    width: auto;


}
.filtro caption {
    background-color: #CFEAFE;
    border: 1px solid #9393FF;
    padding: 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-variant: small-caps;

}
.title {
    border-collapse:collapse;
    color:#003366;
    font-weight: bold;
    font-variant: normal;
    text-align: left;
    margin: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    font-size: 15px;
    font-family: "Franklin Gothic Book";
    text-transform: uppercase;
    padding-top: 10px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
}
.subtitle {
    border-collapse:collapse;
    color:#003366;
    font-weight: bold;
    font-variant: normal;
    text-align: left;
    margin: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
}
.filtro th {
    background-color:#EFECFF;
    color:#000033;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    text-align:right;
    border-bottom-color: #0082C8;
    font-variant: normal;
    font-weight:300;
    padding:2px 5px;

}
.filtro th.var {
    background-color:#FFFF99;
}

.filtro td {
    text-align: left;
    vertical-align: middle;
    border-collapse: collapse;
    border-bottom: 1px solid #ccc;
    background-color: white;
    padding:2px 5px;
    white-space: nowrap;
}


.performance {

    border-collapse:collapse;
    padding:4px;
    margin: 4px;
    float:left;
}
.performance caption {
    color:#003366;
    padding:2px;
    font-weight: bold;
    font-variant: small-caps;
}


.performance th {
    background-color:#0082C8 !important;
    color:#FFF;
    text-align:center;
    font-weight: bold;
    font-variant: normal;
    text-transform: uppercase;
    border: 1px solid #CCC;
    padding:2px 4px;
}
.performance th.var {
    background-color:#E7F1F1 !important;
    color:#000000;
    text-transform: none;
    font-weight:400;
}

.performance td.sep, .performance th.sep {

    width:2px;
    color: #000000;
    background-color: #666666 !important;
    border: 1px solid #666666;
    margin: 0px;
    padding: 0px;
}
.performance td.divisore{
    height: 10px;
}
.performance td {
    padding:2px 3px;
    border: 1px solid #CCC;
    text-align:right;
    font-weight:normal;
}
.performance td.bold {

    font-weight:bold;
}
.performance tr:nth-child(even) {
    background:  #f3f2f7;
}

.performance tr:hover td {
    background-color: #ffffc1 !important;
}
.performance tr.var {
    background-color: #DBDEFF !important;
}
.performance td.red {
    background-color: coral  !important;
    font-weight: bold;
}
.performance td.black {
    background-color: black !important;
    color:white;
}
.performance td.redBorder {
    border: 2px solid red;
}
.performance td.grey {
    background-color: grey !important;
}
.performance td.yellow {
    background-color: lightyellow !important;
}
.performance td.green {
    background-color: lightgreen !important;
    font-weight: bold;
}
.performance td.money {
    font-style: italic;
}
.performance td.vuoto {
    border:none;
    background-color:#FFF;
}
.performance td.vuotopiccolo {
    font-size: 80%;
    font-style:oblique;
    border:none
}

.performance th.vuoto {
    text-align: left;
    vertical-align: middle;
    border-collapse: collapse;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}



.form_01 {
    font-size: 100%;
    border-collapse:collapse;
    padding:3px;
    margin: 3px;	
}
.form_01 th {
    background-color: #475c8f;
    color:white;
    margin:0px;
    border-bottom: 1px solid #fff;
    text-align:right;
    padding: 2px 3px;
    font-weight: 500;
    white-space: nowrap;

}
.form_01 td.green {

    background-color: lightgreen;
}
.form_01 td {	text-align: left;
         /*     border: 1px solid #ccc;*/
              padding: 1px 4px;
              white-space: nowrap;
}
.form_01 td.preTitle {
    background-color: #d7e8ea;
    text-align: center;
    font-weight: bold;
}
.form_01 td.pulsante {
    font-size:11px;
    text-align: center;
    vertical-align: middle;
    border-collapse: collapse;
    background-color: #EAEFFF;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 2px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #000066;
    border-left-color: #CCCCCC;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 5px;
}

.form_01 td.centro {

    padding: 3px;
    text-align: center;
    vertical-align: middle;
    border-collapse: collapse;
}
.form_01 th.preTitle {

    text-align: left;
    vertical-align: middle;
    border-collapse: collapse;
    font-weight: bold;
    font-variant: normal;
    background-color: #000000;
    color: #FFFFFF;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 3px;
    border-top-width: 2px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    text-transform: uppercase;
}

.form_01 caption {
    font-size:15px;
    font-weight:bold;
    color:#000033;
    text-align:left;
    font-variant: small-caps;
    padding-bottom: 5px;
}





.yield {
    border-collapse:collapse;
    padding:2px;
    margin: 2px;
    max-width: 99%;
}

.yield th.headcol {
    position:absolute;
    background-color:#CEDFFF !important;
}

.yield td.headcol {
    position:absolute;
    background-color:#CEDFFF !important;

}

.yield tr:hover td {
    background-color: #d3ddfc;
}

.yield td.bordoRosso {
    border: 2px solid #990000 !important;
}

.yield td {

    border: 1px solid #ebeff3 ;
    padding: 1px 4px 1px 2px;
    text-align: right;
    font-weight:300;
    white-space: nowrap;
}

.yield td.bordo {

    border-bottom:  1px solid #CCC ;


}
.yield td.left {
    text-align: left;

}
.yield td.sep {
    width: 4px;
    border: none;
    margin: 0px;
    padding: 0px;
    background-color: #999 !important;

}

.yield th {

    border: 1px solid #ccc;
    font-size:100%;
    font-weight:normal;
    padding: 2px 12px 2px 5px;
    background-color: #0082C8 !important;
    color: white;
    white-space: nowrap;


}

.yield th.right {

    text-align:right;
}

.yield th.head {
    background-color: #f0ad4e !important;

    color: white;
    font-size: 100%;
    text-align:center;
}
.yield th.ongoing {
    background-color:#DFEAF4 !important;
    color: #0082C8;
    text-align:center;
}
.yield th.noAbb {
    background-color:coral;
    text-align:center;
}
.yield td.grigio{
    background-color:  #f0f5f9  !important;
}

.yield th.InCharge {
    background-color:#99ff99 !important;
}
.yield th.Onrent {
    background-color:#ff6666 !important;
}
.yield th.UT {
    background-color:#0082C8 !important;
}
.yield th.sim {
    background-color:#DFEAF4 !important;
}

.yield th.intestazione {
    background-color:#DFEAF4 !important;
    color: black;
    text-align: center;
}

.yield th.mesi {
    background-color: #F93 !important;
    font-weight: normal;
    padding-left: 7px;
}
.yield th.vuoto {
    background-color: #FFFFFF !important;
    font-weight: normal;
    border:none;
}
.yield td.vuoto {
    border:none;	
}

.yield td.money {
    text-align: right;
    font-style: oblique;
}
.yield th.money {
    text-align: right;
    font-style: oblique;
}
.yield td.money3 {
    text-align: right;
    font-style: oblique;
    font-weight: normal;
    font-size: 11px;
    background-color: #E6E6E6 !important;
}
.yield td.money2 {
    text-align: right;
    font-style: oblique;
    font-weight: bold;
}
.yield td.rightborder {
    border-right:3px solid #CCC;
}
.yield th.rightborder {
    border-right:3px solid #CCC;
}
.yield th.sep, .yield td.sep{
    width: 4px;
    border: none;
    margin: 0px;
    padding: 0px;
    background-color: #999 !important;
}

.yield td.sep2,.yield th.sep2  {
    width: 3px;
    border: none;
    margin: 0px;
    padding: 0px;
    background-color: #ccc;
}



.yield th.start {
    background-color:#5cb85c !important;
    color: white;
    text-align: center;
}
.yield th.startGroup {
    background-color:#0082C8 !important;
    color: white;
    text-align: center;
}
.yield th.segmenti {
    background-color:#337ab7 !important;
    color: white;
}
.yield th.gruppi {
    background-color:#C6C6FF !important;
}
.yield th.total {
    font-weight: bold;
    color: white;
    padding-left: 6px;
    font-size: 105%;
    background-color:#5cb85c !important;
}

.yield td.sx {
    text-align: left;
}
.yield td.total {
    font-weight: bold;
    background-color: #d0d5f4;
    text-align: right;

}
.yield td.date {
    background-color: #d0d5f4;                     
}
.yield td.labetTotal {
    font-weight: bold;
    padding-top: 1px;
    background-color: #FFFFCC !important;
}
.yield td.labetGranTotal {
    vertical-align: middle;
    background-color: #337ab7 !important;
    color: #FFFFFF;
}

.yield tr.var{
    background-color: #E3E3FF !important;
}
.yield tr.totalDivisor{
    height:4px;
    background-color:#999 !important;
}
.yield tr.total{
    font-weight: bold !important;
    background-color: #d0d5f4 !important;
}
.yield td.var{
    background-color: #E3E3FF !important;
}
.yield td.bold {
    font-weight: bold;
}
.yield td.noabb {
    background-color: #AEFDF1 !important;
}
.yield td.rosso {
    background-color: #e9bdbd !important;
}
.yield td.giallo {

    background-color: yellow !important;
}
.yield td.nero {
    background-color: #000000 !important;
    color: #FFFFFF;
    /*        font-weight: bold;*/
}
.yield td.verde {
    background-color: #bde9be !important;
}


.yield td.crosso {
    background-color: #FFC8C8 !important;
}
.yield td.cgiallo {
    background-color: #FFFFCC !important;
}
.yield td.cnero {
    background-color: #DADADA !important;
}
.yield td.cverde {

    background-color: #BBFFBB !important;
}



.yield td.preTitle {
    background-color: #FFFF66 !important;
    font-variant: normal;
    color: #000000;
    text-transform: uppercase;
}
.yield td.pulsante {

    background-color: #EAEFFF;
    border-top-width: 1px;
}

.yield td.centro {
    text-align: center;
}
.yield th.centro {
    text-align: center;
}

.yield th.preTitle {
    background-color: #000000;
    color: #FFFFFF;
}

.yield caption {
    text-transform: uppercase;
}



.dett_01 {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    color:#333333;
    padding:2px;
    margin: 5px;

}
.dett_01 th {
    background-color:#C6DDEB;
    color:#234151;
    font-size:11px;
    margin:5px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    border-bottom-width: 0px;
    border-bottom-style: none;
    text-align:right;
    height:10px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-right-style: none;
    border-left-style: none;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #000000;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 2px;
    vertical-align: top;
    font-variant: small-caps;
}
.dett_01 td {
    font-size:12px;
    padding: 2px;
    text-align: left;
    vertical-align: middle;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #999999;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
}
.dett_01 caption {
    font-size:16px;
    font-weight:bold;
    color:#000000;
    text-align:center;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-variant: small-caps;
    padding-bottom: 6px;
}








.testo {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#000000;
    text-align:left;
    font-weight: normal;
    vertical-align: middle;
    text-transform: none;
    font-variant: normal;
}

.titolo {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:15px;
    color:#000000;
    text-align:left;
    font-weight: bold;
    vertical-align: top;
    text-transform: none;
    font-variant: normal;
    border: 1px solid #000000;
    padding: 3px;
}

.titolo2 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:15px;
    color:#0000CC;
    text-align:left;
    font-weight: bold;
    vertical-align: top;
    text-transform: uppercase;
    font-variant: normal;
    border: 1px solid #000000;
    background-color: #E7F1F1;
    padding: 3px;
}

.corpo {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
}
.coda {
    float:right;
    font-size:90%;
    margin: 5px 5px;  
    padding: 3px 6px;
    border-radius: 4px;
}
.nomeCampo {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#FFFFFF;
    text-align:center;
    font-weight: bold;
    font-variant: small-caps;
    background-color: #000000;
    border: 1px none #FF6600;
    padding-top: 0px;
    padding-right: 4px;
    padding-bottom: 0px;
    padding-left: 4px;
}



.submit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-align: center;
    font-weight: bold;
    list-style-image: url(../images/freccia.gif);
    background-image: url(../images/freccia.gif);
}

.div_scroll {
    height:340px;
    overflow:auto;
}

.giorni {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    color:#333333;
    font-size: 10px;
    width: 98%;


    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 15px;
    padding-left: 2px;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 15px;
    margin-left: 2px;
    border-collapse:collapse;

}
.giorni th {
    color:#000000;
    font-size:11px;
    margin:0px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    text-align:center;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: none;
    border-left-style: none;
    border-top-width: 1px;
    border-top-style: none;
    vertical-align: top;
    padding: 0px;
    border-bottom-color: #000000;
    font-weight: normal;
}
.giorni td {
    font-size:10px;
    text-align: left;
    vertical-align: top;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #FFDFDF;
    border-right-color: #FFDFDF;
    border-bottom-color: #999999;
    border-left-color: #FFDFDF;
    margin: 2px;
    padding: 2px;
}
.giorni td.sep {
    font-size:11px;
    text-align: center;
    vertical-align: top;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #990000;
    border-right-color: #990000;
    border-bottom-color: #990000;
    border-left-color: #990000;
    margin: 0px;
    padding: 0px;
    width: 1px;
}
.giorni th.sep {
    font-size:11px;
    text-align: center;
    vertical-align: top;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    margin: 0px;
    padding: 0px;
    width: 1px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #990000;
    border-right-color: #990000;
    border-bottom-color: #990000;
    border-left-color: #990000;
}
.giorni td.var {
    font-size:10px;
    text-align: center;
    vertical-align: middle;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #990000;
    border-right-color: #990000;
    border-bottom-color: #990000;
    border-left-color: #990000;
    margin: 0px;
    padding: 0px;
    width: 1px;
    font-variant: small-caps;
}


.giorni td.lista {
    font-size:11px;
    text-align: left;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #990000;
    border-right-color: #CCCCCC;
    border-bottom-color: #990000;
    border-left-color: #990000;
    margin: 2px;
    padding: 2px;

    font-variant: small-caps;
}
.giorni td.lista3 {
    font-size:11px;
    text-align: left;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #990000;
    border-right-color: #CCCCCC;
    border-bottom-color: #990000;
    border-left-color: #990000;
    margin: 2px;
    padding: 2px;
    font-variant: small-caps;
    background-color: #FFE2B7;
}
.giorni th.lista {
    color:#000000;
    font-size:11px;
    margin:0px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    text-align:left;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: none;
    border-top-width: 1px;
    border-top-style: none;
    vertical-align: top;
    padding: 0px;
    border-bottom-color: #000000;
    font-weight: bold;

}
.giorni td.lista2 {


    background-color: #FFE2B7;
}
.grafici {

    margin: 20px 10px;
    max-width: 97%;
    padding: 2px;
    border: solid 1px #f0f5f9;
    /*  min-width: 600px;*/
}

.grafici caption{
    font-family: "Franklin Gothic Book";
    color:#000000;
    font-size: 12px;
    border-collapse:collapse;
    font-weight: normal;
    text-align: left;
    margin: 2px;
    padding: 2px;
}
.art-PostLogin {

    position:relative;
    z-index:0;
    float:none;
    width:250px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 10;
    margin-left: auto;
    height:100px;
    padding-top: 0px;
    padding-bottom: 20px;
}


.immagine {
    padding: 0px;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: -5px;
}
.calendario {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    padding:3px;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    text-align: center;
}
.calendario td {
    font-size:15px;
    height:auto;
    padding-top:1px;
    padding-right:1px;
    padding-bottom:1px;
    padding-left:1px;
    border-bottom-width:1px;
    border-left-width:1px;
    border-bottom-style:solid;
    border-left-style:solid;
    border-bottom-color:#E6E6E6;
    border-left-color:#f3f3f3;
    text-align: left;
    vertical-align: top;
}
.calendario a {
    font-size:12px;
    height:auto;
    padding-top:1px;
    padding-right:1px;
    padding-bottom:1px;
    padding-left:1px;
    text-align: left;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}
.calendario th {
    font-size:11px;
    height:auto;
    border-bottom-width:1px;
    border-left-width:1px;
    border-bottom-style:solid;
    border-left-style:none;
    border-bottom-color:#003366;
    border-left-color:#F4F6F7;
    text-align: left;
    color: #FFFFFF;
    padding: 2px;
    background-color: #456373;
    margin: 0px;
}
.calendario caption {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    padding:0px;
    font-size: 11px;
    font-weight: bold;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-color: #CC66CC;
    border-right-color: #CC66CC;
    border-bottom-color: #CC66CC;
    border-left-color: #CC66CC;
    font-variant: small-caps;
}

.contorno {
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
    font-weight: normal;
    padding: 5px;
    margin: 5px;
    border: 1px solid #D7D7D7;
    text-align: center;
    white-space: normal;
    display: inline;
    vertical-align: middle;
    background-color: #F0F4FF;
}
.rientro {
    padding: 0px;
    margin-right: -50px;
    margin-left: 0px;
    margin-bottom: 0px;
}

.elenco {
    border:1px solid #CCCCCC;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 4px;
    display: inline;
}

.elenco td {
    font-size:11px;
    padding-top:2px;
    padding-right:15px;
    padding-bottom:2px;
    padding-left:2px;
    text-align: left;
    font-weight: bold;
}

.elenco th {
    color:#000000;
    font-size:11px;
    margin:0px;
    font-family: Arial, Helvetica, sans-serif;
    text-align:right;
    padding: 2px;
    font-weight: normal;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #99FF66;
    border-right-color: #99FF66;
    border-bottom-color: #000000;
    border-left-color: #99FF66;
}

.elenco caption {
    font-size:14px;
    color:#000000;
    font-family:"Franklin Gothic Book";
    font-weight: bold;
    font-variant: small-caps;
    text-align: left;
}

.tab_ma_01 th.var {
    background-color:#009933;
    color:#FFFFFF;
    font-size:11px;
    margin:2px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-bottom-width: 0px;
    border-bottom-style: none;
    text-align:left;
    height:15px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    padding: 2px;
    border-top-width: 0px;
    border-top-style: none;
    font-variant: small-caps;
    border-right-color: #FFFF66;
    border-left-color: #FFFF66;
}



.tab_ma_01 {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    color:#333333;
    padding:2px;
    margin: 2px;
    border: 2px solid #000000;
    vertical-align: top;

}
.tab_ma_01 th {
    background-color:#1D3542;
    color:#FFFFFF;
    font-size:11px;
    margin:2px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-bottom-width: 0px;
    border-bottom-style: none;
    text-align:left;
    height:15px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-right-style: none;
    border-left-style: none;
    padding: 2px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #D7EAF8;
    font-variant: small-caps;
}
.tab_ma_01 td {
    font-size:11px;
    padding: 1px;
    text-align: center;
    vertical-align: top;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    height: 8px;
    border: 1px solid #CCCCCC;
    font-weight: bold;
}
.tab_ma_01 tr.var {
    font-size:12px;
    padding: 2px;
    border: 1px solid #CCCCCC;
    text-align: left;
    vertical-align: middle;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #D9F2FF;
}
.tab_ma_01 td.variation {
    font-size:12px;
    padding: 2px;
    text-align: left;
    vertical-align: middle;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFCC00;
    font-weight: bold;
    border: 1px solid #CCCCCC;
}
.tab_ma_01 td.totali {
    font-size:11px;
    padding: 1px;
    text-align: center;
    vertical-align: middle;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFF0B5;
    font-weight: bold;
    border: 1px solid #CCCCCC;
}

.tab_ma_01 td.var {
    font-size:11px;
    padding: 2px;
    text-align: left;
    vertical-align: middle;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #AFFF95;
    border-top-width: 1px;
    border-right-width: 2px;
    border-bottom-width: 1px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #666666;
    border-bottom-color: #CCCCCC;
    border-left-color: #666666;
}
.tab_ma_01 caption {
    font-size:15px;
    font-weight:normal;
    color:#13232C;
    text-align:center;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-variant: small-caps;
}



.tab_ma_01 td.sep {
    font-size:11px;
    padding: 1px;
    text-align: left;
    vertical-align: top;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    height: 8px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 3px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #000000;
}
.piccolo {
    font-size:80%;
    font-weight:300;	
}
.sincronizzazione {
    font-size:80%;
    font-weight:300;	
}
.Campo1 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#000000;
    text-align:left;
    font-weight: normal;
    font-variant: normal;
    padding-right: 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #BFFFAA;
    border-right-color: #BFFFAA;
    border-bottom-color: #333333;
    border-left-color: #BFFFAA;
}
.image {
    padding: 0px;
    margin: 0px;
    border: 1px double #000000;
}
.tab_ma_01 th.var2 {

    background-color:#FF3300;
    color:#000000;
    font-size:11px;
    margin:2px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-bottom-width: 0px;
    border-bottom-style: none;
    text-align:left;
    height:15px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    padding: 2px;
    border-top-width: 0px;
    border-top-style: none;
    font-variant: small-caps;
    border-right-color: #FFFF66;
    border-left-color: #FFFF66;
}
.tab_ma_01 td.var2 {
    font-size:12px;
    padding: 2px;
    text-align: left;
    vertical-align: middle;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FF633C;
    font-weight: bold;
    color: #000000;
    border: 1px solid #000000;
}
.tab_ma_01 td.money {
    font-size:12px;
    padding: 2px;
    text-align: right;
    vertical-align: middle;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-style: oblique;
    border: 1px solid #CCCCCC;
}
.evid {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#000000;
    text-align:left;
    font-weight: normal;
    vertical-align: top;
    text-transform: none;
    font-variant: normal;
    background-color: #FFFF00;
    margin: 1px;
    padding: 1px;
}
.bottone {
    font-size:11px;
    font-weight:bold;
    color:#FFFF00;
    text-align:center;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-variant: small-caps;
    background-color: #666600;
    margin: 1px;
    padding: 2px;
    border: 1px solid #000033;
    height: 20px;
}

.inputOk {
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#000000;
    text-align:left;
    font-weight: normal;
    vertical-align: top;
    text-transform: none;
    font-variant: normal;
    border: 1px solid #00CC00;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 2px;
}
.selectCap {
    border:2px solid #000000;
    background-color:#FFDCB9;
    font-family:Arial, Helvetica, sans-serif;
    color:#000000;
    font-size: 11px;
    vertical-align: middle;
    padding: 1px;
    font-weight: bold;
    margin: 1px;
}
.OK {
    margin: 1px;
    padding: 1px;
    border: 2px solid #009900;
}
.cap {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#000000;
    text-align:left;
    font-weight: normal;
    vertical-align: top;
    text-transform: none;
    font-variant: small-caps;
    font-style: italic;
    text-decoration: underline;
    padding-left: 3px;
}
.sel2 {

    border:2px solid #000066;
    background-color:#FFEFDF;
    font-family:Arial, Helvetica, sans-serif;
    color:#000000;
    font-size: 12px;
    vertical-align: middle;
    padding: 1px;
    margin-top: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
    font-weight: bold;
}
.Campo2 {

    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#000000;
    text-align:left;
    font-weight: bold;
    font-variant: normal;
    border: 1px none #BFFFAA;
    padding-right: 10px;
}
.moneyBig {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#000000;
    text-align:left;
    font-weight: bold;
    vertical-align: top;
    text-transform: none;
    font-variant: normal;
    font-style: italic;
}
