  /* 
	CSS Styles for the Balkerne Gardens Trust Project
	Coder: David Jon
	Date: 04-DEC-05
	All rights reserved, 2005. AMS 2232 Ltd.
	Updated: xx-xxx-xx
  */

  /* 
	--------------------------------------------------------------------------------------
	Main paragraph text
	--------------------------------------------------------------------------------------
  */ 	
.main {
	font-family : Verdana,Tahoma,Arial,Verdana,"Times New Roman";
	font-size : 10pt;
	font-weight : normal;
	letter-spacing : 0px;
	color : Black;
  }
  
.white {
  	font-size : small;
	letter-spacing : 0px;
	color : #FFFFFF;
	line-height : 120%;
}

.nav {
	font-size: 11px;
 }
  /* 	
	--------------------------------------------------------------------------------------
	Size of larger paragraph text.
	--------------------------------------------------------------------------------------
  */	

	.largetext
       
  {
	font-size : medium;
  }

  /* 
	--------------------------------------------------------------------------------------
	Size of smaller paragraph text.
	--------------------------------------------------------------------------------------
  */
	.smalltext 

  {
	font-size : x-small;
  }


  /* 	
	--------------------------------------------------------------------------------------
	Hyperlinks
	--------------------------------------------------------------------------------------
  */
	A:link 

  {
        color: orange;
		font-family : Verdana, Times New Roman, Arial;
  }

	A:visited 

  {
        color: purple;
		font-family : Verdana, Times New Roman, Arial; 
  }

	A:hover 

  { 
        color: #C0C0C0;
		font-family : Verdana, Times New Roman, Arial; 
  }

	A:active 
 
  { 
        color: #808080;
		font-family : Verdana, Times New Roman, Arial; 
  }

  /* 	
	--------------------------------------------------------------------------------------
	The labels on the 'Contact Us' page (e.g. Telephone, E-mail etc)
	--------------------------------------------------------------------------------------
  */
	.contact_heading

  {
	color: #616161;
  }

  /* 	
	--------------------------------------------------------------------------------------
	Main page heading ('About Us', 'News' etc)
	--------------------------------------------------------------------------------------
  */

	h1, .pagetitle
  {
	font-family : Verdana, Trebuchet MS, Arial, Times New Roman;
	font-size : large;
	font-weight : bold;
	letter-spacing : 1px;
	color : #ffffff;
	line-height : 150%;
  }

  /* 	
	--------------------------------------------------------------------------------------
	Paragraph sub-headings
	--------------------------------------------------------------------------------------
  */

	h2, .heading

  {
	font-family : Verdana, Times New Roman, Arial; 
	font-size : medium;
	letter-spacing : 0px;
	color : #000000;
	line-height : 150%;
  }
  
   .subheading

  {
	font-family : Verdana, Times New Roman, Arial; 
	font-size : small;
	letter-spacing : 0px;
	color : #000000;
	line-height : 150%;
  }
  
   .whiteheading
   
  {
	font-family : Verdana, Times New Roman, Arial; 
	font-size : medium;
	letter-spacing : 0px;
	color : #ffffff;
	line-height : 150%;
  }
  
  

  /* 	
	--------------------------------------------------------------------------------------
	Same as subheading, but highlighted (example usage is on gallery paging, to show 
	current page number)
	--------------------------------------------------------------------------------------
  */
	.heading_highlighted

  {
	font-family : Trebuchet MS, Arial, Verdana, Times New Roman;
	font-size : medium;
	font-weight : bold;
	letter-spacing : 1px;
	color : navy;
	line-height : 150%;
  }

  /* 	
	--------------------------------------------------------------------------------------
	If extra columns of text are to be shown on the side of the page. Ignore if not.
	--------------------------------------------------------------------------------------
  */
	.side_text

  {
	color: #000000;
	width: 100%;
	background-color: #ffffff;
  }

  /* 	
	--------------------------------------------------------------------------------------
	Header style for side paragraphs (see above).
	--------------------------------------------------------------------------------------
  */
	.side_heading

  {
	color: #000000;
	width: 100%;
	background-color: #bfbfbf;
  }

  /* 	
	--------------------------------------------------------------------------------------
	Overall page header text (not usually used)
	--------------------------------------------------------------------------------------
  */
	.page_header  

  {
	font-size : x-small;
	font-weight : bold;
  }

  /* 	
	--------------------------------------------------------------------------------------
	Overall page footer (e.g. copyright information)
	--------------------------------------------------------------------------------------
  */
	.page_footer

  {
	font-size : x-small;
	font-weight : normal;
  }

  /* 	
	--------------------------------------------------------------------------------------
	Tables for displaying information, within the paragraphs
	--------------------------------------------------------------------------------------
  */
	.tablestyle

  {
	border: 1px solid black;
	background-color: #bfbfbf;
  }

  /* 	
	--------------------------------------------------------------------------------------
	If borders are enabled for images, style set here
	--------------------------------------------------------------------------------------
  */
	.image_border   
     
  {
	border: 2px solid silver;
  }

  /* 	
	--------------------------------------------------------------------------------------
	Style for <hr> lines - color is for Internet Explorer, 
	background-color is used by Mozilla
	--------------------------------------------------------------------------------------
  */
	

  /* 
	--------------------------------------------------------------------------------------
	Form buttons
	--------------------------------------------------------------------------------------
  */
	.button
  {
        background-color: #e0e0e0;
        border: 2px outset silver;
  }

  /* 	
	--------------------------------------------------------------------------------------
	Form boxes (e.g. contact us form)
	--------------------------------------------------------------------------------------
  */
	.inputbox
  {
        background-color: #ffffff;
        border: 1px solid silver;
  }


  /* 	
	--------------------------------------------------------------------------------------
	Highlighted text (for highlighting search key words in results)
	--------------------------------------------------------------------------------------
  */
	.texthighlight
  {
	color: red;
  }

  /* 	
	--------------------------------------------------------------------------------------
	Style for popup windows
	--------------------------------------------------------------------------------------
  */
	.popupstyle

  {	
        padding: 10px;

        background-image: no-image;
        background-color: #ffffff;

	margin: 0px;

  }

  /* 	
	--------------------------------------------------------------------------------------
	Forum styles
	--------------------------------------------------------------------------------------
  */

.forum {
	background-color: White;
	}

.top {
	background-color: #E2E3FC;
	}

.cat {
	background-color: #CCFFCC;
	}
	
.evenrow {
	background-color: #C0C0FF;
	}

.oddrow {
	background-color: #ffffff;
	}