/*
 * Style Sheet required by the HomepageSearchEngine Executable to properly display the results pages. Last updated on 2004 01 18.
 * You may want to edit some definitions. Additional customizing of the results pages can be done in section 8 of the "hse.ini" file.
 */

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

a.HSE-small:link      {color: gray; text-decoration: none;}
a.HSE-small:visited   {color: gray; text-decoration: none;}
a.HSE-small:hover     {color: gray; text-decoration: underline;}

/* 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:active     {color:#1B7867; background-color:#ffffff;}
a.HSE-link:hover      {color:#1B7867; background-color:#ffffff;}

/* Style of each result file: First, an icon is printed (unless you have turned that off via hse.ini's "results_details") */
.HSE-icon             {width: 16px; height: 16px; float: left; margin: 0px 0px 0px;}

/* Then, the ranking number is printed (unless you have turned that off via hse.ini's "results_details") */
.HSE-rank             {
	                  font-weight: bold;
	                  text-align: right;
	                  float: left;
	                  width: 30px;
	                  padding-left: 0px;
                      }

/* The description division. If you don't want it intented, specify '0px' as 'margin-left' value. */
.HSE-description      {
	                  margin-left: 30px;
	                  padding: 4px;
                      }

/* Within that division, a meta description is printed (unless you have turned that off via hse.ini's "results_descriptions") */
.HSE-meta-desc        {
	                  color: green;
	                  font-size: 12px;
                      /*	display: none; */
                      /* you might want to uncomment the above line if your hse.ini's "results_global" contains "head:description" */
                      }

/* Below, list items are printed (unless you have turned that off via hse.ini's "results_descriptions") */
.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, Selection menus and Button in the pre-built input form (unless you have turned that off via hse.ini's "formtable_width") */
.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:darkgreen; font-size:13px;}

.HSE-selection        {background-color:#dadada;}
.HSE-selection:hover  {background-color: lightyellow;}

.HSE-button           {
                      font-size: 100%;
                      border: 1px outset gray;
                      background-color: gray;
                      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;}
