/***************************************************************************************************************/
/****************************************** Recovering Truth Styles ********************************************/
/***************************************************************************************************************/

/***************************************************************************************************************/
/*********************************************** COMMON STYLES *************************************************/
BODY {					/* Body of the HTML */
	MARGIN: 0px; 				/* No Margin */
	COLOR: #000000;				/*  */
	overflow: auto;				/* Remove the scroll bars for the main window, since the window will never be greater than the resolution of the screen */
}
DIV {						/* Divisions */
	POSITION: absolute; 			/* This allows for the division to be placed at an exact location (instead of relative location) on the page */
	MARGIN: 0em; 				/* No Margins */
	padding: 0em;
	spacing: 0em;
	BOTTOM: auto; 				/*   */
	TEXT-ALIGN: left;				/*   */
	BORDER-COLOR: #D2D2D2;			/* rgb(210,210,210)  */
/*	BACKGROUND-COLOR: rgb(244,244,255);    */
	COLOR: #FFFFFF;				/*   */
	FONT-SIZE: 1em;				/* Default Font Size */
}
TABLE {					/* Tables */
}							/* No Global Table constants */
HR {						/* Horizontal Lines */
	COLOR: #D2D2D2;				/*  */
	MARGIN: 0px; 				/* No Margins */
	HEIGHT: 2px;				/* Height (thickness) of line */
}
HR.LeftColumn {				/* Left(menu) Column division seperator */
	POSITION: absolute;  			/*   */
}
HR.RightColumn {				/* Right(content) Column division seperator */
	POSITION: absolute;  			/*   */
}

IMG {						/* All Images*/
	border: 0px solid;	 		/* No Boarders */
	margin: 0px;				/* No Margins */
}
A {
	TEXT-DECORATION: none;
/*	font-style: normal; */
/*	font-style: italic; */
/*	font-style: oblique; */
}

/* a:link { color: blue; } */
/* a:visited { color: yellow; } */
a:hover {
	TEXT-DECORATION: underline;
}

H1 {			/* Headers 1,2,3,4,5, and 6 */
	COLOR: rgb(0,51,153);			/* Dark Blue Color */
	FONT-SIZE: 2.2em; 				/* Default Font Size */
/*	margin-top:-10px; */
	margin-bottom: 0px;
}
H2 {			/* Headers 1,2,3,4,5, and 6 */
	COLOR: rgb(0,51,153);			/* Dark Blue Color */
	FONT-SIZE: 2em; 				/* Default Font Size */
/*	margin-top:-10px; */
	margin-bottom: 0px;
}
H3 {			/* Headers 1,2,3,4,5, and 6 */
	COLOR: rgb(0,51,153);			/* Dark Blue Color */
	FONT-SIZE: 1.8em; 				/* Default Font Size */
/*	margin-top:-10px; */
	margin-bottom: 0px;
}
H4 {			/* Headers 1,2,3,4,5, and 6 */
	COLOR: rgb(0,51,153);			/* Dark Blue Color */
	FONT-SIZE: 1.6em; 				/* Default Font Size */
/*	margin-top:-10px; */
	margin-bottom: 0px;
}
H5 {			/* Headers 1,2,3,4,5, and 6 */
	COLOR: rgb(0,51,153);			/* Dark Blue Color */
	FONT-SIZE: 1.4em; 				/* Default Font Size */
/*	margin-top:-10px; */
	margin-bottom: 0px;
}
H6 {			/* Headers 1,2,3,4,5, and 6 */
	COLOR: rgb(0,51,153);			/* Dark Blue Color */
	FONT-SIZE: 1.2em; 				/* Default Font Size */
/*	margin-top:-10px; */
	margin-bottom: 0px;
}

P {
	margin-top: .5em;
	margin-bottom: 0px; 
}

EM {						/* Emphasized Text */
}
STRONG {					/* Strong Emphasized Text */
}
DFN {						/* Definition Term */
}

CODE {					/* Computer Code Text */
}
SAMP {					/* Sample Computer Code */
}

KBD {						/* Keyboard text */
}
VAR {						/* Variable */
}
CITE {					/* Citation */
}

