@charset "UTF-8";

table.list-viewer tr:nth-child(even) td {
	background-color: #f9f9f9;
	height:100%;
}

table.list-viewer th.linkable, table.list-viewer td.linkable {
	min-width: 10px;
	max-width: 50px;
}

table.list-viewer tr:not(:last-child)>* {
	border-bottom: 1px dotted var(--obj-border-color);
}

table.list-viewer td:not(:last-child) {
	border-right: 1px dotted var(--obj-border-color);
}

table.list-viewer th:not(:last-child) {
	border-right: 1px dotted var(--obj-border-color);
}

table.hover-tbl .hover-row > * {
	background-image: url("../../img/hover.png");
}

table.hover-tbl .hover-col {
	background-image: url("../../img/hover.png");
}