.matrix table
{
	border-collapse: collapse;
}
.matrix th
{
	background-color: #FFFFFF;
}
.matrix thead th
{
	background-color: #F5F5F5;
	border: 1px solid #DDDDDD;
}
.matrix thead td
{
	border-top: 0;
	border-left: 0;
	border-bottom: 1px solid #DDDDDD;
}
.matrix tbody th
{
	border-bottom: 1px dashed #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	font-weight: normal;
}
.matrix tbody td
{
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	font-weight: normal;
}
.matrix tfoot th
{
	border: 1px solid #DDDDDD;
	background-color: #F5F5F5;
}
.matrix tfoot td
{
	border-top: 1px solid #DDDDDD;
}
.matrix .sec
{
	background: #F5F5F5;
	border: 1px solid #DDDDDD;
	font-weight: bold;
}

.matrix table, .matrix th, .matrix thead th, .matrix thead td, .matrix tbody th, .matrix tbody td, .matrix tfoot th, .matrix tfoot td, .matrix .sec
{
	*border: 0;
}