/* body */

body {
  margin: 0;
  font-family: Helvetica;
  background: #E0E0E0;
  overflow-x: hidden;
  font-size: 20px;
  color: #333;
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
}

body > *:not(.toolbar) {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: 45px;
  width: 100%;
  min-height: 372px;
}

body[orient="landscape"] > *:not(.toolbar) {
  min-height: 268px;
}

body > *[selected="true"] {
  display: block;
}

/* all */

a {
  text-decoration: none;
  border: none;
}

p {
  padding: 0px;
  margin: 0px;
}

img {
  padding: 0px;
  margin: 0px;
  border: none;
}

/* header */

#header {
  margin: 0px 10px 5px 10px;
}

/* search */

#search {
  float: left;
  background: #EEE;
  padding: 5px 0px;
  width: 70%;
}


form input {
  padding-left: 62px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-weight: normal;
}

form {
  text-align: center;
}

/* footer menu */

#footer_menu {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

/* category list */

#category_list {
  float: left;
  background: #FFF;
  width: 100%;
  margin-bottom: 10px;
}

#category_list table {
  float: left;
  background: #FFF;
  width: 100%;
  border-collapse: collapse;
}

#category_list tr {
   padding: 0px;
}

#category_list td {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #E0E0E0;
  font-size: 20px;
  font-weight: bold;
  list-style: none;
  padding: 10px 0px 10px 0px;
}

#category_list td a {
  display: block;
  margin: -10px 0 -10px -0px;
  padding: 10px 32px 10px 10px;
  text-decoration: none;
  color: inherit;
  background: url("listArrow.png") no-repeat right center;
}

/* Page Title*/

.toolbar2 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #EEE;
  padding-top: 11px;
  padding-bottom: 34px;
}

.toolbar3 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #F3F3F3;
  padding-top: 11px;
  padding-bottom: 34px;
	border-bottom: 1px solid #CCC;
}

.toolbar2 > h1 {
  position: absolute;
  overflow: hidden;
  left: 50%;
  margin: 0px 0 0 -75px;
  font-size: 20px;
  width: 150px;
  font-weight: bold;
  text-align: center;
  text-overflow: ellipsis;
  color: #666;
  padding-top: 2px;
}

.toolbar3 > h1 {
  position: absolute;
  overflow: hidden;
  left: 50%;
  margin: 0px 0 0 -100px;
  font-size: 20px;
  width: 250px;
  font-weight: bold;
  text-align: center;
  text-overflow: ellipsis;
  color: #500;
}

.button_sub {
  position: absolute;
  overflow: hidden;
  top: 6px;
  right: 6px;
  margin: 0;
  border-width: 0 5px;
  padding: 0 3px;
  width: auto;
  height: 32px;
  line-height: 32px;
  font-family: inherit;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
  background: none;
}

/************************************************************************************************/

body > .toolbar {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #500;
  padding-top: 12px;
  padding-bottom: 34px;
}

.toolbar > h1 {
  position: absolute;
  overflow: hidden;
  left: 50%;
  margin: 0px 0 0 -75px;
  font-size: 20px;
  width: 150px;
  font-weight: bold;
  text-align: center;
  text-overflow: ellipsis;
  color: #FFF;
}

.h1search {
  font-weight: normal;
}

body[orient="landscape"] > .toolbar > h1 {
  margin-left: -125px;
  width: 250px;
}

.button {
  position: absolute;
  overflow: hidden;
  top: 6px;
  right: 6px;
  margin: 0;
  border-width: 0 5px;
  padding: 0 3px;
  width: auto;
  height: 32px;
  line-height: 32px;
  font-family: inherit;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
  background: none;
}

.leftButton {
  left: 6px;
  right: auto;
  padding: 0;
  max-width: 55px;
  border-width: 0 8px 0 14px;
}

.leftButton_gray {
  left: 6px;
  right: auto;
  padding: 0;
  max-width: 55px;
  border-width: 0 8px 0 14px;
}

.leftButton_gray_uppercase {
  left: 6px;
  right: auto;
  padding: 0;
  max-width: 55px;
  border-width: 0 8px 0 14px;
	text-transform: uppercase;
}


/************************************************************************************************/
  
.search_description_td {
  padding: 10px 10px 10px 10px;
  line-height: 1.3em;
}

.search_description_td img {
  padding: 10px 0px 8px 0px;
  width: 290px;
}

.search_description_th {
  padding: 10px 10px 10px 10px;
	color: #333;
}

.search_form {
  padding: 0px 10px 0px 10px;
}

#search_table {
  float: left;
  background: #F3F3F3;
  width: 100%;
	padding-top: 5px;
}

#search_table form input {
  padding-left: 2px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-weight: normal;
	padding: 5px 2px 5px 2px;
}

#search_table form {
  text-align: center;
}

#search_table table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}

#search_table tr {
  padding: 0px;
}

#search_table td {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #CCC;
  font-size: 20px;
  font-weight: normal;
  list-style: none;
}

#search_table th {
  position: relative;
  margin: 0;
  border-bottom: 1px dotted #CCC;
  font-size: 20px;
  font-weight: bold;
  list-style: none;
	text-align: left;
}

/* Edge-to-Edge Description */

#bibletext {
  float: left;
  background: #FFF;
  width: 100%;
	margin-bottom: 10px;
}

#bibletext form {
  text-align: center;
}

#bibletext table {
  float: left;
  width: 100%;
  border-collapse: collapse;
	border-bottom: 1px solid #CCC;
}

#bibletext tr {
  padding: 0px;
}

#bibletext td {
  position: relative;
  margin: 0;
  border-bottom: 1px dotted #E0E0E0;
  font-size: 20px;
  font-weight: normal;
  list-style: none;
}

.verse_num {
  font-weight: bold;
  color: #770000;
  vertical-align:text-top;
  font-size:80%;
}

.booklist_title_sub {
  font-size: 80%;
  color: #666;
  font-weight: normal;
}

td.categorylisttitle_list:hover, td.categorylisttitle_list:active {
  background-color:#FAF09E;
}
