@charset "utf-8";
/* CSS Document */

.lbsTooltip
{
	background:#fffade;
	border: 1px solid gray;
	z-index: 99;
	text-align: left;
	text-indent: 0;
}

.lbsTooltip div
{
	text-align: left;
}

.lbsTooltipHeader
{
	background:#fff4b8;
	color: black;
	font-weight:normal;
	font-size:20px;
	line-height: 18px;
	font-family:calibri,arial,sans-serif;
	margin: 0;
	padding:4px;
	position:relative;
	border: 0;
}

.lbsTooltipBody 
{
	padding: 4px 8px 0 8px;
	margin:0;
	position:relative;
	z-index: 2;
	border: 0;
	line-height:16px;
}

.lbsTooltipBody p, .lbsTooltipBody span
{
	display: inline;
	color: black;
	font-family:Arial,Helvetica,serif;
	font-size: 14px;
	line-height:16px;
}

.lbsTooltipFooter
{
	font-size:11px;
	font-family:Helvetica,Arial,serif;
	bottom:4px;
	margin-top: 4px;
	position:absolute;
	text-align:right;
	border: 0;
}

.lbsTooltipFooter a:link, .lbsTooltipFooter a:visited, .lbsTooltipFooter a:hover 
{
	color: blue;
	text-decoration: underline;
	font-weight: normal;
	font-size:11px;
	font-family:Helvetica,Arial,serif;
}

.lbsTooltipFooter div
{
	text-align:right;
}


.lbsTooltipBody .ch-ref, .lbsTooltipBody .verse-ref
{
	font-size: 85%;
	top: -1px;
	position: relative;
}

.lbsTooltipBody .ch-ref
{
	font-weight: bold;
}

.lbsTooltipBody .verse-ref
{
	color: dimgray;
}

.lbsTooltip, .lbsTooltipBody span, .lbsTooltip a, .lbsTooltipBody p
{
	margin: 0;
	padding: 0;
}

.lbsLibronix img
{
	float: none !important;
}

body {
	font: 100% Calibri, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #2f5aa9;
}
code {
	font: 100% Calibri, Arial, Helvetica, sans-serif;

}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #ffcc00;
	background-image: url(/images/wheat01.jpg);
	height: 200px;
	width: 780px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000000;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	font-family: Calibri, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	position: static;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffcc00;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000000;
}
.oneColFixCtrHdr #navmain {
	width: 780px;
	position: static;
	background-color: #ffcc00;
	height: 40px;
}
pre {
	text-align: center;
	font-family: calibri, Helvetica, sans-serif;
	font-style: italic;
	font-size: medium;
	font-weight: bold;
}
blockquote {
	font-style: italic;
}
.blockquote {
	font-style: italic;}
.oneColFixCtrHdr #ftrctr {
	text-align: center;
}
.oneColFixCtrHdr #container #adleft {

}
.oneColFixCtrHdr #container #adRight {
	text-align: left;
}
dt {
	font-weight: bold;
}

dd {
	font-weight: normal;
	text-indent: 10px;
}

/* styles for breadcrumb */

.crumb
{
	color: #333;
}
.crumbtitle
{
	color: #333;
	font-style: normal;
	font-weight: bolder;
}
.crumbdelimiter 
{
	color: #333;
}

#crumbstyle
{
	font-size: x-small;
	font-family: "segoe ui", calibri, sans-serif;
}

/*
a:link
{
	font-size: small;
	color: #000;
}

a:hover
{
	font-size: small;
	color: #000;
}

a:visited
{
	font-size: small;
	color: #000;
}
*/

/*form styles*/

label {
	font-weight:bold;
	float: left;
	width: 80px;
	margin-right: 1em;
	}
input {
	width: 200px;
	}
input.radio, input.checkbox, input.textarea, input.button {
	width:auto;
}
