/* 
	smooth taste table styles
	written by Thomas Opp http://www.yaway.de
*/
#gridtable{
	margin: 0 0 10px 0;
}
#gridtable table {
  border-collapse: collapse;
  border: 1px solid #C0BF91;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #000;
  background: #FFFFF3;
  }
#gridtable caption {
  text-align: left;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  }
#gridtable td, th {
  border: 1px dashed #C0BF91;
  padding: .8em;
  color: #000;
  }
#gridtable thead th, #gridtable tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #C0BF91;
  text-align: left;
  background: #797863;
  color: #fff;
  padding-top:6px;
  }
#gridtable tbody td a {
  background: transparent;
  text-decoration: none;
  color: #000;
  }
#gridtable tbody td a:hover {
  background: transparent;
  color: #FFFFFF;
  }
#gridtable tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #000;
  }
#gridtable tbody th a:hover {
  background: transparent;
  color: #FFFFFF;
  }
#gridtable tbody th, #gridtable tbody td {
  vertical-align: top;
  text-align: left;
  }
#gridtable tfoot td {
  border: 1px solid #C0BF91;
  background: #C0BF91;
  padding-top:6px;
  }
#gridtable .odd {
  background: #EEEDCE;
  }
#gridtable tbody tr:hover {
  background: #D6D5B7;
  }
#gridtable tbody tr:hover th,
#gridtable tbody tr.odd:hover th {
  background: #D6D5B7;
  }