/******************************************************************************
 * iSearch - website search engine                                            *
 *                                                                            *
 * Visit the iSearch homepage at http://www.isearchthenet.com/isearch         *
 *                                                                            *
 * Copyright (C) 2002-2005 Ian Willis. All rights reserved.                   *
 *                                                                            *
 * This script is free to use for non-commercial individual use.              *
 *                                                                            *
 * Use of this script by companies or on commercial web sites requires a      *
 * commercial license. For commercial licence details, please visit:          *
 *     http://www.isearchthenet.com/isearch                                   *
 *                                                                            *
 ******************************************************************************/

/******************************************************************************
 *                    START OF STYLE CONFIGURATION OPTIONS                    *
 *                                                                            *
 * Style Name     : Default                                                   *
 * Contributed By : Ian Willis                                                *
 * Description    : The default style used                                    *
 ******************************************************************************/


/* Set up some default values */
#Content a.isearch-title, a.isearch-description, a.isearch-url, a.isearch-prevnext:active
{
    color:#FF0000;
    background-color:transparent
}

#Content a.isearch-title, a.isearch-description, a.isearch-url, a.isearch-prevnext:hover
{
    color:#FF0000;
    background-color:transparent
}


/* Usage :  Page heading on the search results page.
 */
#Content h1.isearch
{
	text-align:left;
	font-size:12px;
	color:#A40001;
	font-family: Arial, Helvetica, sans-serif;
}


/* Usage :  To display the header line with the following messages:
 *             "Search results for _words_."
 *             "Showing results 1 to 10 of 17"
 */
#Content table.isearch-head
{
	background-color:#D1D9E6;
	width:100%;

}

/* Usage :  Advanced search form.
 */
#Content table.isearch-advanced
{
    background-color:#b8ccee;
}

#Content td.isearch-head
{
    color:#000000;
    font-size:12px;
}


/* Usage :  To display the page title in the results list.
 */
#Content a.isearch-title:link
{
	color:#004E87;
    background-color:transparent;
	font-size: 14px;
}

#Content a.isearch-title:visited
{
    color:#004E87;
    background-color:transparent;
	font-size: 14px;
}


/* Usage :  To display the page description in the results list.
 */
#Content .isearch-description
{
	font-size:12px;
	color:#000000;
	width: 555px;
}


/* Usage :  To display the page score in the results list.
 */
#Content .isearch-score
{
    font-size:12px;
    color:#000080;
}


/* Usage :  To display the page url in the results list.
 */
#Content a.isearch-url:link
{
    font-size:11px;
    color:#008000;
    background-color:transparent;
	text-decoration:none;
}

#Content a.isearch-url:visited
{
    font-size:11px;
    color:#008000;
    background-color:transparent;
	text-decoration:none;
}


/* Usage :  To display the file size in the results list.
 */
#Content .isearch-size
{
    font-size:11px;
    color:#008000;
    font-size:80%;
}


/* Usage :  To display the "Cached" string in the results list.
 */
#Content a.isearch-viewcache:link
{
    font-size:11px;
    color:#6f6f6f;
    background-color:transparent
}

#Content a.isearch-viewcache:visited
{
    font-size:11px;
    color:#6f6f6f;
    background-color:transparent
}


/* Usage :  To display the "<< Previous Page" and "Next Page >>" links.
 */
#Content table.isearch-prevnext
{
	background-color:#D1D9E6;
}

#Content td.isearch-prevnext
{
    color:#000000;
    font-size:14px;
}

#Content a.isearch-prevnext:link
{
    color:#000000;
    background-color:transparent
}

#Content a.isearch-prevnext:visited
{
    color:#333333;
    background-color:transparent
}


/* Usage :  To display the "No matches found." string.
 */
#Content h2.isearch-nomatch
{
    font-size:12px;
    color:red;
}


/* Usage :  To display highlighted words in the page descriptions
 */
#Content .isearch-highlight
{
    font-weight:bold;
}


/* Usage :  Displaying the search string in the message:
 *              Search results for _words_.
 */
#Content .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.
 */
#Content h2.isearch-cachedpage
{
    font-size:16px;
}


/* Usage :  To display the search statistics table
 */
#Content table.isearch-stats {
}

#Content table.isearch-stats th, table.isearch-stats td{
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

#Content table.isearch-stats th {
    color: #ffffff;
    background-color: #3366cc;
}

#Content table.isearch-stats td {
    background-color: #ffffcc;
    color: #003399;
}

#Content table.isearch-stats caption {
    color: #003399;
    font-weight: bold;
    font-size: 17px;
    font-style: italic;
}


/* Usage:  Displaying "Did you mean to search for:" test and links when
 * displaying alternative searches.
 */
#Content .isearch-suggest-title
{
    color: #004422;
}

#Content a.isearch-suggest:link
{
    padding-left: 50px;
    color: #008844;
}

#Content a.isearch-suggest:visited
{
    padding-left: 50px;
    color: #008844;
}


/* Usage: Displaying a single extra link in search results (professional version only)
 */
#Content .isearch-link
{
    /* Set background colour for extra links */
    background-color: #ffffff;
}

/* Usage: Displaying all extra links in search results (professional version only)
 */
#Content .isearch-link-all
{
    /* Add an extra space seperating links from normal results. */
    padding-bottom: 15px;
}
