.tester-tbl {
	width:95%;
	margin:1em auto 5px auto;
	background-color:#fefefe;
	border-top:1px solid #333;
	border-left:1px solid #333;
}
.tester-tbl thead td, .tester-tbl thead th {
	color:#fff;
	background-color:#999;
	font-weight:bold;
	padding:3px 5px
}
.tester-tbl * {	font-size:medium	}
.tester-tbl td, .tester-tbl th {
	padding:5px 10px;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
}
.tester-tbl td:first-child, .tester-tbl tr.x2 td:first-child,
.tester-tbl th:first-child, .tester-tbl tr.x2 th:first-child
	{
	text-align:right;
	color:#fff;
	background-color:#999;
}
.tester-tbl tr.x2 td, .tester-tbl tr.x2 th {	background-color:#eee	}
.tester-tbl tr.erro td, .tester-tbl tr.erro th {
	color:#fff;
	background-color:#b00;
}
.tester-tbl tr.erro strong {	color:#fff	}
.tester-tbl tfoot * {
	color:#fff;
	background-color:#000;
	text-align:left;
}
