*
{
	margin: 0;
	padding: 0;
}
body
{
	/*background: #000 url(../images/Bible-Superbook-v2_2.jpg) no-repeat 50% -30px;*/
	background: transparent url(../images/background-main.png) no-repeat 50% -10px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	margin: 0 auto;
	text-align: center;
}
body.rtl {
    background: transparent url(../images/background-main-rtl.png) no-repeat 50% -10px;
    font-family:verdana, arial, sans-serif !important;
}

body .panelh2
{
	color: #25324e;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}
body .panelh2:first-letter
{
	/*font-size: 25px;*/
}
body.rtl .panelh2:first-letter {
    /*font-size:inherit;*/
}
body #wrapper
{
	display: block;
	height: 400px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: 5px;
	width: 1000px;
    background:transparent;
}
body #wrapper h1#logo
{
	/*background: url(../images/sbLogo.png) no-repeat;*/
	display: none;
	height: 82px;
	left: 360px;
	overflow: hidden;
	position: absolute;
	text-indent: -3000em;
	top: -50px;
	width: 299px;
}
body #wrapper h2#logoBible
{
	color: #b54341;
	color: #fff;
	display: none;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	left: 465px;
	position: absolute;
	text-shadow: -1px 1px 1px #000;
	text-transform: uppercase;
	top: -8px;
}
body #wrapper h2#logoBible:first-letter
{
	/*font-size: 25px;*/
}
body.rtl #wrapper h2#logoBible:first-letter {
    /*font-size:inherit;*/
}
body .loader
{
	left: 150px;
	top: 180px;
}
body #sectionB .loader
{
	left: 180px;
	top: 100px;
}
body div#sectionANav
{
	display: block;
	padding: 5px;
}
body #versions,body #books,body #chapters,body #episodeSelect
{
	position: absolute!important;
}
body #versions .label,body #books .label,body #chapters .label,body #episodeSelect .label
{
	background: #4b91b3;
	background: transparent url(../images/dropdown-versions-background.gif) no-repeat;
	color: #fff;
	display: none;
	padding: 5px;
	text-align: left;
	z-index: 5;
}
body #versions .label {
	background: transparent url(../images/dropdown-versions-background.gif) no-repeat;
}
body #versions .label.show,body #books .label.show,body #chapters .label.show,body #episodeSelect .label.show
{
	display: block;
}
body #versions .label:hover,body #books .label:hover,body #chapters .label:hover,body #episodeSelect .label:hover
{
	background: transparent url(../images/dropdown-versions-background.gif) no-repeat 0 -30px;
	color: #fff;
	cursor: pointer;
}
body #versions .label:hover {
	background: transparent url(../images/dropdown-versions-background.gif) no-repeat 0 -30px;
}
body #versions .label:active,body #books .label:active,body #chapters .label:active,body #episodeSelect .label:active,body #versions .label.active,body #books .label.active,body #chapters .label.active,body #episodeSelect .label.active
{
	background: transparent url(../images/dropdown-versions-background.gif) no-repeat 0 -60px;
	color: #326e91;
}
body #versions .label:active,
body #versions .label.active {
	background: transparent url(../images/dropdown-versions-background.gif) no-repeat 0 -60px;
}
/*body.rtl #versions .label,*/
body.rtl #chapters .label,
body.rtl #books .label{
/*body.rtl #episodes .label {*/
    background-position:10% 50% !important;
    text-align:right;
    padding:0 10px 0 0;
    text-indent:0;
}
body.rtl #versions.rtl .label {
    width:230px;
    padding-right:30px;
    text-align:right;
}
body #versions .list,body #books .list,body #chapters .list,body #episodeSelect .list
{
	background: #fff;
	box-shadow: 0 10px 10px 0 #888;
	font-style: italic;
	moz-box-shadow: 0 10px 10px 0 #888;
	text-align: left;
	webkit-box-shadow: 0 10px 10px 0 #888;
	z-index: 5;
}
body.rtl #versions .list,body.rtl #books .list,body.rtl #chapters .list,body.rtl #episodeSelect .list {
    font-style:normal !important;
}
body #versions .list:hover,body #books .list:hover,body #chapters .list:hover,body #episodeSelect .list:hover
{
	cursor: pointer;
}
body #versions .list h2,body #books .list h2,body #chapters .list h2,body #episodeSelect .list h2,body #versions .list a,body #books .list a,body #chapters .list a,body #episodeSelect .list a
{
	padding: 5px;
}
body #versions .list a,body #books .list a,body #chapters .list a,body #episodeSelect .list a
{
	color: #000;
	display: block;
	text-decoration: none;
}
body #versions .list a.selected,body #books .list a.selected,body #chapters .list a.selected,body #episodeSelect .list a.selected
{
	background: #eee;
}
body #versions .list a:hover,body #books .list a:hover,body #chapters .list a:hover,body #episodeSelect .list a:hover
{
	background: #4b91b3;
	color: #fff;
}
body #versions .list a.over,body #books .list a.over,body #chapters .list a.over,body #episodeSelect .list a.over
{
	background: #fff;
	border: solid 1px #000;
	border-bottom-width: 0;
	color: #000;
}
body #versions .list h2,body #books .list h2,body #chapters .list h2,body #episodeSelect .list h2
{
	color: #ccc;
}
body #versions
{
	left: 30px!important;
	top: 6px!important;
	width: 260px;
}
body.rtl #versions {
    left:693px !important;
}
body #versions .label
{
	font-size: 14px;
	font-style: italic;
	padding-left: 20px;
	text-transform: uppercase;
	width: 260px;
}
body.rtl #versions .label {
    font-style:normal !important;
}
body #versions .label:first-letter
{
	/*font-size: 16px;*/
}
body #versions .list
{
	font-size: 14px;
	width: 280px;
}
body #versions .list h2
{
	color: #ccc;
	font-size: 14px!important;
}
body #books
{
	left: 131px!important;
	top: 45px!important;
	width: 161px;
}
body.rtl #books {
    left:718px !important;
}
body #books .label
{
	background: #4b91b3 url(../images/arrow-down.png) no-repeat 95% 50%;
	border: solid 1px #fff;
	border-bottom: 0;
	font-size: 14px;
	font-style: italic;
	height: 28px!important;
	line-height: 28px!important;
	padding: 0 0 0 10px;
	text-transform: uppercase;
	width: 141px;
	white-space: nowrap;
}
body.rtl #books .label {
    font-style:normal !important;
}
body #books .label.show
{
	display: block;
}
body #books .label:hover
{
	background: #326e91 url(../images/arrow-down.png) no-repeat 95% 50%;
	color: #fff;
}
body #books .label:active,body #books .label.active
{
	background: #fff;
	color: #326e91;
}
body #books .label:first-letter
{
	/*font-size: 16px;*/
}
body.rtl #books .label:first-letter {
    /*font-size:inherit;*/
}
body #books .list
{
	width: 152px;
}
body #books .list {
}
body #chapters
{
	left: 283px!important;
	top: 45px!important;
	width: 75px;
}
body.rtl #chapters {
    left:655px !important;
}
body #chapters .label
{
	background-color: #4b91b3;
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 80% 50%;
	border: solid 1px #fff;
	border-bottom: 0;
	font-size: 14px;
	font-style: italic;
	height: 28px!important;
	line-height: 28px!important;
	padding: 0 0 0 10px;
	text-transform: uppercase;
	width: 52px;
}
body.rtl #chapters .label {
    font-style:normal !important;
}
body #chapters .label.show
{
	display: block;
}
body #chapters .label:hover
{
	background: #326e91 url(../images/arrow-down.png) no-repeat 80% 50%;
	color: #fff;
	text-shadow: none;
}
body #chapters .label:active,body #chapters .label.active
{
	background: #fff;
	color: #326e91;
	text-shadow: none;
}
body #chapters .label:first-letter
{
	/*font-size: 16px;*/
}
body.rtl #chapters .label:first-letter {
    /*font-size:inherit;*/
}
body #chapters .list
{
	width: 63px;
}
body.rtl #chapters .list {
    text-align:right;
}
body #episodeSelect
{
	left: 693px!important;
	top: 6px!important;
	width: 280px;
}
body.rtl #episodeSelect {
    left:30px !important;
}
body #episodeSelect .label
{
	font-size: 14px;
	font-style: italic;
	padding-left: 10px;
	text-transform: uppercase;
	width: 265px;
}
body.rtl #episodeSelect .label {
    font-style:normal !important;
}
body #episodeSelect .label:first-letter
{
	/*font-size: 16px;*/
}
body.rtl #episodeSelect .label:first-letter {
    /*font-size:inherit;*/
}
body #episodeSelect .list
{
	font-size: 14px;
	width: 280px;
}
body #previous_pagination,body #next_pagination
{
	background: #4b91b3 url(../images/arrow-left.png) no-repeat 10% 50%;
	border: solid 1px #fff;
	border-bottom: 0;
	color: #fff;
	font-size: 14px;
	font-style: italic;
	height: 28px;
	left: 10px!important;
	line-height: 28px;
	overflow: hidden;
	position: absolute!important;
	text-align: right;
	text-decoration: none;
	padding-right:10px;
	text-transform: uppercase;
	top: 45px!important;
	white-space: nowrap;
	width: 110px;
	z-index: 1;
}
body.rtl #previous_pagination,body.rtl #next_pagination {
    font-style:normal !important;
}
body.rtl #previous_pagination {
    left:870px !important
}
body.rtl #next_pagination {
    left:540px !important
}
body #previous_pagination:hover,body #next_pagination:hover
{
	background: #326e91 url(../images/arrow-left.png) no-repeat 10% 50%;
}
body #previous_pagination:active,body #next_pagination:active
{
	background: #326e91 url(../images/arrow-left.png) no-repeat 10% 50%;
	color: #fff;
}
body.rtl #previous_pagination {
    text-indent:15px;
	background: #4b91b3 url(../images/arrow-right.png) no-repeat 90% 50%;
}
body.rtl #previous_pagination:hover
{
	background: #326e91 url(../images/arrow-right.png) no-repeat 90% 50%;
}
body.rtl #previous_pagination:active
{
	background: #326e91 url(../images/arrow-right.png) no-repeat 90% 50%;
	color: #fff;
}
body #next_pagination
{
	background: #4b91b3 url(../images/arrow-right.png) no-repeat 90% 50%;
	left: 346px!important;
	text-align: left !important;
	padding-left:10px;
	padding-right:0;
	width:104px;
}

