/*

  TODO : Increase the line-spacing because multiple verses = hard to read...


*/

body {
	margin: 0px 0px 0px 0px;
	font-family: Georgia, Tahoma, Verdana, Arial, Helvetica;
}
a:link {
	color:#cc0000;
	text-decoration: none;
}
a:visited {
	color:#cc0000;
	text-decoration: none;
}
a:hover {
	background-color: #cc0000;
  color:#ffffff;
	text-decoration: none;
}
img {
  border: 0px none;
}
#nav
{
  height: 32px;
  width: 100%;
  vertical-align: middle;
  padding: 5px 0px 5px 0px;
  background: url('/img/nav-fade.png');
}
#nav img
{
  vertical-align: middle;
}
#nav span
{
  vertical-align: middle;
}
#bibleType
{
  font-family: Georgia, Tahoma, Verdana, Arial, Helvetica;
  font-size: 12px;
}
#bibleType option
{
  font-family: Georgia, Tahoma, Verdana, Arial, Helvetica;
  font-size: 12px;
}
#search
{
  width:550px;
  height:30px;
  font-size:16px;
}
#results
{
  width: 650px;
  text-align: left;
  background: #FFFFFF;
}
#verseList
{
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}
#verseList li
{
  min-height: 75px;
  border-bottom: 1px dashed #cccccc;
}
#verseList li p
{
  text-indent: 25px;
}
h1
{
  font-size: 24px;
}
h2
{
  font-size: 16px;
}
.lookupSig
{
  font-size: 10px;
  color: #cccccc;
}
/* Jq AutoComplete */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('/img/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	/*background-color: #0A246A;*/
	background-color: #cc0000;
	color: white;
}
