

/*font*/
@font-face { font-family: HelveticaNeueLTStd-MdCn; src: url('../fonts/HelveticaNeueLTStd-MdCn.otf'); } 

@font-face { font-family: Times; src: url('../fonts/TIMES.ttf'); } 
@font-face { font-family: ZeichenDreihundert; src: url('../fonts/ZeichenDreihundert.ttf'); } 
/*colori
#77797c grigio
#bbbcbd grigio chiaro
#004059 blu
#70af00 verde
*/

div.ui-datepicker{
    font-size:12px;
}

/*login*/
*:focus {
    outline: none;
}

body{
    /*    background-color: #77797c;*/
    background-color: #FFFFFF;
}

#sfondo{
    background-color: #FFFFFF;
    width:1024px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 18px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 10px 10px 10px #bdbdbd,
        -2px -2px 10px #bdbdbd,
        5px -5px 10px #bdbdbd,
        -5px 5px 10px #bdbdbd;
}

#header{
    width:960px;
    margin-left:auto;
    margin-right:auto;
}

#menu{
    height:90px;width: 600px;
    float: right;
}

#menu1{
    height:45px;
    width: 600px;

}

#menu2{
    height:45px;
    width: 600px;
    vertical-align:bottom;
    display: table-cell;
}

.menuitem{
    float: right;
    text-decoration: none;
    font-size: 14px;
    margin-top: 16px;
    margin-right: 20px;
    font-family: 'Arial';
    color: #004059;
}

.menuitemsel{
    float: right;
    text-decoration: none;
    font-size: 14px;
    margin-top: 16px;
    margin-right: 20px;
    font-family: 'Arial';
    font-weight: bold;
    color: #70af00;
}

#corpo{
    height:590px;
}

#formLogin{
    height:570px;
    width:350px;
    float:left;
    border: 2px solid #77797c;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

#formLogin p{
    text-align: center;
    font-family: 'Arial';
    font-size: 15px;
    color: #77797c;
}

#formLogin td, #formLogin th {
    text-align: center;
    font-family: 'Arial';
    font-size: 15px;
    color: #77797c;
}

#ButtonInvia { 
    background-image: url(../images/entra.png);
    background-position:  0px 0px;
    background-repeat: no-repeat;
    height: 47px;
    width: 284px;
    border: 0px;
    background-color: white;
    cursor: pointer;
    outline: 0;
}

.inputcontattaci{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #77797c;
    margin: 10px auto 10px auto;
    width:260px;
    height:42px;
    padding-left: 20px;
    font-family: 'Arial';
    font-size: 17px;
    color: #004059;
}

#footer{
    height: 30px;
    margin-left:auto;
    margin-right:auto;
    font-family: 'Arial';
    font-size: 13px;
    color: #77797c;
}

/*misurazioni*/

#corpolaterale{
    width:200px;
    float:left;
    margin-top: 10px;
    margin-bottom: 20px
}

.TestoLaterale {
    font-family: 'Arial';
    font-size: 16px;
    color: #77797c;
}

#corpo2{
    width:823px;
    float:left;
    border-left:1px solid #bbbcbd;
    margin-top: 10px ;
    margin-bottom: 20px ; 
    min-height: 590px;
}

.TabellaMis{
    clear: both;
    border-collapse: collapse;
    margin:30px auto 20px auto;
    width:780px;
    table-layout:fixed;
}

.ThMis{
    font-family: 'Arial';
    font-size: 15px;
    color: #004059;
    text-align: left;
    padding: 0px;
    padding-bottom: 10px;
    border-collapse: collapse;
}

.TdMis{
    border: 1px solid #bbbcbd;
    border-collapse: collapse;
    padding: 10px;
    font-family: 'Arial';
    font-size: 15px;
    color: #77797c;
}

#filtroMis {
    margin-left: 132px;
    height: 25px;
}

#filtroMis a { 
    margin-left: 20px;
    font-family: 'Arial';
    font-size: 12px;
    color: #004059;
    text-decoration: none;
}

#filtroMis2 {
    margin-left: 370px;
    height: 25px;
    display:none;
}

#filtroMis2 a { 
    margin-left: 20px;
    font-family: 'Arial';
    font-size: 12px;
    color: #004059;
    text-decoration: none;
}

#navigator { 
    margin-left: auto;
    margin-right: auto;
    width: 260px;
    height: 22px;
    background-color: #dedfe0;
    text-align: center;
}

#areaTitolo { 
    height:122px;
    margin-left: 20px;
}

#contenitoreImg{
    height:122px;
    width:121px;
    float:left;
}

#contenitoreFiltri{
    float:left;
    width:532px;
    height: 122px;
}

.contenitoreFiltro{
    width:532px;
    height: 23px;
    margin-top: 5px;
}

.testoFiltro{
    display: block;
    float:left;
    line-height: 23px;
    font-family: 'Arial';
    color: #004059;
    font-size: 12px;
    margin-left: 50px;
}

.inputCalendario{
    display: block;
    float:left;
    height: 21px;
    width: 105px;
    border: 1px #b4b6b9 solid;
    padding: 0px;
    padding-left:5px;
}

.buttonFiltro{
    height: 23px;
    width: 112px;
    text-align: center;
    float: left;
    cursor: pointer;
}

.buttonTesto{
    color: white;
    line-height: 23px;
    font-family: 'Arial';
    font-size: 12px;
}

#contenitoreFunzioni{
    width:110px;
    height:122px;
    float:right;
    margin-right: 40px;
}

