/* 
	smooth taste table styles
	written by Antonio Trejo http://www.antoniotrejo.com
*/
table {
  border-collapse: collapse;  
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #000000;
  background: #F0F0F0;
  }
caption {
  text-align: left;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  }
td, th {
	
	padding: .8em;
	color: #0c4e44;
  }
thead th, tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #A85070;;
  text-align: left;
  background: #38160C;
  color: #F0F0F0;
  padding-top:6px;
  }
  
#noborder tbody td a {
  background: transparent;
  text-decoration: none;
  }

#noborder tbody td a {
  background: transparent;
  text-decoration: none;
  color: #0c4e44;
  }
  

  

tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #F6ECF0;
  }
tbody th a:hover {
  background: transparent;
  color: #FFFFFF;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #777777;
  background: #777777;
  padding-top:6px;
  }
.odd {
  background: #dcdbdb;
  }
#highlight tr:hover {
  background: #c8c4c5;
  }
  
tbody.highlight:hover {
  background: #c8c4c5;
  }
  
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #c8c4c5;
  }
