.mobile {
	font-size	: 16px;
}

DIV.mobcurrent {
	height:30px;background:#bbddff;
}
DIV.mobselect {
	height:30px;background:#ffffff;
}
hr {
	color		: #3092c8;
	background	: #3092c8;
	height		: 2px;
	border		: none;
	width		: 90%;
}
.titlemob {
	font-family	: BibleFont, Verdana, Arial;
	font-size	: 16px;
	text-align	: center;
	font-weight	: bold;
	border		: none;
	background	: #ffffff;
	color		: #3092c8;
}
.submob {
	font-family	: BibleFont, Verdana, Arial;
	font-size	: 14px;
	text-align	: left;
	margin-left:12px;
	font-weight	: bold;
	border		: none;
	background	: #ffffff;
	color		: #3092c8;
}
.titleinv {
	font-family	: BibleFont, Verdana, Arial;
	font-size	: 16px;
	text-align	: center;
	font-weight	: bold;
	border		: none;
	background	: #3092c8;
	color		: #ffffff;
}

.verseback1 {
	background	: #ffffff;
	padding		: 0px;
	width		: 100%;
}
.verseback2 {
	background	: #eef6ff;
	padding		: 0px;
	width		: 100%;
}
.verseback3 {
	background	: #99ccff;
}
TABLE.topmenu {
	width		: 100%;
	background	: #3092c8;
	border-spacing	: 1px;
	border		: none;
}
#navtable {
	border-top		: 1px solid #3092c8;
}
#navcell {
	border-left		: 1px solid #3092c8;
	border-right	: 1px solid #3092c8;
}
.buttonleft {
	height		: 60px;
	width		: 100%;
	background	: url(../gfx/left_blue.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border		: none;
}
.buttonright {
	height		: 60px;
	width		: 100%;
	background	: url(../gfx/right_blue.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border		: none;
}
.buttonselect {
	height		: 60px;
	width		: 100%;
	background	: url(../gfx/select_blue.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border		: none;
}
.buttonhistory {
	height		: 60px;
	width		: 100%;
	background	: url(../gfx/history_blue.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border		: 1px solid #3092c8;
}
.buttonoptions {
	height		: 48px;
	width		: 48px;
	background	: #ffffff url(../gfx/gear_blue.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border		: none;
}
.buttonsearch {
	height		: 48px;
	width		: 48px;
	background	: #ffffff url(../gfx/search_blue.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border		: none;
}
.buttonclose {
	height		: 48px;
	width		: 100%;
	background	: #ffffff url(../gfx/close_blue.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border		: none;
}
.button3 {
	font-family	: BibleFont, Verdana, Arial;
	font-size	: 14px;
	background	: #ffffff;
	border		: 1px solid #3092c8;
	color		: #3092c8;
}
.button4 {
	font-family	: BibleFont, Verdana, Arial;
	font-size	: 14px;
	background	: #3092c8;
	border		: none;
	border-radius: 5px;
	color		: #ffffff;
	height		: 30px;
	width		: 80px;
}
SELECT.nav {
	width		: 90%;
	height		: 30px;
	background-color: transparent;
	border		: 1px solid #3092c8;
	border-radius: 5px;
	font-family	: BibleFont, Verdana, Arial;
	font-size	: 16px;
}
.nav_translation1 {
	width		: 20%;
	text-align	: center;
	padding		: 0px 4px;
	border		: none;
	background	: url(../gfx/4b_blue.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.nav_translation2 {
	width		: 20%;
	text-align	: center;
	padding		: 0px 4px;
	border		: none;
	background	: url(../gfx/9b_blue.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.nav_translation3 {
	width		: 20%;
	text-align	: center;
	padding		: 0px 4px;
	border		: none;
	background	: url(../gfx/16b_blue.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.formtext_mob {
	font-family	: BibleFont, Verdana, Arial;
	font-size	: 16px;
	font-weight	: bold;
	background	: #ffffff;
	border		: 1px solid #3092c8;
	color		: #3092c8;
}
#searchMobile {
	border		: 2px solid #3092c8;
	border-radius: 15px 0px 0px 15px;
	background	: #ffffff;
}
#historyMobile {
	border		: 2px solid #3092c8;
	border-radius: 15px;
	background	: #ffffff;
}
#selectMobile {
	border		: 2px solid #3092c8;
	border-radius: 15px;
	background	: #ffffff;
}
#optionMobile {
	border		: 2px solid #3092c8;
	border-radius: 0px 15px 15px 0px;
	background	: #ffffff;
	padding		: 10px;
}
