@charset "utf-8";
.table_results thead {
	background-color: #FDFA14;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: underline;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-image: url(../images/header_back.jpg);
	background-position: center top;
}
.table_results .right_line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.table_results tbody {
	font-size: 14px;
	font-weight: lighter;
}
.table_results tbody  tr:hover {
	background-color: #FFFFCC;
	background-image: url(../images/back_crime.gif);
	background-position: center bottom;
	cursor: pointer;
}
.table_results colgroup, .table_results col {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
}
.table_results {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #333333;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.table_results caption {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 5px;
}
.table_results th, .table_results td {
	margin: 1px;
	padding: 0.8em;
	}
.table_results th {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FFFF00;
}
.table_results td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.table_results col {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
