/* 
	smooth taste table styles
	written by Thomas Opp http://www.yaway.de
*/

table.tabella-scheda {
  width:900px;
  border-collapse: collapse;
  border: 1px solid #256d06;
  font: normal verdana, arial, helvetica, sans-serif;
  color: #F6ECF0;
  background: #dbefc1;
  margin:0 auto;
  }

table.tabella-scheda td, 
table.tabella-scheda th {
  border: 1px dashed #256d06;
  padding: .8em;
  color: #256d06;
 
  }
table.tabella-scheda thead th, 
table.tabella-scheda tfoot th {
  font: bold 11px arial, helvetica, sans-serif;
  border: 1px solid #256d06;
  text-align: left;
  background: #55A61D;
  color: #fff;
  padding-top:6px;
  text-transform:uppercase;
  }
table.tabella-scheda tbody td a {
  background: transparent;
  text-decoration: none;
  color: #256d06;
  }
table.tabella-scheda tbody td a:hover {
  background: transparent;
  color: #FFFFFF;
  }
table.tabella-scheda tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #256d06;
  }
table.tabella-scheda tbody th a:hover {
  background: transparent;
  color: #FFFFFF;
}
table.tabella-scheda tbody th, 
table.tabella-scheda tbody td {
  vertical-align: top;
  text-align: left;
  }
table.tabella-scheda tfoot td {
  border: 1px solid #256d06;
  background: #55A61D;
  padding-top:6px;
  }
  
table.tabella-scheda tbody tr.odd {
  background: #bae18a;
}
  
/*table.tabella-scheda tbody tr:hover {
  background: #51152A;
  }
  
table.tabella-scheda tbody tr:hover th,
table.tabella-scheda tbody tr.odd:hover th {
  background: #51152A;
  }*/
