/*//////////////////////////////////////////////////////////////////////////////////// page setup ///////////*/html,body,a:link,a:visited,a:hover,a:active,h1,h2,h3,h4,h5,p,ul,li,div,img,form,label,input,textarea,select {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
	margin:0;
	padding:0;
	border:0;
}
input,textarea,select {
	margin:0;
	padding:1px;
	border:1px solid #0A5380;
}
input[type="radio"],input[type="checkbox"],input[type="image"] {
	border:0;
}
a.button,input.button{
	display:block;
	float:left;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
	background-color:#dddddd;
	width:auto;
	text-decoration:none;
	margin:0;
	border:1px solid #0A5380;
	cursor:pointer;
}
input.button {
	height:24px;
	padding:0 1px 3px 1px;
}
a.button {
	height:20px;
	padding:2px 6px 0 6px;
}
html, body {
	width:100%;
	background-color:#939393;
}
#loaderholder {
	display:none;
	position:absolute;
	right:20px;
	top:20px;
}
#msgholder {
	position:absolute;
	z-index:997;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#msgholder2 {
	position:absolute;
	z-index:998;
	display:block;
	width:100%;
	height:100%;
	background-color:#000000;
	filter: alpha(opacity=50);
	opacity: .5;
	top:0;
	left:0;
}
.msg {
	position:absolute;
	z-index:999;
	display:block;
	width:100%;
	height:100%;
}
.msg p {
	display:block;
	width:400px;
	margin:150px auto 0 auto;
	border:1px solid #330000;
	background-color:#003567;
	padding:5px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}
.msg input#msgok {
	display:block;
	padding:2px 20px;
	margin:0 auto;
	cursor:pointer;
}
.msg a:link, .msg a:visited, .msg a:hover {
	padding:2px 20px;
	background-color:#F0F0F0;
	text-decoration:none;
}
.clear {
	clear:both;
	width:0;
	height:0;
}
ul {
	list-style-position:inside;
}
/*//////////////////////////////////////////////////////////////////////////////////// page styles ///////////*/
h1 {
	font-size:22px;
	font-weight:normal;
}
.h2{
	font-size:16px;
	font-weight:bold;
	color:#B31313;
}
hr.dashedhr {
	border:0;
	height:0;
	border-bottom:1px #4c4b4b dashed;
	background-color:#ffffff;
}
#page {
	display:block;
	width:940px;
	margin:0 auto;
}
#top {
	display:block;
	width:940px;
	height:120px;
	background:url(library/dailyreadings_top.jpg) bottom no-repeat;
}
#holder {
	display:block;
	width:940px;
	background:url(library/dailyreadings_content.jpg) repeat-y;
}
#left {
	display:block;
	float:left;
	width:180px;
	background:url(library/dailyreadings_menu.jpg) repeat-y;
}	
#right {
	display:block;
	float:left;
	width:760px;
}
#left_top {
	display:block;
	width:180px;
	height:50px;
	background:url(library/dailyreadings_title_left.jpg) top no-repeat;
}
#left_nav {
	display:block;
	width:170px;
	padding:0 5px;
}
a.left_nav_item:link, a.left_nav_item:visited {
	display:block;
	width:130px;
	padding:5px;
	margin:0px 15px;
	color:#FFFFFF;
	text-decoration:none;
}
a.left_nav_item:hover {
	color:#333333;
	background-color:#CBDBEA;
}


#strongsholder {
	position:fixed;
	z-index:997;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#strongsholder2 {
	position:fixed;
	z-index:998;
	display:block;
	width:100%;
	height:100%;
	background-color:#003567;
	filter: alpha(opacity=50);
	opacity: .5;
	top:0;
	left:0;
}
#strongstext {
	position:fixed;
	z-index:999;
	display:block;
	width:100%;
	height:100%;
}
/*#strongstext p {
	display:block;
	width:400px;
	margin:100px auto 0 auto;
	border:1px solid #330000;
	background-color:#cc0000;
	padding:5px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}*/
