﻿.dialog, .box
{
    font-family:Tahoma;
    /*font-size:15pt;*/
    color:#222222;
    background-color:#fff;    
    width:auto;
}


.box{ margin-top:3px; margin-bottom:3px; margin-left:10px; margin-right:10px;}
/* header styles */
.headbox
{
    position:relative;
    color:#fff;        
    cursor:move; /* So the user knows they can drag the panel */
}

.headbox .outer
{
    background:url(../images/box/top-right.png) right no-repeat;
    padding-right:40px;
}

.headbox .inner
{
    background:url(../images/box/top-left.png) left no-repeat;
    padding-left:9px;
}

.headbox .content
{
    height:26px;
    background:url(../images/box/top-mid.png) repeat-x;
    text-align:left;
}
.headbox .content H2
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:10pt;
    font-weight:bold;
    color:White;
    padding-top:3px;
    margin-bottom:6px;
    margin:0;
}


.headbox .close
{
    /* the images is 35x35 pixels wide */
    height:25px;
    width:35px;
    /* position the images */
    position:absolute;	
    top:4px;
    right:-3px;	
    background:url(../images/box/close.png) no-repeat;	
    cursor:pointer;
    border-width:0px;
}


.headbox .close:hover
{
    /* set the hover images */
    background:url(../images/box/close-hover.png) no-repeat;	
}        


/* dialog body styles */
.bodybox
{
	
}
.bodybox .outer
{
    background:url(../images/box/right.png) right repeat-y;
    padding-right:7px;
}
.bodybox .inner
{
    background:url(../images/box/left.png) left repeat-y;
    padding-left:7px;
}
.bodybox .content
{
	height:100%;
}  
.bodybox .content H2
{
    padding:10px;
    margin:0px;
    text-align:center;
    font-size:11pt;
    color:#222222;            
    font-weight:normal;
}           
.bodybox .content .footer
{
    /* footer images is 41 pixels tall */    
    background:url(../images/box/footer.gif) repeat-x bottom;
    height:41px;
}
.bodybox .content .footer .commands
{
    text-align:right;
    padding:8px;
}           
.bodybox .content .footer .commands INPUT
{
    /* keep the buttons a consistent size */    
    width:75px;        
}                   

/* dialog footer styles */
.footbox
{
}
.footbox .outer
{
    background:url(../images/box/bottom-right.png) right top no-repeat;
    padding-right:9px;
}
.footbox .inner
{
    background:url(../images/box/bottom-left.png) left top no-repeat;
    padding-left:9px;
}
.footbox .content
{
    height:7px;
    background:url(../images/box/bottom-mid.png) repeat-x;        
}   
        
.updating
{
    color:#808080;
    background:url(../images/box/activity.gif) no-repeat center;
}  

.modalProgressGreyBackground 
{
    background:#CCCCCC;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalProgressRedBackground 
{
    background:Red;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalPopup {
	 text-align:center;
    padding-top: 30px; 
    border-style:solid; 
    border-width:1px; 
    background-color:White; 
    width:300px; 
    height:100px;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

