/* Style Sheet for the results pages generated by HomepageSearchEngine */
/* You may want to edit some definitions. Additional customizing of the results pages can be done in section 8 of the hse.ini file. */

/* General styles. You may want to delete this section if you use your own general Style Sheet */
body				{ background-color: #ffffff; scrollbar-face-color:gold; scrollbar-track-color:#6600CC; margin-left: 15%; margin-right: 15%; }
div				{ font-family: Verdana, Arial, Cursive, Helvetica, sans-serif; color: black; font-size: 12px; }
select				{ font-family: Verdana, Arial, Cursive, Helvetica, sans-serif; color: black; font-size: 13px; }
a:link				{ color: darkblue; text-decoration: none; }
a:visited			{ color: darkblue; text-decoration: none; }
a:hover				{ color: red; background-color: white; }
input:focus			{ color: darkgreen; }

/* How HSE should print bold and small text, respectively */
.HSE-bold			{ font-weight: bold; font-family: Verdana; }
.HSE-small			{ font-size: 11px; color: gray; }

/* Result links belong to the class 'HSE-link'. */
a.HSE-link:link		{ text-decoration: none; }
a.HSE-link:visited	{ text-decoration: none; }
a.HSE-link:hover	{ color: red; background-color: white; }

/* The division under each result link containing details and descriptions. If you don't want it intented, specify '0px' as 'margin' values. */
.HSE-description	{ margin-left: 40px; }
/* Within this division, a meta description is printed (if you have turned it on via results_descriptions in your .ini file). */
.HSE-meta-desc		{ color: green; font-size: 12px; }
/* Within this division, list items are printed (if you have turned them on via results_descriptions in your .ini file). */
.HSE-list-item		{ list-style: none outside; padding-top: 2px; font-size: 11px; }

/* The matches belong to the class 'HSE-match'. Some may want to experiment with these. */
.HSE-match:before	{ content: ""; }
/* .HSE-match:after	{ content: ""url(); } */

/* Text, Links and Button in the pre-built input form (if you have turned it on via formtable_width in your .ini file). */
.HSE				{ color: black; font-size: 13px; }
a.HSE:link			{ color: black; text-decoration: none; font-size: 13px; }
a.HSE:visited		{ color: black; text-decoration: none; font-size: 13px; }
a.HSE:hover			{ color: red; font-size: 13px; }
.HSE-button			{ font-size: 100%; border: 1px outset gold; background-color: #6600CC; color: white; }


/* During the search, 2 dynamic progress bars can be shown. You can disable them by changing the 'display' values from 'inline' to 'none'. */
/* The 'position', 'top' and 'left' parameters are REQUIRED for Netscape 4 to define a layer (otherwise it produces an error!) */
#HSE-progress1		{ display: inline; position: relative; top: 0px; left: 0px; }
#HSE-progress2		{ display: inline; position: relative; top: 0px; left: 0px; }

/* Don't change the following definition - it exists only to ensure that this file is being recognized */
.HSE-hidden			{ display: none; }
