/**dialog**/
.x-dlg-proxy 
{
	background-color:#c3daf9;
	border:1px solid #6593cf;
	z-index:10001;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
}

.x-window-tc
{
		background: transparent url(images/topmillde-bg.png) repeat-x;
		height:23px;
		overflow:hidden;
    zoom:1;
    z-index:1;    
}

.dialog-title
{
	padding-left:10px;
  font-weight:bold;
  color:#FFFFFF;
}

.x-window-tl 
{
	background: transparent url(images/left-corners.png) no-repeat;	
	width:5px;
	height:23px;
  zoom:1;
  z-index:1;
  position:relative;
}

.x-window-tr 
{
	background: transparent url(images/right-corners.png) no-repeat;	
	width:5px;
	height:23px;
  zoom:1;
  z-index:1;
  position:relative;
}

.x-window-ml 
{
	background: transparent url(images/left-right.png) repeat-y;
	width:5px;  
}

.x-window-mr
{
	background: transparent url(images/left-right2.png) repeat-y;
	width:5px;
}

.x-window-bl 
{
	background: transparent url(images/bottom-left.png) bottom center no-repeat;
	width:5px;
	height:5px;    
}

.x-window-bc 
{
	background: transparent url(images/bottom-middle.png) bottom center repeat-x;
	height:5px;  
}

.x-window-br 
{
	background: transparent url(images/bottom-right.png) bottom center no-repeat;
	width:5px;
	height:5px;  
}


.dialog-close 
{
	 width:20px;
   height:14px;
   cursor:pointer;
   background:transparent url(images/close.png) no-repeat;
}

.dialog-close-over
{
    width:20px;
	  height:14px;
	  cursor:pointer;
  	background:transparent url(images/close2.png) no-repeat;
}

.dialog-minimize
{
    width:20px;
	  height:14px;
	  cursor:pointer;
  	background:transparent url(images/small.png) no-repeat;
}

.dialog-minimize-over
{
   	width:20px;
	  height:14px;
	  cursor:pointer;
  	background:transparent url(images/small2.png) no-repeat;
}

.dialog-maximize
{
    width:20px;
	  height:14px;
	  cursor:pointer;
  	background:transparent url(images/big.png) no-repeat;
}

.dialog-maximize-over
{
    width:20px;
	  height:14px;
	  cursor:pointer;
  	background:transparent url(images/big2.png) no-repeat;
}

.dialogBody
{
	width:100%;
	height:100%;
	overflow:auto;
	background-color:#ffffff;
	BORDER-TOP: #7cb3a7 0px solid;
	BORDER-RIGHT: #7cb3a7 0px solid;
	BORDER-BOTTOM: #7cb3a7 0px solid ;
	BORDER-LEFT: #7cb3a7 0px solid;
}

.dialogBodyNoboder
{
	width:100%;
	height:100%;
	overflow:auto;
	background-color:#ffffff;
}

.buttonbg
{
	padding-left:5px;
	padding-right:5px;
	height:34px;
	background:transparent url(images/bottom-bg.jpg) repeat-x;	
}

.messageBg{
	background:transparent url(images/main-bg.jpg) bottom repeat-x;	
}

.dialogButton
{
	height:19px;
	padding-left:10px;
	padding-top:2px;
	padding-right:10px;
	border:1px solid #919292;
	cursor:pointer;
	background:transparent url(images/btn-normal.jpg) repeat-x;		
}

.dialogButton_over
{
	height:19px;
	padding-left:10px;
	padding-top:2px;	
	padding-right:10px;
	border:1px solid #a1b0bb;
	cursor:pointer;
	background:transparent url(images/btn-hover.jpg) repeat-x;		
}

td{
	font-size:9pt;
}
.spanHidden
{
	display:none;
}
/**end of dialog**/

/**massageBox**/
.questionIcon{	
	width:32px;
	height:32px;
	background: url(images/icon-question.gif) center center no-repeat;	
}

.errorIcon{	
	width:32px;
	height:32px;
	background: url(images/icon-error.gif) center center no-repeat;	
}

.infoIcon{	
	width:32px;
	height:32px;
	background: url(images/icon-info.gif) center center no-repeat;	
}

.warnIcon{	
	width:32px;
	height:32px;
	background: url(images/icon-warning.gif) center center no-repeat;	
}

.messageBg{
	background:transparent url(images/main-bg.jpg) bottom repeat-x;	
}

.alert_message{
	width:16px;
	height:16px;
	padding-right: 50px;
	background: url(images/alert_msg.gif) center center no-repeat;	
}
.error_message{
	width:16px;
	height:16px;	
	padding-right: 100px;
	background: url(images/alert_error.gif) center center no-repeat;	
}
/**end of massageBox**/