 @charset "UTF-8";
/* CSS Document */

.results_table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	color: #333;
	width: 100%;
	font-size:12px;
	margin: 10px 10px;
}

.results_table a {
	text-decoration: none;
	color: #4e4e4e;
	font-weight: bold;
	padding: 0 0 0 5px;
	cursor: pointer;
}

.results_table a:hover {cursor: pointer;}

.results_table thead tr td {
	background: #575757;
	border: 1px solid #fffffff;
	color: #fff;
	font-weight: bold;
}

.results_table tfoot tr td {
	color: #000;
	font-weight: bold;
	background-color: #575757;
	margin-top:10px;
}

.results_table td, .results_table th{
	border: 1px solid #fff;
	padding: 5px 10px;
	text-align: left;
}

.results_table tr.even {
	background: #e8e8e8;
}

.results_table tr{
	background: #f1f1f1;
}

.results_table tr:hover {
	background: #e1e1e1;
	cursor: pointer;
}

.head:hover {
	background: #F1F1F1 !important;
}




