@font-face {
    font-family: BibleFont;
    src: url(../font/DejaVuSans.ttf);
}


body {
	font-family	: BibleFont, Verdana, Arial;
	font-size	: 16px;
	background	: #FFFFFF;
	margin		: 0px;
}


a {
	text-decoration	: underline;
	color		: #333333;
}
hr {
	height		: 2px;
	color		: #F8873C;
	background	: #F8873C;
	border		: none;
}
table {
	font-family	: BibleFont, Verdana, Arial;
	font-size	: 16px;
}
sup {
	color		: #666666;
	font-size	: x-small;
}
.toptable {
	background	: #FFFFFF;
	border		: none;
}
.tableheader {
	background	: #ffffff;
	border		: none;
	text-align	: center;
}

.tablechapters {
	background	: #FFFFFF;
	border		: none;
}

.tablesearch {
	background	: #FFFFFF;
	border		: none;
}

.tabletext {
	background	: #FFFFFF;
	border		: solid 1px #000000;
}

.formtext {
	font-family	: BibleFont, Verdana, Arial;
	font-size	: 16px;
	background	: #DDCCBB;
	border		: 1px solid #F8873C;
}

.formtext_ro {
	font-family	: BibleFont, Verdana, Arial;
	font-size	: 16px;
	background	: #CCCCCC;
}

.button1 {
	font-family	: BibleFont, Verdana, Arial;
	font-size	: 16px;
	background	: #ffffff;
	border		: 1px solid #F8873C;
	color		: #F8873C;
}

.button2 {
	font-family	: BibleFont, Verdana, Arial;
	font-size	: 16px;
	background	: #F8873C;
	border		: 1px solid #F8873C;
	color		: #ffffff;
}

.button1_dis {
	font-family	: BibleFont, Verdana, Arial;
	font-size	: 16px;
	background	: #eeeeee;
	border		: 1px solid #999999;
	color		: #999999;
}

.titlemain {
	font-family	: BibleFont, Verdana, Arial;
	font-size	: 16px;
	text-align	: center;
	font-weight	: bold;
	border		: none;
	background	: #ffffff;
	color		: #F8873C;
}

.titleempty {
	font-family	: BibleFont, Verdana, Arial;
	font-size	: 16px;
	text-align	: center;
	font-weight	: bold;
	border		: none;
}



.searchresult {
	border		: solid 1px #000000;
	padding		: 4px;
}
.searchresult2 {
	border		: solid 1px #000000;
	padding		: 4px;
	background	: #ffddbb;
}

#hdiv1 {
	background:#ffffff;
	display:block;
	transition: all .5s;
}
.hdivtop {
	position: -webkit-sticky; /* Safari */
	position:sticky;
	top:0;


}