/**overlays and tooltips**/
.jqOverlay {
  background-color: #FFFFFF;
  border: 3px solid #666666;
  box-shadow: 0 0 90px 5px #000000;
  display: none;
  min-height: 100px;
  width: 675px;
  position: relative;
  padding: 10px;
  white-space: normal;
  color: #111111;
  font-family: HPSimplified, "HPSimplified latin", Arial, Sans-Serif;  
}

.jqOverlay {
  text-align: left;
  left:20%;
}

.jqOverlay[dir=rtl] {
  text-align: right;
}

.jqOverlay .textLevelA {
  color: #111;
}

a.close {
  cursor: pointer;
}

.center_align {
  margin-left: 40%;
  margin-right: 40%;
}

.contentSeparatorNoTopMargin {
  border-bottom: 1px solid #B2B2B2;
  margin: 0 0 20px;
}

.cornerButton.closeButton,
#clcHdrClose {
  width: 17px;
  height: 17px;
  border: 0 none;
  background: transparent url('/ewfrf-JAVA/Image/common/overlay_close.png') no-repeat 0 0;
  display: inline-block;
}

.cornerButton.closeButton:hover,
#clcHdrClose:hover {
  background-position: -18px 0;
}

.overlaySmallText {
  font-size: 14px;
  line-height: 18px;
  color: #5A5A5A;
}
