/*

.highlight		The appearance of the highlighted search words in the results, 
			when highlighting is enabled. For example, .highlight { font-weight: bold; }
			will make highlighted text bold (with no coloured background).

.searchheading		The appearance of the Search results for heading

.summary		The appearance of the summary information for your search results 
			(129 results found on 2 pages)

.results		The appearance of the search result listing

.category		The appearance of the category tag next to the result link, e.g. [News article]

.description		The appearance of the meta description or page description for a search result.

.context		The appearance of the contextual description. You can specify font, size, etc. here. 
			You can also specify margins and padding to make the context indent from the main result link.

.infoline		The appearance of the small information line for each search result 
			(Terms matched, Score, and URL).

.result_title		The appearance of the title line (result number, page title/link, and category name). 
			Note that the link itself will be based on the styles defined for hypertext links 
			(ie. a:link, a:visited, a:hover and a:active).

.zoom_searchform	The appearance of the overall search form. You can specify the overall font you’d like to 
			use for the text around the form, or give the form a border, margin, or background. For example:
			.zoom_searchform { font-size: 100%; border: dashed; border-width: 1px; background: #DDDDDD;}
			Will set a dashed border around the search form with a light grey background.

.zoom_options		The appearance of the search form options (eg. results per page, match any words, etc.).
			You can specify them to be a smaller font size than the rest of the form, 
			for example: .zoom_options { font-size: 80%; }

input.zoom_button	The appearance of the search button. You can change the colour of this button or set it 
			to an image. For example: input.zoom_button { background-color: #008080; color: #FFFFFF; }

input.zoom_searchbox	The appearance of the search box where a user enters their search query. 
			You can change the background colour, size, and font from here.

*/

/* search styles */

/*div#content-searchresult {
	width: 546px;
	padding: 0px 0px 0px 0px;
	line-height: 1.4em;
}*/

.searchheading {font-size: 1.75em; color:#6D8BA0; margin: .75em 0; }
.summary {font-size: 1.25em; padding: .25em .25em; color: #6D8BA0; background:#EEEEEE;}

#inside div#content-searchresult a:link {color:#577A99;}
#inside div#content-searchresult a:visited {color:#663366;}
#inside div#content-searchresult a:hover {color:#005499;}
#inside div#content-searchresult a:active {color:#005499;}