/*
 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: #515151;
}
#LSHighlight small {
	color: #515151;
}
#LSResult {
	z-index: 100;
	background-color: rgb(255, 255, 255);
	width: 150px;
	margin: 0 0 0 0;
	font: 90% 'Lucida Grande', Arial, Sans-Serif;
	padding: 0 0 0.7em 0;
	border: 1px solid #999999;/*/z-index: 100;/*/
}
* html #LSResult {
	margin: 0em 0 0 0.1em;
}
#LSResult:hover #LSHighlight {
	background-color: #e5e0c3;
	border-color: rgb(255, 255, 255);
}
.LSRow {
	text-align: left;
	padding: 0.3em 1em 0.3em;
	border-top: 2px solid rgb(255, 255, 255);
	border-bottom: 2px solid rgb(255, 255, 255);
}
#LSHighlight, .LSRow:hover {
	background-color: #e5e0c3;
	border-top: 2px solid #e5e0c3;
	border-bottom: 2px solid #e5e0c3;
}
#LSHighlight a, .LSRow:hover a {
	color: #330000;
}
.LSRow a {
	color: #000000;
	font-weight: normal;
}
.LSRow a:hover {
	color: #000000;
	font-weight: normal;
}
#searchcontrols {
	padding: 0.3em;
	height: 1em;
}
#searchcontrols .alignright {
	float: right;
	text-align: right;
	width: 49%;
}
#searchcontrols .alignleft {
	float: left;
	width: 49%;
}
.oddresult {
	background-color: #330000;
	border-color: #330000;
}

/* End LiveSearch */
