/*
  project: CSS - table design
  type: stylesheet
  description: golden style
  edited: 14.09.2005, Michael Horn
*/
table {
  border-collapse: collapse;
  border: 2px solid #151515;
  font-size:12px;
  color: #333333;
  background: #1C1A1A;
  margin: 0 0 5px 0;
  }
td, th {
  color: #636363;
  border: 1px solid #151515;
  padding: .5em;
  }
thead{
  font-size:15px;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  color:#FFFFFF;
  }
  
  thead tr p{
  font-size:13px;
  color:#999999;
  }
  
tbody td a {
  background: transparent;
  color: #72724c;
  text-decoration: none;
  }
tbody td a:hover {
  background: transparent;
  color: #636363;
  }
tbody th a {
  font: normal 11px georgia, verdana, arial, helvetica, sans-serif;
  background: transparent;
  color: #333333;
  text-decoration: none;
  font-weight:normal;
  }
tbody th a:hover {
  background: transparent;
  color: #333333;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #151515;
  background: #C5BA85;
  }
.odd {
  background: #91AB59;
  }
tbody tr:hover {
  color: #333444;
  background: #171717;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #C5BA85;
  }

