



/* Common styles */

BODY {
	font-family: Verdana, sans;
	background-color: #7D8F33; /* body background color */
	margin-top: 0px;
}

H3 {
	font-size: 13pt;
	margin-top: 8px;
	margin-bottom: 2px;
}

P {
	margin: 1px;
}

FORM {
	text-align: left;
	margin-bottom: 0px;
}

IMG {
	border: 0px none;
}

.padLR4 {
	padding: 0px 4px 0px 4px;
}
	
.button, INPUT, #translationSelect {
	vertical-align: middle;
	margin-left: -3px;
	margin-right: -3px;
}

.ui-button a {
	padding: 3px !important;
	color: #464145 !important;
}
	
#description {
	width: 1px;
	height: 1px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

#cQueryHistory,#cSearchHistory,#cQueryExamples,#cSearchExamples,#cSearchSettings,#cTranslations,#cBooks,#cChapters,#cLanguages
	{
	position: absolute;
	background-color: #E0D62F;
	border: 1px solid #A0B61F;
	color: #464145;
	z-index: 50;
	display: none;
}

.floatLeft {
	float: left;
}

.clear {
	clear: both;
}

#loading {
	position: absolute;
	font-size: 14pt;
	display: block;
	background-color: #464145;
	color: #FFFFFF;
	z-index: 5000;
	right: 9px;
	top: 6px;
	padding: 6px 10px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
}

/* Main screen */
#gap {
	height: 14px;
}

#toolbar {
	/*background-image: url("i/panel1.png");*/
	background-repeat: no-repeat;
	background-color: #464145;
	color: #FFFFFF;
	padding: 8px;
	padding-bottom: 2px;
	margin-top: 36px;
	margin-bottom: 8px;
	font-size: 10pt;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
}

#toolbar A {
	color: #FFFFFF;
}

#displayedQuery {
	font-weight: bold;
}

#bibleImage { 
	display: none 
}

#nameHeader {
	background-image: url("i/logo.png");
	background-repeat: no-repeat;
	left: 15px;
	top: 10px;
	position: absolute;
	width: 500px;
	height: 40px;
}

#nameHeader H1 {
	top: 26px;
	position: absolute;
	left: 290px;
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	margin-top: 0px;
	margin-right: 2px;
	float: right;
	color: #E0D62F;
	padding: 0px;
}

.nameHeaderSuper {
	font-size: 16px;
	vertical-align: top;
	color: #FFFFFF;
}

#nameHeader A {
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	margin-top: 0px;
	margin-right: 2px;
	float: right;
	color: #E0D62F;
	position: relative;
	top: 3px;
	left: 190px;
	padding: 0px;
	text-decoration: none;
}

.button {
	display: inline-block;
}

#buttonOrganize {
	vertical-align: top;	
}

#fontSize {
	vertical-align: top;	
}

#fontSize #small,#fontSize #middle,#fontSize #big {
	border: 1px solid #FFFFFF;
	float: left;
	margin-right: 4px;
}

#fontSize #small:hover,#fontSize #middle:hover,#fontSize #big:hover {
	background-color: #FFFFFF;
}

.fontSizeActive {
	background-color: #FFFFFF;
}

#fontSize #small {
	width: 8px;
	height: 8px;
	margin-top: 8px;
}

#fontSize #middle {
	width: 12px;
	height: 12px;
	margin-top: 4px;
}

#fontSize #big {
	width: 16px;
	height: 16px;
}

#fontSize {
	width: 160px;
	display: inline-block;
	margin-left: 24px;
}

#sm_content P {
	color: #FFFFFF;
	font-size: 11pt;
	margin: 2px 20px;
	text-align: left;
}
#sm_content H3{
	margin: 0px 20px;
}
.explorer {
	display: none;
}

/* Navigation */
#leftSubPanel {
	margin-bottom: 4px;
	width: 370px;
	float: left;
}

#rightSubPanel {
	margin-bottom: 4px;
	width: 540px;
	float: left;
}

#translation {
	margin-left: 4px;
}

#translationLabel {
	float: left;
	color: #464145;
	padding: 2px;
	padding-left: 4px;
	font-size: 14px;
	overflow: hidden;
	height: 14px;
	width: 294px;
}

#translationHidden {
	display: none;
}

#translationDown {
	float: right;
	width: 19px;
	clear: none;
	margin: 1px;
	background-color: #E7E7B4;
	border: 1px solid #E1D52E;
}

#translationSelect {
	width: 300px;
	height: 22px;
	border: 1px solid #E1D52E;
	background-color: #E7E7B4;
	clear: none;
	margin-top: 8px;
	margin-bottom: 8px;
	display: inline-block;
}

#buttonTranslation {
	
}

#navigateOptions {
	margin-top: 12px;
	margin-bottom: 4px;
	margin-left: 4px;
}

