
html,body{min-height:100%;} 
body{
background: linear-gradient(#DADEE9, #FCFCFC); /* Standard syntax */
//background: white; /* Standard syntax */
background-repeat:no-repeat;
padding:1px;
}

div.titolo{font-family:Verdana; font-size:14px; font-weight:bold; width:100%;}
div.titolop{font-family:Verdana; font-size:12px; font-weight:normal;}
div.piccolo{font-family:Verdana; font-size:11px; font-weight:normal; width:100%;}

span.titolom{font-family:Verdana; font-size:11px; font-weight:normal;}

a{font-family:Verdana;font-size:11px;}

a:link{text-decoration:none;color:#0000ff;}
a:hover{text-decoration:none;color:#0f00ff;}

select{font-family:Verdana; font-size:12px; font-weight:normal;}
select.piccolo{font-family:Verdana; font-size:10px; font-weight:normal;}

input{font-family:Verdana; font-size:12px; font-weight:normal;}
input.button{font-family:Verdana; font-size:12px; font-weight:normal;}

th{font-family:Verdana; font-size:11px; font-weight:bold;}
td{font-family:Verdana; font-size:10px; font-weight:normal;}

#LogInTable{
margin-top:15%;
background: rgba(0, 0, 0, 0);
}

#LogInTable input{
border-radius:5px;
font-size:18px;

}

#LogInTable select{
border-radius:5px;
font-size:14px;

}

#voci{
background-color:rgb(190,222,237)
padding:5px;
}

#voci span{
display:inline-block;
border-radius:4px;
}

#voci a{
font-size:12px;
}


#voci a:link{
color:#000000;
}

#voci a:visited{
color:#000000;
}

#voci a:hover{
color:white;
background-color:#000099;
}

#menuelenco .titolo{
text-transform:capitalize;
text-align:center;
margin-top:10px;
font-size:17px;
text-shadow: 3px 3px 3px rgba(170, 170, 170, 1);
}

#elencomov{
font-size:12px;
background-color:rgb(216,216,216);
}

#elencomov td{
padding:4px;
border:1px solid gray;
}

#elencomov input{
font-size:12px;
border-radius:4px;

}

#elencomov select{
font-size:12px;
border-radius:4px;


}

.progname{
width:100%;
text-align:center;
font-size:17px;
background-color: #1E01011A;
}

.clienteattivo{
font-weight:bold;
color: blue;
}

.clienteattivo a:link{
color: blue;
}

.clienteattivo a:visited{
color: blue;
}

@media only print  {
    background: white; /* Standard syntax */
}