TABLE {
	border-collapse: collapse;
}

TABLE TH {
	text-align: left;
	border-bottom: solid 1px silver;
}

TABLE TD {
	padding: 1px 2px;
}

TABLE TR:nth-child(even) {
	background-color: #f0f0f0;
}

TABLE TR.th {
	border-bottom: solid 1px black;
}

TABLE.selectable TR:hover {
	background-color: #f0f0ff;
	cursor: pointer;
}

TABLE.selectable TR.th:hover {
	background-color: transparent;
	cursor: default;
}