﻿#Dlg__Overlay
{
    display:none;
    visibility:hidden;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:1001;
    background-image:url(img/DialogOverlay.gif);
    background-position:left top;
    background-repeat:repeat;
}
#Dlg__, .Dlg__Button
{
    font-family:Verdana,sans-serif;
    font-size:12px;
}
#Dlg__
{
    position:absolute;
    top:0px;
    left:0px;
    width:auto;
    height:auto;
    clear:both;
    z-index:1002;
}
#Dlg__Header, #Dlg__ContentBorder, #Dlg__FooterBorder
{
    background-color:#c1d9ff;
    border-left:1px solid #3a5774;
    border-right:1px solid #3a5774;
}
#Dlg__Header, #Dlg__ContentBorder, #Dlg__FooterBorder, #Dlg__Footer
{
    width:200px;
}
#Dlg__Header
{
    border-top:1px solid #3a5774;
    padding:8px 8px 0px 8px;
    cursor:default;
}
#Dlg__HeaderContent, #Dlg__Footer
{
    background:#e0edfe;
}
#Dlg__HeaderContent
{
    height:30px;
}
#Dlg__Title, #Dlg__MaxMinClose, #Dlg__Status
{
    position:relative;
    display:inline;
}
#Dlg__Title
{
    font-weight:bold;
    color:#333333;
    line-height:30px;
    text-align:left;
    margin-left:4px;
    padding-bottom:10px;
    width:85%;
    float:left;
    white-space:nowrap;
    overflow:hidden;
}
#Dlg__MaxMinClose
{
    margin:1px 1px 0px 0px;
    width:10%;
    text-align:right;
    float:right;
}
.Dlg__TitleButton
{
    width:15px;
    height:15px;
    margin-top:6px;
    margin-right:3px;
    cursor:pointer;
}
#Dlg__ContentBorder
{
    padding:0px 8px 0px 8px;
}
#Dlg__Content
{
    width:200px;
    height:100px;
    background-color:#ffffff;
    border:0px;
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
}
.Dlg__Button
{
    margin-top:4px;
    margin-bottom:4px;
    width:60px;
    overflow:visible;
}
#Dlg__FooterBorder
{
    border-bottom:1px solid #3a5774;
    padding:0px 8px 8px 8px;
}
#Dlg__Footer
{
    height:15px;
    display:none;
    visibility:hidden;
}
#Dlg__Status
{
    font-size:10px;
    color:#666666;
    text-align:left;
    height:15px;
    width:80%;
    margin-top:1px;
    float:left;
}
#Dlg__Resize
{
    cursor:nw-resize;
    width:8px;
    height:8px;
    float:right;
    display:block;
    position:relative;
    left:17px;
    top:-9px;
}