@charset "UTF-8";

/* General CSS for all media */
h2 {
  color: #006600;
  text-align: center;
}

h3 {
  color: #000066;
  text-align: center;
}

img.left {
  float: left;
  margin: 5px;
}

img.right {
  float: right;
  margin: 5px;
}

.clear {
  clear: both;
}

dt {
  font-weight: bold;
}

dt a {
  font-weight: normal;
}

/* The locations table in ../locations.php */

#locations_table {
  border: 2px solid #000000;
  margin-left: auto;
  margin-right: auto;
  width: 600px; /* 75% of #t_mainblock's width */
}

#locations_table caption {
  font-weight: bold;
}

#locations_table .region {
  background-color: #003300;
  border-bottom: 2px solid #000000;
  border-top: 2px solid #000000;
  color: #FFFFFF;
  text-align: left;
}

#locations_table .market {
  background-color: #006600;
}
