.clickable { cursor: pointer; }
.clickable:hover { text-decoration: underline; }
.clickable_2 { cursor: pointer; }
.strongs { font-weight: bold; }
.weak { font-style: italic; }
.small { font-size: 12px; }
.text { color: black; cursor: default; }

.err {
  color: #aa0000;
  cursor: pointer;
  font-size: 12px;
  font-style: italic;
  padding: 0 0 10px 0;
}

#box {
  left: 190px;
  position: relative;
  top: 10px;
}
#box div {
  border-left: #000000 2px solid;
  left: 0;
  padding: 0 0 0 10px;
  position: absolute;
  top: 0;
}

/* .infobox */
#box div div {
  border: none;
  font-size: 14px;
  padding: 0;
  position: relative;
}
.clickable_2 { color: #000055; }
.clickable_2:hover { text-decoration: underline; }
/* .info */
#box div div div {
  border-bottom: #000000 1px solid;
  border-left: #000000 1px solid;
  color: #000055;
  padding: 0 0 3px 5px;
  font-size: 12px;
}
#box div div div span {
  color: #550000;
}

#control {
  color: #0000aa;
  font-size: 14px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 180px;
}

a {
  color: #0000aa;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

