/*======================= LAYOUT CSS ===========================*/
body{
	background-image:url(/images/assets/bg01.gif);
	background-repeat:repeat-x;
	margin:0px;
	font-size:14px;
	font-family:Trebuchet MS, Verdana, Arial;
	line-height: 15px;
}
h1, h2, h3, h4, h5{
	/*margin:0px;*/
	/**background-color:#eed89b;**/
}

#header{
	height:89px;
	padding:0px;
	margin:0px;
}
#hdrBox{
	width:775px;
	height:100px;
}
#srchInset{
	float:right;
	width:255px;
	height:100px;
	/**background-image:url(/mod/kjv2/images/assets/bif_inset1.jpg);
	background-repeat:no-repeat;**/
}
#topButtons1{
	padding:0px 0px 5px 8px;
}
#mainbodyLayout{
	width:100%;
	height:400px;
	align: left;
}
#toolscell{
	background-image:url(/images/assets/bg_dr09_ax.jpg);
	background-repeat:no-repeat;
	width: 441px;
	/**background-color:#ddd;**/
}
#tools{ /* actually where the scripture is located */
	/*background-position: right;*/
}
#leftMain{
	width:375px;
	margin:3px 5px 0px 10px;
	padding:10px 0px 10px 10px;
}
#contentcell{ /* actually where the tools are located */
	background-image:url(/images/assets/bg_dr09_b.jpg);
	background-repeat:no-repeat;
	/*margin:3px 5px 0px 10px;*/
	/**background-color:#fff;***/
}
#content{
	margin:3px 5px 0px 10px;
	/*background-position: left;*/
}
#footer{
	background-color:#7A0000;
}
#footerContent{
	padding:10px 10px;
	color:#FFF;
}
#footerContent a:link{
	color:#FFF;
	text-decoration:none;
}
#footerContent a:active{
	color:#FFF;
	text-decoration:none;
}
#footerContent a:visited{
	color:#FFF;
	text-decoration:none;
}
#footerContent a:hover{
	color:#FFF;
	text-decoration:underline;
}

/*======================= FORMAT CSS ===========================*/
#srchForm{ padding:0px; }
#simple01{
	/**
	font-size: 11px;
	font-family: Trebuchet MS;
	border:1px solid #000;
	padding-left:5px;
	width:150px;
	margin-top:7px;
	**/
}

#abtRtInset a, #volRtInset a{
	text-decoration:none;
	color:#7A0000;
}
#abtRtInset a:hover, #volRtInset a:hover{
	color:#ca8035;
	text-decoration:underline;
}
#abtRtInset, #volRtInset{
	margin-left:10px;
	margin-top:24px;
}
#abtRtInset h3, #volRtInset h3{
	color:#450000;
	/*font-size:smaller;*/
}
.overflowInset110{
	background-color:#FFF;
	width:95%;
	overflow:scroll;
	border:1px solid #555;
}
fieldset{	padding:3px 5px 6px 7px; }
legend{	padding:0px 5px; }


/*** menu options **********/
.menuskin1 {
	width:150px;
	padding:2px 1px;
	position:absolute;
	visibility:hidden;
	text-align:left;
	background-color:menu;
	border:1px solid buttonface;
	border:2px outset buttonhighlight;
	cursor:default;
}
.menuitems {
	padding:0px 5px 2px 10px;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
}
.mhr{
	padding:-5px;
	margin:-5px;
}