﻿#dialogShader {
	position: absolute;
	background: #333333;
	border-width: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/*height: 795px;*/
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	z-index: 9997;
	display: none;
}

#dialogBackground {
	position: absolute;
	background: #333333;
	border-width: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/*height: 795px;*/
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
	z-index: 9998;
	display: none;
}

#dialogFrame {
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 7px;
	margin: 0px;
	padding: 5px;
	position: absolute;
	z-index: 9999;
	display: none;
}

#dialogPanel {
	border-collapse: collapse;
	border-width: 0px;
}

#dialogPanel tr td, #dialogPanel tr th {
	border-color: #EEEEEE;
	border-style: solid;
	border-width: 2px;
}

#dialogTitle {
	background-image: url(../images/tablebg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	color: #FFFFFF;
	empty-cells: hide;
	font-size: 13px;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}

#dialogContent {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
