/* The appearance of the highlighted search words in the results when highlighting is enabled*/
.highlight { 
	font-weight: bold;
	color:#003399;
}

/* The appearance of the "Search results for..." heading */
.searchheading { font: bold 11px/15px Arial, Helvetica, sans-serif; margin: 0 70px 0 25px;}

/* The appearance of the summary information for your search results ("129 results found on 2 pages")*/
.summary { font: italic 11px/15px Arial, Helvetica, sans-serif;  } 

/* The appearance of the search result listing*/
.results { 
	font: normal 11px/15px Arial, Helvetica, sans-serif;
	margin: 0 70px 0 25px;
} /* taken from "#rightColumnContent p" style in styles.css */

/* The appearance of the category tag next to the result link, e.g. "[News Article]" */
.category { color: #999999; }

/* The appearance of the meta description or page description for a search result. */
.description { font-size: 100%; color: #008000; }

/* 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.*/
.context { font-size: 100%; }

/* The appearance of the small information linke for each search result ("Terms matched, "Score", and "URL") */
.infoline { 
	font-size: 100%; font-style: normal; color: #808080;
}

/* NO INFO ON THIS CLASS */
.sorting { text-align: right; }

/* 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") */
.result_title { font: normal 11px/15px Arial, Helvetica, sans-serif;  }

/* 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.*/
.zoom_searchform { 
	font: normal 11px/15px Arial, Helvetica, sans-serif; 
	margin: 0 70px 0 25px;
}

/* The appearance of the search form options (e.g. "results per page", "match any words", etc.) */
.zoom_options { 
	font: normal 11px/15px Arial, Helvetica, sans-serif; 
	margin: 0 70px 0 25px;
}

/* The appearance of the search button.  You can change the color of this button or set it to an image. */
input.zoom_button { font: normal 11px/15px Arial, Helvetica, sans-serif; }

/* The appearance of the search box where a user enters their search query.  You can change the background
	color, size and font from here */
input.zoom_searchbox { font: normal 11px/15px Arial, Helvetica, sans-serif; }