/**********************************

Use: Reset Styles for all browsers
Author: Nick Rigby

***********************************/
	
body {
  margin: 0;
  padding: 0;
}

a img, iframe { border: none; }
	
/* Links
------------------------------*/

a, a:link {}
a:visited {}
a:hover {}
a:active {}

/* Forms
------------------------------*/

form, fieldset {
	margin: 0;
	padding: 0;
}
	
fieldset { border: 1px solid #000; }

legend {
	padding: 0;
	color: #000;
}

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
	
select { padding: 0; }



/**********************************

Use: Core Styles
Author: Rick Baskett

***********************************/

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	background-color: white;
	background-image: url(../images/bg_strip.jpg);
	background-repeat: repeat-y;
}
 
.blue { color: #33C; }
.white { color: #FFF; }
.smaller { font-size: 10px; }

ol h3 { margin-left: -40px; }

h3 { font-size: 13px; }

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline; 
	color: white;
	background-color: #33c;
}

a:hover img { background-color: white; }

#icons img {
	padding: 0px 10px 0 10px;
}

img {	border-style: none; }


/**********************************

Use: alaform template
Author: Nick Rigby

***********************************/

form.alaform fieldset { margin-bottom: 10px; }
	
form.alaform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.alaform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.alaform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.alaform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.alaform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.alaform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.alaform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.alaform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.alaform label { width: 120px; } /* Width of labels */
form.alaform fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

form.alaform small.error { 
  display: none;
  color: white;
  padding: 5px;
  margin: 2px 0;
}

/*\*//*/ form.alaform legend { display: inline-block; } /* IE Mac legend fix */


/**********************************

Name: alaform Styles
Author: Nick Rigby 

***********************************/

form.alaform {
	width: 370px;
	font-size: 1.1em;
	color: #333;
	}
	
form.alaform legend { padding-left: 0; }
	
form.alaform legend,
form.alaform label { color: #333; }

form.alaform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../images/alaform-fieldset.gif) left bottom repeat-x;
	}
	
form.alaform fieldset fieldset { background: none; }
	
form.alaform fieldset li {
	padding: 5px 10px 7px;
	background: url(../images/alaform-divider.gif) left bottom repeat-x;
	}


/* ERRORS */
.errors-alert, .errors-error, .errors-notice, .errors-help {
	text-align: center;
	padding: 1px;
	font-weight: bold;
	color: white;
	border: 1px black dashed;
}

.errors-alert {	background-color: #004d84; }
.errors-error {	background-color: red; }
.errors-notice { background-color: green; }
.errors-help { 
	background-color: yellow;
	color: black;
}


/* Smooth Box */
html, body {
  min-height: 100%;
  height: auto !important;
  height: 100%
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	/* display:none; */
	border: 4px solid #525252;
	text-align:left;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


/* eBible */
.bookHeading, .chapterHeading, .paragraphHeading {  
  display: none;
}
.verseNum {
  font-size: 0.6em;
  vertical-align: super;
  color: #B40101;
  line-height: 0;
}
.verse {
  line-height: 1.3em;
}
.jesusTalk {
  color: #B40101;
}
.ebibleSnippetContainer {
  font-family: Arial, sans-serif;
  font-size:14px; 
  border:1px solid #f6bf31;
  background-color: #fce6b8; 
  padding:10px;
  text-align: left;
}
.ebibleSnippetContainer a ,.ebibleSnippetContainer a:visited{
  color:#0000ee;
}
.ebSnippet-title {
  color:#0000ee;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1ex;
}
.ebSnippet-body {
}
.ebSnippet-more {
}
.ebSnippet-topics{
  margin-top: 1ex;
  font-size: 0.8em;
}
.ebSnippet-topics a, .ebSnippet-topics a:visited{
  color:#9999FF;
  text-decoration:underline;
}
.ebSnippet-topics a:hover{
  color:#0000ff;
}
.ebSnippet-credit {
  float: right;
  padding-top: 5px;
  font-size: 0.9em;
}
.dismissible_link {
  margin: 0.5em 0 0 0 !important;
  padding:0 !important;
  font-weight: normal;
  font-size: 0.9em;
  clear: both;
  display: block;
  text-align: right;
  text-decoration: underline !important;
  border: none !important;
}
.dismissible_link:hover {
  color: #BCA902;
}

/**********************************
Use: From TextEdit conversion of RTF files (for quarterly lessons)
Author: Philip Olson (via TextEdit)
Note: Testing, for now
***********************************/
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; text-align: center; font: 15.0px}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; text-align: center; font: 12.0px}
p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px; min-height: 15.0px}
p.p4 {margin: 0.0px 0.0px 0.0px 36.0px; text-indent: -36.0px; line-height: 14.2px; font: 12.0px}
p.p5 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 14.2px; font: 12.0px; min-height: 15.0px}
p.p6 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 14.2px; font: 12.0px}
p.p7 {margin: 0.0px 0.0px 0.0px 108.0px; text-indent: -108.0px; line-height: 14.2px; font: 12.0px}
p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 13.4px; font: 12.0px}
p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 13.4px; font: 12.0px; min-height: 15.0px}
p.p10 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px}
p.p11 {margin: 0.0px 0.0px 0.0px 36.0px; font: 12.0px}
p.p12 {margin: 0.0px 0.0px 0.0px 36.0px; text-indent: -36.0px; font: 12.0px}
p.p13 {margin: 0.0px 0.0px 0.0px 36.0px; font: 12.0px; min-height: 15.0px}
span.s1 {font: 12.0px; text-decoration: underline ; color: #2d2cfa}
span.s2 {font: 12.0px}
