/******************************************************************************
 * iSearch2 - website search engine                                           *
 *                                                                            *
 * Visit the iSearch homepage at http://www.iSearchTheNet.com/isearch         *
 *                                                                            *
 * Copyright (C) 2002-2007 Z-Host. All rights reserved.                       *
 *                                                                            *
 ******************************************************************************/

/******************************************************************************
 *                    START OF STYLE CONFIGURATION OPTIONS                    *
 *                                                                            *
 * Style Name     : Default                                                   *
 * Contributed By : Ian Willis                                                *
 * Description    : The default style used                                    *
 ******************************************************************************/


/* Set up some default values */
body
{
    color:#000000;
    background-color:#ffffff;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:10px;
}

body, p, h1, h2, h3, table, td
{
    font:1em/100% Arial, Helvetica, sans-serif;
}

td.isearch-head
{
    font:0.9em/100% Arial, Helvetica, sans-serif;
}

div {width:100%;}

a.isearch-title:active, a.isearch-description:active, a.isearch-url:active, a.isearch-prevnext:active
{
    font:0.8em/120% Arial, Helvetica, sans-serif;
    color:#000000; text-decoration: underline; 
}

a.isearch-title:hover, a.isearch-description:active, a.isearch-url:active, a.isearch-prevnext:hover
{
    font:0.8em/120% Arial, Helvetica, sans-serif;
    color:#000000; text-decoration: underline; 
}


/* Usage :  Page heading on the search results page.
 */
h1.isearch
		{font:0.8em/120% Arial, Helvetica, sans-serif;
		font-weight: bold;
		color:#000000;
		padding: 5px 0px 10px 0px;
		}

.label
		{font:0.7em/120% Arial, Helvetica, sans-serif;
		font-weight: bold;
		color:#000000;
		padding: 5px 0px 10px 0px;
		}


/* Usage :  To display the header line with the following messages:
 *             "Search results for _words_."
 *             "Showing results 1 to 10 of 17"
 */
table.isearch-head
{
    background-color:#555555;
    width: 100%;
    border: 0px;
}

/* Usage :  Advanced search form.
 */
table.isearch-advanced
{
    background-color:#b8eecc;
}

td.isearch-head
{
    color:#ffffff;
}


/* Usage :  To display the page title in the results list.
 */
a.isearch-title:link
{
    font:0.8em/120% Arial, Helvetica, sans-serif;
    color:#00825A; text-decoration: none; 
}

a.isearch-title:visited
{
    font:0.8em/120% Arial, Helvetica, sans-serif;
    color:#555555; text-decoration: none; 
}


/* Usage :  To display the page description in the results list.
 */
.isearch-description
{
		font:.8em/125% Arial, Helvetica, sans-serif;
		color:#555555;
		padding: 0px 0px 20px 0px;
}


/* Usage :  To display the page score in the results list.
 */
.isearch-score
{
		font:.8em/125% Arial, Helvetica, sans-serif;
		color:#555555;
		padding: 0px 0px 20px 0px;
}


/* Usage :  To display the page url in the results list.
 */
a.isearch-url:link
{
		font:.7em/125% Arial, Helvetica, sans-serif;
		color:#555555;
		padding: 0px 0px 20px 0px;
}

a.isearch-url:visited
{
		font:.7em/125% Arial, Helvetica, sans-serif;
		color:#555555;
		padding: 0px 0px 20px 0px;
}


/* Usage :  To display the file size in the results list.
 */
.isearch-size
{
		font:.8em/125% Arial, Helvetica, sans-serif;
		color:#555555;
		padding: 0px 0px 20px 0px;
}


/* Usage :  To display the "Cached" string in the results list.
 */
a.isearch-viewcache:link
{
		font:.8em/125% Arial, Helvetica, sans-serif;
		color:#555555;
		padding: 0px 0px 20px 0px;
		}

a.isearch-viewcache:visited
{
		font:.8em/125% Arial, Helvetica, sans-serif;
		color:#555555;
		padding: 0px 0px 20px 0px;
}


/* Usage :  To display the "<< Previous Page" and "Next Page >>" links.
 */
table.isearch-prevnext
{
    background-color:#555555;
    width: 100%;
    border: 0px;
}

td.isearch-prevnext
{
		font:.8em/125% Arial, Helvetica, sans-serif;
		color:#ffffff;
		padding: 0px 0px 20px 0px;
}

a.isearch-prevnext:link
{
    color:#ffffff;
    background-color:transparent
}

a.isearch-prevnext:visited
{
    color:#ffffff;
    background-color:transparent
}


/* Usage :  To display the "No matches found." string.
 */
h2.isearch-nomatch
{
font:0.8em/120% Arial, Helvetica, sans-serif;
		font-weight: bold;
		padding: 5px 0px 10px 0px;
		color:red;
}


/* Usage :  To display highlighted words in the page descriptions
 */
.isearch-highlight
{
    font-weight:bold;
}


/* Usage :  Displaying the search string in the message:
 *              Search results for _words_.
 */
.isearch-search
{
    font-style:italic;
}


/* Usage :  To display the:
 *               "This is the contents of the iSearch cache for the URL %u"
 *          message when displaying a cached page.
 */
h2.isearch-cachedpage
{
font:0.8em/120% Arial, Helvetica, sans-serif;
		font-weight: bold;
		padding: 5px 0px 10px 0px;
}


/* Usage :  To display the search statistics table
 */
table.isearch-stats
{
}

table.isearch-stats th, table.isearch-stats td
{
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

table.isearch-stats th
{
    color: #ffffff;
    background-color: #33c066;
}

table.isearch-stats td
{
    background-color: #ffffcc;
    color: #003399;
}

table.isearch-stats caption
{
    color: #003399;
    font-weight: bold;
    font-style: italic;
}


/* Usage:  Displaying "Did you mean to search for:" test and links when
 * displaying alternative searches.
 */
.isearch-suggest-title
{
    color: #004422;
}

a.isearch-suggest:link
{
    padding-left: 50px;
    color: #008844;
}

a.isearch-suggest:visited
{
    padding-left: 50px;
    color: #008844;
}


/* Usage: Displaying a single extra link in search results (professional version only)
 */
.isearch-link
{
    /* Set background colour for extra links */
    background-color: #f5fff5;
}

/* Usage: Displaying all extra links in search results (professional version only)
 */
.isearch-link-all
{
    /* Add an extra space seperating links from normal results. */
    padding-bottom: 15px;
}

/* STYLES ADDED */

.isearch-li-none
{
    list-style-type: none;
}

