table {
border: solid 0px;
border-collapse:collapse; 
font-size: 12px;

}
td {
border: solid 0px;
font-size: 12px; 
margin: 0;
padding: 0;
}
body{
font-family:Arial;
font-size: 12px;
/*background-image: url(../imgs/back.png); 
background-repeat: repeat-x; */
margin-top: 0px; 
margin-left: 0px;
margin-right: 0px;
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:70px;   /* Height of the footer */
   background:#FF8000;
}
#header {
   background:#FF8000;
	header:70px;
}
h2{
    color: #FF0000;
}

i{
    color:blue;
}

table.elenco tr{   
    height: 30;
}

table.elenco tr:nth-child(odd) {   
    background-color: #eeeeee;
}

table.elenco td {
    border: solid 0px;
    font-size: 12px; 
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
}

table.box-ricerca td {
    border: solid 0px;
    font-size: 12px; 
    height: 28px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #eeeeee;
}

input[type="date"] {
    height: 21px;
  }

input[type="text"] {
    width: 300px;
}

input.ricerca[type="text"] {
    width: 150px;
}

input.distanza[type="text"] {
    width: 80px;
}