/* START - Stuff used for tooltip type of popup on the Display EventRequests page for recurring dates */
.entry {
  font-size: 11px;
  color: #0000FF;
  text-decoration: none;
  padding-right: 0px;
}
.date_popup {
  width: 120px;
  font-size: 10px;
  color: #000000;
  background: #FFFFFF;
  text-decoration: none;
  position: absolute;
  z-index: 20;
  display: none;
  top: 0px;
  left: 0px;
  border: 1px solid #000000;
  padding: 3px;
}
.date_popup dl {
  margin: 0px;
  padding: 0px;
}
.date_popup dt {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.date_popup dd {
  margin-left: 20px;
  margin-right: 5px;
}
/* END - Stuff used for tooltip type of popup on the Display EventRequests page for recurring dates */