@charset "utf-8";
/* CSS Document */

/*update 1-13-10*/
.site_searchbox {
	clear:both; 
	float:left;
	display: inline;
	margin-top:5px;
}

#search_feedback {
color:#555555;
font-size:0.814em;
line-height:2em;
padding-bottom:5px;
}

.search_form {
	width: 200px;
	position: relative;
	z-index:10;
}

.search {
	width: 150px;
}

.nonempty {
	z-index: 1;
	height: 100px;
	width: 150px;
	padding: 7px 0 7px 0;
	border: #666666 solid thin;
	overflow: scroll;
	background: white;
	position: absolute;
	font-size:0.814em;
	top: 20px;
	right: 50px;
}

.empty {
	height: 0px;
	width: 0px;
}

.autocompleteChoice, .selectedAutocompleteChoice {
	padding: 0 5px 2px;
	text-align: left;
	white-space: nowrap;
}

.selectedAutocompleteChoice {
	background-color: #F0F8FF;
}

#results {
	font-size:0.814em;
	line-height:1.313em;
	color: #555555;
}

.result 
{
	margin-bottom: 10px;	
	width:700px; /*added 1-13-10 to resolve IE layout issue on search results page*/
}

.title {
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight:bold;	
}

.title a:link {text-decoration: underline; color: #4EB1DF}
.title a:visited {text-decoration: none; color: #4EB1DF}
.title a:active {text-decoration: none; color: #4EB1DF}
.title a:hover {text-decoration: none; color: #4EB1DF}

#paging
{
	margin-bottom: 30px;	
	font-family:Sans-Serif, Arial, Verdana;
	font-size:0.814em;
	line-height:2em;
}

#paging_menu a {
	color:#4EB1DF;
}

#paging_pulldown {
	font-family: Arial;
	font-size: 0.9em;
	color: #555555;
	line-height: 1.2em;
}

#results_header {
	font-family: Arial;
	font-size: 1.2em;
	color: #669900;
	line-height: 1.4em;
}