.xstrongs {
	display:block;
	width:600px;
	margin:100px auto 0 auto;
	border:1px solid #003567;
	background-color:#ffffff;
	padding:15px;
	color:#0C5582;
	height:400px;
	overflow-y:scroll;
}
#right_top {
	display:block;
	width:740px;
	height:50px;
	background:url(library/dailyreadings_title_right.jpg) top no-repeat;
	padding:0px 0px 0px 20px;
}
#right_top h1{
	padding-top:10px;
}
#main {
	display:block;
	width:740px;
	padding:0px 20px 5px 0px;
}
#options {
	display:block;
	width:740px;
	padding:2px 0px;
	border-bottom:1px solid #333333;
	border-top:1px solid #333333;
}
#layouts {
	display:block;
	float:left;
	width:240px;
	padding:0px 0px 2px 0px;
	font-size:small;
	color:#0A5380;
	font-weight:bold;
}
#versions {
	display:block;
	float:left;
	width:440px;
	padding:0px 0px 2px 0px;
	margin-left:40px;
	font-size:small;
	color:#0A5380;
	font-weight:bold;
}
.opt_button {
	display:block;
	float:left;
	width:40px;
	height:30px;
}
a.jump_link:link, a.jump_link:visited {
	display:block;
	width:58px;
	height:12px;
	margin-bottom:1px;
	font-size:8px;
	padding:0px;
	border:1px solid #0C5582;
	background-color:#B6CAE3;
	text-decoration:none;
	text-align:center;
}
a.jump_link:hover {
	background-color:#003567;
	color:#ffffff;
}
a.strongs_button_on:link, a.strongs_button_on:visited {
	display:block;
	margin:5px auto;
	width:64px;
	padding:2px;
	font-size:10px;
	background-color:#B6CAE3;
	text-decoration:none;
	border:1px solid #003567;
	text-align:center;
}
a.strongs_button_off:link, a.strongs_button_off:visited {
	display:block;
	margin:5px auto;
	width:64px;
	padding:2px;
	font-size:10px;
	background-color:#DDDDDD;
	text-decoration:none;
	border:1px solid #0C5582;
	text-align:center;
}
a.strongs_button_on:hover, a.strongs_button_off:hover {
	background-color:#003567;
	color:#ffffff;
}
a.snum:link, a.snum:visited {
	display:block;
	width:34px;
	padding:1px;
	font-size:10px;
	background-color:#DDDDDD;
	text-decoration:none;
	text-align:center;
	border:1px solid #0C5582;
	font-weight:bold;
}
a.snum:hover {
	background-color:#003567;
	color:#ffffff;
}
#audio {
	display:block;
	width:740px;
	padding:0px;
	background-color:#dddddd;
	margin-top:5px;
}
#audio_header {
	display:block;
	float:left;
	width:50px;
	padding:5px;
	text-align:center;
	font-weight:bold;
}
#audio_full {
	display:block;
	float:left;
	width:180px;
	height:50px;
	font-weight:normal;
	font-size:11px;
	padding:10px;
	border:1px dotted #013567;
	background-color:#B6CAE3;
}
#audio_right {
	display:block;
	float:left;
	width:470px;
}
#gospelcom_audio {
	display:block;
	float:right;
	width:100px;
	padding-right:5px;
	height:70px;
	background:url(library/audio_gospelcom.png) no-repeat;
}
#audio_rest {
	display:block;
	float:right;
}
.audio_chapter {
	display:block;
	float:right;
	height:16px;
	padding:2px 5px 0px 5px;
	text-align:right;
	font-weight:bold;
	color:#0A5380;
}
a.audio_version:link, a.audio_version:visited {
	display:block;
	float:right;
	height:18px;
	text-align:right;
	padding:0px 2px 0px 18px;
	text-decoration:none;
	border:1px solid #013567;
	margin:0px 0px 3px 10px;
	background:url(library/audio_bg.jpg) left no-repeat #FFFFFF;	
	cursor:pointer;
}
/*a.audio_version:hover {
	opacity:.5;
	filter:alpha(opacity=50);
}*/
a.audio_version:hover {
	color:#FFFFFF;
	background:url(library/audio_bg_selected.jpg) left no-repeat;
}
#calc1 {
	margin:5px 0px;
	padding:2px 0px;
	background-color:#003567;
	color:#FFFFFF;
	text-align:center;
}
#progress_outer {
	display:block;
	margin:5px auto;
	width:600px;
	height:5px;
	border:1px solid #FFFFFF;
}
#progress_inner {
	display:block;
	height:5px;
	background-color:#FFFFFF;
	width:1px;
}
.readings_header {
	display:block;
	width:736px;
	padding:2px;
	border-bottom:5px solid #0C5582;
	border-top:5px solid #0C5582;
	background-color:#B6CAE3;
	margin:5px 0px;
}
.readings_header h2 {
	color:#0C5582;	
}
.btt {
	display:block;
	float:right;
	text-align:center;
	width:40px;
}
.versions_list {
	display:block;
	float:right;
	text-align:right;
	color:#0C5582;
}
.contrib {
	display:block;
	float:right;
	width:70px;
}
.contrib a:link, .contrib a:visited {
	display:block;
	height:12px;
	padding:0px 5px 2px 5px;
	margin:1px 0px 0px 10px;
	text-decoration:none;
	border:1px solid #003567;
	background-color:#dddddd;
	color:#0C5582;
	font-size:10px;
}
.contrib a:hover {	
	background-color:#003567;
	color:#ffffff;
}
.month3 {
	display:block;
	width:740px;
}
.month1 {
	display:block;
	float:left;
	width:240px;
}
.mheading {
	display:block;
	width:228px;
	padding:5px;
	margin:5px 1px 2px 1px;
	background-color:#003567;
	color:#ffffff;
}
.rdiv {
	display:block;
	float:left;
	width:10px;
}
.day1 {
	display:block;
	float:left;
	width:11px;
	height:12px;
	margin:1px;
	padding:0px;
	text-align:center;
	background-color:#dddddd;
	border:1px solid #003567;
	font-weight:bold;
	font-size:8px;
}
a.reading1:link, a.reading1:visited {
	display:block;
	float:left;
	width:71px;
	height:12px;
	padding:0px;
	margin:1px;
	text-align:right;
	background-color:#B6CAE3;
	color:#0C5582;
	border:1px solid #003567;
	font-weight:bold;
	font-size:8px;
	text-decoration:none;
}
a.reading1:hover {
	background-color:#003567;
	color:#ffffff;
}
.note {
	border-bottom:1px solid #333333;	
}
.note_head {
	background-color:#B6CAE3;
	border-bottom:1px solid #333333;	
}
.user {
	font-size:10px;
	margin-top:5px;
}
.user a:link, .user a:visited {
	font-size:10px;
	text-decoration:none;
}
.user a:hover {
	text-decoration:underline;
}
.strongs {
	display:inline;
	font-weight:bold;
	font-size:10px;
	color:#0C5582;
	cursor:pointer;
}
.strongs:hover {
	color:#006600;
}
.kjv_text {
	display:block;
	width:734px;
	padding:2px;
	margin-bottom:5px;
	background-color:#dddddd;
	border:1px solid #0C5582;
}
.kjv_comments {
	display:none;
	width:728px;
	padding:2px;
	margin-bottom:2px;
	background-color:#dbfdff;
	border:1px solid #0C5582;
}
.kjv_comments2 {
	display:none;
	width:728px;
	padding:2px;
	background-color:#cccccc;
	border:1px solid #333333;
}

