@charset "utf-8";
/* CSS Document */

.zeroMargin {
	margin:0 0 0 0; 
	padding:0 0 0 0; 
	border:0 0 0 0;
}

#scriptureScrollerTable{
	width:700px; 		/* Make sure this width equals or is smaller than the background image width */
	height:179px;		/* Make sure this height equals or is smaller than the background image height */ 
	margin:0 0 0 0; 
	padding:0 0 0 0;
	background-image:url(../_images/ScriptureScrollerBG.jpg);
	background-position:right; 
	background-repeat:no-repeat;
	border-style:solid; 
	border-width:1px; 
	border-color:#5B131C;	/* maroon*/
}

#scriptureContent {
	max-height:135px; 			/*Maximum height of the paragraph. Text longer than this will get scrollbar at the right*/
	margin:5px 5px 5px 5px; 
	padding:0 0 0 0; 
	overflow:auto; 
	font-size:160%; 			/*Suggestion, but should be set in the JS since the length of the scripture may require smaller font*/		
	font-family:Verdana, Geneva, sans-serif; 
	font-style:italic; 
	color:#5B131C;			/*maroon*/
	text-align:center;
	vertical-align:middle;
}

#scriptureReference {
	margin:0 5px 5px 0; 
	padding:0 0 0 0; 
	font-family:Verdana, Geneva, sans-serif; 
	font-style:italic; 
	color:#5B131C;		/*maroon*/
}

