﻿#popup_container
{
    /*background: -webkit-gradient(linear, left top, right bottom, color-stop(0.00, #F7941D), color-stop(1.00, #fdb726));     background: -moz-linear-gradient(left,  #F7941D,  #fdb726);     background: -o-linear-gradient(left,  #F7941D,  #fdb726);     filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#F7941D', endColorstr='#fdb726');     background: linear-gradient(left,  #F7941D,  #fdb726);*/
    font-family: Arial, Helvetica, sans-serif;
    background-color: #B5CCE8;
    font-size: 12pt;
    color: #000000;
    border: solid 1px #000000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-outline-radius: 5px;
    -moz-outline-radius: 5px;
    -o-outline-radius: 5px;
    outline-radius: 5px;
    min-width: 200px; /* Dialog will be no smaller than this */
    max-width: 300px; /* Dialog will wrap after this width */
}

#popup_title
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75em;
    color: #666;
    background: #CCC url(images/Messages/title.gif) top repeat-x;
    border: solid 1px #FFF;
    border-bottom: solid 1px #999;
    cursor: default;
    padding: 0em;
    margin: 0em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-outline-radius: 5px;
    -moz-outline-radius: 5px;
    outline-radius: 5px;
}

#popup_content
{
    /* 	background: 16px 16px no-repeat url(images/Messages/info.gif); 	*/
    padding: 1em 1.75em;
    margin: 0em;
}

#popup_content.alert
{
    /* 	background-image: url(images/Messages/info.png);     */
}

.jAlertError
{
    /*border-color: Red !important;*/
    background-color: #FEC754 !important;
}

#popup_content.confirm
{
    /* 	background-image: url(images/Messages/important.gif);     */
}

#popup_content.prompt
{
    /* 	background-image: url(images/Messages/help.gif);     */
}

#popup_error_icon
{
    position: relative;
    background: url(images/Icons/error.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 35px;
    height: 30px;
    top: 20px;
}
#popup_message
{
    padding-left: 5px;
}

#popup_panel
{
    text-align: right;
    margin: 1em 0em 0em 1em;
}
#popup_panel_options 
{
    margin-top:15px;
    text-align: center;    
}
#popup_panel_options > div > div
{
    display: table-cell;
    vertical-align:middle;
}
#popup_panel > div
{
    display: inline-block;
}
#popup_panel > div:first-child
{
    padding-right: 30px;
}

#popup_prompt
{
    margin: .5em 0em;
}

#popup_ok
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    background-color: #999999;
    border-style: none;
    border-width: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 50px;
}

#popup_cancel
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    background-color: #999999;
    border-style: none;
    border-width: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 50px;
}

#popup_option1, #popup_option2
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    background-color: #999999;
    border-style: none;
    border-width: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 100px;
    height: 35px;
    white-space:normal;
}

#popup_cancel_options
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    background-color: #999999;
    border-style: none;
    border-width: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 100px;
    height: 35px;
    white-space:normal;
}