/* CSS for pages containing tables / tabular data  */

table {
	width: 100%;
}

#ownership th {
	width: 33%;
}

#ownership th.leftcol {
	text-align: left;
}

#ownership th.normal {
	font-weight: normal;
}

#ownership td {
	text-align: center;
}

.odd th, .odd td {
	background-color: #9E1015;
	color: #F9F3E1;
}

.even th, .even td {
	background-color: #F7F7F7;
	color: #9E1015;
}