body #next_pagination:hover
{
	background: #326e91 url(../images/arrow-right.png) no-repeat 90% 50%;
}
body #next_pagination:active
{
	background: #326e91 url(../images/arrow-right.png) no-repeat 90% 50%;
	color: #fff;
}
body.rtl #next_pagination {
    padding-left:25px !important;
	background: #4b91b3 url(../images/arrow-left.png) no-repeat 10% 50%;
}
body.rtl #next_pagination:hover
{
	background: #326e91 url(../images/arrow-left.png) no-repeat 10% 50%;
}
body.rtl #next_pagination:active
{
	background: #326e91 url(../images/arrow-left.png) no-repeat 10% 50%;
	color: #fff;
}
body #previous_pagination:first-letter ,body #next_pagination:first-letter
{
	/*font-size: 16px;*/
}
body.rtl #previous_pagination:first-letter ,body #next_pagination:first-letter {
    /*font-size:inherit;*/
}
body #browse .label,
body #versions .label,
body #episodeSelect .label {
	position: absolute; height: 20px; line-height: 20px; overflow: hidden !important; display: block;
}
body #browse .list {
	position: absolute; top: 29px; max-height: 300px; overflow-x: hidden; overflow-y: auto; display: none;
}
body #passage
{
	background: #d1dee7;
	border: solid 1px #fff;
	color: #000;
	display: block;
	height: 494px;
    left: 10px;
	line-height: 22px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 10px;
	position: absolute;
	text-align: left;
	top: 74px;
	width: 430px;
	z-index: 1;
}

