/*
** THIS LIBRARY IS NOT FOR COLORS
*/

/********************************************/
/********************************************/
/******************BEGIN*********************/
/****************CUSTOM POPUP****************/
/********************************************/
/********************************************/
/********************************************/


.pop_container_advanced 
{
    border-radius: 8px 8px 8px 8px;
    display: block;
    padding: 10px;
    position: relative;
    z-index: 10009;
}

.pop_content 
{
    direction: ltr;
    outline: medium none;
}

.pop_content h2.dialog_title {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    height: 29px;
    background: none repeat scroll 0 0;
}

.pop_content .dialog_content 
{
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-style: solid;
    border-width: 0 1px 1px;
    background: none repeat scroll 0 0;
}

.pop_content .dialog_buttons 
{
    background: none repeat scroll 0 0;
    padding: 8px 10px;
    position: relative;
    text-align: right;
}

.generic_dialog_popup 
{
    height: 0;
    margin: 0 auto;
    overflow: visible;
    width: 465px;
    margin-top: 5%;
}
.pop_body
{
    /*height: 70px;*/
    text-align: center;
    padding-top: 15px;
    margin-bottom: 15px;
}
.dialog_title span
{
    margin: 10px;
}

.ModalPopup
{
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    visibility: hidden;
    z-index: 10009;
}

.modalOverlay
{
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    -moz-transition: none 0s ease 0s;
    display: block;
    opacity: 0.5;
    z-index: 10008;
}
/***** POPUP CONFIRM */

.dialog_buttons_separator
{
    width: 3px;
    display: inline-block;
}

/********************************************/
/********************************************/
/******************END***********************/
/****************CUSTOM POPUP****************/
/********************************************/
/********************************************/
/********************************************/