
table {
	margin: 10px auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: .8em;
}

tr {
	border-bottom: 1px solid #ccc;
}

tr.highlight {
	background: #F4FFEA;
}

tr.highlight td {
	color: #999;
}

th {
	padding: 4px 8px;
	color: #003399;
	text-align: center;
	font-weight: bold;
	line-height: 1.0em;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	background: #f3f3f3;
}

td {
	padding: 2px 4px;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}

/* Sortable tables */
table.sortable a.sortheader {
	background-color:#eee;
	color:#666;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

table.sortable span.sortarrow {
	color: black;
	text-decoration: none;
}