



/* Common styles */

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

#bibleonline {
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: 4px;
	background-color: #7D8F33;
	color: #E2E4D3;
	padding: 4px 0px 1px 8px;
}

#copyright {
	color: #808080;
	font-size: 8pt;
	margin-top: 8px;
}

.tablesorter {}

TR {
	border: 1px solid gray;
	vertical-align: top;
}

btUnusedWord, btUnsusedWord {
	font-style: italic;
}

btWordOfChrist {
	color: red;
}

btPreface {
	font-family: monospace;
}

btNotes {
	color: #6699CC;
	font-size: 10pt;
}

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

btBold {
	font-weight: bold;
}

btItalic {
	font-style: italic;
}

btReference {
	font-size: 8pt;
	vertical-align: top;
	color: #6699CC;
}

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

brStrHeb, brStrGr {
	color: #808080;
	cursor: pointer;
	font-size: 14pt;
}

brKeyword {
	margin-bottom: 1px dotted;
}

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

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


