.inputTable{
  border-style:solid;
  border-width:1px;
  border-color:#c3daf9;
  border-collapse:collapse;
  behavior: url("css/table/behaviors/inputTable.htc");
}

.inputTable .head{
  background-color:#c3daf9;
}

.inputTable td{
  height:22px;
  font:宋体;
  font-size: 9pt;
  word-break:break-all;
  vertical-align:middle;
}


.table{
  border-style:solid;
  border-width:1px;
  border-color:#DDDDDD;
  border-collapse:collapse;
  behavior: url("css/table/behaviors/table.htc");
}

.table .thead{
   behavior: url("css/table/behaviors/thead.htc");
}

.table .tbody{
   behavior: url("css/table/behaviors/tbody.htc");
}

.table .tfoot{
   behavior: url("css/table/behaviors/tfoot.htc");
}

.table td{
  height:22px;
  font:宋体;
  font-size: 9pt;
  word-break:break-all;
  vertical-align:middle;
}


td{
  height: 22px;
  font: 宋 体;
  font-size: 9pt;
  vertical-align: middle;
}