/***************************************************************************************************************/
/****************************************** SITE LAYOUT STYLES *************************************************/

/* ---------------------------------------- Main Layout Styles ----------------------------------------------- */
BODY.Main {
	BACKGROUND-COLOR: rgb(0,51,153); /*   */
	BACKGROUND-IMAGE: URL(../images/background/Gradient-Radial-400.jpg);
	background-position: 0px 0px;
	BACKGROUND-REPEAT: NO-REPEAT;
	background-attachment: fixed;
}

/* --------------------------------------- Pinter Layout Styles ---------------------------------------------- */
BODY.Printer {
	BACKGROUND-COLOR: rgb(255,255,255); /*   */
}
DIV.Printer {
	BACKGROUND-COLOR: rgb(255,255,255); /*   */
	COLOR: rgb(0,0,0); 			/*   */
}

/* --------------------------------------- Detail Layout Styles ---------------------------------------------- */
BODY.Detail {
	BACKGROUND-COLOR: rgb(245,245,245); /*   */
}


/***************************************************************************************************************/
/******************************************** SITE AREA STYLES *************************************************/

/* ----------------------------------------- Header Area Styles ---------------------------------------------- */
TABLE.Header {
	POSITION: absolute; 			/* This allows for the table to be placed at an exact location (instead of relative location) on the page */
	COLOR: rgb(0,51,153);			/*   */
	TEXT-ALIGN: center; 			/*   */
	FONT-SIZE: 12;				/* Large text size */
	BORDER: 0px  solid;			/*   */
	align: center;				/*   */
	halign: center;				/*   */
}
A.Header {
	COLOR: rgb(0,51,153);			/*   */
	font-style: normal; 
}

/* -------------------------------------------- Tabs Area Styles --------------------------------------------- */
TABLE.Tabs {
	POSITION: absolute; 			/* This allows for the table to be placed at an exact location (instead of relative location) on the page */
	COLOR: rgb(0,51,153);			/*   */
	TEXT-ALIGN: center; 			/*   */
	FONT-SIZE: 12;				/* Large text size */
	BORDER: 0px  solid;			/*   */
}
A.Tabs {
	COLOR: rgb(0,51,153);			/*   */
	font-style: normal; 
}

/* --------------------------------------- SectionLayout Area Styles ----------------------------------------- */
DIV.SectionLayout {
	OVERFLOW: auto;				/*   */
	BORDER-TOP: 3px solid; 			/*   */
	BACKGROUND-COLOR: rgb(244,244,255);	/*   */
	COLOR: rgb(0,51,153);			/*   */
}
A.SectionLayout {
	COLOR: rgb(0,51,153);
	font-style: normal; 
}

A.SelectedSectionLayout {
	COLOR: rgb(0,51,153);
	font-style: normal; 
	font-weight: bold;
}

/* ------------------------------------------- Tool Area Styles ---------------------------------------------- */
DIV.Tool {
	OVERFLOW: auto;				/*   */
	BORDER-TOP: 3px solid;			/*   */
	BACKGROUND-COLOR: rgb(244,244,255); /*   */
	COLOR: rgb(0,51,153);			/*   */
}

/* ------------------------------------------ Content Area Styles -------------------------------------------- */
DIV.Content {
	OVERFLOW: auto;				/*   */ 
	BORDER-TOP: 3px solid; 			/*   */
	BACKGROUND-COLOR: rgb(244,244,255); /*   */
	COLOR: rgb(0,0,0); 			/*   */
}
HR.Content {
}
A.Content {
	COLOR: rgb(0,51,153);			/* Dark Blue Color */
}
IMG.Right {
	float: right;				/* Places image to the right, allowing text wrap around the top, left, and bottom of image */
	border: 0px dotted black;		/* Border is thin and dotted */
}
IMG.Left {
	float: left;				/* Places image to the left, allowing text wrap around the top, right, and bottom of image */
	border: 1px dotted black;		/* Border is thin and dotted */
}

/* -------------------------------------- Cover Page Area Styles -------------------------------------------- */
DIV.Cover {
	OVERFLOW: auto;				/*   */ 
	COLOR: rgb(0,0,0); 			/*   */
}

