
/* Set up some default values */

div {width:100%;}

a.search_title, a.search_description, a.search_url, a.search_prevnext:active
{
    color:#4E4E4E;
    background-color:transparent
}

a.search_title, a.search_description, a.search_url, a.search_prevnext:hover
{
    color:#4E4E4E;
    background-color:transparent
}


/* Usage :  Page heading on the search results page.
 */
h1.search
{
    text-align:center;
    font-size:20px;
    color:#3366cc;
}


/* Usage :  To display the header line with the following messages:
 *             "Search results for _words_."
 *             "Showing results 1 to 10 of 17"
 */
table.search_head
{
}

/* Usage :  Advanced search form.
 */
table.search_advanced
{
}

td.search_head
{
    color:#4E4E4E;
}


/* Usage :  To display the page title in the results list.
 */
a.search_title:link
{
    color:#96B627;
    background-color:transparent;
}

a.search_title:visited
{
    color:#555354;
    background-color:transparent;
}


/* Usage :  To display the page description in the results list.
 */
.search_description
{
    font-size:12px;
    color:#4E4E4E;
}


/* Usage :  To display the page score in the results list.
 */
.search_score
{
    font-size:12px;
    color:#EE680F;
}


/* Usage :  To display the page url in the results list.
 */
a.search_url:link
{
    font-size:11px;
    color:#96B627;
    background-color:transparent
}

a.search_url:visited
{
    font-size:11px;
    color:#555354;
    background-color:transparent
}


/* Usage :  To display the file size in the results list.
 */
.search_size
{
    font-size:11px;
    color:#008000;
    font-size:80%;
}


/* Usage :  To display the "Cached" string in the results list.
 */
a.search_viewcache:link
{
    font-size:11px;
    color:#6f6f6f;
    background-color:transparent
}

a.search_viewcache:visited
{
    font-size:11px;
    color:#6f6f6f;
    background-color:transparent
}


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

td.search_prevnext
{
    color:#ffffff;
    font-size:11px;
}

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

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


/* Usage :  To display the "No matches found." string.
 */	
h2.search_nomatch
{
    font-size:12px;
    color:red;
}


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


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


/* Usage :  To display the:
 *               "This is the contents of the search cache for the URL %u"
 *          message when displaying a cached page.
 */
h2.search_cachedpage
{
    font-size:16px;
}


/* Usage :  To display the search statistics table
 */
table.search_stats {
}

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

table.search_stats th {
    color: #ffffff;
    background-color: #3366cc;
}

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

table.search_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.
 */
.search_suggest_title
{
    color: #004422;
}

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

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


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

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

