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

/******************************************************************************
 *                    START OF STYLE CONFIGURATION OPTIONS                    *
 *                                                                            *
 * Style Name     : pscience.css                                              *
 * Written By     : R.Cantwell                                             	  *
 * Description    : Modified for Priary Science                               *
 ******************************************************************************/


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

body, p, h1, h2, h3, table, td
{
    font-family: verdana,helvetica,arial,sans-serif;
}

div {width:100%;}*/

/*
a.isearch-title, a.isearch-description, a.isearch-url, a.isearch-prevnext:active
{
    color:#FF0000;
    background-color:transparent
}

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.
 */
h1.isearch
{
    text-align:center;
    font-size:20px;
    color:#3366cc;
}

/* Usage :  (Rich add) */
.isearch_form {
	/*border:1px solid #000;
	text-align:center;*/
}


/* Usage :  Advanced search form.
 */
table.isearch-advanced
{
	border:0.01em solid #E9BA00;
	font-size:10px;/*Rich add*/
    background-color:#FFE787;/*Rich add*/
}

/* Usage :  For Advanced Search Box (Rich add) */
table.isearch-advanced td 
{
    background-color:#FFE787;/*Rich add*/
}

/* Usage :  For Simple Search Box (Rich add) */
.isearch-simple
{
	position: relative;
	margin-top: 30px;
	
	/*border:0.01em solid #E9BA00;*/
	/*padding: 3px 3px 3px 3px;
 	text-align: left; 
	margin: 0 auto;*/
}

.isearch-simple input.search-box {
	width: 93%;
}


.isearch-simple input.search-submit {
	float: right;
	position: relative;
	right: 6px;
}

.isearch-simple a.help{
	position: relative;
	top: -1em;
}

 /* Usage :  To display the header line with the following messages:
 *             "Search results for _words_."
 *             "Showing results 1 to 10 of 17"
 */
 
table.isearch-head
{
	border:0;	/*Rich add*/
	background-color:#fff;/*Rich add*/
    /*background-color:#3366cc; Rich*/
}

td.isearch-head
{
    /*
	border:0.01em solid #E9BA00;
	background-color:#FFE787; 
    font-size:12px;*/
		background-color: transparent;
}


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

a.isearch-title:visited
{
    color:#551A8B;
    background-color:transparent
}
*/

/* Usage :  To display the page description in the results list. */
 
.isearch-description
{
    /*font-size:12px;
    color:#000000;*/
		padding-right: 1em;
}


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

/* Usage :  To display the page url in the results list.
 */
a.isearch-url:link
{
    font-size: 90%;
    /*color:#008000;
    background-color:transparent*/
}

a.isearch-url:visited
{
    /*font-size:11px;
    color:#008000;
    background-color:transparent*/
}


span.isearch-viewlink {
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 90%;
	padding-right: 1em;
}

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


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

a.isearch-viewcache:visited
{
    font-size:11px;
    color:#9177DE;
    background-color:transparent
}


/* Usage :  To display the "<< Previous Page" and "Next Page >>" links.
 */
table.isearch-prevnext
{
    /*background-color:#3366cc; Rich out*/
	border:0;/*Rich Add*/
	background-color:#fff;	/*Rich Add*/
}

td.isearch-prevnext
{
	background-color:#fff; /*Rich add*/
	/*color:#0000CC;*/	/*Rich Add*/
    /*color:#ffffff;*/	/*Rich out*/
    font-size:9px;
	padding:0;
}

a.isearch-prevnext:link
{
    /*color:#ffffff;*/	/*Rich out*/
		/*color:#000;	Rich Add*/
    background-color:transparent
}

a.isearch-prevnext:visited
{
    /* color:#ffffff;*/	/*Rich out*/
		/* color:#A90B75;	Rich Add*/
    background-color:transparent
}


/* Usage :  To display the "No matches found." string.
 */
h2.isearch-nomatch
{
    font-size:12px;
    color:#000000;
	margin-left:10px
}


/* Usage :  To display highlighted words in the page descriptions
 */
.isearch-highlight
{
    background-color:#E2ECF2;
	/*font-weight:bold;
	color:#F4A5E8;*/	/*Rich Add*/
    /*font-weight:bold;*/ /*Rich out*/
}


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


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

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

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

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

