/*
  Lightbox popup styles
*/

/* Background */
div.lw_bg { display: none; visibility: hidden; position: absolute; top: 0; left: 0; width: 100%; height: 100px; background-image: url(/i/lw/black-70.png); background-repeat: repeat; } /*  z-index: 500; */ /* REQUIRED */

/* Container */
div.lw_cntr { position: absolute; }
  /* background: #ffffff; border: 1px solid #808080; z-index: 999; */
  div.lw_cntr div.lw_hdr { height: 25px; overflow: hidden; font-size: 14px; line-height: 25px; text-align: right; } /*  color: #ffffbe; */
  div.lw_cntr div.content { overflow: hidden; background-color: #fff; } /* z-index: 0; position: relative; border: 10px solid #ffffff; */
  /* iframe */
  div.lw_cntr iframe.content { padding: 0; margin: 0; border: 0; background-color: #fff; vertical-align: top; }
  /* Close button */
  div.lw_cntr span.lw_close { color: #ffffbe; cursor: pointer; }
    div.lw_cntr span.lw_close:hover { color: #f00; }

/* Container */
div.lb_popup_cntr {} /* background: url(/i/lw/bas.hdr.png) right top no-repeat; */
  /* Title of lightbox */
  div.lb_popup_ttl { background: url(/i/lw/bas.hdr.png) no-repeat right top; color: #471874; margin: 10px 0 25px; padding: 15px 0 8px 25px; font-family: Arial, Helvetica, serif; font-size: 34px; font-weight: bold; vertical-align: middle; text-align: left; }
  /* Workarea */
  div.lb_popup_wrk { margin: 0; padding: 0 25px; }
  /* Toolbar */
  div.lb_popup_tlb { margin-top: 25px; text-align: left; padding-left: 25px; }
  /* Button in lightbox */
  div.lb_popup_tlb a { display: block; float: left; width: auto; background: #000 url(/i/a/bp.gif) no-repeat center left; text-align: left; text-decoration: none; font: bold normal 12px/17px arial, helvetica, sans-serif; color: #fff; border: 0; padding: 2px 10px 2px 15px; margin: 0 0.3em; }
    div.lb_popup_tlb a:hover { color: #e3027f; }
  /* Errors */
  div.lb_popup_cntr span.err,
    div.lb_popup_cntr span.nfo { display: block; margin: 10px 15px 0 25px; }