/* @override http://libdev1a.unl.edu/cdrh/yearbooks/css/search.css */

@CHARSET "ISO-8859-1";

.searchable{
	display:block;
	width:auto;
	padding:8px;
	margin:0px;
	border: 5px #b10c00 solid;
	/*background-image: url(images/search-button.png);*/
	background-repeat: no-repeat;
	background-position: 0px -18px;
	background-color: #510101; text-align: center; color: white;
	text-transform: uppercase; font-size: .75em; border-top-left-radius:10px;
border-top-right-radius:10px;
}

.thumbs a.searchable {
	color: white;
}

.searchableText {
	color: white; background-color: #b10c00; width: auto; display: block; padding-bottom: 3px;
border-bottom-right-radius:10px;
border-bottom-left-radius:10px;
	text-transform: uppercase;
font-size: .8em;}

/** results page for listing documents **/
div.result_count{

	margin:1em;
}

span.search_terms{
clear:both;
}
div.search_results{
	display:block;
	margin-left:5em;
}

div.match_data{

}
li.result{
	margin:5px 0px;
}
span.highlight, span.snippet em{
	background-color:yellow;
}
p.page_snippets{
	display:block;
}
span.snippet{
	display:block;
	padding-left:3em;
}

.result_toggle{
	margin:5px;
}
div.match_data{
	display:none;
	margin-left:3em;
	
	
}
