div.options
{
 display: block;
 margin: 5px;
 padding: 5px;
}

div.text
{
 display: block;
 margin: 5px; 
 overflow-x: auto;
 overflow-y: hide;
}	

#bible-content
{
 display: block;
 float: left;
 clear: left;
 margin: 0 5px 0 5px; 
}

#dict-content
{
 display: block;
 float: right;
 clear: right;
 margin: 0 5px 0 5px;
}

#comment-content
{
 width: 100%;
 display: block;
 margin: 0 5px 0 5px; 
}

#hidden-div
{
 visibility: hidden;
}

#bible_options form, #dict_options form, #comment_options form
{
 margin: 2px;
}

#bible-content h4, #dict-content h4, #comment-content h4
{
 margin:0;
 padding: 0 5px 0 5px;
 text-align: center
}

#bible_options select, #dict_options select, #comment_options select,
#bible_options input.searchfld, #dict_options input.searchfld, #comment_options input.searchfld
{
 margin: 2px 0 0 0;
}

#comment-text p, #comment-text h2, #comment-text h3, #comment-text h4,
#dict-text p, #dict-text h2, #dict-text h3, #dict-text h4   
{
 padding: 0 20px 0 20px;
}

.bspacer
{
 width: 100%;
 clear: both;
}

.verse_abb
{
 font-weight: bold;
}

.word_found
{
 font-style: italic;
}

.bref
{
 font-weight: bold;
 cursor: pointer;
}

#bible-text h3
{
 padding: 0 20px 0 20px;
}

p.verso
{
 text-indent: 0;
 padding: 0 20px 0 20px;
 margin:0 0 0 0;
 cursor: default;
 direction: ltr;
}

p.versodir
{
 text-indent: 0;
 padding: 0 20px 0 20px;
 margin:0 0 0 0;
 cursor: default;
 direction: rtl;
}

span.strongnum
{
 font-size: 9px;
 vertical-align: super;
 cursor:pointer;
}

p.selverso
{
 text-indent: 0;
 padding:0 20px 0 20px;
 margin:0 0 0 0;
 cursor: default;
}

div.ajax-loading
{
 background-image: url("ajax-loader.gif");
 background-repeat: no-repeat;
 background-position: 50% 50%;
}

select.ajax-loading
{
 width: 30px;
 background-image: url("ajax-loader2.gif");
 background-repeat: no-repeat;
}

div.copyright
{
 font-size: x-small;
 text-align: center;
}
