/******************************************************************************
 *                    START OF STYLE CONFIGURATION OPTIONS                    *
 *                                                                            *
 * Style Name     : pscience.css                                              *
 * Written By     : R.Cantwell                                             	  *
 * Description    : Modified for ECOCEM (http://www.ecocem.ie/)               *
 ******************************************************************************/

/* -------------------------- [START General] -------------------------*/
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
}
/* -------------------------- [END General] -------------------------*/


/* -------------------------- [START Search Form] -------------------------*/
/*

<form method="post" action="#" target="_self" name="isearch_form" style="text-align: center" class="isearch_form">
		[Simple Form]
		[Advanced Form]
		<input type="hidden" name="action" value="search" />
</form>

*/
/*Page heading on the search results page. */

/*h1.isearch {
    text-align:center;
    font-size:20px;
    color:#3366cc;
}*/

.isearch_form {  /*float:right;	width:90%;	margin: 0px 0px 0px 3px;	padding: 2px 5px 0px 5px;	border: 1px solid #ccc;*/}
/* ------- [START [Simple Form]] ---------*/
/*
		<div class="isearch-simple">
			<div id="search_boxNsubmit"><input type="text" id="search-box" maxlength="255" name="s" size="10" value="" />
				<input type="submit" id="search_submit" value="Go"/>
			</div>
			<div id="partial" ><label for="partial">Partial</label>: <input type="checkbox" name="partial" id="partial_checkbox"  /></div>
			<div id="help" ><a target="_blank" href="#" class="help">&raquo; Help</a></div>
			<div id="advanced" ><a href="#">&raquo; Advanced&nbsp;Search</a></div>
		</div>
*/

/* Simple form content <div> (Rich add) */
.isearch-simple {	/*margin: 0px 0px 0px 0px;	border: 1px solid #000;*/ }
/*Box width controlled in iSearch Admin*/
.isearch-simple font {font-size:105%;}
.isearch-simple #search_boxNsubmit { color: #9c9c9c; font-size: 1.1em; word-spacing: 10px; }
.isearch-simple #search_boxNsubmit #search-box { height:20px; color: #000; width: 155px; 
	background: #304357 url(../../mediax/inputbox_background.gif) no-repeat; border:0;
	float:left; margin: 2px 10px 0 0;
}
.isearch-simple #search_boxNsubmit #search_submit { height:23px; width: 77px; 
	border: none;	color: #9c9c9c; 
	background: url(../../mediax/search_go.gif) top left no-repeat; 
	float:left; margin-top:1px;
}
.isearch-simple #partial {
	text-align:left;
	margin: 5px 0px 10px 0px; 
	padding: 2px px 2px 0px;
	font-size:11px;
	font-family:Tahoma;
}
.isearch-simple #partial_checkbox {	background-color: #B1B7D6; }
.isearch-simple #help {	text-align:left;	padding: 3px 0px 0px 0px;	font-size:11px;	font-family:Tahoma; }
.isearch-simple a.help{}
.isearch-simple #advanced {	text-align:left;	padding: 3px 0px 0px 0px;	font-family:Tahoma;	font-size:11px; }
.isearch-simple #advanced a{}
/* ------- [END [Simple Form]] ---------*/




/* ------- [START [Advanced Form]] ---------*/
/*
<table style="margin: 0 auto" border="0" cellpadding="3" cellspacing="1" class="isearch-advanced">
	<tr>
		<td><label for="s_all">With ALL the words:</label></td><td><input type="text" maxlength="255" name="s_all" size="10" value="" /></td>
	</tr>
	<tr>
		<td><label for="s_any">With ANY of the words:</label></td><td><input type="text" maxlength="255" name="s_any" size="10" value="" /></td>
	</tr>
	<tr>
		<td><label for="s_exact">With the EXACT PHRASE:</label></td><td><input type="text" maxlength="255" name="s_exact" size="10" value="" /></td>
	</tr>
	<tr>
		<td><label for="s_without">WITHOUT the words:</label></td><td><input type="text" maxlength="255" name="s_without" size="10" value="" /></td>
	</tr>
	<tr>
		<td colspan="2">&nbsp;</td>
	</tr>
	<tr>
		<td><label for="partial">Partial</label>:</td><td><input type="checkbox" name="partial" /></td>
	</tr>
	<tr>
		<td colspan="2">&nbsp;</td>
	</tr>
	<tr>
		<td colspan="2" style="text-align: center"><input type="submit" value="Search Site" /></td>
	</tr>
	<tr>
		<td style="text-align: center"><a target="_blank" href="#">Help</a></td><td style="text-align: center"><a href="#">Simple&nbsp;Search</a></td>
	</tr>
</table>
*/

