/**************************************************************************************************
*
* 对话框标题定义
*
***************************************************************************************************/
.dlg-title  {
	color: #000000; 
	font-weight: bolder;	
	font-size:14px;
	vertical-align :bottom;
	white-space : nowrap;
}
.dlg-title-help  {
	color: #666666; 	
	text-align:right;
	white-space : nowrap;
}	
/**************************************************************************************************
*
* 对话框布局定义
*
***************************************************************************************************/
#dlg-main-div { 
  width:100%; 
  height:100%; 
  position:absolute; 
  left:0; right:0; top:0; bottom:0;
  overflow:auto;
  background-color:#D8E2EB;
  padding: 0px;
}
.dlg-toolbar-div { 
  width:100%; 
  height:auto; 
  overflow:hidden;
  padding: 1px;  
}
.dlg-title-div { 
  width:100%; 
  height:auto; 
  overflow:hidden;
  text-align:center;
  padding: 1px;  
  background-image  :url("SmartGE_R/ITradeDGGE,GE.Module.ITrade.DryGoods.UI.img.DlgLayout.dlg_title_bk.gif.ashx");
  border-bottom:solid 1px #BDCFDE;
}
.dlg-row-div { 
  width:100%; 
  height:auto; 
  overflow:hidden;
  padding: 1px;
  border-bottom:solid 1px #BDCFDE;
}
.dlg-row-end-div { 
  width:100%; 
  height:auto; 
  overflow:hidden;
  padding: 1px;
}
.dlg-row-fill-div { 
  width:100%; 
  height:expression(GEDocUtil.autoHeight(this,100)-6);
  overflow:hidden;
  padding: 1px;
  border-bottom:solid 0px #BDCFDE;
}
.dlg-row-seach-div { 
  width:100%; 
  height:auto; 
  overflow:hidden;
  padding: 1px;
  border-bottom:solid 1px #BDCFDE;
}