﻿#jg_popup_overlay
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9998;
}
#jg_popup_inner
{
    display: none;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 9999;
    border: 2px solid #C2D1DC;
}
#jg_popup_table.jg_popup_basic
{
    background: none;
    border: 0;
    border-collapse: collapse;
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
    z-index: auto;
    display: block;
}
#jg_popup_table.jg_popup_basic td
{
    border: 0;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    width: auto;
    z-index: auto;
}
#jg_popup_table.jg_popup_basic #jg_popup_tl
{
    width: 0px;
    height: 10px;
    background: #fff;
}
#jg_popup_table.jg_popup_basic #jg_popup_title
{
    line-height: normal;
    height: 7px;
    background: #fff;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    color: #7795AA;
    word-spacing: normal;
    white-space: nowrap;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    padding: 10px;
    font-family: Calibri,Verdana, Helvetica, sans-serif;
    font-size: 14px;
}
#jg_popup_table.jg_popup_basic #jg_popup_title.jg_popup_draggable
{
    cursor: move;
}
#jg_popup_table.jg_popup_basic #jg_popup_tr
{
    width: 0px;
    height: 10px;
    background: #fff;
}
#jg_popup_table.jg_popup_basic #jg_popup_l
{
    width: 0px;
    background: #fff;
}
#jg_popup_table.jg_popup_basic #jg_popup_content
{
    background: #E6E6E6;
}
#jg_popup_table.jg_popup_basic #jg_popup_loader
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
}
#jg_popup_table.jg_popup_basic #jg_popup_loader div
{
    width: 32px;
    height: 32px;
    background: url(images/loader.gif) no-repeat;
    margin: 0 auto;
}
#jg_popup_table.jg_popup_basic #jg_popup_r
{
    width: 0px;
    background: #fff;
}
#jg_popup_table.jg_popup_basic #jg_popup_bl
{
    width: 0px;
    height: 0px;
    background: #E6E6E6;
}
#jg_popup_table.jg_popup_basic #jg_popup_b
{
    height: 0px;
    background: #E6E6E6;
}
#jg_popup_table.jg_popup_basic #jg_popup_br
{
    width: 0px;
    height: 0px;
    background: #E6E6E6;
}
#jg_popup_table.jg_popup_basic #jg_popup_br.jg_popup_resizable
{
    cursor: se-resize;
    width: 0px;
    height: 0px;
    background: #fff url(images/resize.gif) no-repeat 0 0;
}
#jg_popup_table.jg_popup_basic #jg_popup_close
{
    position: absolute;
    right: -13px;
    top: -13px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    -webkit-filter: drop-shadow(5px 5px 10px black);
    background: url(images/closebox.png) no-repeat;
}
/* previous/next buttons */
#jg_lightbox_prev, #jg_lightbox_next
{
    width: 30px;
    height: 35px;
    background: url(images/prev_next.png) no-repeat 0 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    cursor: pointer;
    display: none;
}
#jg_lightbox_next
{
    left: auto;
    right: 0;
    background-position: 0 -35px;
}
#jg_lightbox_loader
{
    width: 100%;
    height: 32px;
    position: absolute;
    display: none;
}
#jg_lightbox_loader div
{
    width: 32px;
    height: 32px;
    background: url(images/loader.gif) no-repeat;
    margin: 0 auto;
}
/* lightbox inline loader */
#jg_lightbox_inline_loader
{
    width: 32px;
    height: 32px;
    background: url(images/loader.gif) no-repeat;
    position: absolute;
    z-index: 2147483644;
}
