.fieldset {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	padding-top: 5px;
/*	background-color: #d5e566;*/
}



.farms th {
	border-bottom: 1px solid #036;
}

.farms td {
	border-bottom: 1px solid #036;
	padding-bottom: 23px;
}

.farms .active_farm td {
	padding-top: 4px;
	font-weight: bold;
}

.farms .farm_actions {
	position: relative;
	font-weight: normal;
	width: 2px;
}

.farms .farm_actions .actions {
	position: absolute;
	display: inline;
	top: 20px;
	right: 0;
	width: 300px;
	margin: 0;
	padding: 0;
	text-align: right;
	list-style-type: none;
	list-style-position: inline;
}

.farms .farm_actions .actions li {
	display: inline;
}

.farms .farm_actions .actions a {
	text-decoration: none;
}

.farms .farm_actions .actions a:hover {
	background-color: #FCC;
}

.farms .farm:hover {
	background-color: #FCC;
}

.highlightable:hover * {
	background-color: #FCC;
}

.form-row .answer-info p {
	z-index: 9;
	display: none;
	position: absolute;
	left: 30px;
	height: auto;
	width: 20em;
	border-width: 1px;
	padding: 5px 10px;
	background-color: #FCC;
}
