table.scrollcss td,th
{
	vertical-align:top;
	border-width:0px;	
	padding:0px;
}
table.scrollcss
{
	border-spacing:2px;
	border-collapse: separate;
	empty-cells: show;
	border-width:0px;
	padding:0px;
}

tr.evenrow {
    background: #cccccc;
}
