.tablescroll
{
  border-spacing: 3px;
  font-family: verdana, sans-serif;
  font-size: 1.0em;
/* font: 12px normal verdana, sans-serif; background-color:#fff; */
}

.tablescroll td, 
.tablescroll_wrapper,
.tablescroll_head,
.tablescroll_foot
{ border:1px solid #ccc; }

.tablescroll td
{ 
  border-spacing: 3px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
}

.tablescroll_head
{ font-size:1.0em; background-color:#fff; border-bottom:0; margin-bottom:0; border-spacing: 3px;
}

.tablescroll thead td
{ 
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
}
.tablescroll thead td.trb_empty
{ 
  border-style: hidden hidden hidden solid;
  border-width: 1px;
  border-color: #cccccc;
}

.tablescroll tbody td
{ border-right:0; border-bottom:0;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
}

.tablescroll tbody tr.first td
{ border-top:0; }

.tablescroll_foot
{ font-weight:bold; background-color:#fff; border-left:0; border-top:0; margin-top:3px; }

.tablescroll tfoot td
{ border-right:0; border-bottom:0; }