/* STILE TABELLA PER RISULTATO!!!
---------------------------------------------------------------------------------------------------------------- */


/* ------------------- Colori Tabella --------------------

 #03476F - Blu scuro
 #363636 - grigioscuro
 #92C428 - verde
 #4591AD - Blu marino
 #C2F64D - verde acceso
 #AEE239 - verde acceso2
 #FFD800 - arancione

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


/* Stile ordinamento colonna */

.ordina {
  background-color: #dddddd;
  }

.ordina img {
  margin-right: 5px;
    }



/* Tabella generic */

table {
  border-collapse: collapse;
  border: 1px solid #fff; /* bianco - bordi laterali tabella */
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #ff0000;    /* SERVE A POCO CREDO */
  background: #fff; /* bianco - sfondo dentro tabella */
  }
  
td, th {
  border: 1px dotted #696969; /* rsso - Colore puntini */
  padding: .4em;
  color: #363636; /* grigio scuro - Colore scritta dentro tabella */
  }


/* head */

thead th, tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px dotted #696969;;
  text-align: left;
  background: #F9F9F9; /* grigio chiaro - Sfondo titolo in alto */
  color: #9b0404; /* rosso - Colore titoli in alto */
  padding-top:3px;
  }
  
  
/* Body */
tbody td a:link, tbody td a:visited  {
  background: transparent;
  text-decoration: none;
  color: #ff0000;
  }
  
tbody td a:hover {
  background: #f5f5f5;
  color: #363636;
  }
  
tbody th a:link, tbody th a:visited {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #ff0000;
  }
  
tbody th a:hover {
  background: transparent;
  color: #363636;
  }
  
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
  
/* Footer */
tfoot td {
  border: 1px solid #fff;
  background: #f5f5f5;
  padding-top:3px;
  color: #696969;
  }
  
.letto {
  background-color:#FFFFCC;
  }
  
tbody tr:hover {
  background: #f5f5f5;
  border: 1px solid #03476F;
  color: #363636;
  }
  
tbody tr:hover th, tbody tr.odd:hover th {
  background: #f5f5f5;
  color: #363636;
  }