/* ---------------------------------------------- Lines Styles ---------------------------------------------- */
DIV.BR_Line {
	BORDER-BOTTOM: 1px solid; 		/*   */
	BORDER-RIGHT: 1px solid; 		/*   */
}

/* --------------------------------------- Tooltip Area Styles ----------------------------------------- */
DIV.Tooltip {
	visibility: hidden;			/*   */
	OVERFLOW: auto;				/*   */
	BORDER: 0px solid; 			/*   */
	FONT-SIZE: 1em;
/*	BACKGROUND-COLOR: rgb(244,244,255);	    
	BACKGROUND-COLOR: rgb(255,255,225);	   
	BACKGROUND-COLOR: rgb(0,0,0);	   
 	BACKGROUND-COLOR: transparent; */
 	BACKGROUND-COLOR: transparent; 	/*   */
	COLOR: rgb(0,51,153);			/*   */
/*	margin: 2px;	*/
}
TABLE.TooltipTable {
	COLOR: rgb(0,51,153); 
	FONT-SIZE: 1em; 
	BORDER: 0px  solid; 
	halign: top;
}

A.SectionLayout {
	COLOR: rgb(0,51,153);
}

/***************************************************************************************************************/
/************************************************ TOOL STYLE ***************************************************/

/* ------------------------------------------- Bible Lookup Tool --------------------------------------------- */
TABLE.BibleLookup {
	COLOR: rgb(0,0,0);  			/*   */
	HEIGHT: 1px;   				/*   */
	TEXT-ALIGN: left;   			/*   */
	FONT-SIZE: 1em;  				/*   */
	left: 0px;  				/*   */
	top: 0px;  					/*   */
	border: 0;  				/*   */
	cellpadding: 0;  				/*   */
	cellspacing: 0;  				/*   */
}


/***************************************************************************************************************/
/****************************************** EXPAND COLLAPSE STYLES *********************************************/
/* Put this inside a @media qualifier so Netscape 4 ignores it */
/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
	/* Turn off list bullets */
	ul.mktree  li { list-style: none; } 
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { margin-left:0px; padding:0px; }
	ul.mktree ul { margin-left:10px; padding:0px; }
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 15px; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(minus.gif)  center left no-repeat; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(plus.gif)   center left no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: default; background: url(bullet.gif) center left no-repeat; }
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; }
	ul.mktree  li.liClosed  ul { display: none; }
	/* Format menu items differently depending on what level of the tree they are in */
/*	ul.mktree  li { font-size: 12pt; }
	ul.mktree  li ul li { font-size: 10pt; }
	ul.mktree  li ul li ul li { font-size: 8pt; }
	ul.mktree  li ul li ul li ul li { font-size: 6pt; } */
}


