table {
	border-collapse: collapse;
	color: #212121;
	margin-left: 21px;
	margin-bottom: 10px;
	font-size: 0.85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  }
caption {
  text-align: left;
  font: normal 12px verdana, arial, helvetica, sans-serif;
  background: transparent;
  }
td, th {
	padding: 0.6em;
	color: #514D4C;
	font-family: Arial, Helvetica, sans-serif;
  }
thead th, tfoot th {
  font: bold 12px verdana, arial, helvetica, sans-serif;
  border: 1px solid #A85070;;
  text-align: left;
  background: #38160C;
  color: #F6ECF0;
  padding-top:6px;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #F6ECF0;
  }
tbody td a:hover {
  }
tbody th a {
  font: normal 12px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #F6ECF0;
  }
tbody th a:hover {
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #38160C;
  background: #38160C;
  padding-top:6px;
  }
.odd {
  background: #7B2342;
  }
tbody tr:hover {

  }
tbody tr:hover th,
tbody tr.odd:hover th {

  }

