.matrix {
	font-family: arial;
	font-size: 12px;
	border-bottom: 1px solid #BABFA4;
}

.matrix thead {
	vertical-align: bottom;
}

.matrix th {
	width: 110px;
	padding: 8px;
}

.matrix td {
	padding: 8px;
}

.odd {
	background-color:#E1E3D7;
}

.odd th {
	border-top: 1px solid #BABFA4;
	font-weight: bold;
	text-align: right;
	color: #333;
}

.odd td {
	border-top: 1px solid #BABFA4;
	border-left: 1px solid #BABFA4;
	text-align: center;
}

.even {
	background-color: #F1F2EC;
}

.even th {
	border-top: 1px solid #BABFA4;
	font-weight: bold;
	text-align: right;
	color: #333;
}

.even td {
	border-top: 1px solid #BABFA4;
	border-left: 1px solid #BABFA4;
	text-align: center;
}


