﻿.dialog
{
	z-index:1002;
	position:fixed;
	_position:absolute;
	top:20px;
	left:20px;
	display:none;
}
.dialog .tbl
{
	/*box-shadow:4px 4px 1px rgba(0, 0, 0, 0.3);*/
	/*border-radius:7px;*/
}
.dialog .hdrDlg
{
	height:32px;
}
.dialog .hdrDlg .right
{
	background:url(Images/Dialog/Dialog.gif) no-repeat -36px 0px;
	width:7px;
	height:32px;
	display:block;
}
.dialog .hdrDlg .center
{
	background:url(Images/Dialog/Dialog.gif) -36px -75px;
	color:White;
	font-weight:bold;
	line-height:1.5em;
}
.dialog .hdrDlg .center .title
{
	white-space:nowrap;
	text-overflow:ellipsis;
}
.dialog .hdrDlg .center span
{
	display:block;
	cursor:pointer;
	height:24px;
	width:35px;
	float:left;
	display:block;
}
.dialog .hdrDlg .center .close
{
	background:url(Images/Dialog/Dialog.gif);
}
/*.dialog .hdrDlg .center .print {
	
	background: url(Images/gv2/gv2.gif) no-repeat -289px -18px;
	
}shayan Add print btn in tne toolbar*/
.dialog .hdrDlg .center .close:hover
{
	background:url(Images/Dialog/Dialog.gif) no-repeat -56px 0px;
}
.dialog .hdrDlg .center .maximize
{
	background:url(Images/Dialog/Dialog.gif) no-repeat 0 -25px;
}
.dialog .hdrDlg .center .maximize:hover
{
	background:url(Images/Dialog/Dialog.gif) no-repeat -56px -25px;
}
.dialog .hdrDlg .center .restore
{
	background:url(Images/Dialog/Dialog.gif) no-repeat 0 -50px;
}
.dialog .hdrDlg .center .restore:hover
{
	background:url(Images/Dialog/Dialog.gif) no-repeat -56px -50px;
}
.dialog .hdrDlg .left
{
	background:url(Images/Dialog/Dialog.gif) no-repeat -48px 0px;
	width:7px;
	height:32px;
	display:block;
}
.dialog .rightDlg
{
	background:url(Images/Dialog/Dialog2.gif) 0px 0px;
	width:7px;
}
.dialog .cnt
{
	background:white;
	vertical-align:top;
}
.dialog .cnt .divCnt
{
	overflow:auto;
	width:100%;
}
.dialog .cnt .bgCnt
{
	background:url(Images/Progress.gif) no-repeat 50% 50%;
}

.dialog .cellIcon
{
	width:45px;
	height:45px;
	vertical-align:top;
}
.dialog .succ
{
	background:url(Images/Dialog/Dialog.gif) no-repeat -44px -117px;
}
.dialog .err
{
	background:url(Images/Dialog/Dialog.gif) no-repeat 0 -117px;
}
.dialog .conf
{
	background:url(Images/Dialog/Dialog.gif) no-repeat 0 -162px;
}
.dialog .cellMsg
{
	vertical-align:middle;
	line-height:1.5em;
}
.dialog .cellMsg div
{
	overflow:visible;
}
.dialog .dBtns
{
	text-align:center;
	margin:12px;
}
.dialog .dConfBtns
{
	text-align:center;
	margin:12px;
}
.dialog .leftDlg
{
	background:url(Images/Dialog/Dialog2.gif) -8px 0px;
	width:7px;
}
.dialog .ftrDlg
{
	height:6px;
}
.dialog .ftrDlg .right
{
	background:url(Images/Dialog/Dialog.gif) no-repeat -36px -34px;
}
.dialog .ftrDlg .center
{
	background:url(Images/Dialog/Dialog.gif) -36px -109px;
}
.dialog .ftrDlg .left
{
	background:url(Images/Dialog/Dialog.gif) no-repeat -48px -34px;
}
.overlay
{
	position:fixed;
	z-index:1001;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background-color:#b9b9b9;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	display:none;
}
* html .overlay {
	position:absolute;
}
.ifDlg
{
	z-index:1000;
	position:fixed;
	_position:absolute;
	top:0;
	left:0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	height:100%;
	width:100%;
	display:none;
}
