.tooltip {
  background: white;
  color: black;
  font-weight: normal;
  border: 1px red solid;
  padding: 3px;
  max-width: 300px;
  width: expression(this.getAttribute('_iewidth')); /* IE6 hack */
}

.tooltip .author {
  font-weight: bold;
}

.tooltip .message {
}

.tooltip .image {
  margin: 0 6px 0 4px;
}

.imagemap { /* align to centre */
  margin-left: auto;
  margin-right: auto;
}

.category-select {
  margin-bottom: 0.5em;
  text-align: center;
}

.imagemap a {
  color: white;
  text-decoration: none;
}

.imagemap a.nolink {
  cursor: default;
}

.imagemap.highlight-all a {
  border: 1px #000 solid;
  margin: -1px;
}

.imagemap a:hover {
  border: 2px red solid;
  margin: -2px;
}

.imagemap a.highlighted-link {
  border: 2px #0f0 solid;
  margin: -2px;
}

.imagemap .image {
    float: left;
}
