/* This style sheet is located in corn/news/styles and was developed
	Apr 2008 by RLN for use with the CNN2008.dwt template. This stylesheet
	targets the screen display of pages. Another one, cnn-print.css, targets
	the printing of pages. */

BODY {
	background-color: #92b388; /* #99b2cc = light blue */
	font-family: Arial, sans-serif;
	font-size:100%;
	margin-left: 2px;
	margin-right: 2px;
		background-image: url(../../cafe/pix/gradientgreen.png);
		background-repeat: repeat-x;
		}
		
H1 {
	color: #333366;
	font-size:160%;}

H2 {font-size:140%;}

H3 {font-size:120%}

H6 {font-size:70%;}

.bullet {
	font-size: 80%;
	color: blue;
}
.citation {
	margin-left:.25in;
	text-indent:-.25in;
	font-size:90%;}
	
/* Clears floats */
.clearboth { clear: both; }

.comment { 
	color: Teal; }
	
.date {	
	color : Red;}

.disclaimer {
	font-family: "Times New Roman", Times, serif; 
	margin-left: 10%;  
	margin-right: 10%;
	color: maroon;
	font-size:90%;}

.footnote
	{
	font-size: 80%;
	color: Red;
}	
/* Used to avoid displaying on-screen. */
.doNotDisplay {
  	display: none !important;
   }

.ImageCaption { 
	font-size: 80%;  
	color: #194081;
	vertical-align: top;}
	
/* Used to force pagebreak before image */
.ImageCaptionPgBrk { 
	font-size: 80%;  
	color: #194081;
	vertical-align: top;
	page-break-before: always;
	}
	
.imagepopuptip {
	color:Teal;
	font-size:70%;
}

.PageBreak {
	page-break-before: always;
}

.TableCaption { 
	font-size: 80%;  
	color: #194081;
	vertical-align: top;}
	
/* Used to force pagebreak before table */
.TableCaptionPgBrk { 
	font-size: 80%;  
	color: #194081;
	vertical-align: top;
	page-break-before: always;
	}
	
.tips {
	font-family: "Times New Roman", Times, serif; 
	margin-left: 10%;  
	margin-right: 10%;
	color: maroon;
	}

.tips10pt {
	font-family: "Times New Roman", Times, serif; 
	font-size: 80%;
	margin-left: 10%;  
	margin-right: 10%;
	color: maroon;
	} 
	
	/* Styles imported from Lightbox.css */
#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(../js/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../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 */
	#bulletbox {
		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 */
	#floatingimageleft
		{
		float: left;
		border: 1px solid #999;
		margin: 15px 15px 15px 15px;
		padding: 5px;
		font-size: 80%;  
		color: #194081;
}	

/* Used for displaying floating images, variable width */
	#floatingimageright
		{
		float: right;
		border: 1px solid #999;
		margin: 15px 15px 15px 15px;
		padding: 5px;
		font-size: 80%;  
		color: #194081;
}	

	#footer {
		border-top: thin solid #CCCC99;
		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%;
		}	

/* Used for displaying thumbnail images */
	#thumbnail
		{
		float: left;
		width:175px;
		border: 1px solid #999;
		margin: 0 15px 15px 0;
		padding: 5px;
		font-size: 80%;  
		color: #194081;
}	

/* Floating left sidebar, 150px wide */		
	#leftsidebar {
		float:left;
		clear:left;
		width:200px;
		margin:10px;
		padding-left:5px;
		padding-right:5px;
		padding-bottom:10px;
		border: thin solid #00008b;
		}

/* Floating left image box, variable width */
	#leftbox {
		float:left;
		clear:left;
		margin:10px;
		padding-left:5px;
		padding-right:5px;
		padding-bottom:10px;
		border: thin solid #00008b;
		}

	#mainbody {
		border: medium outset #336699;
		margin-right:10%;
		margin-left:10%;
		padding-left: 2%;
		padding-right: 2%;
		padding-bottom:1%;
		background: White;
		}
		
/* Floating right sidebar */
	#rightsidebar {
		float:right;
		clear:left;
		width:200px;
		margin:25px;
		padding-left:5px;
		padding-right:5px;
		padding-bottom:10px;
		border: thin solid #00008b;
		}