#cTranslations {
	position: absolute;
	width: 323px;
	height: 360px;
	padding: 4px;
	font-size: 9pt;
	display: none;
	overflow-y: scroll;
}

.stTrans,.sbBook {
	border: 1px solid #E0D62F;
	margin: 2px;
	padding: 2px;
	background-color: #E0D62F;
	color: #464145;
	cursor: pointer;	
}

.sbBook {
	text-align: center;
	width: 25px;
	float: left;
}

.sbBookDisabled {
	display: none;
}

.stTrans:hover,.sbBook:hover {
	border: 1px solid #464145;
	background-color: #464145;
	color: #FFFFFF;
}

#query, #search {
	margin: 4px;
}

#queryString, #searchInputText {
	border: 1px solid #E1D52E;
	background: #E7E7B4;
	color: #464145;
	font-size: 11pt;
	font-weight: bold;
	width: 192px;
	height: 20px;
	padding-left: 4px;
	padding-right: 4px;
}

#book {
	width: 23px;
	height: 23px;
	border: 1px solid #666368;
	background-color: red;
	float: left;
	margin: 0px 4px;
}
#book IMG {
	margin-left: 3px;
	margin-top: 4px;
}

#cBooks, #cChapters, #searchRangeSelect {
	position: absolute;
	z-index: 50;
	width: 250px;
	height: 380px;
	border: 1px solid #A0B61F;
	background-color: #E0D62F;
	padding: 4px;
	font-size: 9pt;
	display: none;
	overflow-y: scroll;
}

#cBooks #cBookNames, #cBooks #bookShortNames {
	width: 49%;
	float: left;
	height: 350px;
	overflow-y: scroll;
}
#cBookNames {
	margin-right: 2%;
}
#cBooks {
	overflow-y: hidden;
}

.searchSelectedBook {
	background: url("i/tick.gif") top left no-repeat !important;
}
.searchSelectedBook:hover {
	color: #464145;
}

.sbLabel, .stLabel {
	font-weight: bold;
	font-size: 11pt;
	background-color: #464145;
	text-align: center;
	padding: 4px 0px;
	color: #FFFFFF;
	margin-bottom: 2px;
}

.sbSection {
	float: none;
	font-style: italic;
	color: #464145;
	clear: both;
	margin-top: 8px;
}

.sbSection A {
	color: #464145 !important;
}

.sbSuperSection {
	float: none;
	font-weight: bold;
	color: #464145;
	clear: both;
	margin-top: 8px;
}

.sbSuperSection A {
	color: #464145 !important;
}
.translation {
	background-color: #E0D62F;
	border: 1px solid #A0B61F;
	padding: 3px 4px;
	padding-bottom: 1px;
	margin-bottom: 2px;
	height: 18px;
	font-size: 10pt;
}

.translationLabel {
	font-weight: bold;
	float: left;
	overflow: hidden;
	height: 19px;
}

/* Language roll-down */
#cLanguages {
	position: absolute;
	width: 323px;
	padding: 4px;
	right: 180px;
	top: 25px;
	font-size: 9pt;
}

#lgOtherLanguages {
	height: 380px;
	position: relative;
	overflow-y: scroll;
}

.lgMainLanguage, .lgOtherLanguage,.lgOtherLanguageMissing, .cBookNamesItem {
	cursor: pointer;	
}

.lgOtherLanguageMissing {
	color: #A0B61F;
}

.lgMainLanguage:hover, .lgOtherLanguage:hover,.lgOtherLanguageMissing:hover, .cBookNamesItemSelected {
	border: 0px solid #464145;
	background-color: #464145;
	color: #FFFFFF;
}

.lgCode {
	width: 30px;
	float: left;
	text-align: center;
	font-weight: bold;
}

/* Menu */
#menu {
	border: 1px solid #E1D52E;
	border-top: 0px;
	background-color: #E7E7B4;
	color: #464145;
	float: right;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 6px;
	padding-right: 6px;
	/*-moz-opacity: 0.62;
	opacity: 0.62; */
}

#menu a {
	text-decoration: none;
	color: #464145;
	padding: 0px 3px;
}

#menu a:hover {
	color: #E7E7B4;
	background-color: #464145;
}

#menu IMG {
	position: relative;
	top: 2px;
}

.chBox {
	width: 300px;
	display: inline-block;
}

.chBox INPUT {
	width: 14px;
}

#cQueryExamples {
}

.file {
	border: 1px solid #6A92BD;
	background-color: red;
	margin: 4px;
	padding: 4px;
}

/* Search */
#search {
}

#searchSettings,#searchContext {
	border: solid 1px #464145;
}

.groupLabel {
	background-color: #464145;
}

#searchInput {
}

#searchInputText {
	width: 300px;
}

#searchSyntax,#searchHistory {
	display: inline;
}

#searchRange {
	margin-top: 4px;
}

