#dhtmltooltip
{
	position : relative;
	border-right: black 2px solid;
	padding-right: 2px;
	border-top: black 2px solid;
	padding-left: 2px;
	visibility: hidden;
	padding-bottom: 2px;
	border-left: black 2px solid;
	width: 200px;
	padding-top: 2px;
	border-bottom: black 2px solid;
	position: absolute;
	background-color: lightyellow;
}
#DivScriptures
{
	border-right: black 2px solid;
	padding-right: 2px;
	border-top: black 2px solid;
	display: none;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: black 2px solid;
	width: 250px;
	padding-top: 2px;
	border-bottom: black 2px solid;
	position: relative;
	background-color: lightyellow;
}
#floater
{
	border-right: #330 1px solid;
	border-top: #330 1px solid;
	visibility: hidden;
	border-left: #330 1px solid;
	border-bottom: #330 1px solid;
	position: relative;
}
#divContent
{
	overflow: auto;
	position: relative;
	/*height: 450px;*/
}

/* Bible Book name display */
.BibleBookName
{
	font-family: Verdana, Helvetica, sans-serif;
}
#ScriptureReader
{
	border-right: black 1px solid;
	padding-right: 5px;
	border-top: black 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	overflow: scroll;
	border-left: black 1px solid;
	width: 100%;
	padding-top: 5px;
	border-bottom: black 1px solid;
	height: 500px;
}
/* Scripture text */
.Scripture
{
	font-family : Verdana, Helvetica, sans-serif;
}

.VerseInfo
{
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color : #F5F5F5;
	border-top : dotted 1px grey;
	margin-bottom : 1px;
}

.Verse
{
	font-family: Verdana, Helvetica, sans-serif;
}

.VerseHighlight:link
{
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #3333cc;
}

.VerseHighlight:visited
{
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
	color: #333399;
}

.VerseHighlight:active
{
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
	color: #333399;
}

.VerseHighlight:hover
{
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: underline;
	color: #3333cc;
}

/* Eastons word as displayed above the definition */
.EastonsWord
{
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

/* Eastons definition text */
.EastonsDefinition
{
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}
/* Eastons treeview letter text */
.EastonsTreeText
{
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

/* naves word as displayed above the definition */
.NavesWord
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: normal;
	font-weight :bold;
	background-color : WhiteSmoke;
	border-bottom : dashed 1px black;
}


.BibleName
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: normal;
	background-color : WhiteSmoke;
	border-bottom : dashed 1px black;
}

.BibleNameDefinition
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-style :italic;
	letter-spacing: normal;
	font-weight :bold;
	}
	
.OutlineTitle
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: normal;
	background-color : WhiteSmoke;
}

.RowBorderBottom
{
	border-bottom: black 1px solid;
}
.CommentPadding
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.CellLine
{
	padding-left: 5px;
	border-left: black 1px solid;
	/*padding-top: 5px;
	padding-right: 5px;
	border-top: black 1px solid;
	border-right: black 1px solid;
	border-bottom: black 1px solid;*/
}

#ProcessingMessage
{
	position : relative; 
	top : 50; 
	z-index : 1000;
	color : Aqua; 
	font-size : 16px; 
	font-weight :bolder ;
	display:none;
	border : 1px solid black;
	background-color : Green;
	padding-top : 5px;
	padding-top : 5px;
}

.TranslationList
{
	font-size : x-small;
}
	


/* Eastons definition text */
.DefinitionWord
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold ;
	letter-spacing: normal;
	background-color : Whitesmoke;
	border-bottom : 1px dashed black;
}
/* naves word as displayed above the definition */
.DefinitionTerm
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: normal;
	font-weight : normal ;
}

.TreeDefinition
{
 width : 90%; 
 padding-left:15px; 
 padding-right:15px;
}

/* Eastons definition text */
.InspirationTitle
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold ;
	letter-spacing: normal;
	background-color : Whitesmoke;
	padding-top : 5px;
}

.InspirationBody
{
	font-family: Verdana, Helvetica, sans-serif;
}

.InspirationQuotes
{
	font-family: Verdana, Helvetica, sans-serif;
}

.TabTransContent
{
	padding: 2px 2px 2px 2px;
	overflow-y: scroll;
}