body {
    color: black;
    }

/* Menù */

.menu {
    list-style: none;
    font-family: arial;
    font-size: 18px;
    margin: 0px;
    padding: 7px;
    background-color: #41a0ff;
}

.menu li {
    display: inline;
}

.menu li a {
    width: 200px;
    padding: 3px;
    color: white;
    text-decoration:none;
}

.menu li a:hover {
    background-color: white;
    color: black;
}

.menu_table {
    width: 100%;
}

.menu_td {
    width: 85%
}

.logout_td {
    width: 15%;
    text-align: center;
}

.logout_td a {
/*  width: 200px;
    padding: 3px;
    color: white;   */
    text-decoration:none;
}

.logout_td a:hover {
    font-weight: 900px;
    /*
    background-color: white;
    color: black;
    */
}
    

/*Comportamento Tabelle Elenchi e Pulsanti*/

.elenco {
    border-collapse: collapse;
}

.elenco .button {
    border-collapse: collapse;
    border: 2px solid  #0080ff;
    padding: 1px;
    width: 80px;
    text-align: center;
    /*text-decoration: none;*/
    background-color: rgb(237, 233, 233);
}

.elenco th {
    border-collapse: collapse;
    border: 2px solid  #0080ff;
    padding: 10px;
}
 
th.button:hover {
    font-weight: 900px;
    /*background-color: rgb(240, 167, 220);*/
    background-color: white;
}

.elenco td {
    border-collapse: collapse;
    border: 2px solid  #0080ff;
    padding: 4px;
}
  
td.button:hover {
    font-weight: 900;
    /*background-color: rgb(240, 167, 220);*/
    background-color: white;
}

.elenco .button a {
    text-decoration: none;
}


/* ----------------------------------------------  */

#footer{
    text-align: center;
    bottom:1px;
    z-index:50%;
    position:fixed;
    width:100%;
    padding-bottom: 10px;
}

#login{
    border:1px solid #0080ff;
    width:300px;
    height:185px;
}

#message {
    font-size:16px;
    color: #f40d0d;
}

#title{
    font-size:20px;
    padding-top:10px;
    padding-bottom:20px;
    margin-top: 8px;
    margin-bottom: 4px;
    text-align:center;
 /*
    border-bottom:1px solid #0080ff;
*/    
}

.titolo {
    font-size:25px;
    color: #0080ff;
    margin-bottom: 10px;
}

hr {
    height: 0.7px;
    border-color: #0080ff;
    background-color: #0080ff;
    border: none;
    /*padding: 0.6;*/
    margin-bottom: 8px;
}

#table {
    font-size: 18px;
    margin-top: 5px;
}

td#label {
    text-align: right;
}

#txt{
    border:1px solid #000000;
    margin-top:5px;
    margin-left:10px;
}

div#title {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 4px;
}

p#title {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 4px;
    margin-bottom: 6px;
}

p#message {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom:1px solid #0080ff;
}

#button{
    margin-top:5px;
    padding:3px;
    border:1px solid #0080ff;
    background:rgb(225, 224, 224);
    width:100px;
    color:#000000;
}

#button:hover{
    margin-top:5px;
    padding:3px;
    border:1px solid #0080ff;
    background:#ededed;
    width:100px;
    color:#444444;
}

/* ----------------------------------------------  */

.inline label{
    display: inline;
}

.block label{
    display: block;
}    
   
.block .no {
    display: inline;
}   

