.dialog{
	font-size:12px;
	position:absolute;
	display:none;
	overflow:hidden;
	-moz-border-radius:5px;
	border-bottom:1px solid #638cc0;
}
.dialog-shadow{
	position:absolute;
	overflow:hidden;
}
.dialog-header{
	background-color:Transparent;
	font-size:12px;
	position:relative;
	height:25px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-image:url('grid/dialog_title_bk_right.gif');
	background-repeat:no-repeat;
	background-position:right top;
	
}
.dialog-title{
	color:#fff;
	margin-right:5px;
	padding:6px 35px;
	*padding-top:6px;
	height:25px;
	font-weight:normal;
	background-image:url('grid/dialog_title_bk.gif');
}
.dialog-icon{
	width:18px;
	height:18px;
	position:absolute;
	left:2px;
	top:4px;
}
a.dialog-close{
	width:16px;
	height:16px;
	display:block;
	position:absolute;
	right:8px;
	top:4px;
	text-align:right;
	cursor:hand;
	cursor:pointer;
	background:url('grid/dialog_tools.gif') no-repeat -16px 0px;
	opacity:0.6;
	filter:alpha(opacity=60);
}
a.dialog-settings
{
    width:16px;
	height:16px;
	display:block;
	position:absolute;
	right:52px;
	top:4px;
	text-align:right;
	cursor:hand;
	cursor:pointer;
	background:url('grid/dialog_tools.gif') no-repeat  0 -32px;
	opacity:0.6;
	filter:alpha(opacity=60);
}
a:hover.dialog-settings{
	opacity:1;
	filter:alpha(opacity=100);
}
a.dialog-max{
	width:16px;
	height:16px;
	display:block;
	position:absolute;
	right:30px;
	top:4px;
	text-align:right;
	cursor:hand;
	cursor:pointer;
	
	opacity:0.6;
	filter:alpha(opacity=60);
}
a:hover.dialog-max{
	opacity:1;
	filter:alpha(opacity=100);
}
a.dialog-max1
{
    background:url('grid/dialog_tools.gif') no-repeat 0px -16px;
}
a.dialog-max2
{
    background:url('grid/dialog_tools.gif') no-repeat -16px -16px;
}
a:hover.dialog-close{
	opacity:1;
	filter:alpha(opacity=100);
}
a.dialog-min
{
	background:url('grid/dialog_tools.gif') no-repeat 0px 0px;
	width:16px;
	height:16px;
	display:block;
	position:absolute;
	right:50px;
	top:4px;
	text-align:right;
	cursor:hand;
	cursor:pointer;
	
	opacity:0.6;
	filter:alpha(opacity=60);
}
a:hover.dialog-min{
	opacity:1;
	filter:alpha(opacity=100);
}
.dialog-content{
	padding:5px 10px 0 5px;
	overflow: auto;
	background:#fff url('grid/dialog_content_bg.gif') repeat-x;
	position:relative;
	border-left:1px solid #638cc0;
	border-right:1px solid #638cc0;	
}
.dialog-button{
	height:36px;
	background-color:#DDE6EF;
	padding:0px 10px 0px 0px;
	margin:0px;
	text-align:right;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	border-left:1px solid #638cc0;
	border-right:1px solid #638cc0;
    border-top:1px solid #bacbdb;
}
.dialog-mask{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:none;
	font-size:1px;
	*zoom:1;
	overflow:hidden;
}
.dialog-mask-black{
	 
	  background: #FFF url(index/appdesktop_Bg.jpg) no-repeat bottom right;
	 
	 
}
.dialog-mask-normal{
	filter:alpha(opacity=40);
	opacity:0.40;
	background:#ccc;
}

/* $Id: jquery.popup.css 67 2008-01-22 08:54:37Z Bolik@xjgc.com $ */

.popupPanel
{
  background-color: #fff;
  position: absolute;
  border: #ccc 1px solid; 
  _width: 10em;
  min-width: 10em;
  _height: 10em;
  min-height: 10em;
}
.popupPanel a
{
  text-decoration: none;
}
.popupContent
{
    padding:4px;
}