.DocBox
{ background-color: AntiqueWhite; 
  width: 265px;
  float: left;
  position: relative;
}

.EditGoodsBox
{ background-color: SkyBlue; 
  width: 928px;
  float: left;
  position: relative;
}

.GoodsInfo
{ float: left; }

.GoodsInfo span
{ border: 1px solid grey;
  padding: 2px;
  background-color: white;
  display:inline-block;
  min-height:20px;
  box-sizing: border-box;
  vertical-align:0px;
}
.GoodsInfo label
{ margin-top:0 !Important;
}

Button[name='SaveGood']
{ float: left;
  margin:2px;
  padding:20px;
}

/***********************************************************/

.GoodList
{ border-collapse: collapse;
  background-color: PowderBlue;
  position: relative;
  float: right;
  width: 919px;
  margin:0;
}

.GoodList td
{ border: 1px solid grey; }

.GoodList thead
{ background-color: SkyBlue; 
  display: table; 
  width:100%;
}

.GoodList thead td
{ text-align: center; 
  font-weight: bold; }
  
.GoodList tbody
{ display: block;
  overflow-y: scroll;
  overflow-x: hidden;
  border-right:1px solid grey;
  margin-right:-1px;
}

.GoodList tbody tr
{ margin-top:-1px; 
  display: table; 
  width:100%;
  table-layout:fixed;
}

.GoodList tbody tr:hover
{ background-color:lightcyan; 
  cursor: pointer; }
  
.GoodList tfoot  
{ background-color: #8bd1da; 
  display: table; 
  width:100%;
}

.GoodList tfoot td 
{ font-weight: bold;
  height: 18px;}
  
/***********************************************************/
.FilterOperType
{ border-right:1px solid gray; width:118px;
  float: left; }
 
.FilterOperType .Title
{ width:82px; 
  height:16px; 
  transform: rotate(-90deg); 
  text-align:center; 
  padding:2px 0; 
  margin:31px 0 0 -31px; 
  float:left
}

.FilterOperType .CheckBoxes
{ width:98px; 
  height:82px; 
  float:left; 
  margin-left:-31px;
}
/***********************************************************/
button[name^='PayBut_']
{ height:30px;
  margin:0 2px;
}

.SelPayBut
{ background-color: Thistle;
}