.titleShowDialog
{
	background-image: url("dialog_titlebg.gif");
	background-repeat:repeat-x;
	height: 25px !important;
	line-height: 25px !important;
	padding-left: 5px !important;
	background-color: #fff;
	color: #fff;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	clear:both;
}
.titleShowDialog div
{
	float:left;
	display:block;
	cursor: move;
	text-align: left;
	color: #333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.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: #fff;
	padding: 0px 5px 0 5px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	color:#cdcdcd;
	clear:both;
	display: inline-block;
	-webkit-overflow-scrolling: touch;
}
.border_ShowDialog td
{
	color:#000;
}
.window_ShowDialog
{
	position:absolute;
	overflow:hidden;
	box-shadow: 10px 10px 30px #666;
	border-radius: 5px;
}
.window_ShowDialog button.Cancel, .window_ShowDialog button.Ok
{
	background: #dddddd;
	background: -moz-linear-gradient(top,  #dddddd 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #dddddd 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #dddddd 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #dddddd 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #dddddd 0%,#cccccc 100%);
	height:25px !important;
	line-height:18px !important;
	padding:0 !important;
	font-size: 12px !important;
	border:1px solid #ccc !important;
	border-top:1px solid #ccc !important;
	color:#000;
}
.window_ShowDialog button.Ok
{
	/*border:1px outset green !important;*/
}
.content_ShowDialog
{
	background-color: #fff;
	border: 1px solid #999;
	margin: 0;
	color:red;
	font-weight:bold;
	-webkit-overflow-scrolling: touch;
}
.DialogFooter
{
	background-color: #fff;
	padding: 0;
	margin: 0;
	text-align: right;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	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.png);
}
img.Confirm
{
	width:90px !important;
	height:80px !important;
	border:0;
	background-image: url(popup_confirm.png);
}
#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(200,200,200,0.5);
}
/** Loading **/
#SaverLoadLayerShadow
{
	position:absolute;
	top:0; left:0;
	-moz-opacity:0.5;
	opacity: 0.5;
	background-color:#ccc;
	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 #999;
	background-color:#fff;
	width:50%;
	padding:10px;
	margin:1px auto;
	color:#fff;
	font-size:18px;
	font-weight:normal;
}