div.Scroll-Table 
{ border-left:none;
  border-right:none;
  /*border-top:    1px solid gray;
  border-bottom: 1px solid #CCC; */
  overflow: hidden;
  width: 100%; }

div.Scroll-Table table 
{ width: 100%;
  border-top:    1px solid gray; 
  border-bottom: 1px solid #CCC; 
  border-left:none;
  border-right:none;
  table-layout:fixed;
}

div.Scroll-Table table thead tr 
{ display: block; }

div.Scroll-Table table thead tr th 
{ border: 1px solid gray; 
/*  background: #ccc;
  height: 16px; */
  text-align: center;
  padding: 1px 2px;
}

div.Scroll-Table table tbody {
 display: block;
 overflow: auto;
 width: 100%;
}

div.Scroll-Table table tbody tr td 
{/* border-bottom: none;
  border-left: none;
  border-right: 1px solid #CCC;
  border-top: 1px solid #DDD;*/
  padding: 1px 2px;
  overflow: hidden;
}
/*
div.Scroll-Table table tbody tr:hover
{ background-color: mistyrose;
  cursor:pointer; }
*/