.tablescroll
{ font: 12px normal Tahoma, Arial, sans-serif;
/*background-color:#fff;*/ }

.tablescroll td, 
.tablescroll_wrapper,
.tablescroll_head,
.tablescroll_foot
{ border:0.1px solid #444; }

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

.tablescroll_wrapper
{ border-left:0; }

.tablescroll_head
{ 
	font-size:11px; 
	/*font-weight:bold; */
	/*background-color:#eee; */
	border-left:0; 
	border-top:0; 
	margin-bottom:0px;
	border:0.1px none #444; 
}

.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-size:11px; 
	/*font-weight:bold; */
	/*background-color:#eee; */
	border-left:0; 
	border-top:0; 
	margin-bottom:0px;
	border:0.1px inset #444; 
}

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