.guzel-table
{
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #333;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  color: #000;
  background: #bcd0e4 url("widget-table-bg.jpg") top left repeat-x;
}

.guzel-table caption
{
  caption-side: bottom;
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
  padding: 0.6em 0;
}

.guzel-table th, .guzel-table td
{
  border: 1px dotted #666;
  padding: 0.4em;
  text-align: left;
  color: #632a39;
}

.guzel-table th[scope=col]
{
  color: #000;
  background-color: #8fadcc;
  text-transform: uppercase;
  font-size: 0.9em;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}

.guzel-table th+th[scope=col]
{
  color: #fff;
  background-color: #7d98b3;
  border-right: 1px dotted #666;
}

.guzel-table th[scope=row]
{
  background-color: #b8cfe5;
  border-right: 2px solid #333;
}

.guzel-table tr.alt th, .guzel-table tr.alt td
{
//color: #2a4763;
  background-color: #c0c0c0;
}

.guzel-table tr:hover th[scope=row], .guzel-table tr:hover td
{
  background-color: #632a2a;
  color: #fff;
}
