table.searchresults {
	border: 1px solid #C3C3C3;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 0 !important;
}

td.results_header {
	background: #F3F3F3;
	vertical-align: top;
	text-align: center;
}

td.date {
	width: 17%;
}

td.desc {
	width: 43%;
}

td.city {
	width: 25%;
}

td.distance {
	width: 15%;
}

tr.results_row {
	background: #FFF;
	cursor: pointer;
}

tr.results_row td a {
	cursor: pointer;
}

tr.results_row td {
	vertical-align: top;
	cursor: pointer;
}

tr.results_row:hover {
	background: #ccc;
}

tr.results_row a {
	color: #333333;
	text-decoration: none;
	font-size: 9pt;
}

tr.results_row div {
	height: 100%;
	width: 100%;
	color:#333333;
}

.latest_jobs_header
{
	padding-top:8px;
	padding-left:10px;
}

.home-list
{
	padding-left : 39px;
	background:transparent url(../images/bullet.gif) no-repeat scroll 18px 5px; 
	position:relative;
	top: -15px;
	left:-7px;
}

.home-list span
{
	text-decoration:underline;
	color:#5A9700;
}