
#lightbox {
  display: none;
  font-size: 10px;
  color: #666666;
  width: 242px;
  text-align: center;
  z-index: 111;
  position: absolute;
}

#lightbox h4 {
  color: #004a91;
  font-size: 12px;
  font-weight: bold;
}

#lightboxTip {
  display: none;
  z-index: 112;
  position: absolute;
}

#lbTopR {
  background: url("../images/lbTopR.gif") no-repeat top right;
  padding: 0 9px 0 0;
}

#lbTopL {
  background: url("../images/lbTopL.gif") no-repeat top left;
  padding: 10px 14px 10px 0;
}

#lbBotR {
  background: url("../images/lbBotR.gif") no-repeat bottom right;
  padding: 0 9px 0 0;
}

#lbBotL {
  background: url("../images/lbBotL.gif") no-repeat bottom left;
  height: 32px;
  padding: 0 0 0 9px;
}

#lbBotL img {
  margin: 6px 0 0 0;
}

.detailsBubble {
  display: none;
}