.tablescroll {
	font: 12px normal Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

.tablescroll td {
	padding:3px 5px;
	border-bottom:0;
	border-right:0; 
}

.tablescroll_wrapper {
	background-color:#fff;
	border-left:0;
}

.tablescroll_head,
.tablescroll_foot { 
	background-color:#eee;
	border-left:0;
	border-top:0;
	font-size:11px;
	font-weight:bold;
}

.tablescroll_head { 
	margin-bottom:3px;
}

.tablescroll_foot { 
	margin-top:3px;
}

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

#thetable {
	margin:0;
	border:0;
}

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