/* general Central Style Sheet for the results pages generated by HomepageSearchEngine (HSE) */
/* You may want to edit some definitions. Additional customizing of the results pages can be done in section 8 of the .ini file. */


/* 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: 0px; margin-right: 0px; }

/* Within the division under each result link, list items are printed if you have turned them on via results_descriptions in your .ini file. */
.HSE-list-item		{ list-style: disc inside; }

/* How HSE should print bold, small and head text */
.HSE-bold		{ font-weight: bold; }
.HSE-small		{ font-size: 12px; }
.HSE-head		{ font-size: 18px; font-weight: bold; }

/* Text and Links in the pre-built input form if its displaying is enabled (see section 3 of the .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; }

/* 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: none; position: relative; top: 0px; left: 0px; }
#HSE-progress2		{ display: none; position: relative; top: 0px; left: 0px; }