body.rtl #passage {
    left:540px;
    vertical-align: baseline;
    line-height: 2em;
}
body #passage span.highlighted
{
	background: #92bdd2;
}
body #passage span.nothighlighted {
    background:#d1dee7;
}
body #passage a
{
	text-decoration: none;
}
body #passage a sup
{
	color: #25324e;
	height: 30px;
	line-height: 20px;
	margin: 0 5px 5px 0;
	padding: 0 5px;
	width: 10px;
}
body #passage h2#passagesTitle
{
	color: #25324e;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}
body.rtl #passage h2#passagesTitle {
    font-style:normal !important;
}
body #passage h2#passagesTitle:first-letter
{
	/*font-size: 25px;*/
}
body.rtl #passage h2#passagesTitle:first-letter {
    /*font-size:inherit;*/
}
body.rtl h3.corePassage {
    unicode-bidi:normal !important;
}
body #passage h3#passagesChapter
{
	color: #25324e;
	float: left;
	font-size: 35px;
	margin: 10px;
}
body #passageEdge
{
	/*background: transparent url(../images/passagesEdge.png) no-repeat;*/
	display: none;
	height: 47px;
	left: -13px;
	position: absolute;
	top: 563px;
	width: 42px;
	z-index: 4;
}
#passageCopyright
{
    display:block;
	font-size: 10px;
	line-height: 15px;
	padding: 10px 0;
}
#passageCopyright a
{
	font-size: 10px;
}
#passageCopyright a img
{
	float: left;
	margin-right: 10px;
}
body p#devoLink a
{
	color: #fff;
	display: block;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
}
body #episodeTabs
{
	display: block;
	left: 470px;
	padding-top: 15px;
	position: absolute;
	top: 30px;
	z-index: 2;
    width:500px;
}
body.rtl #episodeTabs {
    left:-5px;
}
body #episodeTabs ul
{
	display: block;
}
body #episodeTabs ul.secondary {
	display:none;
	position:absolute;
	top:63px;
	/*right:0px;*/
    left:363px;
}
body.rtl #episodeTabs ul.secondary {
    left:15px;
}
body.superlibro #episodeTabs ul.secondary {
    left:242px;
}
body.ph-en #episodeTabs ul.secondary {
    left:363px;
}
body #episodeTabs ul li
{
	display: inline;
	list-style: none;
}
body #episodeTabs ul.secondary li {
	display:block;
	height:46px;
}
body #episodeTabs ul li a
{
	background-color: #326e91;
	background-position: 50% 5px;
	background-repeat: no-repeat;
	border: solid 1px #fff;
	border-right: 0;
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	font-style: italic;
	height: 46px;
	line-height: 66px;
	overflow: hidden;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
body.rtl #episodeTabs ul li a {
    font-style:normal;
}
body.rtl #episodeTabs ul li a {
    float:right;
}
body #episodeTabs ul.secondary li a {
	display:block;
	float:left;
	clear:left;
	width:200px;
	border-top:0;
	text-align:left;
	background-position:5px 50%;
	text-indent:15px;
	line-height:45px;
	border-right:solid 1px #fff;
}
body.rtl #episodeTabs ul.secondary li a {
    float:right;
    background-position:90% 50%;
}
body #episodeTabs ul li a#episodeTabsMore {
	width:90px !important;
	background-image:url(../images/arrow-down.png);
	background-color:#B5423F;
	background-position:90% 50%;
	background-repeat:no-repeat;
	/*line-height:50px;*/
	text-align:left;
	overflow:ellipsis;
	/*position:absolute;*/
}
body.rtl #episodeTabs ul li a#episodeTabsMore {
    background-position:10% 50%;
    text-align:right;
}
body #episodeTabs ul li a#episodeTabsMore.on {
	line-height:60px !important;
	background-color: #4b91b3;
}
body #episodeTabs ul li a:first-letter
{
	/*font-size: 16px;*/
}
body.rtl #episodeTabs ul li a:first-letter {
    /*font-size:inherit;*/
}
body #episodeTabs ul li a#episodeTabsOverview
{
    width:67px;
	background-image: url(../images/iconOverview.png);
}
body #episodeTabs ul li a#episodeTabsProfiles
{
    width:64px;
	background-image: url(../images/iconProfiles.png);
}
body #episodeTabs ul li a#episodeTabsDevo {
    width:40px;
}
body #episodeTabs ul li a#episodeTabsVideo {
    width:45px;
}
body #episodeTabs ul li a#episodeTabsQna {
    width:43px;
}
body #episodeTabs ul li a#episodeTabsGames {
    width:50px;
}
body.i-1 #episodeTabs ul li a#episodeTabsOverview,
body.i-1 #episodeTabs ul li a#episodeTabsProfiles,
body.i-1 #episodeTabs ul li a#episodeTabsDevo {
	width:90px;
}
body.i-1 #episodeTabs ul li a#episodeTabsVideo,
body.i-1 #episodeTabs ul li a#episodeTabsQna,
body.i-1 #episodeTabs ul li a#episodeTabsGames {
    width:90px;
}
body #episodeTabs ul li a#episodeTabsDevo,
body #episodeTabs ul li a.episodeTabsDevo
{
	background-image: url(../images/iconDevo.png);
}
body #episodeTabs ul li a#episodeTabsVideo,
body #episodeTabs ul li a.episodeTabsVideo
{
	background-image: url(../images/iconVideo.png);
}
body #episodeTabs ul li a#episodeTabsQna,
body #episodeTabs ul li a.episodeTabsQna
{
	background-image: url(../images/iconQnA.png);
}
body #episodeTabs ul li a#episodeTabsGames,
body #episodeTabs ul li a.episodeTabsGames
{
	background-image: url(../images/iconGames.png);
}
body #episodeTabs ul li a:hover,body #episodeTabs ul li a.on
{
	background-color: #4b91b3;
	border-color: #fff;
	color: #fff;
}
body #episodeTabs ul li a.on
{
	border-bottom-color: #4b91b3;
	height: 48px!important;
	line-height: 68px!important;
	margin-top: -2px;
}
body #episodeTabs ul li a#episodeTabsMore,
body #episodeTabs ul li a#episodeTabsMore.on {
	line-height:50px !important;
}
body #episodeTabs ul li:last-child a,body #episodeTabs ul li.last a
{
	border-right: solid 1px #fff;
}
body.rtl #episodeTabs ul.primary li:last-child a,body.rtl #episodeTabs ul.primary li.last a
{
	border-right: none;
}
body.rtl #episodeTabs ul li:first-child a,body.rtl #episodeTabs ul li.first a
{
	border-right: solid 1px #fff;
}
body #episodePanels
{
	background: #4b91b3;
	border: solid 1px #fff;
	display: block;
	height: 480px!important;
	left: 470px;
	line-height: 25px;
	overflow: hidden;
	overflow-y: auto;
	position: absolute;
	text-align: left;
	top: 92px;
	width: 520px;
	z-index: 1;
}
body.rtl #episodePanels {
    left:10px;
}
body #episodePanels #episodePanelsOverview,body #episodePanels #episodePanelsProfiles,body #episodePanels #episodePanelsDevo,body #episodePanels #episodePanelsVideo,body #episodePanels #episodePanelsQna,body #episodePanels #episodePanelsGames
{
	display: none;
	height: 478px!important;
}
body #episodePanels #episodePanelsOverview h2,body #episodePanels #episodePanelsProfiles h2,body #episodePanels #episodePanelsDevo h2,body #episodePanels #episodePanelsVideo h2,body #episodePanels #episodePanelsQna h2,body #episodePanels #episodePanelsGames h2
{
	color: #000;
	color: #25324e;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0!important;
	margin-bottom: 10px;
	padding: 10px 0 5px 15px!important;
	text-transform: uppercase;
}
body.rtl #episodePanels #episodePanelsOverview h2,body.rtl #episodePanels #episodePanelsProfiles h2,body.rtl #episodePanels #episodePanelsDevo h2,body.rtl #episodePanels #episodePanelsVideo h2,body.rtl #episodePanels #episodePanelsQna h2,body.rtl #episodePanels #episodePanelsGames h2
{
    font-style:normal !important;
}
body #episodePanels #episodePanelsOverview h2:first-letter ,body #episodePanels #episodePanelsProfiles h2:first-letter ,body #episodePanels #episodePanelsDevo h2:first-letter ,body #episodePanels #episodePanelsVideo h2:first-letter ,body #episodePanels #episodePanelsQna h2:first-letter ,body #episodePanels #episodePanelsGames h2:first-letter
{
	/*font-size: 25px;*/
}
body.rtl #episodePanels #episodePanelsOverview h2:first-letter ,body.rtl #episodePanels #episodePanelsProfiles h2:first-letter ,body.rtl #episodePanels #episodePanelsDevo h2:first-letter ,body.rtl #episodePanels #episodePanelsVideo h2:first-letter ,body.rtl #episodePanels #episodePanelsQna h2:first-letter ,body.rtl #episodePanels #episodePanelsGames h2:first-letter {
    /*font-size:inherit;*/
}
body #episodePanels #episodePanelsOverview h3,body #episodePanels #episodePanelsProfiles h3,body #episodePanels #episodePanelsDevo h3,body #episodePanels #episodePanelsVideo h3,body #episodePanels #episodePanelsQna h3,body #episodePanels #episodePanelsGames h3,body #episodePanels #episodePanelsOverview h4,body #episodePanels #episodePanelsProfiles h4,body #episodePanels #episodePanelsDevo h4,body #episodePanels #episodePanelsVideo h4,body #episodePanels #episodePanelsQna h4,body #episodePanels #episodePanelsGames h4
{
	color: #000;
	font-style: italic;
	font-weight: normal;
	padding: 15px 15px 0 15px;
	text-transform: uppercase;
}
body.rtl #episodePanels #episodePanelsOverview h3,body.rtl #episodePanels #episodePanelsProfiles h3,body.rtl #episodePanels #episodePanelsDevo h3,body.rtl #episodePanels #episodePanelsVideo h3,body.rtl #episodePanels #episodePanelsQna h3,body.rtl #episodePanels #episodePanelsGames h3,body.rtl #episodePanels #episodePanelsOverview h4,body.rtl #episodePanels #episodePanelsProfiles h4,body.rtl #episodePanels #episodePanelsDevo h4,body.rtl #episodePanels #episodePanelsVideo h4,body.rtl #episodePanels #episodePanelsQna h4,body.rtl #episodePanels #episodePanelsGames h4
{
    font-style:normal !important;
}
body #episodePanels #episodePanelsOverview h3,body #episodePanels #episodePanelsProfiles h3,body #episodePanels #episodePanelsDevo h3,body #episodePanels #episodePanelsVideo h3,body #episodePanels #episodePanelsQna h3,body #episodePanels #episodePanelsGames h3
{
	font-size: 16px;
	margin: 10px 0!important;
}
body #episodePanels #episodePanelsOverview h4,body #episodePanels #episodePanelsProfiles h4,body #episodePanels #episodePanelsDevo h4,body #episodePanels #episodePanelsVideo h4,body #episodePanels #episodePanelsQna h4,body #episodePanels #episodePanelsGames h4
{
	color: #000;
}
body #episodePanels #episodePanelsOverview p,
body #episodePanels #episodePanelsProfiles p,
body #episodePanels #episodePanelsDevo p,
body #episodePanels #episodePanelsVideo p,
body #episodePanels #episodePanelsQna p,
body #episodePanels #episodePanelsGames p
{
	color: #000;
	padding: 0 15px;
    unicode-bidi:normal !important;
}
body #episodePanels #episodePanelsOverview a,body #episodePanels #episodePanelsProfiles a,body #episodePanels #episodePanelsDevo a,body #episodePanels #episodePanelsVideo a,body #episodePanels #episodePanelsQna a,body #episodePanels #episodePanelsGames a
{
	color: #000;
}
body #episodePanels #episodePanelsOverview.loader,body #episodePanels #episodePanelsProfiles.loader,body #episodePanels #episodePanelsDevo.loader,body #episodePanels #episodePanelsVideo.loader,body #episodePanels #episodePanelsQna.loader,body #episodePanels #episodePanelsGames.loader
{
	display: block;
}
body #episodePanels #episodePanelsOverview.on,body #episodePanels #episodePanelsProfiles.on,body #episodePanels #episodePanelsDevo.on,body #episodePanels #episodePanelsVideo.on,body #episodePanels #episodePanelsQna.on,body #episodePanels #episodePanelsGames.on
{
	display: block;
}

