﻿.dialog
{
    font-family:Tahoma;
    font-size:11pt;
    color:#222222;
    background-color:#fff;
}    

/* header styles */
.dialogheader
{
    position:relative;
    color:#fff;        
    cursor:move; /* So the user knows they can drag the panel */
}
.dialogheader .outer
{
    background:url(img/dialogs/top-right2.gif) right no-repeat;
    padding-right:40px;
}
.dialogheader .inner
{
    background:url(img/dialogs/top-left2.gif) left no-repeat;
    padding-left:9px;
}
.dialogheader .content
{
    height:35px;
    background:url(img/dialogs/top-mid2.gif) repeat-x;
}
.dialogheader .content H2
{
    font-size:12pt;
    font-weight:bold;
    color:#fff;
    padding-top:6px;
    margin:0;
}
.dialogheader .close
{
    /* the image is 35x35 pixels wide */
    height:25px;
    width:35px;	
    /* position the image */
    position:absolute;	
    top:4px;
    right:7px;	
    background:url(img/dialogs/close.png) no-repeat;	
    cursor:pointer;
}
.dialogheader .close:hover
{
    /* set the hover image */
    background:url(img/dialogs/close-hover.png) no-repeat;	
}        

/* dialog body styles */
.dialogbody
{
}
.dialogbody .outer
{
    background:url(img/dialogs/right2.gif) right repeat-y;
    padding-right:7px;
}
.dialogbody .inner
{
    background:url(img/dialogs/left2.gif) left repeat-y;
    padding-left:7px;
}
.dialogbody .content
{
}  
.dialogbody .content H2
{
    padding:10px;
    margin:0px;
    text-align:center;
    font-size:11pt;
    color:#222222;            
    font-weight:normal;
}           
.dialogbody .content .footer
{
    /* footer image is 41 pixels tall */    
    background:url(img/dialogs/footer.gif) repeat-x bottom;
    height:41px;
}
.dialogbody .content .footer .commands
{
    text-align:right;
    padding:8px;
}           
.dialogbody .content .footer .commands INPUT
{
    /* keep the buttons a consistent size */    
    width:75px;        
}                   

/* dialog footer styles */
.dialogfooter
{
}
.dialogfooter .outer
{
    background:url(img/dialogs/bottom-right2.gif) right top no-repeat;
    padding-right:9px;
}
.dialogfooter .inner
{
    background:url(img/dialogs/bottom-left2.gif) left top no-repeat;
    padding-left:9px;
}
.dialogfooter .content
{
    height:7px;
    background:url(img/dialogs/bottom-mid2.gif) repeat-x;        
}   
          
/*----------------------YUI DIALOG-------------------------*/

