/* screen */
div#eScreen {
	background: url('/Templates/Public/Images/modal/modal_bg.gif') repeat;
}
/* dialog window */
table.dialogWindow {
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	margin: 0;
}
/* dialog window header */
.dialogWindow #modal_header {
	padding:0px;
	margin: 0;
	font:bold 11px arial, sans-serif;
	background:url('/Templates/Public/Images/modal/HeaderCenter.gif') repeat-x;
	cursor: move;
	height: 28px;
}
.dialogWindow #modal_header_right {
	background:url('/Templates/Public/Images/modal/HeaderRight.gif') no-repeat;
	height: 28px;
	width: 8px;
}
.dialogWindow #modal_header_left {
	background:url('/Templates/Public/Images/modal/HeaderLeft.gif') no-repeat;
	height: 28px;
	width: 8px;
}
/* dialog window footer */
.dialogWindow #modal_footer {
	background:url('/Templates/Public/Images/modal/FooterCenter.gif') repeat-x;
	cursor: move;
	height: 8px;
}
.dialogWindow #modal_footer_right {
	background:url('/Templates/Public/Images/modal/FooterRight.gif') no-repeat;
	height: 8px;
	width: 8px;
}
.dialogWindow #modal_footer_left {
	background:url('/Templates/Public/Images/modal/FooterLeft.gif') no-repeat;
	height: 8px;
	width: 8px;
}
/* dialog window header icon */
.dialogWindow #modal_header img {
	cursor: pointer;
}

/* dialog window body */
.dialogWindow #modal_body {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	margin:0 1px
}
.dialogWindow #modal_body_left {
	border-collapse: collapse;
	background:url('/Templates/Public/Images/modal/BodyLeft.gif') repeat-y;
	width: 8px;
}
.dialogWindow #modal_body_right {
	border-collapse: collapse;
	background:url('/Templates/Public/Images/modal/BodyRight.gif') repeat-y;
	width: 8px;
}
/* dialog window iframe */
.dialogWindow #modal_body iframe {
	border: 0;
	margin:0;
}
