/*======================================================================================*/
/*============================= Inline Search STYLES=====================================*/
/*======================================================================================*/

.wpSearch_inpageSearchResultsHeading
{
}

.wpSearch_inpageSearchResultTitle
{
	cursor: pointer;
}

.wpSearch_inpageSearchResultContent
{
}

.wpSearch_inpageSearchResultNavigation
{
}

.wpSearch_inpageSearchStatistics
{
}


/*======================================================================================*/
/*============================= AJAX POPUP STYLES =====================================*/
/*======================================================================================*/

/* This refers to the body of an individual search result */
.wpSearch_popSearchResult
{
	font-family: verdana;
	font-size: 12px;
	border: dotted 2px #1688B9;
	color: #1688B9;
}		

/* This refers to the title of an individual search result */
.wpSearch_popSearchResultTitle
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #1688B9;
	cursor: pointer;
}

/* This refers to the line that says:
	Search for "x" returned n hit(s). Showing results a to b.
*/
.wpSearch_popSearchStats
{
	font-family: verdana;
	font-size: 12px;
	color: #1688B9;		
}

/*Refers to the link that says 'Last' in the results */
.wpSearch_popLastResults
{
	display: inline; 
	float: left;
}

/*Refers to the link that says 'Next' in the results */
.wpSearch_popNextResults
{
	display: inline; 
	float: right;
}