﻿.dialog
{
    font-family:Arial, Tahoma;
    font-size:12px;
    color:#222222;
    background-color:#fff;
}    

/* header styles */
.Newheader
{
    position:relative;
    color:#fff;        
    cursor:move; /* So the user knows they can drag the panel */
}
.Newheader .outer
{
    background:url(../Images/NewGrid/top-right.png) right no-repeat;
    padding-right:40px;
}
.Newheader .inner
{
    background:url(../Images/NewGrid/top-left.png) left no-repeat;
    padding-left:9px;
}
.Newheader .Newcontent
{
    height:35px;
    background:url(../Images/NewGrid/top-mid.png) repeat-x;
}
.Newheader .Newcontent H2
{
    font-size:12pt;
    font-weight:bold;
    color:#fff;
    padding-top:6px;
    margin:0;
}
.Newheader .close
{
    /* the image is 35x35 pixels wide */
    height:25px;
    width:35px;	
    /* position the image */
    position:absolute;	
    top:4px;
    right:7px;	
    background:url(../Images/NewGrid/close.png) no-repeat;	
    cursor:pointer;
}
.Newheader .close:hover
{
    /* set the hover image */
    background:url(../Images/NewGrid/close-hover.png) no-repeat;	
}        

/* dialog body styles */
.Newbody
{
}
.Newbody .outer
{
    background:url(../Images/NewGrid/right.png) right repeat-y;
    padding-right:7px;
}
.Newbody .inner
{
    background:url(../Images/NewGrid/left.png) left repeat-y;
    padding-left:7px;
}
.Newbody .Newcontent
{
}  
.Newbody .Newcontent H2
{
    padding:10px;
    margin:0px;
    text-align:center;
    font-size:11pt;
    color:#222222;            
    font-weight:normal;
}           
.Newbody .Newcontent .Newfooter
{
    /* footer image is 41 pixels tall */    
    background:url(../Images/NewGrid/footer.gif) repeat-x bottom;
    height:41px;
}
.Newbody .Newcontent .Newfooter .commands
{
    text-align:right;
    padding:8px;
}           
.Newbody .Newcontent .Newfooter .commands INPUT
{
    /* keep the buttons a consistent size */    
    width:75px;        
}                   

/* dialog footer styles */
.Newfooter
{
}
.Newfooter .outer
{
    background:url(../Images/NewGrid/bottom-right.png) right top no-repeat;
    padding-right:9px;
}
.Newfooter .inner
{
    background:url(../Images/NewGrid/bottom-left.png) left top no-repeat;
    padding-left:9px;
}
.Newfooter .Newcontent
{
    height:7px;
    background:url(../Images/NewGrid/bottom-mid.png) repeat-x;        
}   
        
.updating
{
    color:#808080;
    background:url(../Images/NewGrid/activity.gif) no-repeat center;
}  
