/*
 * This file is part of the sfLucenePlugin package
 * (c) 2007 Carl Vondrick <carlv@carlsoft.net>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

ol.search-results
{
  margin : 5px 0 5px 20px;
}
ol.search-results li
{
  font-size : 1em;
}

form.search-controls label
{
  font-weight : bold;
  display : block;
}

div.search-page-numbers {
	width: 75%;
	padding-top: 5px;
	margin: 5px auto;
	border-top: 1px solid #e2e2e2;
	text-align: center;
}
div.search-page-numbers a, div.search-page-numbers strong
{
  display : inline-block;
  padding: 0;
  margin : 0;
  text-align : center;
  color: #CACACA;
  text-decoration : none;
}
div.search-page-numbers a:hover
{
	color: black;
}

div.search-page-numbers strong
{
  color : #000;
}
div.search-page-numbers .bookend
{
	position: relative;
	top: -2px;
	margin: 0 5px;
}

strong.hcolor1
{
  background-color : #ffff66;
}
strong.hcolor2
{
  background-color : #a0ffff;
}
strong.hcolor3
{
  background-color : #99ff99;
}
strong.hcolor4
{
  background-color : #ff9999;
}
strong.hcolor5
{
  background-color : #ff66ff;
}
