TABLE {
	border-collapse: collapse;
	background: white;
	width: 100%;
	overflow: hidden;
	font-size: 15px;
}

TABLE TH {
	text-align: left;
   padding: 1px 5px;
	font-size: 10px;
	background: white;
}

TABLE TD {
	padding: 1px 5px;
	border-bottom: dotted 1px silver;
	vertical-align: top;
}
TABLE TR.lined {
	text-decoration: line-through;
}
TABLE TR.silver {
	color: silver;
}


TABLE TR:nth-child(even) {
	background-color: #fafafa;
}

TABLE THEAD TR {
	border-bottom: solid 1px silver;
}

TABLE.selectable TR:hover {
	background-color: #f9f6d1;
	cursor: pointer;
}
TABLE.selectable TR.th:hover {
	background-color: transparent;
	cursor: default;
}
TABLE TR.selected {
	background-color: yellow;
}

TABLE *.r_pad {
    padding-right: 10px;
    text-align: right;
}

TABLE.borders TD:first-child {
	border-left: solid 1px silver;
}
TABLE.borders TD:last-child {
	border-right: solid 1px silver;
}
TABLE.borders TR:last-child {
	border-bottom: solid 1px silver;
}