.testoFunzioni{
    float:right;
    line-height: 20px;
    margin-right: 5px; 
}

.testoFunzioni a{
    text-decoration: none;
    font-family:'Arial';
    color:#004059;
    font-size: 13px;
}

/*Tiny Box*/

.tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
.tinner {-moz-box-shadow: 0 0 50px grey;-webkit-box-shadow:0 0 50px grey;box-shadow: 0 0 25px grey; padding:10px; -moz-border-radius:0px; border-radius:0px; background:#fff url(../images/preload.gif) no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:grey; z-index:800}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(../images/close.png) no-repeat}
.tclose:hover {background-position:0 -30px}

#error {background:#ff6969; color:#fff; text-shadow:1px 1px #cf5454; border-right:1px solid #000; border-bottom:1px solid #000; padding:0}
#error .tcontent {padding:10px 14px 11px; border:1px solid #ffb8b8; -moz-border-radius:5px; border-radius:5px}
#success {background:#2ea125; color:#fff; text-shadow:1px 1px #1b6116; border-right:1px solid #000; border-bottom:1px solid #000; padding:10; -moz-border-radius:0; border-radius:0}
#bluemask {background:#4195aa}
#frameless {padding:0}
#frameless .tclose {left:6px}

/*/Tiny Box*/

/*registrazione*/

#ButtonRegistra { 
    background-image: url(../images/salva.png);
    background-position:  0px 0px;
    background-repeat: no-repeat;
    height: 41px;
    width: 136px;
    border: 0px;
    background-color: white;
    cursor: pointer;
    outline: 0;
}

.TdReg{
    text-align:center;
    font-family: 'Arial';
    font-size: 15px;
    color: #77797c;
}

.datepicker{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #77797c;
    margin: 10px 10px 10px 10px;
    width:50px;
    height:47px;
}

.datepicker2{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #77797c;
    margin: 10px 10px 10px 10px;
    width:90px;
    height:47px;
}

/*profilo*/

.inputcontattaci2{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #77797c;
    margin: 10px auto 10px auto;
    width:260px;
    height:42px;
    padding-left: 20px;
    font-family: 'Arial';
    font-size: 17px;
    color: #77797c;
}

/*Inivia pdf*/

.TdMail{
    font-family: 'Arial';
    font-size: 15px;
    color: #77797c;
    padding-right: 50px;
}

.Titolo{
    width:800px;
    height: 66px;
    margin-left: auto;
    margin-right: auto;
    border-bottom:1px solid #bbbcbd;
    color:#70af00;
    font-family:'Arial';
    font-size: 30px;
    font-weight: bold;
}

/*home*/
#nomeAmm2{
    font-family: 'Arial';
    font-size: 16px;
    color: #77797c;
    margin-top: 27px;
    margin-bottom: 20px;
    margin-left: 20px;
    width:975px;
    padding-bottom: 20px;
}

#nomeAmm{
    font-family: 'Arial';
    font-size: 16px;
    color: #77797c;
    margin-top: 27px;
    margin-bottom: 20px;
    margin-left: 20px
}

#contenitoreTab{
    clear: both;
    border-bottom:3px solid #bbbcbd;
    height:200px;
    position:relative;
    margin-bottom: 15px;
}

.tab{
    width:249px;
    height: 200px;
    position: absolute;
    top:0px;
    left:0px;
    -moz-border-top-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -khtml-border-top-right-radius: 15px;
    border-top-right-radius: 15px;   
}

.tabellaTab{
    float:right;
    margin-right: 20px;
    margin-top: 20px;
}

.titoloTab{
    font-family: 'Arial';
    font-size: 20px; 
    color: #004059;
    padding-right: 15px;
}

.menuTab{
    font-family: 'Arial';
    font-size: 15px; 
    color: #bbbcbd;
    width:175px;
}

.menuTab a{
    font-family: 'Arial';
    font-size: 15px; 
    color: #77797c;
    text-decoration: none;
}

.areaRicerca{
    width:95%;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
}

.tableHome{
    width:95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    border-collapse: collapse;
}

.thHome{
    font-family: 'Arial';
    font-size: 15px;
    color: white;
    text-align: left;
    padding-bottom: 5px;
    padding-top: 5px; 
    border: 1px solid #004059;
    font-weight: normal;
}

.tdHome{
    font-family: 'Arial';
    font-size: 15px;
    color: #004059;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 3px; 
    border: 1px solid #77797c;
}

.tdHome a{
    font-family: 'Arial';
    font-size: 15px;
    color: #70af00;
    text-decoration: none;
}

.nomeLista{
    font-family: 'Arial';
    font-size: 18px; 
    color: #004059; 
    float:left;
    margin-top:20px;
}
/*impostazioni*/

.impGreen {
    font-family:'Arial';
    color:#70af00;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}


.impBlue {
    font-family:'Arial';
    color:#004059;
    font-size: 14px;
    text-decoration: none;
}

.BoxImpostazioni{
    float:right;
    margin-top: 10px;
    width:690px;
    margin-right:11px;
}

.BoxImpostazioni2{
    font-family: 'Arial';
    font-size: 13px;
    color: #77797c;
    height:70px;
}

.alertok{
    font-family: 'Arial';
    font-size: 18px;
    color: #70af00;
}

.alertko{
    font-family: 'Arial';
    font-size: 18px;
    color: #004059;
}

/*crea operatore*/
tr.active{background-color:#e8f6c6;}