/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Tahoma, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


.menuHeader
{
	
	padding-bottom: 4px;
	color: #0068c9;
	padding-top: 18px;
}

.table_header
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	font-weight: bold;
	border-left: dimgray 1px solid;
	color: black;
	text-indent: 3px;
	border-bottom: dimgray 1px solid;
	height: 20px;
	background-color: gray;
}

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
A:link,A:visited
{
	font-family:Verdana;
	font-weight:normal;
	font-size:1.0em;
	color:#0068C9;
	text-decoration: none;
}
A:hover
{
	font-size: 1em;
	color: red;
	text-decoration: underline;
}

A:link.Link2, A:visited.Link2
{
	font-size: 1em;
	color: #0068c9;
	font-family: Tahoma;
	text-decoration: none;
}

A:hover.Link2
{
	text-decoration: underline;
	font-size:1.0em;
}

.shade_cell
{
	padding-left: 10px;
	background-image: url(images/shade.jpg);
	/*border-left: gainsboro 1px solid;*/
	background-repeat: repeat-x;
	background-color: #ffffff;
    color:#000000;
}

.header_1{
	font-family:arial,tahoma,helvetica;
	font-weight:bold;
	font-size:12px;
	color: #000000
}

.label1
{
	border-right: lightslategray 1px solid;
	border-top: lightslategray 1px solid;
	font-weight: normal;
	padding-left: 3px;
	font-size: 1em;
	border-left: lightslategray 1px solid;
	color: black;
	border-bottom: lightslategray 1px solid;
	font-family: verdana,arial,tahoma,helvetica;
	background-color: transparent;
}

.txtBox1
{
	border-right: lightslategray 1px solid;
	border-top: lightslategray 1px solid;
	padding-left: 3px;
	font-weight: normal;
	font-size: 1em;
	border-left: lightslategray 1px solid;
	border-bottom: lightslategray 1px solid;
	font-family: verdana,arial,tahoma,helvetica;
	height: 21px;
	background-color: white;
}

.dropDownList
{
	border-right: lightslategray 1px solid;
	border-top: lightslategray 1px solid;
	font-weight: normal;
	font-size: 1em;
	border-left: lightslategray 1px solid;
	color: #000000;
	border-bottom: lightslategray 1px solid;
	font-family: verdana,arial,tahoma,helvetica;
	height: 22px;
	background-color: #ffffff;
}

.btn1
{
	font-weight: bold;
	font-size: 1em;
	cursor: hand;
	color: #0068c9;
	background-repeat: no-repeat;
	font-family: Verdana;


}
.btn1: hover
{
	color: red;
	text-decoration: underline;
}

.ParaTitle
{
	font-weight: bold;
	font-size: 16px;
	color:"#0000ff";
	font-family: verdana,arial,tahoma,helvetica;
}

.Scripture
{
	font-weight:bold;
	font-size:15px;
	font-family: Arial;
	color:Olive;	
}

.ParaText
{
	font-weight: normal;
	font-size: 16px;
	color:"#0000ff";
	font-family: verdana,arial,tahoma,helvetica;
}

.colorBlack{
color:#000000;
}

.content_border{
	border-color: #9CA4B7;
	border-bottom-style: solid; border-bottom-width: 1px;
	border-left-style: solid; border-left-width: 1px;
	border-right-style: solid; border-right-width: 1px;
}

.cell_border{
	border-color: #9CA4B7;
	border-bottom-style: solid; border-bottom-width: 1px;
	border-left-style: solid; border-left-width: 0.5pt;
	border-right-style: solid; border-right-width: 0.5pt;
	border-top-style: solid; border-top-width: 0.5pt;
}

.top_border{
	border-color: #9CA4B7;
	border-top-style: solid; border-top-width: .5pt;
	font-weight: bold;
	color:#0068C9;	
}

.centrePanel_DIV
{ BORDER-RIGHT: darkgray 1px solid; BORDER-TOP: darkgray 1px solid; PADDING-LEFT: 10px; 
	/*BACKGROUND-IMAGE: url(../images/shade.jpg);*/ 
	PADDING-BOTTOM: 10px; SCROLLBAR-HIGHLIGHT-COLOR: #c1c1da; 
	OVERFLOW:AUTO; BORDER-LEFT: darkgray 1px solid; WIDTH: 100%; 
	SCROLLBAR-SHADOW-COLOR: white; 
    SCROLLBAR-3DLIGHT-COLOR: dimgray; 
    SCROLLBAR-ARROW-COLOR: blue; 
    PADDING-TOP: 10px; 
    PADDING-RIGHT: 10px;
    BORDER-BOTTOM: darkgray 1px solid; BACKGROUND-REPEAT: repeat-x; 
    SCROLLBAR-DARKSHADOW-COLOR: dimgray; 
    SCROLLBAR-BASE-COLOR: white; 
		height:100%;
    background-color: #e1e1ed;
    color:#000000;
   
 }
 
 .centrePanel
{ BORDER-RIGHT: darkgray 1px solid; BORDER-TOP: darkgray 1px solid; PADDING-LEFT: 10px; 
	/*BACKGROUND-IMAGE: url(../images/shade.jpg);*/ 
	PADDING-BOTTOM: 10px; 
    PADDING-TOP: 10px; 
    PADDING-RIGHT: 10px;
    BORDER-BOTTOM: darkgray 1px solid; BACKGROUND-REPEAT: repeat-x; 		
    background-color: #e1e1ed;
    color:#000000;
   
 }
 
 .long_list
{
	border-bottom: 1px #c3c3c3 solid;
	overflow: hidden;
	color: #000000;
}

.whiteCell
{
	padding-top: 2px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: white;
}

