/* 
	smooth taste table styles
	written by Thomas Opp http://www.yaway.de
*/
#tablas table {
  border-collapse: collapse;
  border: 1px solid #c2cbd0;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #3f3f41;
  background: #c2cbd0;
  }
#tablas caption {
  text-align: left;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
	color: white;
}
#tablas td, th {
  border: 1px dashed #3f3f41;
  padding: .8em;
  }
  
#tablas thead th, tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #9b9c9e;;
  text-align: left;
  background: #d72f48;
  color: white;
  padding-top:6px;
  }
#tablas tbody td a {
  background: transparent;
  text-decoration: none;
  color: #3f3f41;
  }
#tablas tbody td a:hover {
  background: transparent;
  color: #FFFFFF;
	text-decoration: underline;
}
#tablas tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #F6ECF0;
  }
#tablas tbody th a:hover {
  background: transparent;
  color: #FFFFFF;
  }
#tablas tbody th {
  vertical-align: top;
  text-align: center;
  }
  
#tablas tbody td {
  vertical-align: top;
  text-align: left;
  }
#tablas tfoot td {
  border: 1px solid #c2cbd0;
  background: #d72f48;
  padding-top:6px;
	color: white;
}
.odd {
  background: #afb5b8;
  }
#tablas tbody tr:hover {
  background: #d72f48;
	color: white;
}
#tablas tbody tr:hover th,
#tablas tbody tr.odd:hover th {
  background: #d72f48;
	color: white;
}
