/* Set up some default values */
body
{
    color:#000000;
    background-color:#F7F7F7;
    font-size: 100%
}

body, p, h1, h2, h3, table, td
{
 	font-family: Arial, Helvetica, sans-serif;
}

div {width:100%;}

a.isearch_title, a.isearch_description, a.isearch_url, a.isearch_prevnext:active
{
    font-size:9px
	color:#999999;
    background-color:transparent
}

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


/* Usage :  Page heading on the search results page.
 */
h1.isearch
{
    font-size:20px;
    color:#778489;
}


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

td.isearch_head
{
    color:#ffffff;
    font-size:16px;
}


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

a.isearch_title:visited
{
    color:#778489;
    background-color:transparent
}


/* Usage :  To display the page description in the results list.
 */
.isearch_description
{
    font-size:12px;
    color:#000000;
	width:60%
}


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

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


/* Usage :  To display the file size in the results list.
 */
.isearch_size
{
    font-size:9px;
    color:#000000;
}


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

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


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

td.isearch_prevnext
{
    color:#ffffff;
    font-size:14px;
}

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-size:16px;
    color:#C47E5C;
}


/* 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-size:16px;
}
