﻿.DlgBoxExFrame
{
    background-color: White;    
    padding: 0px;
    border: 1px solid #cde6fe;
}

.DlgBoxExTitle
{
    background-color: #317ebc;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;    
    line-height: 22px;    
    padding: 2px;            
}

.DlgBoxExTitleText
{
    padding: 0px 0 2px 5px;
}
.DlgBoxExCloseButton
{
    border-style: none;    
    border-width: 0px;
    background-color: #317ebc;
    background-image: url('../Images/Common/DDLCloseButton.gif');
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 19px;
    width: 21px;
    float: right;        
    cursor: pointer;  
}

.DlgBoxExContent
{    
    color: Black;
    font-weight: normal;
    background-color: White;
    margin: 0;
    padding: 8px;    
}

div.DlgBoxExContent div.ScreenWrapper
{
    margin: 0;
}

div.PrintReportWrapper
{       
    height: 100%;
}