#job-search {
	margin: 10px 0 30px 0;
}

#job-search select {
	width: 185px;
	margin-right: 10px;
	float: left;
}

#job-search input {
	width: 195px;
	margin-right: 10px;
	float: left;
}

#job-search input#go-button {
	width: 59px;
	height: 26px;
	margin: 0;
	float: right;
}

table {
	width: 100%;
	border-collapse: collapse;
	border: 0;
}

th {
	color: #01437F;
	text-align: left;
	padding: 5px;
	background-color: #d6d6d6;
}

th a {
	color: #01437F;
	text-decoration: none;
	padding-right: 15px;
	background-image: url(reorder-arrow.png);
	background-repeat: no-repeat;
	background-position: 100% -43px;
}

th a.desc, th a:hover {
	background-position: 100% -19px;
}

th a.asc, th a.desc:hover {
	background-position: 100% 1px;
}

th a.asc:hover {
	background-position: 100% -19px;
}

td a {
	color: #01437F;
	text-decoration: underline;
}

td a:hover {
	text-decoration: none;
}

td {
	padding: 7px 5px;
}

