﻿#backgroundPopup
{  
    display:none;  
    position:fixed;  
    _position:absolute; /* hack for internet explorer 6*/  
    height:100%;  
    width:100%;  
    top:0;  
    left:0;  
    background:#000000;  
    border:1px solid #cecece;  
    z-index:3;  
}  
#popupContent
{ 
    display:none;  
    position:fixed;  
    _position:absolute; /* hack for internet explorer 6*/  
    z-index:4;  
    font-size:13px;  
}

.popupClose
{  
    font-size:14px;  
    line-height:14px;  
    right:10px;  
    top:10px;  
    position:absolute;  
    color:#6fa5fd;  
    font-weight:700;  
    display:block;  
    cursor:pointer;
}  

#popupBody
{
    display:block; 
    margin-bottom:0px;
    width:100%;
}

.popup-error
{
    color:Red; 
    padding: 10px;
    text-align:center;
    display:none;
}

.popup-main .contaiter
{
    background-color:#4C4C4C;
}

.popup-main .middlebottom-enable
{
    background-color:#fff;
}

.popup-main .middle-enable
{
    background-color:#fff;
    padding-top:10px;
}

.popup-main .middletop-enable
{
    background-color:#fff;
    height:8px;
}

.popup-main .righttop-base
{
    margin-top:-15px;
}

.popup-result-success
{
    padding-top:10px; 
    padding-bottom: 10px; 
    padding-left:30px; 
    text-align: left;
    margin-left:10px;
    
    font-size:18px;
    font-weight:bold;
    background-image: url(images/icons/Info_on_popup_24x24.png);
    background-position:left;
    background-repeat:no-repeat;
}

.popup-result-warning
{
    padding-top:10px; 
    padding-bottom: 10px; 
    padding-left:30px; 
    text-align: left;
    margin-left:10px;
    
    font-size:18px;
    font-weight:bold;
    background-image: url(images/icons/Warning_on_popup_24x24.png);
    background-position:left;
    background-repeat:no-repeat;
}

.popup-result-error
{
    padding-top:10px; 
    padding-bottom: 10px; 
    padding-left:30px; 
    text-align: left;
    margin-left:10px;
    
    font-size:18px;
    font-weight:bold;
    background-image: url(images/icons/Error_on_popup_24x24.png);
    background-position:left;
    background-repeat:no-repeat;
}

#popupBody tr.HeaderRow td, #popupBody tr.DataRow td
{
    border-bottom: dotted 1px #666666;
}

#popupBody tr.HeaderRow
{
    background-color: #F2F2F2;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
}

#popupBody tr.DataRow
{
    background-color: #FFF;
    padding: 3px 10px 3px 10px;
}

.table-replacements
{
    width:100%;
    font-family:Arial;
    font-size:11px;
}

.table-replacements input
{
    margin-left:10px;
}

.table-replacements img
{
    margin-left:10px;
}

