
/* 
   2017/06/08 16:10:54 GMT+12 -- cms-7076.09
 */
/*  (do not remove :) */


#lb
{
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: black;
    display: none;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}


#cmsPopup
{
    position: absolute;
    z-index: 4000;
    background: none;
    width: 570px;
    display: none;
}

#cmsPopup .xButton
{
    position: absolute;
    top: -8px;
    right: -8px;
    width: 28px;
    height: 28px;
    background: url('/popup_button_x.png') no-repeat !important;
    cursor: pointer;
}

#cmsPopup .header
{
    background: url('/popup_header_vbg.png') repeat-x;
    background-color: #186879;/* med: #186879; ent: #008bc8; -- this line should be overridden in the theme css to give the popup the correct background colour */
    border-radius: 8px 8px 0 0;
    width: 538px;
    height: 48px;
    color: white;
    font-size: 20px;
    line-height: 48px;
    padding: 0 16px;
}


#cmsPopup .body
{
    background: white;
    padding: 16px;
    font-size: 13px;
    line-height: 16px;
}

#cmsPopup .buttonRack
{
    background: white;
    padding: 8px 16px;
}

#cmsPopup .button
{
    background: url('/button_140x28_black.png') no-repeat top left;
    display: block;
    color: white;
    width: 132px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    float: left;
    margin: 0 16px 0 0;
    padding: 0 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#cmsPopup .button:hover
{
    background-position: bottom left;
}

#cmsPopup .closeButton
{
    float: right;
    margin: 0 0 0 16px;
}


