/*
 Style sheet for LiveSearch plugin
 Feel free to modify any/all colors and layouts,
  but preserve the class names and id's
*/

.LSRow small, #searchcontrols small {
	color: #993300;
}

#LSHighlight small {
	color: #993300;
}

#LSResult {
	position: absolute;
	background-color: #ffffff;
	width: 300px;
	margin: 0;
	padding: 3px;
	border: 1px solid #007962;
	z-index: 100;
}

.LSRow {
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

#LSHighlight, .LSRow:hover {
	background-color: #D5EDB3;
	border-top: 2px solid #D5EDB3;
	border-bottom: 2px solid #D5EDB3;	
}

#LSHighlight a, .LSRow:hover a {
	color: #993300;	
}


.LSRow a:hover {
	font-weight: bold;
}
