.matrix {
	border: 1px solid #ff6d00;
	border-collapse:collapse;
	margin-bottom: 20px;
	}
.matrix  th.column {
	width: 65px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f9bc6d;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffa600;
}
.matrix   th.first_column {
	border-right-color: #f9bc6d;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #ff6d00;
	vertical-align:middle;
}

.matrix em {
	background-image: url(/images/wmit/tick.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	text-indent: -9999px;
}
.matrix strong {
	background-image: url(/images/wmit/cross.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	display: block;
}

.matrix td {
	border: 1px solid #ff6d00;
	text-align: center;
	padding: 5px;
}
.matrix th {
	text-align: left;
	border: 1px solid #ff6d00;
	padding: 5px;
	font-size: 13px;
}
.matrix .header {
	color: #FFFFFF;
	background-color: #ff6d00;
}

.matrix .subheading {
	background-color: #f9bc6d;
	color: #000000;
}
.matrix th.last_column {
	width: 65px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f9bc6d;
}
.table_normal {
	font-weight:normal;
}