/*
 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: #fff;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#LSHighlight small {
	color: #fff;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}*/

#LSResult {
	position: absolute;
	right: 17em;
	background-color: rgb(255, 255, 255);
	width: 195px;
	margin: -46px 11px 0 0;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0 0 0 0;
	border: 1px solid #6c6c6c;
	z-index: 100;
}

* html #LSResult {
	margin: 0em 0 0 0.1em;
}

#LSResult:hover #LSHighlight {
	background-color: #000;
	border-color: #fff;
}

.LSRow {
	text-align: left;
	padding: 0.3em 1em 0.3em;
	
}

#LSHighlight, .LSRow:hover {
	background-color: #000;
	
}

#LSHighlight a, .LSRow:hover a {
	color: #ff0000;
}

.LSRow a {
	color: #000;
	font-weight: normal;
}

.LSRow a:hover {
	color: #ff0000;
	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: #333333;
	border-color: #fff;
}

/* End LiveSearch */