/*
  project: CSS - table design
  type: stylesheet
  description: golden style
  edited: 14.09.2005, Michael Horn
*/
#map table {
  border-collapse: collapse;
  border: 2px solid #996;
  width: 420px;
  font: normal 70%/120% verdana, arial, helvetica, sans-serif;
  color: #333;
  background: #F4F4ED;
  }
#map caption {
  padding: 0 .4em .4em;
  text-align: left;
  font-size: .9em;
  font-weight: bold;
  text-transform: uppercase;
  color: #530C0B;
  background: transparent;

  }
#map td, th {
  border: 1px solid #cc9;
  padding: .3em;
  }
#map thead th, tfoot th {
  border: 1px solid #cc9;
  text-align: left;
  font-size: .8em;
  color: #333;
  background: #dbd9c0;
  }
#map tbody td a {
  background: transparent;
  color: #72724c;
  text-decoration: none;
  border-bottom: 1px dotted #cc9;
  }
#map tbody td a:hover {
  background: transparent;
  color: #666;
  border-bottom: 1px dotted #72724c;
  }
#map tbody th a {
  background: transparent;
  color: #72724c;
  text-decoration: none;
  font-weight:bold;
  border-bottom: 1px dotted #cc9;
  }
#map tbody th a:hover {
  background: transparent;
  color: #666;
  border-bottom: 1px dotted #72724c;
  }
#map tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
#map tfoot td {
  border: 1px solid #996;
  }
#map .odd {
  color: #333;
  background: #f7f5dc;
  }
#map tbody tr:hover {
  color: #333;
  background: #fff;
  }
#map tbody tr:hover th,
#map tbody tr.odd:hover th {
  color: #333;
  background: #fff;
  }
.locations {margin:10px 0 20px 0px;}