table.striped {
	border-collapse: collapse;
}
table.striped tr.alt td {
	background: #e5e5e5;
}

table.striped tr.over td {
	background: #ffc7c7;
}