﻿.Container
{
    margin: auto;
    min-height: 500px;
    background: #ffffff;
    max-width: 800px;
    min-width: 800px;
    border: solid 1px #d4d4d4;
    border-top:none;
    padding: 0 20px 20px 20px;
}

.ToolBar
{
    border: solid 1px #d4d4d4;
    padding: 10px;
    margin-bottom: 20px;
}

.GridContainer
{
    background: #ECF5FB;
    min-height: 300px;
    border: solid 1px #d4d4d4;
}


.ModalPopupBG
{
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.popup_Container
{
    background-color: #ffffff;
    border: 1px solid #9abbe8;
    padding: 0px 0px 0px 0px;
}

.popupConfirmation
{
    width: 600px;
    height: 400px;
}

.popup_Titlebar
{
    background: url(Images/slice.png);
   
    height: 22px;
}

.popup_Body
{
    padding: 2px; /*font-family: Arial;*/ /*font-weight: bold;*/ /*font-size: 12px;*/
    color: #000000; /*line-height: 15pt;*/
    clear: both;
   
    border: 1px solid #9abbe8;
}

.TitlebarLeft
{
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    font-family:  Helvetica, Arial, sans-serif;
    font-weight: bold;    
    font-size: 12px;
    color: #000000;
}
.TitlebarRight
{
    background: url(Images/close.png);
    background-position: right;
    background-repeat: no-repeat;
    height: 15px;
    width: 16px;
    float: right;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 5px;
}

.popup_Buttons
{
    margin: 10px;
}
