table.SnapshotMainTable table.ResultTable {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

table.SnapshotMainTable table.ResultTable th {
	color: #fff;
	background: #71a8e7;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 11px;
	height: 34px;
	text-align: center;
	text-decoration: none;
	padding: 3px 4px 3px 4px;
}

table.SnapshotMainTable table.ResultTable td {
	color: #444444;
	padding: 3px 4px 3px 4px;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 11px;
	border-right: 1px solid #e2e2e2;
}

table.SnapshotMainTable table.ResultTable td.first {
	border-left: 0 none;
}

table.SnapshotMainTable table.ResultTable td.last {
	border-right: 0 none;
}

div.pagination {
	padding: 3px;
	font-size: 11px;
}

div.pagination a, div.pagination a:visited, table.SnapshotMainTable table.ResultTable td a, table.SnapshotMainTable table.ResultTable td a:visited {
	color: #ff5400;
	text-decoration: none;
}

div.pagination a:hover, div.pagination a:active, table.SnapshotMainTable table.ResultTable td a:hover, table.SnapshotMainTable table.ResultTable td a:active {
	color: #ff5400;
	text-decoration: underline;
}

table.SnapshotMainTable table.ResultTable tbody tr {
	background: #fff;
}

table.SnapshotMainTable table.ResultTable tbody tr.rowOdd {
	background: #e8e8e8;
}
