table {
	font-family: "monospaced", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	border: 1px solid #000;
	position: relative;
	border-collapse: collapse;
	text-align: center;
}

.table-no-border {
	border: 0px solid #000;
}

.table600 {
	width: 600px;
}

.table100 {
	width: 100%;
}

th {
	font-weight: bold;
	font-size: 14px;
	line-height: 130%;
	background-color: rgb(240,240,240);
	border-bottom: 1px solid black;
	padding: 2px;
	text-align: center;
}

.rhc {
	font-weight: bold;
	font-size: 14px;
	line-height: 130%;
	padding: 2px;
	text-align: center;
}

.rhl {
	font-weight: bold;
	font-size: 14px;
	line-height: 130%;
	padding: 2px;
	text-align: left;
}



td {
	padding: 3px;
	line-height: 140%;
	text-align: left;
}

.table-image {
}

tr.table-image td {
	padding: 0px;
	border: 1px solid #000;
	border-collapse: collapse;
}


.table-hover {
}

table.table-hover tr:hover {
 background-color: rgb(255,255,225);
}


.row-faint-bottom-border {
}

table.row-faint-bottom-border tr {
	border-bottom: 1px solid #DDD;
}

table.bg-very-dark th {
	background-color: #444;
}

table.bg-ccc th {
	background-color: #ccc;
}

