/*
 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;
	}

#LSHighlight small {
	color: #515151;
}

#LSResult {
	/* position: absolute;
	top: 12em;
	left: 17em;*/
	background-color: #FFFFFF;
	width: 15.4em;
	margin: 0em 0 0 9px;
	font: 90% 'Lucida Grande', Arial, Sans-Serif;
	padding: 0 0 0.7em 0;
	border: 1px solid #a9dbdd;
	z-index: 100;
	opacity:0.95;
}

* html #LSResult {
	margin: 0em 0 0 0.1em;
}

#LSResult:hover #LSHighlight {
	background-color: rgb(255, 255, 255);
	border-color: rgb(169, 219, 221);
}

.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: rgb(169, 219, 221); /* #e8dfba; */
}

#LSHighlight a, .LSRow:hover a {
	color: rgb(255,255,255);
}

.LSRow a {
	color: rgb(0,159,193); /* #7a6616; */
	font-weight: normal;
}

.LSRow a:hover {
	color: rgb(255,255,255); /* #53460d; */
	font-weight: normal;
}

#searchcontrols {
	padding: 0.5em;
	padding-left: 0.1em;
	height: 1.5em;
}

#searchcontrols .alignright {
  float: right;
  text-align: right;
  width: 49%;
}

#searchcontrols .alignright a{
  color:#35616a;
  text-decoration:none;
}

#searchcontrols .alignright a:hover{
  color:#fff;
  text-decoration:none;
}
	
#searchcontrols .alignleft {
  float: left;
  margin-left: -6px;
  width: 49%;
}

.oddresult {
	background-color: rgb(106,193,212); /* #e8dfba; */
	border-color: rgb(106,193,212); /* #e8dfba; */
}

/* End LiveSearch */