/* 
	smooth taste table styles
	written by Thomas Opp http://www.yaway.de
*/
table {
  border-collapse: collapse;
  border: 1px solid  #E9E6DC;
  font: normal 12px verdana, arial, helvetica, sans-serif;
  color: #FFFFFF;
  background: #FFFFFF;
  }
caption {
  text-align: left;
  font: bold 16px verdana, arial, helvetica, sans-serif;
  background: #5863C0;
  padding:8px;
  text-align:center;
  }
.city-tr {background: #B8FF71; color: #000000}
td, th {
  border: 1px solid #E9E6DC;
  padding: .8em;
  color: #333333;
  }
thead th, tfoot th {
  font: bold 12px verdana, arial, helvetica, sans-serif;
  border: 1px solid #E9E6DC;;
  text-align: left;
  background:#D64C1F;
  color: #fff;
  padding-top:6px;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #333333;
  }
tbody td a:hover {
  background: transparent;
  color: #993300;
  }
 .green { background:#33CC66}
 .pink {background:#E17E99}
 .blue {background:#66CCFF}
 .orange { background: #663399}
tbody th a {
  font: normal 12px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #993300;
  }
tbody th a:hover {
  background: transparent;
  color: #333333;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #38160C;
  background: #38160C;
  padding-top:6px;
  }
.odd {
  background: #7B2342;
  }
tbody tr:hover {
  background: #FFFFCA;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #FFFFCA;
  }
 