.titleShowDialog
{
	background-image: url("dialog_titlebg.gif");
	background-repeat:repeat-x;
	height: 25px !important;
	line-height: 25px !important;
	padding-left: 5px !important;
	background-color: #0073b2;
	color: #fff;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.titleShowDialog div
{
	float:left;
	display:block;
	cursor: move;
	text-align: left;
}
.titleShowDialogSub
{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
.titleShowDialog a
{
	float:right;
	cursor: default;
	display:block;
	width:42px;
	height:15px;
	text-decoration:none;
	background-image: url(dialog_close.gif);
	background-repeat: no-repeat;
	margin-right: 2px;
}
.titleShowDialog a:hover
{
	background-image: url(dialog_close_o.gif);
}
.border_ShowDialog
{
	background-color: #0073b2;
	padding: 0px 5px 0 5px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
.window_ShowDialog
{
	position:absolute;
	overflow:hidden;
	-webkit-box-shadow: 10px 10px 30px #666;
	-moz-box-shadow: 10px 10px 30px #666;
	box-shadow: 10px 10px 30px #666;
}
.content_ShowDialog
{
	background-color: #f2f2f2;
	border: 1px solid #666;
	margin: 0;
	color:red;
	font-weight:bold;
}
.DialogFooter
{
	background-color: #0073b2;
	padding: 0;
	margin: 0;
	text-align: right;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	height: 11px !important;
}
.DialogFooter div
{
	cursor: nw-resize;
	width: 11px !important;
	height: 11px !important;
	background-image: url(resize.gif);
	background-repeat: no-repeat;
	float: right;
	padding: 0;
	margin: 0;
	border: 0;
}
img.Alert
{
	width:90px !important;
	height:80px !important;
	border:0;
	background-image: url(popup_alert.gif);
}
img.Confirm
{
	width:90px !important;
	height:80px !important;
	border:0;
	background-image: url(popup_confirm.gif);
}
#ExAlertLayerBG
{
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	background-color:rgba(0,0,0,0.5);
}
/** Loading **/
#SaverLoadLayerShadow
{
	position:absolute;
	top:0; left:0;
	-moz-opacity:0.5;
	opacity: 0.5;
	background-color:#617a8e;
	width:100%;
	height:100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
#SaverLoadLayer
{
	 position: absolute;
	 width:100%;
	 height:100%;
	 overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
#SaverLoadLayer table
{
	width:100%;
	height:100%;
}
#SaverLoadLayer td
{
	padding:3px;
	text-align: center;
}
#SaverLoadLayer div
{
	border:1px solid #0074b3;
	background-color:#fff;
	width:50%;
	padding:10px;
	margin:1px auto;
	color:#0074b3;
	font-size:18px;
	font-weight:normal;
}