.day_header {
	display:block;
	float:left;
	width:92px;
	height:22px;
	margin:2px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	color:#0A5380;
	background-color:#DDDDDD;
	border:1px solid #0A5380;
}
.day_header_sun {
	display:block;
	float:left;
	width:92px;
	height:22px;
	margin:2px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	color:#0A5380;
	background-color:#FFCCCC;
	border:1px solid #990000;
}
.day_spacer {
	display:block;
	float:left;
	width:92px;
	height:52px;
	margin:2px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	color:#0A5380;
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
}
a.day_display:link, a.day_display:visited {
	display:block;
	float:left;
	width:92px;
	height:52px;
	margin:2px;
	padding:2px;
	text-decoration:none;
	color:#0A5380;
	background-color:#DDDDDD;
	border:1px solid #0A5380;
}
a.day_display:hover {
	color:#FFFFFF;
	background-color:#0A5380;	
}
a.day_display_sun:link, a.day_display_sun:visited {
	display:block;
	float:left;
	width:92px;
	height:52px;
	margin:2px;
	padding:2px;
	text-decoration:none;
	color:#0A5380;
	background-color:#FFCCCC;
	border:1px solid #990000;
}
a.day_display_sun:hover {
	color:#FFFFFF;
	background-color:#990000;	
}
.day_number {
	display:block;
	float:left;
	height:40px;
	width:28px;
	padding:12px 0px 0px 2px;
	font-size:24px;
}
.day_number_today {
	display:block;
	float:left;
	height:40px;
	width:28px;
	padding:12px 0px 0px 2px;
	font-size:24px;
	background-color:#0A5380;
	color:#FFFFFF;
}
.portions {
	display:block;
	float:left;
	width:57px;
	font-size:9px;
	padding:2px 5px 0px 0px;
	text-align:right;
}
.nc {
	display:block;
	float:left;
	width:280px;
	margin-left:20px;
	padding:10px;
	border:1px solid #0A5380;
	background-color:#DDDDDD;
	color:#0A5380;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
a#today:link, a#today:visited {
	display:block;
	float:left;
	width:280px;
	padding:10px;
	border:1px solid #0A5380;
	background-color:#DDDDDD;
	color:#0A5380;
	font-size:14px;
	text-decoration:none;
}
a#today:hover {
	color:#FFFFFF;
	background-color:#0A5380;		
}
#login_form label {
	display:block;
	float:left;
	width:100px;
	padding-top:4px;
}
#login_form p {
	margin-bottom:4px;
}
#pw_reminder label {
	display:block;
	float:left;
	width:100px;
	padding-top:4px;
}
#pw_reminder p {
	margin-bottom:4px;
}
#mlist_form label {
	display:block;
	float:left;
	width:100px;
	padding-top:4px;
}
#mlist_form p {
	margin-bottom:4px;
}
#persdet label {
	display:block;
	float:left;
	width:100px;
	padding-top:4px;
}
#persdet p {
	margin-bottom:4px;
}
#mlist_form2 label {
	display:block;
	float:left;
	width:100px;
	padding-top:4px;
}
#mlist_form2 p {
	margin-bottom:4px;
}
#chapter_form label {
	display:block;
	float:left;
	width:100px;
	padding-top:4px;
}
#chapter_form p {
	margin-bottom:4px;
}
#appl_form label {
	display:block;
	float:left;
	width:140px;
	padding-top:4px;
}
#appl_form p {
	margin-bottom:4px;
}
#contact_form label {
	display:block;
	float:left;
	width:100px;
	padding-top:4px;
}
#contact_form p {
	margin-bottom:4px;
}
#epref_form label {
	display:block;
	float:left;
	width:100px;
	padding-top:4px;
}


