/*======================================================================================*/
/*============================= Inline Search STYLES=====================================*/
/*======================================================================================*/

.wpSearch_inpageSearchResultsHeading
{
}

.wpSearch_inpageSearchResultTitle
{
	cursor: pointer;
}

.wpSearch_inpageSearchResultContent
{
}

.wpSearch_inpageSearchResultNavigationLeft
{
	cursor: pointer;
	display: inline; 
	float: left;
}

.wpSearch_inpageSearchResultNavigationRight
{
	cursor: pointer;
	display: inline; 
	float: right;
}

.wpSearch_inpageSearchStatistics
{
}


/*======================================================================================*/
/*============================= AJAX POPUP STYLES =====================================*/
/*======================================================================================*/

/* This refers to the body of an individual search result */
.wpSearch_popupSearchResultContent
{

}		

/* This refers to the title of an individual search result */
.wpSearch_popupSearchResultTitle
{
	cursor: pointer;
}

/* This refers to the line that says:
	Search for "x" returned n hit(s). Showing results a to b.
*/
.wpSearch_popupSearchStatistics
{	
}

/* The Title of the search results */
.wpSearch_popupSearchResultsHeading
{	
}

/*Refers to the link that says 'Last' in the results */
.wpSearch_popupSearchResultNavigationLeft
{
	cursor: pointer;
	display: inline; 
	float: left;
}

/*Refers to the link that says 'Next' in the results */
.wpSearch_popupSearchResultNavigationRight
{
	cursor: pointer;
	display: inline; 
	float: right;
}