/* TABELLA */

div#testoflowxl table {
  border-collapse: collapse;
  border: 1px solid #C00;
  font: normal 11px trebuchet, arial, helvetica, sans-serif;
  color: #000;
  /*    background: #ffcc66;    */  
  table-layout: auto;
  }
  
div#testoflowxl caption {
  text-align: center;
  font: bold 18px trebuchet, arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #FFF;
  text-transform: uppercase;
  }
div#testoflowxl td, div#testoflowxl th {
  border: 1px dotted #C30;
  padding: .4em;
  color: #363636;
  }

div#testoflowxl thead th, div#testoflowxl tfoot th {
  font: normal 11px Tahoma, Geneva, sans-serif;
  border: 1px solid #900
  text-align: left;
  background: #FC0;
  color: #363636;
  padding-top:3px;
  }
div#testoflowxl tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
div#testoflowxl tbody td a:hover {
  background: #C2F64D;
  color: #363636;
  }
div#testoflowxl tbody th a {
  font: normal 14px Tahoma, Geneva, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
  }
div#testoflowxl tbody th a:hover {
  background: transparent;
  color: #FC0;
  }
div#testoflowxltbody th, div#testoflowxl tbody td {
  vertical-align: top;
  text-align: center;
  }
div#testoflowxl tfoot td {
  border: 1px solid #03476F;
  background: #4591AD;
  padding-top:3px;
  color: #FFFFFF;
  }
div#testoflowxl .odd {
  }
div#testoflowxl tbody tr:hover {
  border: 1px solid #cc6600;
  color: #363636;
  }
div#testoflowxl tbody tr:hover th,
div#testoflowxl tbody tr.odd:hover th {
  color: #363636;
  }
