.normal {
	font-weight: normal;
	text-decoration: none;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align: bottom;
}

.nowrap {
	white-space: nowrap;
}

th, td {
	vertical-align: top;
}

tr.row0, tr.row0 td, tr.row0 th {
	background-color: whitesmoke;
}

td.rbar, th.rbar {
	border-right: solid 1px silver;
}

td.bbar, th.bbar {
	border-bottom: solid 1px silver;
}

.bad {
	color: #c00;
	font-weight: bold;
}

.error {
	background-color: whitesmoke;
	font-weight: bold;
	color: red;
	padding: 10px;
	margin-bottom: 10px;
}

.sortable thead th {
	cursor: pointer;
}

table.default {
	border-bottom: solid 3px #369;
}

table.default thead th, table.default thead td {
	background-color: #369;
	padding: 2px 5px 1px 3px;
	color: white;
	white-space: nowrap;
}

table.default tbody th, table.default tbody td {
	border-bottom: dotted 1px #369;
	padding: 2px 5px 1px 3px;
}

table.default tbody .total th, table.default tbody .total td {
	border-top: solid 2px #369;
}

h5, h6, h7 {
	color: #369;
	margin-bottom: 0;
}

small {
	font-size: 0.9em;
}