body #episodePanelsDevo #episodePanelsDevoSplashPage
{
	/*background: url(../images/devoSplashPageBackground-v1.gif);*/
	display: block;
	height: 480px;
	width: 520px;
}
body #episodePanelsDevo #episodePanelsDevoSplashPage.live
{
	/*background: url(../images/devoSplashPageBackground-v2.gif);*/
}
body #episodePanels #episodeOverviewImage
{
	border: solid 1px #000;
	display: block;
	height: 100px;
	margin: 0 0 0 15px!important;
	width: 475px;
}
body #episodePanels #episodePanelsGames
{
	overflow: hidden!important;
}
body .overviewBlock
{
    position:relative;
	background-color: #4b91b3;
	border: solid 1px #000;
	color: #fff;
	display: block!important;
	float: left;
	height: 118px;
	margin: 15px 0 15px 30px;
	text-decoration: none;
	width: 210px;
}
body .overviewBlock .h2
{
	/*color: #25324e;*/
    position:absolute;
	color: #fff;
	display: block;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	/*margin-bottom: 10px;*/
	/*padding: 10px;*/
    top:10px;
    left:10px;
	text-shadow: 0 2px 0 #000;
	text-transform: uppercase;
}
body.rtl .overviewBlock .h2 {
    top:auto;
    left:auto;
    right:10px;
    bottom:10px;
}
body .overviewBlock .h2 {
    font-style:normal !important;
}
body .overviewBlock .h2:first-letter
{
	/*font-size: 25px;*/
}
body.rtl .overviewBlock .h2:first-letter {
    /*font-size:inherit;*/
}
body .overviewBlock:hover
{
	background: #326e91;
}
body .overviewBlock:last-child
{
	margin-bottom: 15px;
}


