/* This style sheet is located in ext/ofr/styles and was developed March 2010 by RLN 
   for use with the OnFarmResearch.dwt template. This stylesheet applies to the screen display 
	of pages. Another stylesheet, ofr-print.css, applies to the printing of pages.*/

BODY {
	background-color: #cccc99; /* light tan or khaki; same as used to create background image */
	font-family: Arial, sans-serif;
	font-size:100%;
	margin-left: 2px;
	margin-right: 2px;
		background-image: url(../../../ofr/pix/gradienttan.png);
		background-repeat: repeat-x;
		}
		
H1 {color: #333366;
	font-size:160%;}

H2 {font-size:140%;}

H3 {font-size:120%}

H6 {font-size:70%;}

/* Author class used for Leftovers listings */
.author { font-family: "Times New Roman", serif; 	
	font-size: 80%;
	font-style: italic;
   }

/* Captions for images or tables */
.CaptionImageTable { 
	font-size: 80%;  
	color: #003399;
	vertical-align: top;}
	
/* Used to force pagebreak before image or table */
.CaptionImageTablePgBrk { 
	font-size: 80%;  
	color: #003399;
	vertical-align: top;
	page-break-before: always;
	}
	
.citation {
	margin-left:.25in;
	text-indent:-.25in;
	font-size:90%;}
	
/* Clears preceding float statemts */
.clearboth { clear: both; }

.comment { 
	color: Teal; }
	
/* Date class for Leftovers listings */
.date { font-family: Arial, sans-serif;
	font-size: 90%;
	color: #990000;
	font-weight: bold;
	}
	
/* Used to avoid displaying on-screen. */
.doNotDisplay {
  	display: none !important;
   }

/* Editorial class used for Leftovers listings */
.editorial {font-family: Arial, sans-serif; 	
	font-size: 10pt;
	color: #4E6B93;
	font-weight: bold;  
	}

/* Force pg break before class */
.PageBreak {
	page-break-before: always;
}

.TipsDisclaimers {
	font-family: "Times New Roman", Times, serif; 
	color: maroon;
	margin-left: 10%;  
	margin-right: 10%;
	} 
	
/* Title class used for Leftovers listings */
.title {  
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

.txt80pct { 	
	font-size: 80%; 
	}

/* Year class used for Leftovers Listings */
.year {
	font-size: 120%;
	color: maroon;
	font-weight: bold;
}
/* Styles originally imported from Lightbox.css */
/* Styles to implement popup floating images */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../../ofr/styles/js/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../../ofr/styles/js/images/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* End of styles imported from Lightbox.css*/
	
/* Used for page banner */
#banner {
	background-color: white;
	border: medium outset #336699;
	margin-right:10%;
	margin-left:10%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 1%;
	}

/* Floating box for bullet pts */
#floatingboxbullets {
	font-size: 90%;
	color: blue;
	float:left;
	clear:left;
	width:300px;
	margin: 5px 10px 10px 0;
	/* Top padding used for IE display */
	padding-top:5px;
	padding-right:5px;
	border: thin solid #00008b;
	}

/* Used for displaying floating images, variable width */
#floatingboxleft	{
	float: left;
	border: 1px solid #999;
	margin: 15px 15px 15px 15px;
	padding: 5px;
	font-size: 80%;  
	color: #003399;
}	

/* Used for displaying floating images, variable width */
#floatingboxright	{
	float: right;
	border: 1px solid #999;
	margin: 15px 15px 15px 15px;
	padding: 5px;
	font-size: 80%;  
	color: #003399;
}	

#footer {
	/* border-top: thin solid #CCCC99; */
	/* Border stmt below matches that of #banner and #mainbody */
	border: medium outset #336699;
	color: black;
	background-color: white;
	font-size: 60%;
	line-height: 1.25em;
	clear: both;
	margin-right:10%;
	margin-left:10%;
	padding-bottom: 2%;
	padding-left: 2%;
	padding-right: 2%;
	}	

#mainbody {
	border: medium outset #336699;
	margin-right:10%;
	margin-left:10%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom:1%;
	background: White;
	}
		

