.content {			  
	width: 100%;
}

.search_match {
	color:#FF0000;
	font-weight:bold;
}

div {
	display: inline;
}

p {
	text-indent:2em;
	
}

img.map {
	text-align: center;
	width: 50%;
}

.book_title {
	font-weight: bold;
	color: #7F3300;
	text-indent:0em;
	text-align: left;
}

.title {
	font-weight: bold;
	color: #7F3300;
	text-indent:0em;
	text-align: left;
}

.chapter {
	background-color: #7F3300;
	font-weight: bold;
	color: #FFFFFF;
	text-indent:0em;
}

.verse {	
	font-family: "Lucida Console","Monaco";
	font-weight: normal;
	vertical-align: top;
}

.footnote {
	display: none;
	font-weight: normal;
	color: #000000;
	vertical-align: top;
	background: #FFF2B2;
}

.footnote_button {
	color: #7F3300;
	background-color:#FFFFFF;
	vertical-align: top;
	text-align: center;
	border-style: none;
	font-weight: bold;
	width: 0.7em;	
}

.keyword {
	font-weight: bold;
	color: #7F3300;
	vertical-align: top;
}

.indent1 {
	text-indent:0em;
	padding-left:1em;
	margin-left:2em;
	display: inline;
	text-align:left;
	color: inherit;
	background-color: inherit;
	position: relative;
	left: 0%;
}

.indent2 {
	text-indent:0em;
	padding-left:1em;
	margin-left:3em;
	display: inline;
	text-align:left;
	color: inherit;
	background-color: inherit;
	position: relative;
	left: 0%;
}

.indent3 {
	text-indent:0em;
	padding-left:1em;
	margin-left:4em;
	display: inline;
	text-align:left;
	color: inherit;
	background-color: inherit;
	position: relative;
	left: 0%;
}

.figure_caption {
	text-indent:0em;
	margin-left:2em;
	width: 50%;
	color: #7F3300;
}

span.red_letter {
   color: #FF0000;
}

span.red_letter  a {
   color: #FF0000;
}

div.title {
	display: block;
}

.quote {
	padding-left:-1em;
	margin-left:-1em;
	margin-right:2em;
	margin-right:2em;
	display: inline-block;
	text-align:left;
	color: inherit;
	background-color: inherit;
	position: relative;
	left: 0%;
}
.prayer {
	color: #00137F;
}

.promise {
	border-bottom: 2px dotted #00137F;
}

.solabible {
	color: #7F6A00;
}

.solagrace {
	color: #7F6A00;
}

.solafaith {
	color: #7F6A00;
}

.solachrist {
	color: #7F6A00;
}

.solaglory {
	color: #7F6A00;
}

.WH {
	color: #007F7F;
	background-color: #E5FFFF;
}

.UBS4 {
	color: #7F006E;
	background-color: #FFE5FB;
}

.footnote_normal {
	color: #7F6A00;
	background-color: #transparent;
	text-decoration: none;
}

.footnote_highlight {
	color: #7F6A00;
	background-color: #FFFAE5;
	text-decoration: underline;
}


.footnote_action {
	color: #FFFAE5;
	background-color: #7F6A00;
	text-decoration: none;
}

.dict_normal {
	color: #000000;
	background-color: #transparent;
	text-decoration: none;
}

.dict_highlight {
	color: #267F00;
	background-color: #EDFFE5;
	text-decoration: underline;
}

.dict_action {
	color: #EDFFE5;
	background-color: #267F00;
	text-decoration: none;
}

.icon_normal {
	width: 30px;
	height: 24px;
	filter: none;
	-webkit-filter: grayscale(0%);
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;           /* fx, safari, opera */
	cursor: pointer;
}

.icon_over {
	width: 30px;
	height: 24px;
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */
	cursor: pointer;
}