﻿/* 
	smooth taste table styles
	written by Thomas Opp http://www.yaway.de
*/

table.SmoothTaste {
  border-collapse: collapse;
  border: 1px solid #3082BF;
  color: #000000;
  background: #FFFFFF;
  font-size: 0.8em;
}
 
table.SmoothTaste td {
  border: 1px solid #3082BF;
  padding: .8em;
}

table.SmoothTaste th {
  background: #00487D;
  color: #FFF;
  border: 1px solid #00487D;
  padding-top:6px;
  padding: .8em;
}

table.SmoothTaste th a {
  background: transparent;
  text-decoration: underline;
  color: #FFE500;
}

table.SmoothTaste th a:hover {
  background: transparent;
  color: #FFFF00;
}
  
table.SmoothTaste td a {
  background: transparent;
  text-decoration: underline;
  color: #b30000;
}

table.SmoothTaste td a:hover {
  background: transparent;
  color: #ff0000;
}

table.SmoothTaste tr.odd td {
    background: #eeeeee;
}  

table.SmoothTaste tr:hover {
    background: #BFE4FF;
}

table.SmoothTaste tr:hover td, table.SmoothTaste tr.odd:hover td {
    background: #BFE4FF;
}

table.SmoothTaste tr.details:hover td {
    background: #FFFFFF;
}

table.SmoothTaste td.noLeftBorder
{
    border-left: solid 0px #ffffff;
}

table.SmoothTaste tr.odd td.noLeftBorder
{
    border-left: solid 0px #eeeeee;
}

table.SmoothTaste td.noRightBorder
{
    border-right: solid 0px #ffffff;
}

table.SmoothTaste tr.odd td.noRightBorder
{
    border-right: solid 0px #eeeeee;
}
