@charset "UTF-8";
/* CSS Document */
table {
  border-collapse: collapse;
 
  font: normal 100%/140% arial, verdana,  helvetica, sans-serif;
  color: #ffffff;
  background: #341b3a;
	border-bottom: 1px solid #aea7b4;
}
caption {
  padding: 0 .4em .4em;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #ccc;
  background: transparent;
  }
td, th {
  /* border: 1px solid transparent;*/
  border-bottom: 1px solid #aea7b4;
  padding: .3em;
  }
thead th, tfoot th {
  /*border: 1px solid white;*/
  text-align: left;
  font-size: 1em;
  font-weight: normal;
  color: #341b3a;
  background: #b8b2bf;
  }
tbody td a {
  background: transparent;
  color: #72724c;
  text-decoration: none;
  border-bottom: 1px dotted transparent;
  }
tbody td a:hover {
  background: transparent;
  color: #f1f1f1;
  border-bottom: 1px dotted #72724c;
  }
tbody th a {
  background: transparent;
  color: #72724c;
  text-decoration: none;
  font-weight:bold;
  border-bottom: 1px dotted transparent;
  }
tbody th a:hover {
  background: transparent;
  color: #666;
  border-bottom: 1px dotted #72724c;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #6eb015;
  }
.odd {
  background: #341b3a;
  } 
/* --tbody tr:hover {   
  color: #ccc;
  background: transparent;
  }
tbody tr:hover,
tbody tr.odd:hover {
  color: #f1f1f1;
  //background: #060606;
  }
------ */