/*body #slider
{
	overflow: hidden;
	position: relative;
	width: 100%;
}*/
body .sliderMenu
{
	background: #4b91b3;
	display: block;
	height: 50px;
	position: relative;
	top: 432px!important;
}
body .sliderMenu li
{
	display: block;
	float: left;
	font-size: 13px;
	margin-bottom: 5px;
	padding-right: 5px;
	text-align: center;
}
body .sliderMenu li span
{
	background: #4b91b3;
	border-bottom: solid 1px #fff;
	border-top: solid 1px #fff;
	color: #fff;
	display: none;
	font-style: italic;
	left: 0;
	position: absolute;
	text-transform: uppercase;
	top: -27px;
	width: 100%;
}
body .sliderMenu li span {
    font-style: normal !important;
}
body .sliderMenu li span:first-letter
{
	/*font-size: 12px;*/
}
body.rtl .sliderMenu li span:first-letter {
    /*font-size:inherit;*/
}
body .sliderMenu li:hover span,body .sliderMenu li:active span,body .sliderMenu li.active span
{
	display: block;
	font-weight: bold;
}
body .sliderContent
{
	overflow: hidden;
	width: 10000px;
}
body .sliderContent div
{
	float: left;
	height: 505px;
	width: 520px;
}
body .sliderContent p
{
	margin-top: 0;
}
body .sliderContent h2 span
{
	font-size: 14px;
}
body .sliderContent h3
{
	padding-top: 0!important;
}
body .sliderContent h3 span span a {
    display:inline !important;
}
body .sliderMenu li:last-child
{
	margin-right: 0;
}
body .sliderContentItem
{
	height: 405px!important;
	overflow-x: hidden;
	overflow-y: auto;
}
body #episodePanelsProfiles .sliderMenu
{
	width: 100%;
}
body #episodePanelsProfiles .sliderMenu li
{
	background: transparent url(../images/int-bg-characterIcon.gif) no-repeat 0 0;
	height: 43px;
	width: 18px;
}
body #episodePanelsProfiles .sliderMenu li:active,body #episodePanelsProfiles .sliderMenu li.active,body #episodePanelsProfiles .sliderMenu li:hover
{
	background: transparent url(../images/int-bg-characterIcon.gif) no-repeat 0 -86px;
}
body #episodePanelsProfiles img.profilesImage
{
	border: solid 1px #000;
	margin: 0 0 0 10px;
}
body #episodePanelsVideo .sliderMenu
{
	width: 100%;
}
body #episodePanelsVideo .sliderMenu li
{
	background: transparent url(../images/int-gb-videoicon.gif) no-repeat 0 0;
	height: 50px;
	width: 25px;
}
body #episodePanelsVideo .sliderMenu li:active,body #episodePanelsVideo .sliderMenu li.active,body #episodePanelsVideo .sliderMenu li:hover
{
	background: transparent url(../images/int-gb-videoicon.gif) no-repeat 0 -50px;
}
body #episodePanelsVideo .sliderContentItem
{
	position: relative;
}
body #episodePanelsVideo .sliderContentItem a
{
	display: block;
	height: 270px;
	width: 480px;
}
body #episodePanelsVideo .sliderContentItem a img.videoImage
{
	border: solid 1px #000;
	margin-left: 15px;
}
body #episodePanelsVideo .sliderContentItem a span
{
	background: url(../images/videoPlayButton.png) no-repeat 50% 50%;
	display: block;
	height: 100px;
	left: 200px;
	position: absolute;
	top: 125px;
	width: 100px;
}
body #episodePanelsVideo p.body
{
	background: #000;
	border: solid 1px #000;
	border-top: 0;
	color: #fff!important;
	display: block;
	font-size: 12px;
    height: 29px;
	line-height: 30px;
	margin-left: 15px;
	padding: 10px 0;
	width: 450px;
	overflow: hidden;
}
body iframe#gp
{
	background: #fff;
	display: block;
	height: 449px!important;
	width: 726px!important;
}
body div.ui-widget-overlay
{
	background: #000;
	left: 0;
	margin: 0!important;
	opacity: .8;
	padding: 0!important;
	position: absolute;
	top: 0;
}
body div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix
{
	text-align: right;
}
body div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix a.ui-dialog-titlebar-close.ui-corner-all
{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
body div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix a.ui-dialog-titlebar-close.ui-corner-all:hover
{
	background: #000;
}
body div#passageAudio
{
	left: 100px;
	position: absolute;
	top: 100px;
	z-index: 2;
}
body #copyright.off
{
	display: block;
}
body #copyright.off p
{
	color: #fff;
	display: block;
	font-size: 11px;
	font-style: italic;
	left: 485px;
	position: absolute;
	text-align: left;
	text-transform: uppercase;
	top: 590px;
}
body.rtl #copyright.off p {
    font-style:normal !important;
}
body #copyright.off p a
{
	color: #fff;
}
.off
{
	display: none;
}
#episodePanelsDevoSplashPage iframe#devoBibleReadingSignUpiFrame
{
	height: 185px;
	position: absolute;
	top: 150px;
	width: 520px;
}
a#devoDownloadLink,
a#gpLink
{
	display: block;
	height: 135px;
	overflow: hidden;
	position: absolute;
	text-indent: -3000em;
	top: 340px;
	width: 260px;
}

