table.isscrollTable {width: 100%;border-spacing: 0;}
table.isscrollTable tbody,table.isscrollTable thead { display: block; min-height:40px}
table.isscrollTable thead tr  {height:40px}
table.isscrollTable  thead tr th { height: 30px; line-height: 30px;margin-bottom:12px;border-top:none}
table.isscrollTable tbody {height:210px;overflow-y: auto;overflow-x: hidden;}