﻿/* barcoo.css Jase Haysom 26/02/2025 */

/* --- general formatting ----------------------------------------------------------------- */

body 	{
		background-color: #d9e9ce;
		background-image: url(../site/bcoo_bg.gif);
		background-size: 100% 100%; 
		background-attachment: fixed;
		margin-top: 0px
		}
		
image.target	{ 		/* image received from process */
		height: 500px; 
		border: 2px solid black; 
		margin-top: 0.5rem;
		}		
		
span.first {
		margin-right: -0.3em;
  		float: left;
  		width: 0.7em;
  		font-size: 300%;
  		font-family: Times New Roman;
  		line-height: 80%;
	}	
		
div.box	{			/* standard information box */ 
		margin-left: auto;  
		margin-right: auto;
		color: #452209; 
		width: 1000px;     /**/
		height: auto;
		font:normal 12px Arial;
		text-align: left;
		background-color: lightyellow;
		border: solid green 1px; 
		margin-top: 10px;
		padding: 10px 20px 10px 20px
		}
		
div.box_last	{			/* standard last information box */ 
		margin-left: auto;  
		margin-right: auto;
		color: #452209; 
		width: 1000px;     /**/
		height: auto;
		font:normal 12px Arial;
		text-align: left;
		background-color: lightyellow;
		border: solid green 1px; 
		margin-top: 10px;
		padding: 10px 20px 10px 20px;
		border-radius: 0px 0px 30px 30px
		}
		
div.footer{ 			/* container for footer items */
		margin-left: auto;  
		margin-right: auto;
		width: 880px; 
		text-align: center;
		margin-top: 0px
		}
						
p		{
		font-family: arial;
		margin: 4px 0 0 0;	/* standard paragraph */
		text-indent: 3em
		}
		
hr		{
		width: 85%;		/* standard horizontal divider */
		border: orange thin solid; 
		text-align: center
		}

/* --- download --------------------------------------------------------------------------- */
  
li a:hover
		{
		background:wheat;
		text-decoration: underline;
		}
 
li a	
		{
		background-color: lightyellow;
		}

a  		{
		text-decoration: none;
		font-style: italic;
        font-weight: normal;
		color: darkgreen
        }
        
a:visited
	 	{
		text-decoration: none;
		font-weight: normal;
		color: gray 
	    }
	    
a:hover	
		{
		color: darkred; 
		font-weight: normal;
		text-decoration: underline
	    }

