/* CSS Document */

#searchParams {
	padding: 10px;
}

#searchParams select {
	margin-right: 10px;
	width: 210px;
	height:37px;
}

#searchParams input:last-child {
	margin-left: 10px;
}

#searchResults table {
	border-collapse: collapse;
	width: 100%;
}

#searchResults th {
	background: #EEE;
	padding: 8px 3px 5px 3px;
}

#searchResults td {
	border-bottom: #EEE solid 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.formElement {
	margin: 0 0 5px 0;
}

div#searchResults {
	margin: 30px 0 0 0;
	min-height: 240px;
}

#searchResults span:first-child a {
	color: #009cff;
}

#searchResults span:first-child a:hover {
	text-decoration:underline;
}

span.categoryLink {
	font-size: small;
	color: #CCC;
}

span.categoryLink a {
	color: #CCC;
	text-decoration:underline;
}

.categoryLink a:hover {
	color: #009cff;
}

span.distanceFromDomicile {
	font-size: small;
	color: #CCC;
}