.bibleVerseRef {
    color: #0ca3d4; text-decoration:none; cursor: pointer; white-space: nowrap;
}

.bibleVerseRef:hover {
    text-decoration: underline;
}

.bibleVerseRef .bibleVerseCloser {
	background: url(../images/loading.gif) top left no-repeat;
	background-size:12px;
	padding-left:12px;
	line-height:15px;
	margin-left:10px;
	display:none;
	
}
.versePopup {
	display:block;
	position:absolute;
	color: rgb(230, 230, 230);
	font-size: 15px;
	padding: 10px;
	width:25%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgb(69, 66, 64);
	background: -moz-linear-gradient(90deg, rgb(69, 66, 64) 0%, rgb(168, 160, 156) 85%);
	background: -webkit-linear-gradient(90deg, rgb(69, 66, 64) 0%, rgb(168, 160, 156) 85%);
	background: -o-linear-gradient(90deg, rgb(69, 66, 64) 0%, rgb(168, 160, 156) 85%);
	background: -ms-linear-gradient(90deg, rgb(69, 66, 64) 0%, rgb(168, 160, 156) 85%);
	background: linear-gradient(0deg, rgb(69, 66, 64) 0%, rgb(168, 160, 156) 85%);
	-webkit-box-shadow: 0px 5px 6px rgba(50, 50, 50, 0.27);
	-moz-box-shadow: 0px 5px 6px rgba(50, 50, 50, 0.27);
	box-shadow: 0px 5px 6px rgba(50, 50, 50, 0.27);
	display: none;
	z-index:20000;
	min-width:250px;
}
.versePopup a.bible-link{
	display:block;
	padding:5px;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	line-height:18px;
	color:#fff;	
	background:#A8A09C;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight:bold;
	text-decoration:none;
}
.versePopup .verseText { padding: 10px; background-color:#fff; color:#333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:5px; 
	max-height:200px;
	overflow:auto;
	font-weight:normal !important;}
.versePopup .verseText br { display: none; }
.versePopup .verseText p {
	margin: 0px;
	margin-bottom: .5em;
}
.bibleVerseRef.verseLoading {
	padding: 5px 10px 5px 15px;
	background-size:10px;
	background: #A8A09C;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	color:#fff;}

.bibleVerseRef.verseActive .bibleVerseCloser {
	display:inline;
        color: transparent; 
	background: url(../images/close.gif) 0px 3px no-repeat; 
	background-size:12px;	
}
.bibleVerseRef.verseActive {
	padding: 5px 10px 0px 15px;
	background-size:10px;
	background: #A8A09C;
	text-decoration: none;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	 border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	color:#fff;
}
.bibleVerseRef.verseLoading .bibleVerseCloser {
	display:inline;
        color: transparent;
	background: url(../images/loading.gif) 0px 3px no-repeat; 
	background-size:12px;	
}
span.ftRED { color: #ff0000 !important; }