.devJPGospel
{
	height: 240px !important;
	width: 520px !important;
	left: 0px;
	top: 240px !important;
}

a#gpLink
{
	left: 260px;
}
a#devoDailyBibleChallengeLink
{
	display: block;
	height: 135px;
	overflow: hidden;
	position: absolute;
	text-indent: -3000em;
	top: 0px;
	width: 520px;
}
.devJPChallege
{
	height: 240px !important;
}
a#devoDailyBibleChallengeLink.off
{
	display: none;
}

body #search #search-text {
	position:absolute;
	top:6px;
	left:115px;
	width:200px;
	padding-left:5px;
	height:28px;
	border:solid 1px #fff;
	border-left:0;
	background:#326E91;
	font-size:14px;
	color:#fff;
}

body #search #search-button {
	display:none;
	position:absolute;
	top:5px;
	left:270px;
}

body #search #results {
	position:absolute;
	top:36px;
	left:114px;
	z-index:5;
	background:#326E91;
	border:solid 1px #fff;
	border-top:0;
}
body #search #results div.search_result,
body #search #results div.search_result_selected {
	list-style:none;
	width:185px;
	height:20px;
	line-height:20px;
	display:block;
	margin:0;
	padding:5px 10px;
	text-align:left;
	font-size:14px;
	color:#fff;
}
body #search #results div.search_result_selected {
	cursor:pointer;
	background:#4B91B3;
}
body #passageAudioVolume {
	position:absolute;
	top:562px;
	left:81px;
	z-index:5;
	width:110px;
	height:5px;
	cursor:pointer;
}
body #passageAudioVolume .ui-slider-handle {
	width:15px;
	height:15px;
	top:-6px;
	cursor:pointer;
}
body #footnotes {
	padding-bottom:35px;
}
body #footnotes h3 {
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0 !important;
    padding: 10px 0 5px 0 !important;
    text-transform: uppercase;
}
body #footnotes h3 {
    font-style:normal !important;
}
body #footnotes h3:first-letter {
	/*font-size:25px;*/
}
body.rtl #footnotes h3:first-letter {
    /*font-size:inherit;*/
}
body #footnotes ul {

}
body #footnotes ul li {
  list-style:none;
  font-size:14px;
}

