.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.nowrap {
	white-space: nowrap;
}

th,td {
	vertical-align: top;
	padding: 2px 5px 1px 3px;
}

tr.row0 {
	background-color: #e8e8e8;
}

td.rbar,th.rbar {
	border-right: solid 1px silver;
}

td.bbar,th.bbar {
	border-bottom: solid 1px silver;
}

.error {
	background-color: whitesmoke;
	font-weight: bold;
	color: red;
	padding: 10px;
	margin-bottom: 10px;
}

.sortable thead th {
	cursor: pointer;
}
