﻿
/*==========================================================*/
/* This Stylesheet is the customer's settings				*/
/*  they change with the season - one sheet per season		*/
/*==========================================================*/
		
		
	/* Master Background */
	
		#MasterBody		{background-color: #E9FFE9;}
					
					
	/* Master Header */

		#MasterHeader	{background: transparent url(HeaderCentre.bmp) repeat-x center bottom;}
		#MasterHeader1	{background: transparent url(HeaderLeft.bmp) no-repeat left bottom;}
		#MasterHeader2	{background: transparent url(HeaderRight.bmp) no-repeat right bottom;} 
		
	/* Menu / Content Divider Line 
	
		#MasterBody1  	{background: url(BackgroundLine.gif) repeat-y;}	*/		
		
	/* Border Colour */
	
		div, p, h3, h4, table, td, th, input, li, img
						{border-color: Green;}
				
	/* Heading Colours */
	
		h1		{color: #000066}
		h2		{color: #000066}
		h3		{color: #000066}
		
		
	/* Panel Background Colours */	
	
		.BackColourWhite
						{background-color: #FFFFFF}
		.BackColourLight
						{background-color: #EEFFEE}
			
		.BackColourMed, 
		 .EditForm, .Button
						{background-color:#ccffcc;} 

		.BackColourDark, 
		.Button:hover
						{background-color:#99cc99;} 
								
	
				
		.HeadingBar		{background: url(h3.jpg) repeat-x left center; height:28px;}		
					
		.HelpArea		{background-color: #FFFFCC}		        
		.HelpArea h3	{background: url(HelpHeading.jpg) repeat-x left center;}			           
		        

		
		
/* Button Colours */
						
		.Button				{background-color:#ccffcc;} 				
		.Button:hover		{background-color:#99cc99; } 	
