/* style related to the menu of the JSCalendar */

.cld_lnk {
  position: relative;
}

.cld_lnk .cld_menu {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #00f;
  background-color: #ddf;
  z-index:60;
  width: 7em;
  text-align: left;
  white-space: nowrap;
}

.cld_lnk iframe.menuiesixprotector {
  position:absolute;
  top:0px;
  left:0px;
  border:none;
  z-index:50;
  height:10em;
  width:7em;
  filter:Alpha(style=0,opacity=0);
}

.cld_lnk .cld_menu a, .workflow .cld_menu a:active, .workflow .cld_menu a:link, .workflow .cld_menu a:visited {
  display: block;
  color: #00f;
  text-decoration: none;
  padding: 2px 5px;
  cursor: pointer;
}

.cld_lnk .cld_menu a:hover {
  text-decoration: underline;
}