.video-player {
    display:block;
    width:480px;
    height:314px;
    margin:0 auto;
    border:solid 1px #000
}
.hide {
    display:none;
}

.download-bible-app {
    background:url("../images/bible_panel.gif");
    color:white;
    width:374px;
    height:28px;
    position:absolute;
    left:314px;
    top:-7px;
    display:block;
    /*font-family: "Russo One",sans-serif;*/
    font-size:1.0em;
    line-height:2;
    text-indent:10px;
    background-repeat:no-repeat
}

#episodePanelsDevoSplashPage .devoJP
{
	background: url("../images/int-devo-bg.png") no-repeat !important;
	background-size: contain;
	display: block;
	height: 480px;
	width: 520px;
}

// RTL styles


body.rtl #episodePanels {
    left:10px;
}

/*body.rtl #versions.rtl .label*/
body.rtl #versions.rtl .list a#value-avd,
body.rtl #episodeSelect .label,
body.rtl #books.parent.rtl .label,
body.rtl #books.parent.rtl .list *,
body.rtl #episodeSelect .list *,
body.rtl #episodeTabs ul li a,
body.rtl #episodePanels h2,
body.rtl #episodePanels h3,
body.rtl #episodePanels p,
body.rtl #episodePanels span.name,
body.rtl #episodePanels span.h2,
body.rtl .download-bible-app
body #passage.rtl .verseNumber,
body #passage.rtl .verse,
body #passage.rtl h2#passagesTitle span.book,
body.rtl .download-bible-app
{
    direction:rtl;
    unicode-bidi:normal;
    text-align:right;
}
body.rtl #episodePanels h2,
body.rtl #episodePanels h3 {
    width:475px;
}
body.rtl #episodePanels span.name {
    text-align:center;
}
body.rtl #episodePanels a {
}
body.rtl #episodePanels span a.video-link img {
}
body.rtl #episodeTabs ul li a {
    text-align:center;
}
/*body.rtl #versions .label,*/
/*body.rtl #chapters .label,*/
body.rtl #books.parent.rtl .label,
body.rtl #books.parent.rtl .list *{
    /*text-indent:30px;*/
}
/*body.rtl #versions .label {
    text-align:right;
}*/
body.rtl #previous_pagination,body.rtl #next_pagination {
    direction:rtl;
    unicode-bidi:normal;
    text-align:right;
}
body.rtl #episodeSelect .label {
    direction:rtl;
    unicode-bidi:normal;
    text-align:right;
    text-indent:25px;
}
body #passage.rtl span.highlighted,
body #passage.rtl span.nothighlighted {
    display:block;
    clear:both;
    text-align:right;
}
body #passage.rtl h2#passagesTitle {
    text-align:right
}
body #passage.rtl h3#passagesChapter {
    display:none;
}
body #passage.rtl .verseNumber{
    direction:ltr !important;
    float:right;
}
body #passage.rtl .verse p {
    display:inline;
    unicode-bidi:bidi-override;
}
body #passage.rtl h3#passagesChapter {
    float:right;
}
body.rtl .download-bible-app {
    text-align:center;
    padding-left:10px;
}
.download-bible-app {
    display:none;
}
body.app_ad_on .download-bible-app {
    display:block !important;
}
body.devo_off a#episodeTabsDevo,
body.devo_off .overviewBlock.devo {
    display:none !important
}
body.devo_off .overviewBlock.profiles{
    margin-left:150px !important
}
body.devo_off #episodeTabs ul.secondary {
    left:242px !important;
}
body.rtl.ar.devo_off #episodeTabs ul.secondary, body.rtl.fa.devo_off #episodeTabs ul.secondary, body.rtl.ur.devo_off #episodeTabs ul.secondary {
    left: 136px !important;
}
body.rtl #bible_ref a {
    /*direction:ltr!important;*/
    /*unicode-bidi:bidi-override !important;*/
}
body.lowercase .panelh2,
body.lowercase #wrapper h2#logoBible,
body.lowercase #versions .label,
body.lowercase #books .label,
body.lowercase #chapters .label,
body.lowercase #episodeSelect .label,
body.lowercase #previous_pagination,body.lowercase #next_pagination,
body.lowercase #passage h2#passagesTitle,
body.lowercase #episodeTabs ul li a,
body.lowercase #episodePanels #episodePanelsOverview h2,body.lowercase #episodePanels #episodePanelsProfiles h2,body.lowercase #episodePanels #episodePanelsDevo h2,body.lowercase #episodePanels #episodePanelsVideo h2,body.lowercase #episodePanels #episodePanelsQna h2,body.lowercase #episodePanels #episodePanelsGames h2,
body.lowercase #episodePanels #episodePanelsOverview h3,body.lowercase #episodePanels #episodePanelsProfiles h3,body.lowercase #episodePanels #episodePanelsDevo h3,body.lowercase #episodePanels #episodePanelsVideo h3,body.lowercase #episodePanels #episodePanelsQna h3,body.lowercase #episodePanels #episodePanelsGames h3,body.lowercase #episodePanels #episodePanelsOverview h4,body.lowercase #episodePanels #episodePanelsProfiles h4,body.lowercase #episodePanels #episodePanelsDevo h4,body.lowercase #episodePanels #episodePanelsVideo h4,body.lowercase #episodePanels #episodePanelsQna h4,body.lowercase #episodePanels #episodePanelsGames h4,
body.lowercase .overviewBlock .h2,
body.lowercase .sliderMenu li span,
body.lowercase div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix a.ui-dialog-titlebar-close.ui-corner-all,
body.lowercase #copyright.off p,
body.lowercase #footnotes h3 {
    text-transform: initial!important;
}
