﻿.dialog
{
    font-family:Tahoma;
    font-size:11pt;
    color:#222222;
     left:426px;
     filter:alpha(opacity=95); /* IE's opacity*/
     opacity: 0.95;
}
.dialogcenter
{font-family:Tahoma; 
    font-size:11pt;
    color:#222222;
     left:426px;
     filter:alpha(opacity=95); /* IE's opacity*/
     opacity: 0.95;
	width: 400px; z-index: 1; margin-left: -360%; margin-bottom: -20%;  position: absolute; height: 208px; 
	}  
/* header styles */
.header
{
    position:relative;
    color:#fff;        
    cursor:move; /* So the user knows they can drag the panel */
}
.header .outer
{
    background:url('../App_Themes/OnlineThemes/Images/dialog/top-right.png') right no-repeat;
    padding-right:40px;
}
.header .inner
{
    background:url('../App_Themes/OnlineThemes/Images/dialog/top-left.png') left no-repeat;
    padding-left:9px;
}
.header .content
{
    height:35px;
    background:url('../App_Themes/OnlineThemes/Images/dialog/top-mid.png') repeat-x;
}
.header .content H2
{
    font-size:12pt;
    font-weight:bold;
    color:#fff;
    padding-top:6px;
    margin:0;
}
.header .close
{
    /* the image is 35x35 pixels wide */
    height:25px;
    width:35px;	
    /* position the image */
    position:absolute;	
    top:4px;
    right:7px;	
    background:url('../App_Themes/OnlineThemes/Images/dialog/close.png') no-repeat;	
    cursor:pointer;
}
.header .close:hover
{
    /* set the hover image */
    background:url('../App_Themes/OnlineThemes/Images/dialog/close-hover.png') no-repeat;	
}        

/* dialog body styles */
.body
{ background-color: #4f4d4d;
   font-size: 12px;
    color: White;
   
}
.body .outer
{
    background:url('../App_Themes/OnlineThemes/Images/dialog/right.png') right repeat-y;
    padding-right:7px;
}
.body .inner
{
    background:url('../App_Themes/OnlineThemes/Images/dialog/left.png') left repeat-y;
    padding-left:7px;
}
.body .content
{
  margin-left: 2%; 
}  
.body .content H2
{
    padding:10px;
    margin:0px;
    text-align:center;
    font-size:11pt;
    color:#222222;            
    font-weight:normal;
}           
.body .content .footer
{
    /* footer image is 41 pixels tall */    
    background:url('../App_Themes/OnlineThemes/Images/dialog/footer.gif') repeat-x bottom;
    height:41px;
}
.body .content .footer .commands
{
    text-align:right;
    padding:8px;
}           
.body .content .footer .commands INPUT
{
    /* keep the buttons a consistent size */    
    width:75px;        
}                   

/* dialog footer styles */
.footer
{
}
.footer .outer
{
    background:url('../App_Themes/OnlineThemes/Images/dialog/bottom-right.png') right top no-repeat;
    padding-right:9px;
}
.footer .inner
{
    background:url('../App_Themes/OnlineThemes/Images/dialog/bottom-left.png') left top no-repeat;
    padding-left:9px;
}
.footer .content
{
    height:7px;
    background:url('../App_Themes/OnlineThemes/Images/dialog/bottom-mid.png') repeat-x;        
}   
        
.updating
{
    color:#808080;
    background:url('../App_Themes/OnlineThemes/Images/dialog/activity.gif') no-repeat center;
} 

