/* XSLTsearch  */
/*--------------------------------------------------------------------*/
/*- The full div around the search function -------------------------*/
/*------------------------------------------------------------------*/

#xsltsearch {margin: 0; padding: 10px 0 0 0;}

	
/*--------------------------------------------------------------------*/
/*- The search field and the button ---------------------------------*/
/*------------------------------------------------------------------*/

.xsltsearch_form {
margin:0 0 10px 0;}


/*--------------------------------------------------------------------*/
/*- The first lines below the search field and above search results -*/
/*------------------------------------------------------------------*/

/*Style for all the lines together*/
p#xsltsearch_summary {
margin: 10px 0 20px 0;
}

/*- The text that says:Showing results x to y -*/
span#xsltsearch_pagerange {
font-style:italic;
}


/*--------------------------------------------------------------------*/
/*- How the results are showing -------------------------------------*/
/*------------------------------------------------------------------*/

.xsltsearch_title {font-weight: bold;}

.xsltsearch_result p {margin: 0; padding: 0;}

.xsltsearch_result:hover {background: #f6f6f6;}

p.xsltsearch_result_description {padding-bottom: 10px;}

.xsltsearch_description strong {background: #FFC;} /* highlighting */


/*--------------------------------------------------------------------*/
/*- Different other functions ---------------------------------------*/
/*------------------------------------------------------------------*/

/*- Show the number before each search result, such as 1. 2. 3. 4. etc -*/
.xsltsearch_ordinal {font-weight: bold; font-size: 75%;}

/*- Show the total score calculated for the search term within each document. -*/
.xsltsearch_score {font-size: 75%;}

/*- Show the summary text at the bottom of the search results page, “Search X pages in Y seconds. -*/
#xsltsearch_stats {font-size: 75%; color: #666;}


/*--------------------------------------------------------------------*/
/*- Bottom pagin navigation -----------------------------------------*/
/*------------------------------------------------------------------*/

#xsltsearch_navigation {text-align: left; margin-top:10px;}

#xsltsearch_navigation .disabled {color: #999;}

#xsltsearch_navigation a {
background-color: #fff;
border: 1px solid #999;
padding:3px;
text-decoration:none;
cursor:pointer;
}

#xsltsearch_navigation a:hover {
background-color: #ccc;
color: #333;
border: 1px solid #666;
padding:3px;
}











/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
