.overlay_raport {
  background-color: #000000;
  filter: alpha(opacity = 60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.raport_nw {
  background: transparent url(raport/left-top.gif) no-repeat 0 0;
  width: 10px;
  height: 25px;
}

.raport_n {
  background: transparent url(raport/top-middle.gif) repeat-x 0 0;
  height: 25px;
}

.raport_ne {
  background: transparent url(raport/right-top.gif) no-repeat 0 0;
  width: 10px;
  height: 25px;
}

.raport_w {
  background: transparent url(raport/frame-left.gif) repeat-y top left;
  width: 7px;
}

.raport_e {
  background: transparent url(raport/frame-right.gif) repeat-y top right;
  width: 7px;
}

.raport_sw {
  background: transparent url(raport/bottom-left-c.gif) no-repeat 0 0;
  width: 7px;
  height: 7px;
}

.raport_s {
  background: transparent url(raport/bottom-middle.gif) repeat-x 0 0;
  height: 7px;
}

.raport_se,.raport_sizer {
  background: transparent url(raport/bottom-right-c.gif) no-repeat 0 0;
  width: 7px;
  height: 7px;
}

.raport_sizer {
  cursor: se-resize;
}

.raport_close {
  width: 23px;
  height: 23px;
  background: transparent url(raport/button-close-focus.gif) no-repeat 0 0;
  position: absolute;
  top: 0px;
  right: 11px;
  cursor: pointer;
  z-index: 1000;
}

.raport_minimize {
  width: 23px;
  height: 23px;
  background: transparent url(raport/button-min-focus.gif) no-repeat 0 0;
  position: absolute;
  top: 0px;
  right: 55px;
  cursor: pointer;
  z-index: 1000;
}

.raport_maximize {
  width: 23px;
  height: 23px;
  background: transparent url(raport/button-max-focus.gif) no-repeat 0 0;
  position: absolute;
  top: 0px;
  right: 33px;
  cursor: pointer;
  z-index: 1000;
}

.raport_title {
  float: left;
  height: 14px;
  font-size: 14px;
  text-align: center;
  margin-top: 2px;
  width: 100%;
  color: #123456;
}

.raport_content {
  overflow: auto;
  color: #000;
  font-family: Verdana, sans-serif;
  font: 12px arial;
  background: #E5F7B4;
}

.raport_icon_info,.raport_icon_no,.raport_icon_quest,.raport_icon_warn,.raport_icon_yes {
  float: left;
  background-image: url(raport/icon_info.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
}

.raport_icon_no {
  background-image: url(raport/icon_no.png);
}

.raport_icon_quest {
  background-image: url(raport/icon_quest.png);
}

.raport_icon_warn {
  background-image: url(raport/icon_warn.png);
}

.raport_icon_yes {
  background-image: url(raport/icon_yes.png);
}

/* For alert/confirm dialog */
.raport_window {
  border: 1px solid #FFF;
  background: #E5F7B4;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}

.raport_message {
  font: 12px arial;
  text-align: justify;
  padding-bottom: 10px;
  padding-right: 10px;
}

.raport_buttons {
  text-align: center;
  width: 100%;
}

.raport_buttons input {
  margin: 10px;
}

.raport_progress {
  float: left;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 16px;
  background: #FFF url('alert/progress.gif') no-repeat center center
}

.raport_wired_frame {
  background: #000000;
  filter: alpha(opacity = 60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
