﻿.dialog
{
	font-family: Tahoma;
	font-size: 11pt;
	color: #222;
	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 .content
{
	height: 35px;
	background: url(Images/dialog/top-mid.png) repeat-x;
}
.dialog .header .content H2
{
	font-size: 12pt;
	font-weight: bold;
	color: #dfe4c7;
	padding-top: 6px;
	margin: 0;
}
.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 .content
{
	padding: 10px;
	margin: 0px;
	font-size: 11pt;
	color: #222222;
	font-weight: normal;
}
.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 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 .content
{
	height: 7px;
	background: url(Images/dialog/bottom-mid.png) repeat-x;
}
