﻿ï»¿.modal-background 
{ 
 background-color:#fff;
 filter:alpha(opacity=70); 
 opacity:0.7;
}

.dialog-simple
{
    background-color: #fff;
    border: solid 1px #000;
    overflow: auto;
}
.dialog-simple .dialog-content
{
    margin: 10px;
}
.dialog-simple .button-bar
{
    text-align: right;
    padding-right: 2.5em;
}

.dialog table.datatable
{
    width: auto;
}

.dialog
{
	background-color: #fff;
}
.dialog .header
{
	position: relative;
	color: #fff;
}
.dialog .header .outer
{
	background: url(Images/dialog/top-right.png) right no-repeat;
	padding-right: 40px;
}
.dialog .header .inner
{
	background: url(Images/dialog/top-left.png) left no-repeat;
	padding-left: 9px;
}
.dialog .header .dialog-content
{
	height: 35px;
	background: url(Images/dialog/top-mid.png) repeat-x;
}
.dialog .header .dialog-content H2
{
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
	padding-top: 6px;
	margin: 0;
	/* reset content section settings to defaults */
    clear:none;
    position:auto; 
    z-index:auto; 
    top:auto;
    padding:6px 0 0 0; 
    border: none; 
    background-image: none; 	
}
.dialog .header .close
{
	/* the image is 35x35 pixels wide */
	height: 25px;
	width: 35px; /* position the image */
	position: absolute;
	top: 4px;
	right: 7px;
	background: url(Images/dialog/close.png) no-repeat;
	cursor: pointer;
}
.dialog .header .close:hover
{
	/* set the hover image */
	background: url(Images/dialog/close-hover.png) no-repeat;
}

/* dialog body styles */
.dialog .body
{
}
.dialog .body .outer
{
	background: url(Images/dialog/right.png) right repeat-y;
	padding-right: 7px;
}
.dialog .body .inner
{
	background: url(Images/dialog/left.png) left repeat-y;
	padding-left: 7px;
}
.dialog .body .middle
{
}
.dialog .body .middle .dialog-content
{
	padding: 10px;
	margin: 0px;
}
.dialog .body .middle .footer
{
	/* footer image is 41 pixels tall */
	background: url(Images/dialog/footer.gif) repeat-x bottom;
	height: 41px;
}
.dialog .body .middle .footer .commands
{
	text-align: right;
	padding: 8px;
}
.dialog .body .middle .footer .commands INPUT
{
	/* keep the buttons a consistent size */
	width: 75px;
}
.dialog .body .middle .dialog-content H2
{
	/* reset content section settings to defaults */
    clear:none;
    position:auto; 
    z-index:auto; 
    top:auto;
    padding:6px 0 0 0; 
    border: none; 
    background-image: none; 	
}

/* dialog footer styles */
.dialog .footer
{
}
.dialog .footer .outer
{
	background: url(Images/dialog/bottom-right.png) right top no-repeat;
	padding-right: 9px;
}
.dialog .footer .inner
{
	background: url(Images/dialog/bottom-left.png) left top no-repeat;
	padding-left: 9px;
}
.dialog .footer .dialog-content
{
	height: 7px;
	background: url(Images/dialog/bottom-mid.png) repeat-x;
}
