/*
  project: CSS - table design
  type: stylesheet
  description: golden style
  edited: 14.09.2005, Michael Horn
*/

table {
  border-collapse: collapse;
  border: 0px solid #ffffff;
  font: normal 80%/140% verdana, arial, helvetica, sans-serif;
  color: #ffffff;
  background: #ffffff;
  }
caption {
  padding: 0 .1em .1em;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  background: transparent;
  }
td, th {
  border: 0px solid #ffffff;
  padding: .1em;
  color: #000000;
  }

th {
  border-bottom: 1px solid #222222;
}  

thead th, tfoot th {
  border: 0px solid #cccccc;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  color: #cccccc;
  background: #cccccc;
  }
tbody td a {
  background: transparent;
  color: #000000;
  text-decoration: none;
  border-bottom: 0px dotted #cc9;
  }

tbody td a:hover {
  border-bottom: 1px solid #222222;
  border-top: 0px dotted #222222;
  border-left: 0px dotted #222222;
  border-right: 0px dotted #222222;
  background: ebebd4;
  }

tbody th a {
  background: transparent;
  color: #000000;
  text-decoration: none;
  font-weight:bold;
  border-bottom: 0px dotted #cc9;
  }

/*
tbody th a:hover {
  background: transparent;
  color: #ffffff;
  border-bottom: 0px dotted #72724c;
  }
*/
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 0px solid #996;
  }
.odd {
  color: #222222;
  background: #eeeeee;
  }

tbody th:hover {
  background: #ffffff;
  }
  
tbody tr:hover {
  background: #ebebd4;
  border: 1px dotted #bbbbbb;
  }
  
tbody td:hover {
  background: #ebebd4;
  border: 1px dotted #bbbbbb;
  }

a:hover {
  background: ebebd4;
  }

/*
tbody tr:hover th,
tbody tr.odd:hover th {
  color: #333;
  background: #ddd59b;
  }
*/