/* http://andrewescobar.com/archive/2005/05/04/livesearch-no-longer-dead/ */
.livesearchform {
	border-bottom:1px solid #000000;
	width:100%;
	padding:10px 0 5px 0;
	text-align:center;
	margin-bottom:5px;
}

.livesearchform h2 {
	margin-bottom: 5px;
	text-align: left;
}

input[type=search], textarea {
	font: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Sans-Serif;
	border: 1px #ccc solid;
	color: #333;
	width: 140px;
	padding: 2px 0 0px 0px;
	margin: 0;
	text-align: left;
}

.livesearchform input[type=search] {
	width: 90%;
	padding:1px;
	border:1px solid #000000;
	margin: 0;
}

#LSResult {
	text-align: left;
	z-index: 10;
	margin: 3px 0px 0 0px;
	background-color: #FFD;/*#e6edf7;*/
	padding: 0px 0px 0px 0px;
	border:1px solid #000000;/*#cccccc;*/
}

#searchcontrols {
	padding: 1px;
	margin-bottom: 2px;
	text-align: center;
	border-bottom:1px solid #000000;
}

#searchcontrols small {
	margin: 0;
	padding: 0;
	text-align: center;
}

#searchcontrols a {
	color:#777;
}

.LSRow{
	border:1px solid #FFFFEE;/*#e6edf7;*/ /* it's the same color as the background, but we need the border there now so that the content doesn't jump when we make the border dotted on hover */
	border-bottom:1px solid #333333;
	text-align: left;
	padding:5px;/* 0px 5px 0px 5px;*/
}

.LSRow:hover, #LSHighlight, #LSHighlight:hover {
	background-color: #440000;
	border: 1px dotted #FFFFEE;
	text-align: left;
}

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

#LSResult:hover #LSHighlight {
	background-color:#330000;/*#F6FFFF;*/
	border: 1px dotted #FFFFFF;
	text-align: left;
}

.LSRow:hover small, #LSHighlight small, #LSHighlight .h2gray, #LSHighlight small span a {
	color: #CCCCCC;
	text-align: left;
}

.LSRow {
	margin-left: 0;
	text-align: left;
}
	
div#sidebarabout {
	text-align: left;
	z-index: -2;
	}
/* End Search*/
