/* Bible Cloud tooltip for Ekklesia360 sites where sermon verses used*/
.bctooltip{border-radius:5px; box-shadow:0px 0px 5px #666; overflow:hidden; background-color:#fff; width:270px; height:135px; position:absolute; z-index:777777777; top:200px; left:370px}
 .no-boxshadow .bc_tooltip{ border:1px solid #aaa}
.bctooltip .bctooltip_head{ background-color:#fefefe;  background-image:-webkit-gradient(linear,left top,left bottom,from(rgb(254,254,254)),to(rgb(234,234,234)));  background-image:-webkit-linear-gradient(top,rgb(254,254,254),rgb(234,234,234));  background-image:-moz-linear-gradient(top,rgb(254,254,254),rgb(234,234,234));  background-image:-o-linear-gradient(top,rgb(254,254,254),rgb(234,234,234));  background-image:-ms-linear-gradient(top,rgb(254,254,254),rgb(234,234,234));  background-image:linear-gradient(top,rgb(254,254,254),rgb(234,234,234));  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fefefe',EndColorStr='#eaeaea'); position:relative; padding:7px 10px; border-top-left-radius:5px; border-top-right-radius:5px}
.bctooltip .bctooltip_reference{font-size:13px; font-family:Arial,Helvetica,sans-serif; color:#333; font-weight:bold; float:left; margin-right:5px;  text-transform:capitalize}
.bctooltip .bctooltip_version{font-size:10px; font-weight:bold; text-transform:uppercase; color:#777; font-family:Arial,Helvetica,sans-serif}
.bctooltip .bctooltip_head a.bc-link{ position:absolute;  top:8px;  right:10px;  text-decoration:none;  font-size:9px;  font-family:Arial,Helvetica,sans-serif;  text-transform:uppercase;  font-weight:bold;  color:#666}
.bctooltip .bctooltip_head a.bc-link:hover{ color:#999}
.bctooltip .bctooltip_verse{ font-size:13px;  font-family:Arial,Helvetica,sans-serif;  color:#333;  line-height:16px;  height:70px;  overflow:hidden;  padding:10px}
.bctooltip .bctooltip_verse span{font-weight:bold; font-size:11px; padding-right:3px}
.bctooltip .bctooltip_verse a{ color:#4d7fbf;  text-decoration:none}
.bctooltip .bctooltip_verse a:hover{ color:#999}
.bctooltip .bctooltip_verse strong{ font-weight:bold;  font-size:12px}