@import url('main.css');

.search_result
{
	padding: 10pt 10pt;
}

.search_title
{
/*	font-size: 110%; */
}

.search_fld_value
{
	font-size: 105%;
	/* Top Right Bottom Left */
	padding: 4pt 6pt 4pt 6pt;
	margin: 4pt 6pt 4pt 6pt;
}

.search_snippet
{
/*	font-family: Times, "Times New Roman", Arial, Verdana, fixedsys, "Century Gothic", Gautami, "ms sans serif", sans-serif;
	font-size: 12pt;
*/
}

div.search_snippet
{
/*	width: 700px; */
}

div.search_time, .found_count
{
	background-color: #FAFAF8;
/*	font-size: 11pt; */

	border-style: solid;
	/* border-width is declared AFTER border-style */
	border-width: 1px 0 1px 0px;
	border-color: blue;

	margin: 9pt;
	margin: 10pt 8pt 10pt 8pt;
	/* Top Right Bottom Left */
	padding: 6pt 10pt 6pt 10pt;
}

.search_prev_next
{
	margin: 10pt 8pt 10pt 8pt;
	/* Top Right Bottom Left */
	padding: 6pt 10pt 6pt 10pt;
}

.found_count
{
	font-family: "Times New Roman", Arial, Verdana, "Century Gothic", Gautami, "ms sans serif", sans-serif;
	font-weight: bold;
/*	font-size: 12pt; */
}