table.isearch-advanced {	font-size:10px;/*Rich add*/	background-color: #B1B7D6;/*Rich add*/ }


td.isearch-advanced {	background-color: #B1B7D6;/*Rich add*/ }
/* ------- [END [Advanced Form]] ---------*/

/* -------------------------- [END Search Form] -------------------------*/


/* ----------------------- [START Search Results] -----------------------*/

/*
<table class="isearch-head">
    <tr class="isearch-head">
        <td class="isearch-head">Search results for '<span class="isearch-search">XXXX</span>'</td>
        <td class="isearch-head" align="right">Showing results X to X of X (X seconds)</td>
    </tr>
</table>

Usage :  To display the header line with the following messages:"Search results for _words_."
"Showing results 1 to 10 of 17"

*/
/*Container DIV for results*/
#isearch_res {
	padding: 10px 20px 0px 20px;
	font-size: 115%;
	color: #4b5e6d;
	line-height: 1.2em;
}

/*Container p for results within RESULTS*/
#isearch_res p{
	/*font-size: 110%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #4b5e6d;
	line-height: 1.2em;*/
}

table.isearch-head {
	padding: 0 0 0 0;
	margin: 0 0 0 0; }


td.isearch-head {
	/*border:0.01em solid #E9BA00;
	background-color:#FFE787; 
    font-size:12px;*/
	background-color: transparent;
	padding: 0 0 0 0; 
	margin: 0 0 0 0;
}

/*To display the "No matches found." string.*/
h2.isearch-nomatch {
    font-size:12px;
    color:#000000;
	margin-left:10px
}


/*To display highlighted words in the page descriptions*/
.isearch-highlight {
    background-color:#E2ECF2;
}


/*Displaying the search string in the message: Search results for _words_.*/
.isearch-search {
    font-style:italic;
	color:#B6060A;	/*red*/
}



/*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;}*/
a.isearch-title:visited{color:#0000CC;background-color:transparent;}


/*To display the page description in the results list. */
.isearch-description {
    /*font-size:95%;
    color:#ccc;*/
	padding-right: 1em;
}


/*To display the page score in the results list. */
.isearch-score{
    font-size:100%;
    color:#008000;
}


/*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: 90%;color:#008000;background-color:transparent;}


span.isearch-viewlink {
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 90%;
	padding-right: 1em;
}

/*To display the file size in the results list.*/
.isearch-size {
    font-size:11px;
    color:#9177DE;
    font-size:80%;
}


/*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
}


/*
<table class="isearch-prevnext" border="0" width="100%">
    <col width="10%" />
    <col width="80%" />
    <col width="10%" />
    <tr class="isearch-prevnext">
        <td class="isearch-prevnext" style="text-align: left">&nbsp;</td>
        <td class="isearch-prevnext" style="text-align: center">&nbsp;&nbsp;1&nbsp;
            <a class="isearch-prevnext" href="/isearch2/index.php?action=XXX&page=2">2</a>&nbsp;
            <a class="isearch-prevnext" href="/isearch2/index.php?action=XXX&page=3">3</a>&nbsp;
        </td>
        <td class="isearch-prevnext" style="text-align: right">
            <a class="isearch-prevnext" href="/isearch2/index.php?action=XXX">Next&nbsp;Page&nbsp;&gt;&gt;</a>&nbsp;&nbsp;
        </td>
    </tr>
</table>
*/

/* To display the "<< Previous Page" and "Next Page >>" links.*/
table.isearch-prevnext {
    /*background-color:#3366cc; Rich out*/
	border:0;/*Rich Add*/
	background-color:transparent;	/*Rich Add*/
}

td.isearch-prevnext {
	background-color:transparent; /*Rich add*/
	/*color:#0000CC;*/	/*Rich Add*/
    /*color:#ffffff;*/	/*Rich out*/
    font-size:95%;
	padding:0;
}

a.isearch-prevnext:link {color:#0000CC;background-color:transparent;text-decoration:underline;}
a.isearch-prevnext:visited {color:#551A8B;background-color:transparent;text-decoration:underline;}



/*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;
}


/*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;
}
/* ----------------------- [END Search Results] -----------------------*/
