<!--

/* 

	smooth taste table styles

	written by Thomas Opp http://www.yaway.de

*/

.table666 {

  border-collapse: collapse;

  border: 0px solid #38160C;

  font: normal 11px verdana, arial, helvetica, sans-serif;

  color: #F6ECF0;

  /*background: #641B35;*/
  background: #0099CC;

  }

.table666 caption {

  text-align: left;

  font: normal 11px verdana, arial, helvetica, sans-serif;

  background: transparent;

  }

.table666 td, .table666 th {

  border: 1px dashed #B85A7C;

  padding: .8em;

  color: #F6ECF0;

  }

.table666 thead th,.table666 tfoot th {

  font: bold 11px verdana, arial, helvetica, sans-serif;

  border: 1px solid #A85070;;

  text-align: left;

  background: #0099CC;

  color: #F6ECF0;

  padding-top:6px;

  }

.table666 tbody td a {

  background: transparent;

  text-decoration: none;

  color: #0099CC;

  }

.table666 tbody td a:hover {

  background: transparent;

  color: #FFFFFF;

  }

.table666 tbody th a {

  font: normal 11px verdana, arial, helvetica, sans-serif;

  background: transparent;

  text-decoration: none;

  font-weight:normal;

  color: #F6ECF0;

  }

.table666 tbody th a:hover {

  background: transparent;

  color: #FFFFFF;

  }

.table666 tbody th, .table666 tbody td {

  vertical-align: top;

  text-align: left;

  }

.table666 tfoot td {

  border: 1px solid #38160C;

  background: #0099CC;

  padding-top:6px;

  }

.odd {

  background: #7B2342;

  }

.table666 tbody tr:hover {

  background: #3575A4;

  }

.table666 tbody tr:hover th,

.table666 tbody tr.odd:hover th {

  background:#3575A4;

  }

