.dataTable {
	position: relative;
	top: -4px;
	left: -4px;
	width: 500px;
	border: 1px solid #000;
	border-collapse: collapse;
	margin: 5px;
	background: #fff;
	text-align: center;
	line-height: 150%;
}

th {
	padding: 8px 15px;
	background-repeat: repeat-x;
	color: #FFFFFF;
}

td {
	padding: 6px 15px;
}

table th, table td {
	margin: 0;
	padding: 8px 20px;
	border-bottom: 1px solid #b5b5b5;
}

table th {
	background: #D10000;
	color: #fff;
}

tr.alt {
	background-color: #eee;
}

table img {
	border: none;
	vertical-align: middle;
}

