/*
    Document   : bibletool
    Created on : Jun 21, 2012, 11:02:03 AM
    Author     : Eric M. Roberts <eroberts@bgea.org>
		Purpose of the stylesheet follows.
*/
#BibleToolWrapper {
	visibility:hidden;
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;	
}

#BibleToolWrapper .mask {
	position:fixed;
	background-color:#888888;
	width:100%;	
	height:100%;
	top:0px;
	left:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity:0.5;
}

#BibleToolWrapper .horizon {
	text-align:center;
	position:absolute;
	top:30%;
	left:0px;
	width:100%;
	height:1px;
	overflow:visible;
	display:block;
}

#BibleToolWrapper .interior {
	position:absolute;
	left:50%;
	text-align:left;
	background-color:white;
	border:#00314C 2px solid;
	border-radius:8px;
}

#BibleToolWrapper .button_wrapper {
	top:-16px;
	right:-16px;
	position:absolute;
	width:100%;
	text-align:right;
}

#BibleToolWrapper .result_wrapper {margin:10px 5px 5px 5px;}

#BibleToolWrapper .container {width:800px;}

#BibleToolWrapper .verse-num {
	color: #666666;
	font-weight: bold;
}

#BibleToolWrapper .esv {
	position: relative;
	top: 5px;
	margin: 10px;
}

#BibleToolWrapper .esv .verse-num { margin-right: 8px; }

#BibleToolWrapper .esv h2 {
	color: #0073A2;
	font-family: Rockwell,"Courier Bold",Courier,Georgia,Times,"Times New Roman",serif;
	font-size: 35px;
	line-height: 1.3em;
}

#BibleToolWrapper .esv p {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #333333;
	font-size: 14px;
}

#BibleToolWrapper .esv h3 {
	font-weight: bold;
}

#BibleToolWrapper .esv .esv-text {
	padding-top: 10px;
	padding-bottom: 5px;
}

#BibleToolWrapper .esv .esv-text div {display: inline;}

#BibleToolWrapper .esv .copyright {
	font-size: 8px;
}

span.tooltip {
	width:auto;
	height:auto;
	text-decoration: none;
	color: white;
	padding: 5px;
	line-height: 12px;
	font-size:small;
	visibility: hidden;
	position:absolute;
	display: inline;
	max-width:250px;
	background-color:#B4A27C;
	border:solid 1px #000;
	-moz-box-shadow:    3px 3px 3px 1px rgba(0,0,0,.25);
	-webkit-box-shadow: 3px 3px 3px 1px rgba(0,0,0,.25);
	box-shadow:         3px 3px 3px 1px rgba(0,0,0,.25);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}
a.popup {white-space:nowrap;}

a.popup > .tooltip {white-space:normal;}

a.popup:hover {text-decoration: underline;}

a.popup:hover > .tooltip { visibility: visible; }

a.popup > .tooltip.init {opacity: 0;}