.tablescroll { 
  font-family: "Calibri", sans-serif;
  font-size:1.1em; 
  font-weight:bold; 
}

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

.tablescroll td
{ padding: 1px 1px; }

.tablescroll_wrapper
{ border-left:0; 
  height: 150px;
}

.tablescroll_head { 
  font-family: "Calibri", sans-serif;
  font-size:0.9em; 
  font-weight:bold; 
  background-color:#ccc; 
  border-left:0; 
  border-top:0; 
  margin-bottom:3px;
  font-style: italic;
}

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

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

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

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

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