
#popupdiv {
  position: absolute;
  z-index: 2000;
  visibility: hidden;
  border: 1px outset black;
}

.popup {
  background: #FFFFCC;
  color: #000000;
  font-family: Tahoma,Arial,Helvetica,MS Sans Serif;
  font-size: 11px;
}

.label {
  text-decoration: none;
  color: #000000;
}

.redBoldLabel {
  text-decoration: none;
  color: #FF0000;
  font-weight : bold;
}

.link {
}

.redBoldLink {
  text-decoration : none;
  color : #FF0000;
  font-weight : bold;
}