/***************************************************************************************************************/
/****************************************** TOOL TIP STYLES *********************************************/
.tip {font:10px/12px
Arial,Helvetica,sans-serif; border:solid 1px
#666666; width:270px; padding:1px;
position:absolute; z-index:100;
visibility:hidden; color:#333333; top:20px;
left:90px; background-color:#ffffcc;
layer-background-color:#ffffcc;}



DIV.GenMal {					/* Divisions */
	POSITION: absolute; 			/*  */
	MARGIN: 0em; 				/*  */
	padding: 0em;
	spacing: 0em;
	BOTTOM: auto; 				/*   */
	TEXT-ALIGN: center;			/*   */
	BORDER: thin solid #D2D2D2;
	BACKGROUND-COLOR: #FFFFFF;		/* */
	COLOR: #0000FF;				/*   */
	OVERFLOW: hidden;				/*  ??? */ 
	VERTICAL-ALIGN: middle;
}
A.GenMal:link {					/* Divisions */
	COLOR: #0000FF;				/*   */
}
A.GenMal:visited {				/* Divisions */
	COLOR: #0000FF;				/*   */
}

DIV.GenFem {					/* Divisions */
	POSITION: absolute; 			/*  */
	MARGIN: 0em; 				/*  */
	padding: 0em;
	spacing: 0em;
	BOTTOM: auto; 				/*   */
	TEXT-ALIGN: center;			/*   */
	BORDER: thin solid #D2D2D2;
	BACKGROUND-COLOR: #FFFFFF;		/* rgb(255,255,255) */
	COLOR: #FF3399;				/* RGB(Red:=255, Green:=51, Blue:=153)  */
	OVERFLOW: hidden;				/*  ??? */ 
	VERTICAL-ALIGN: middle;
}
A.GenFem:link {					/* Divisions */
	COLOR: #FF3399;				/* RGB(Red:=255, Green:=51, Blue:=153)  */
}
A.GenFem:visited {				/* Divisions */
	COLOR: #FF3399;				/* RGB(Red:=255, Green:=51, Blue:=153)  */
}

DIV.GenWif {					/* Divisions */
	POSITION: absolute; 			/*  */
	MARGIN: 0em; 				/*  */
	padding: 0em;
	spacing: 0em;
	BOTTOM: auto; 				/*   */
	TEXT-ALIGN: center;			/*   */
	BORDER: thin none #D2D2D2;
	BACKGROUND-COLOR: #FFFFFF;		/* rgb(255,255,255) */
	COLOR: #FF3399;				/* RGB(Red:=255, Green:=51, Blue:=153)  */
	OVERFLOW: hidden;				/*  ??? */ 
	VERTICAL-ALIGN: middle;
}
A.GenWif:link {					/* Divisions */
	COLOR: #FF3399;				/* RGB(Red:=255, Green:=51, Blue:=153)  */
}
A.GenWif:visited {				/* Divisions */
	COLOR: #FF3399;				/* RGB(Red:=255, Green:=51, Blue:=153)  */
}

DIV.GenTri {					/* Divisions */
	POSITION: absolute; 			/*  */
	MARGIN: 0em; 				/*  */
	padding: 0em;
	spacing: 0em;
	BOTTOM: auto; 				/*   */
	TEXT-ALIGN: center;			/*   */
	BORDER: thin solid #D2D2D2;
	BACKGROUND-COLOR: #000000;		/* */
	COLOR: #FFFFFF;				/*   */
	OVERFLOW: hidden;				/*  ??? */ 
	VERTICAL-ALIGN: middle;
}
A.GenTri:link {					/* Divisions */
	COLOR: #FFFFFF;				/*   */
}
A.GenTri:visited {				/* Divisions */
	COLOR: #FFFFFF;				/*   */
}

DIV.GenAJ {						/* Divisions */
	POSITION: absolute; 			/*  */
	MARGIN: 0em; 				/*  */
	padding: 0em;
	spacing: 0em;
	BOTTOM: auto; 				/*   */
	TEXT-ALIGN: center;			/*   */
	BORDER: thin solid #D2D2D2;
	BACKGROUND-COLOR: #FF0000;		/* */
	COLOR: #FFFFFF;				/*   */
	OVERFLOW: hidden;				/*  ??? */ 
	VERTICAL-ALIGN: middle;
}
A.GenAJ:link {					/* Divisions */
	COLOR: #FFFFFF;				/*   */
}
A.GenAJ:visited {					/* Divisions */
	COLOR: #FFFFFF;				/*   */
}

DIV.GenLiDL {					/* Divisions */
	POSITION: absolute; 			/*  */
	MARGIN: 0em; 				/*  */
	padding: 0em;
	spacing: 0em;
	BOTTOM: auto; 				/*   */
	TEXT-ALIGN: center;			/*   */

	BORDER-WIDTH: thin;
	BORDER-COLOR: #000000;

	BORDER-TOP-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	BORDER-RIGHT-STYLE: solid; 
	BORDER-BOTTOM-STYLE: solid; 

	BACKGROUND-COLOR: transparent;	/* */
	COLOR: #FFFFFF;				/*   */
	OVERFLOW: hidden;				/*  ??? */ 
	VERTICAL-ALIGN: middle;
}

DIV.GenLiDLdashed {					/* Divisions */
	POSITION: absolute; 			/*  */
	MARGIN: 0em; 				/*  */
	padding: 0em;
	spacing: 0em;
	BOTTOM: auto; 				/*   */
	TEXT-ALIGN: center;			/*   */

	BORDER-WIDTH: thin;
	BORDER-COLOR: #000000;

	BORDER-TOP-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	BORDER-RIGHT-STYLE: dashed; 
	BORDER-BOTTOM-STYLE: dashed; 

	BACKGROUND-COLOR: transparent;	/* */
	COLOR: #FFFFFF;				/*   */
	OVERFLOW: hidden;				/*  ??? */ 
	VERTICAL-ALIGN: middle;
}

DIV.GenLiDR {					/* Divisions */
	POSITION: absolute; 			/*  */
	MARGIN: 0em; 				/*  */
	padding: 0em;
	spacing: 0em;
	BOTTOM: auto; 				/*   */
	TEXT-ALIGN: center;			/*   */

	BORDER-WIDTH: thin;
	BORDER-COLOR: #000000;

	BORDER-TOP-STYLE: none; 
	BORDER-LEFT-STYLE: solid; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-BOTTOM-STYLE: solid; 

	BACKGROUND-COLOR: transparent;	/* */
	COLOR: #FFFFFF;				/*   */
	OVERFLOW: hidden;				/*  ??? */ 
	VERTICAL-ALIGN: middle;
}

DIV.GenLiDRdashed {					/* Divisions */
	POSITION: absolute; 			/*  */
	MARGIN: 0em; 				/*  */
	padding: 0em;
	spacing: 0em;
	BOTTOM: auto; 				/*   */
	TEXT-ALIGN: center;			/*   */

	BORDER-WIDTH: thin;
	BORDER-COLOR: #000000;

	BORDER-TOP-STYLE: none; 
	BORDER-LEFT-STYLE: dashed; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-BOTTOM-STYLE: dashed; 

	BACKGROUND-COLOR: transparent;	/* */
	COLOR: #FFFFFF;				/*   */
	OVERFLOW: hidden;				/*  ??? */ 
	VERTICAL-ALIGN: middle;
}

DIV.GenLiD {					/* Divisions */
	POSITION: absolute; 			/*  */
	MARGIN: 0em; 				/*  */
	padding: 0em;
	spacing: 0em;
	BOTTOM: auto; 				/*   */
	TEXT-ALIGN: center;			/*   */

	BORDER-WIDTH: thin;
	BORDER-COLOR: #000000;

	BORDER-TOP-STYLE: none; 
	BORDER-LEFT-STYLE: solid; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-BOTTOM-STYLE: none; 

	BACKGROUND-COLOR: transparent;	/* */
	COLOR: #FFFFFF;				/*   */
	OVERFLOW: hidden;				/*  ??? */ 
	VERTICAL-ALIGN: middle;
}

DIV.GenLiH {					/* Divisions */
	POSITION: absolute; 			/*  */
	MARGIN: 0em; 				/*  */
	padding: 0em;
	spacing: 0em;
	BOTTOM: auto; 				/*   */
	TEXT-ALIGN: center;			/*   */

	BORDER-WIDTH: thin;
	BORDER-COLOR: #000000;

	BORDER-TOP-STYLE: solid; 
	BORDER-LEFT-STYLE: none; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-BOTTOM-STYLE: none; 

	BACKGROUND-COLOR: transparent;	/* */
	COLOR: #FFFFFF;				/*   */
	OVERFLOW: hidden;				/*  ??? */ 
	VERTICAL-ALIGN: middle;
}

DIV.GenLiDdashed {					/* Divisions */
	POSITION: absolute; 			/*  */
	MARGIN: 0em; 				/*  */
	padding: 0em;
	spacing: 0em;
	BOTTOM: auto; 				/*   */
	TEXT-ALIGN: center;			/*   */

	BORDER-WIDTH: thin;
	BORDER-COLOR: #000000;

	BORDER-TOP-STYLE: none; 
	BORDER-LEFT-STYLE: dashed; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-BOTTOM-STYLE: none; 

	BACKGROUND-COLOR: transparent;	/* */
	COLOR: #FFFFFF;				/*   */
	OVERFLOW: hidden;				/*  ??? */ 
	VERTICAL-ALIGN: middle;
}
