a:active {font-family: verdana,arial,helvetica,geneva; font-size: 10pt; font-style: normal; text-decoration: none; text-indent: 3px}
a:hover {font-family: verdana,arial,helvetica,geneva; font-style: normal; text-decoration: underline; text-indent: 3px}
a:link {font-family: verdana,arial,helvetica,geneva; font-size: 10pt; font-style: normal; color: #0000FF; text-decoration: none; text-indent: 3px}
a:visited {font-family: verdana,arial,helvetica,geneva; font-size: 10pt; font-style: normal; text-decoration: none; text-indent: 3px}
a:visited:hover {font-family: verdana,arial,helvetica,geneva; font-style: normal; text-decoration: underline; text-indent: 3px}
.text {font-family: verdana,arial,helvetica,geneva; font-size: 10pt; font-style: normal; color: #000000; text-decoration: none; text-indent: 3px}
a.whitelink {color: #ffffff; font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; text-decoration: none}
a.whitelink:hover {color: #ffff00; font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; text-decoration: none}
a.whitelink:active {color: #ffff00; font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; text-decoration: none}
a.whitelink:visited {color: #ffffff; font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; text-decoration: none}
a.whitelink:hover {color: #ffff00; font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; text-decoration: none}
table.menutable {border-bottom: #f0f0f0 1px solid; border-top: #f0f0f0 1px solid; cursor: hand}
table.menutableactive {border-bottom: #999999 1px solid; border-top: #999999 1px solid; cursor: hand}
a.menulink {color: black; text-decoration: none}
a.menulink:hover {color: black; text-decoration: none}
.button {background-color: #e1e1e1; border-bottom: black 2px solid; border-left: #000000 1px solid; border-right: black 2px solid; border-top: #000000 1px solid}

.imagebox {border-color: #666666; border-width: 1px}

/******************************************************************************
 * iSearch - website search engine                                            *
 *                                                                            *
 * Visit the iSearch homepage at http://www.isearchthenet.com/isearch         *
 *                                                                            *
 * Copyright (C) 2002-2003 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 */

a.isearch_title, a.isearch_description, a.isearch_url, a.isearch_prevnext:active
{
    background-color:transparent
}

a.isearch_title, a.isearch_description, a.isearch_url, a.isearch_prevnext:hover
{
    background-color:transparent
}

/* 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:transparent;
}

td.isearch_head
{
    font-size: 10pt;
    font-weight: bold;
    color:#000000;
}

/* Usage :  To display the page title in the results list.
 */
a.isearch_title:link
{
    background-color:transparent
}

a.isearch_title:visited
{
    background-color:transparent
}


/* Usage :  To display the page description in the results list.
 */
.isearch_description
{
    color:#000000;
}


/* Usage :  To display the page url in the results list.
 */
a.isearch_url:link
{
    background-color:transparent
}

a.isearch_url:visited
{
    background-color:transparent
}


/* Usage :  To display the file size in the results list.
 */
.isearch_size
{
    color:#008000;
}


/* Usage :  To display the "Cached" string in the results list.
 */
a.isearch_viewcache:link
{
    background-color:transparent
}

a.isearch_viewcache:visited
{
    background-color:transparent
}


/* Usage :  To display the "<< Previous Page" and "Next Page >>" links.
 */
table.isearch_prevnext
{
    background-color:transparent;
}

td.isearch_prevnext
{
    font-size: 10pt;
    color:#000000;
}

a.isearch_prevnext:link
{
    background-color:transparent
}

a.isearch_prevnext:visited
{
    background-color:transparent
}


/* Usage :  To display the "No matches found." string.
 */
h2.isearch_nomatch
{
    font-size: 10pt;
    font-weight: bold;
    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
{
}