.bref {
	display:inline;
	position:relative;
	top 0px;
	left 0px;
}
.popup {
	display:none;
	position:absolute;
	bottom:20px;
	left:-120px;
	width:340px;
	padding:0px 10px 5px 10px;
	border:1px dashed #0C5582;
	background-color:#FFFFFF;
}
.popup table{
	font-size:9px;
}

#footer {
	display:block;
	width:860px;
	height:20px;
	padding:10px 40px;
	background:url(library/dailyreadings_footer.jpg) top no-repeat;
	text-align:right;
	font-size:10px;
}

a.ymonth_header:link, a.ymonth_header:visited {
	display:block;
	border:#0C5582 1px solid;
	margin:3px;
	padding:5px;
	text-decoration:none;
	color:#0C5582;
	font-size:14px;
	font-weight:bold;
}
a.ymonth_header:hover {
	color:#FFF;
	background-color:#0C5582;
}

.ymonth {
	display:block;
	border:#999 1px solid;
	background-color:#ddd;
	margin:3px;
	padding:10px;
}
a.yday:link, a.yday:visited {
	display:block;
	float:left;
	width:30px;
	height:18px;
	text-align:center;
	color:#0C5582;
	background-color:#FFF;
	margin:0px 10px 5px 0px;
	padding-top:2px;
	border:#0C5582 1px solid;
	text-decoration:none;
}
a.yday:hover {	
	color:#FFF;
	background-color:#0C5582;
}


/*//////////////////////////////////////////////////////////////////////////////////// glossary styles ///////////*/
a.gloss {
	text-decoration:none;
	border-bottom:dotted 1px #000000;
}
.alphabet {
	 list-style-position:outside;
}
.alphabet li {
	list-style-type:none;
	display:block;
	float:left;
	width:21px;
	text-align:center;
	line-height:30px;
}
.ab_on {
	padding:1px 3px;
	border:1px solid #4187B8;
	background-color:#5AB68D;
	color:#ffffff;
	font-weight:bold;
}
a.ab_off:link,a.ab_off:visited {
	text-decoration:none;
	padding:1px 3px;
	border:1px solid #4187B8;
	background-color:#ffffff;
	font-weight:bold;
}
a.ab_off:hover {
	background-color:#5AB68D;
	color:#ffffff;
}
/*//////////////////////////////////////////////////////////////////////////////////// xstandard styles //////*/
.black {
	color:#000000;
}
.grey {
	color:#666666;
}
.red {
	color:#990000;
}
.blue {
	color:#000099;
}
.green {
	color:#009900;
}
.smaller {
	font-size:x-small;
}
/*//////////////////////////////////////////////////////////////////////////////////// lightbox styles //////*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(library/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(library/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
/*//////////////////////////////////////////////////////////////////////////////////// font replacement styles //////*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
.sIFR-flash H1 {
	visibility:hidden;
}