div.bible-book-list,
ul.bible-chapter-list {
	overflow: hidden;
}

ul.bible-chapter-list li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	list-style-type: none;
}

div.bible-book-list tr.old-testament,
div.bible-book-list tr.new-testament,
div.bible-book-list tr.apocrypha {
	display: block;
	float: left;
	font-size: 120%;
	width: 100%;
}

div.bible-book-list span.book {
	float: left;
	font-size: 12px;
	width: 14%;
}

div.bible-breadcrumb {
	border-top:#A9A9A9 1px solid;
	border-bottom:#A9A9A9 2px solid;
}

div.bible-more-link {
  text-align: right;
}

div.bible-quote-author {
  text-align: right;
}

div.biblecourse-title {
	font-size: 22px;
	color: #008888;
	text-decoration: underline;
}

div.biblecourse-topictitle {
	font-size: 18px;
	color: #0000ff;
	text-decoration: underline;
}

span.chap-verse {
  cursor: pointer;
}

span.verse { 
	color: #A9A9A9; /* darkgray */
}

span.verse-break{
/* unmark this for a <hr /> result
	display: block;	// Behavior like <br/>
	color: #000;
	background-color: #000;
	height: 1px;
*/
}

dl.bible-chapter-content dd {
	margin: 0 0 8px 30px;
	display: block;
}

dl.bible-chapter-content dt {
	margin: 0;
	font-weight: bold;
	float: left;
}

dl.bible-chapter-content dt.header {
	clear: both;
	padding: 10px 0 10px 0;
	float: none;
}

input.searchtext {
	width: 200px;
}

input.searchblsrange {
	width: 120px;
}

select.biblelist {
	width: 170px;
}

span.searchkw {
	font-weight: bold;
	color: #00cc00;
}

span.update0 {
	font-weight: bold;
	color: #ffcc00;
}

span.update1 {
	color: #000000;
}

span.update2 {
	color: #ff0000;
}

span.update3 {
	color: #008800;
}

.bible-context-0 {
	color: #000000;
}

.bible-context-1 {
	color: #cc0000;
}

.bible-context-2 {
	color: #00cc00;
}

.bible-context-3 {
	color: #0000cc;
}

.bible-context-4 {
	color: #00cccc;
}

.bible-context-5 {
	color: #cc00cc;
}

.bible-context-6 {
	color: #cccc00;
}

.bible-chapter-seek .bible-prev-chapter {
  text-align: left;
  width: 32%;
  display: block;
  float: left;
}

.bible-chapter-seek .bible-next-chapter {
  text-align: right;
  width: 32%;
  display: block;
  float: right;
}

.bible-links {
  text-align: left;
  width: 80%;
  display: block;
  float: left;
}

.bible-chapter-data {
  text-align: left;
  width: 100%;
  display: block;
  float: left;
}

.bible-chapter-highlight {
	color: #00cc00;
}
