table#results_table {
	width: 100%;
	border: solid #dcdab9;
	border-width: 0 1px 1px 0;
	border-collapse: collapse;
	font-size: 1.1em;
	color: #25251f;
	}

table#results_table thead {
	background: #dcdab9;
	}

table#results_table thead th {
	padding: 12px 20px 8px 20px;
	text-align: left;
	}

table#results_table tbody tr.alt_row {
	background: #eeeee2;
	}

table#results_table tbody td {
	border: solid #dcdab9;
	border-width: 1px 0 0 1px;
	padding: 6px 20px;
	}

table#results_table a {
	font-weight: bold;
	text-decoration: underline;
	color: #0086c4;
	}

table#results_table ul {
	font-size: 1em;
 }

table#results_table tbody td table { width: 270px !important; }
table#results_table tbody td table td { padding: 3px 3px; }


#pagination {
    text-align:center;
    margin: 1em;
    font-size: 1.2em;
}

#pagination a {
	font-weight: bold;
	color: #0086c4;
	text-decoration: none;
}

#pagination .currpage {
	color: #649B84;
	font-weight: bold;
}
#reset table p, em, p em, em p{
    padding:0;
    margin:0;
    font-size: 1.0em;
    line-height: 1.4em;
}

#reset table ul{
    line-height: 1.4em;
    font-size: 1.0em;
    margin-top: 3px;
}

#reset table ul li{
    line-height: 1.4em;
    font-size: 1.0em;
}

