﻿body
{
    background-image: url('../global_resources/graphics/bg.png');
    background-color: #99CCFF;
    background-repeat: repeat-x;
}
a
{
    border-style: none;
    text-decoration: none;
    color: #3399FF;
}
a:hover
{
    text-decoration: underline;
}
a:visited
{
    color: #35469f;
}
#menu
{
    margin: 0 auto;
    width: 900px;
    height: 130px;
}
#menu h1
{
    text-indent: -9999em;
}
#banner
{
    background-image: url('../global_resources/graphics/KPCLogo.jpg');
    float: left;
    background-repeat: no-repeat;
    width: 264px;
    height: 90px;
}
.navlinks
{
    margin-top: 32px;
    padding-top: 16px;
    float: left;
    background-repeat: no-repeat;
    margin-right: 1px;
    width: 124px;
    height: 40px;
    background-image: url('../global_resources/graphics/button.png');
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
    color: #000000;
}
.navlinks:hover
{
    color: #FFFFFF;
    text-decoration: none;
}
.navlinks:visited
{
    color: #000000;
}
.navlinks:visited:hover
{
    color: #FFFFFF;
    text-decoration: none;
}
.left
{
    background-position: 0px top;
}
.left:hover
{
    background-position: -138px top;
}
.right
{
    background-position: -14px top;
}
.right:hover
{
    background-position: -152px top;
}
.middle
{
    background-position: -5px top;
}
.middle:hover
{
    background-position: -143px top;
}
.currentMiddle:visited
{
    background-position: -5px -75px;
}
.currentRight:visited
{
    background-position: -14px -75px;
}
.currentLeft:visited
{
    background-position: 0px -75px;
}
.currentMiddle
{
    background-position: -5px -75px;
}
.currentRight
{
    background-position: -14px -75px;
}
.currentLeft
{
    background-position: 0px -75px;
}
.currentMiddle:visited,.currentRight:visited,.currentLeft:visited,.currentMiddle,.currentRight,.currentLeft
{
    color: White;
    height: 59px;
}
.container
{
    width: 850px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.content
{
    overflow: hidden;
    background-color: white;
    font-family: Verdana;
    font-size: medium;
    padding: 20px 10px 50px 10px;
    margin: 0 auto;
    text-align: justify;
}
.rounded_top
{
    background-image: url('../global_resources/graphics/top_rounded.png');
    background-repeat: no-repeat;
    height: 15px;
    width: 850px;
}
.rounded_bottom
{
    background-image: url('../global_resources/graphics/bottom_rounded.png');
    background-repeat: no-repeat;
    height: 15px;
    width: 850px;
}
.footer
{
    margin: 0 auto;
    text-align: center;
    font-size: small;
}
h1
{
    text-align: left;
    font-size: large;
}
h2
{
    text-align: left;
    font-size: large;
}
.info
{
    float: right;
    width: 0;
    height: 20px;
    overflow: hidden;
}
span
{
    font-family: Verdana;
}
strong
{
    font-weight: bolder;
}
img
{
    margin: 10px;
}
/*ref-tagger style*/
.lbsTooltip
{
	background: #99CCFF;
	border: 1px solid gray;
	z-index: 99;
	text-align: left;
	text-indent: 0;
}

.lbsTooltip div
{
	text-align: left;
}

.lbsTooltipHeader
{
	background: Black;
	color: White;
	font-weight:bold;
	font-size:15px;
	line-height: 18px;
	font-family:Arial,Helvetica,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;
}
.sideBySide
{
    float: left;
}