#buttonSearchRange{
	margin-left: 8px;
}

#cSearchExamples {
	width: 400px;
	height: 400px;
	overflow-y: scroll;
}

.termHighlight {
	background-color: #C9E0E0;
	font-weight: bold;
}

#searchContext,#searchSettings {
	width: 230px;
	float: left;
	margin-top: 8px;
	margin-right: 8px;
}

.groupLabel {
	position: relative;
	top: -8px;
	left: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

#buttonQueryHelp A, #buttonQuery A, #buttonShowNew A, #buttonTranslation A, #buttonSearchHelp A, #buttonSearch A, #buttonSearchNew A {
	-moz-border-radius-topleft: 0px; 
	-webkit-border-top-left-radius: 0px; 
	-moz-border-radius-bottomleft: 0px; 
	-webkit-border-bottom-left-radius: 0px;
}

#buttonQueryHistory A, #buttonQueryHelp A, #buttonQuery A, #buttonSearchHistory A, #buttonSearchHelp A, #buttonSearch A {
	-moz-border-radius-topright: 0px; 
	-webkit-border-top-right-radius: 0px; 
	-moz-border-radius-bottomright: 0px; 
	-webkit-border-bottom-right-radius: 0px;
}

/* Errors */
div.jGrowl-notification {
	margin-left: 6px;
}

div.jGrowl div.iphone {
	font-family: "Helvetica Neue", "Helvetica";
	font-size: 12px;
	background: url(i/iphone.png) no-repeat;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	opacity: .90;
	filter: alpha(opacity =     90);
	width: 245px;
	height: 137px;
	padding: 0px;
	overflow: hidden;
	border-color: #5ab500;
	color: #fff;
}

div.jGrowl div.iphone div.message {
	padding-top: 0px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
}

div.jGrowl div.iphone div.header {
	padding: 7px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 17px;
}

div.jGrowl div.iphone div.close {
	display: none;
}

/* Windows */
#windowArea {
	line-height: 1.4;
}

.news {
	font-size: 85%;
}

.shortLicense, .shortLicense A {
	font-size: 7pt;
	text-align: center;
	background-color: #eee;
	padding 2px;
	border: 1px solid #ddd;
	color: #777;
	margin-top: 14px;
}

.btUnusedWord {
	font-style: italic;
	display: inline;
}

.btWordOfChrist {
	color: #C22D2D;
	display: inline;
}

.btPreface {
	font-family: monospace;
}

.btNotes {
	color: #6699CC;
	font-size: 80%;
	display: inline;
	margin-right: 3px;
}

.btTextVariant {
	border-width: 0px 1px 0px 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline;
}

.btMorphGreek, .btMorphHebrew {
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #6699CC;
	font-size: 70%;
	margin-left: 2px;
	margin-right: 2px;
	display: inline;
}

.btBold {
	font-weight: bold;
	display: inline;
}

.btItalic {
	font-style: italic;
	display: inline;
}

.btReference {
	font-size: 65%;
	vertical-align: top;
	color: #6699CC;
	display: inline;
}

.btL {
	display: inline;
}

.brGoto {
	color: #429B35;
	text-decoration: underline;
	cursor: pointer;
	display: inline;
}

.brStrHeb, .brStrGr {
	color: #A0A0A0;
	cursor: pointer;
	font-size: 80%;
	margin-left: 2px;
	margin-right: 2px;
	display: inline;
}

.brKeyword {
	margin-bottom: 1px dotted;
	display: inline;
}

.btSubHead {
	font-size: 120%;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
}

.btPsalmSubHead {
	margin-top: 6px;
	margin-bottom: 6px;
	font-style: italic;
}

.btPsalmAlphabet {
	font-style: italic;
	text-align: left;
	display: block;
}

.btSmallCaps {
	font-variant: small-caps;
	font-size: 90%;
	display: inline;
}

.btLineBreak {
	margin-top: 4px;
	display: block;
}

.btLineBreakSpace {
	margin-top: 10px;
	display: block;
}

.btPoetry1 {
	text-indent: -50px;
	margin-left: 80px;
	margin-right: 50px;
	display: block;
}

.btPoetry {
	margin-left: 80px;
	margin-right: 50px;
	display: block;
}

.verse {
	display: inline;
	margin-bottom: 4px;
}

.lexWord, .lexPronounc, .lexStrong, .lexOrig, .lexUsage, .lexAltStrong {
	display: block;
}

.lexHeading {
	color: red;
	font-weight: bold;
}

/* Text decoration */
span.hyper {
	color: blue;
	font-size: 80%;
	vertical-align: top;
}

#poll {
	background-color: #FFFBB5;
	border: 1px solid #E9E16D;
	padding: 8px;
}

#poll .questionText {
	font-weight: bold;
	font-size: 90%;
}

.pagedisplay {
	width: 40px;
}