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

