/****** ##LOG: 
Author: Brad C
Created: 19/03/03

Description: public style sheet for the Murchison website
					: Style 04 Layout	
******/
 
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			TEXT
||			
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/
/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||			STANDARD TEXT
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

These classes are included in all sites. Do not delete any of these styles.
*/
/* Standard Text *//* ##NOTE: Please Keep body Tag Separate */
	body { 
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: x-small;
		color: #566422;
		bgcolor: #FFF7E3;
		background-color : #FFF7E3;
		}
		
/* background for the body */	
	body.pageBackground {
		background-repeat : no-repeat;
		background-image : url("../images/background.gif");
	}
		
/* Standard Text */
	div, td, span { 
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: x-small; 
		color: #566422;
		}
		
/* 10 pixel Text */		
	.text10px {
		font-size : 10px;
		}
		
/* 11 pixel Text */		
	.text11px {
		font-size : 11px;
		}	
		
/* 12 pixel Text */		
	.text12px {
		font-size : 12px;
		}
	
/* Shortcuts Search text */	
	.textShortcutsSearch {
		font-size : 11px;
		color: #ADC4DB;
		font-weight : bold;
		}	
		
/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||			CUSTOM TEXT
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

The classes are NOT included in all sites. Make your custon classes here.
*/

/* Small Text */
	/* RichEdit label="Small Text" tag="a" tag="p" tag="div" tag="span" tag="td" */		
	.textSmall {
		font-size : 10px;
		}		
		
/* White Text */	
	.textWhite {
		color: #ffffff;
		}		
		
/* Small White Text */	
	.textWhiteSmall {
		color: #ffffff;
		font-size : 10px;
		font-weight : bold;
		}
		
/* Grey Text */
	/* RichEdit label="Grey Text" tag="p" tag="div" tag="span" tag="td" */	
	.textGrey {
		color: Gray;
		}		
		
/* Small Grey Text */
	/* RichEdit label="Grey Small Text" tag="p" tag="div" tag="span" tag="td" */	
	.textGreySmall {
		color: Gray;
		font-size : 10px;
		}
		
/* Red Text */
	/* RichEdit label="Red Text" tag="p" tag="div" tag="span" tag="td" */	
	.textRed {
		color: #ff0000;
		}

/* Time Date text */	
	.textTimeDate {
		font-size : 10px;
		color: #FFFFFF;
		font-weight : bold;
		}
				
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			HEADERS
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/
/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||			STANDARD HEADERS
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

These headers are included in ALL sites.
*/

/* Main Heading Style */
	/* RichEdit label="Header1" tag="a" tag="p" tag="div" tag="span" tag="td" */	
	.header1 {
		font-size : 18px;
		color: #B95A15;
		font-family : verdana,arial,helvetica,sans-serif;
		font-weight : bold;
		}

/* Level 2 Header */
	/* RichEdit label="Header2" tag="a" tag="p" tag="div" tag="span" tag="td" */	
	.header2 {
		font-size : 15px;
		color: #B95A15;
		font-family : verdana,arial,helvetica,sans-serif;
		font-weight : bold;
		}

/* Level 3 Header */
	/* RichEdit label="Header3" tag="a" tag="p" tag="div" tag="span" tag="td" */	
	.header3 {
		font-size : 13px;
		color: #B95A15;
		font-family : verdana,arial,helvetica,sans-serif;
		font-weight : bold;
		}

/*		
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||			CUSTOM HEADERS
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

The classes are NOT included in all sites. Make your custon classes here.
/*

/* Level 4 Header */
	/* RichEdit label="Header4" tag="a" tag="p" tag="div" tag="span" tag="td" */	
	.header4 {
		font-size : 11px;
		color: black;
		font-family : verdana,arial,helvetica,sans-serif;
		font-weight : bold;
		}

/*		
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			LINKS
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
* When adding links make sure you include all 4 link stages 
	(normal,hover,visited,visited:hover)
*/
/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||			STANDARD LINKS
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

These links are included in ALL sites.
*/

/* Standard Link */	
	a {
		text-decoration: none;
		color: #B95A15;
		font-size: x-small;
		}	
	a:hover {
		text-decoration: underline;
		color: #993300;
		}	
	a:visited {
		text-decoration: none;
		color: #B95A15;
		}	
	a:visited:hover	{
		text-decoration: underline;
		color: #993300;
		}
		/*end*/

/* Utility Link */	
	a.utility  {
		text-decoration: none;
		color: #87A3BF;
		font-size: 10px;
		}	
	a.utility:hover {
		text-decoration: underline;
		color: #FFFFFF;
		}
	a.utility:visited {
		text-decoration: none;
		color: #87A3BF;
		}	
	a.utility:visited:hover	{
		text-decoration: underline;
		color: #FFFFFF;
		}
		/*end*/
		
/* Footer Link */	
	a.footer  {
		text-decoration: none;
		color: #999966;
		font-size: 10px;
		}	
	a.footer:hover {
		text-decoration: underline;
		color: #666633;
		}
	a.footer:visited {
		text-decoration: none;
		color: #999966;
		}	
	a.footer:visited:hover	{
		text-decoration: underline;
		color: #666633;
		}
		/*end*/
		
/*		
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||			CUSTOM LINKS
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

The classes are NOT included in all sites. Make your custon classes here.
/*
		
/* Tier 1 Navigation */			
	a.nav1 {
		text-decoration: none;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
		}	
	a.nav1:hover {
		text-decoration: none;
		color: #FFFFCC;
	}
	a.nav1:visited {
		text-decoration: none;
		color: #FFFFFF;
	}	
	a.nav1:visited:hover	{
		text-decoration: none;
		color: #FFFFCC;
	}
	/*end*/
	
/* Tirer 2 Navigation */			
	a.nav2 {
		text-decoration: none;
		font-size: 12px;
		color: #B95A15;
		}	
	a.nav2:hover {
		text-decoration: underline;
		color: #993300;
	}
	a.nav2:visited {
		text-decoration: none;
		color: #B95A15;
	}	
	a.nav2:visited:hover	{
		text-decoration: underline;
		color: #993300;
	}
	/*end*/		
	
/* Tier 3 Navigation */			
	a.nav3 {
		text-decoration: none;
		font-size: 11px;
		color: #B95A15;
		}	
	a.nav3:hover {
		text-decoration: underline;
		color: #993300;
	}	
	a.nav3:visited {
		text-decoration: none;
		color: #B95A15;
	}	
	a.nav3:visited:hover	{
		text-decoration: underline;
		color: #993300;
	}
	/*end*/	
		
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			FORM FIELDS
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/
/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||			STANDARD FORM FIELDS
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

These links are included in ALL sites.
*/

/* Input Boxes */
	input {
		font-size : 11px;
		font-weight : normal;
		background-color: #D6E1ED;
		}
/* Textareas */
	textarea {
		font-size : 11px;
		font-weight : normal;
		background-color: #D6E1ED;
		}
/* Select Boxes */
	select {
		font-size : 11px;
		font-weight : normal;
		background-color: #D6E1ED;
		}

/* Horizontal Rule */
	hr {
		height : 1px;
		color : #566422;
		}			
		
/*		
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||			CUSTOM FORM FIELDS
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

The classes are NOT included in all sites. Make your custon classes here.
/*		
			
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			BULLETS
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/
/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||			STANDARD BULLETS
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

These links are included in ALL sites.
*/ 
	ul {
		color: #566422;
		list-style-type : disc;
		}

	ol {
		color: #566422;
		}		
		
/*		
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||			CUSTOM BULLETS
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

The classes are NOT included in all sites. Make your custon classes here.
/*		

/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			BACKGROUNDS
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]

These table backgrounds are included in all sites

*/	

	/* RichEdit label="Table Border" tag="table"*/	
	.bgTableBorder {
	background-color : #B95A15;
}

	/* RichEdit label="Table Background 50% Opacity" tag="tr"*/	
	.bgTable50 {
	background-color : #E3B891;
}


	/* RichEdit label="Table Background 20% Opacity" tag="tr" */	
	.bgTable20 {
	background-color : #F1D8BA;
}


	/* RichEdit label="Table Background 10% Opacity" tag="tr" */	
	.bgTable10 {
	background-color : #F8E8CF;
}	

/*		
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||			CUSTOM BACKGROUNDS
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

The classes are NOT included in all sites. Make your custon classes here.
/*	
	
	/* this style controls the coloured bar that appears under the main header graphic and under the navigation menu*/
	.bgtop
	{
		background-color : #566422;
	}	
	
	/* this style controls the coloured bar that appears under the Tier 1 navigation*/	
	.bgtier1 	
	{ 
		background-color: #B95A15;
    }	
	
	/* his style controls the coloured bar that appears under the Tier 1 navigation when on that page */	
	.bgtier1Alt	
	{ 
		background-color: #E3B891;
    }
	
	/* this style controls the coloured bar that appears under the Tier 2 navigation*/	
	.bgtier2 	
	{ 
		background-color: #E3B891;
    }
	
	/* this style controls the coloured bar that appears under the date */
	.bgutility
	{
		background-color: #9AA27A;
	}	
	
	.bgdivs
	{
		background-color: #000000;
	}	
/*
If you are putting somthing into this sytle sheet page then it more than
likely has a home. 
				
don't simple include it at the bottom of the page.
				
Have a look at the page and look for the proper place for the variable that 
you are including.
				
If you can not find a place that looks right for the variable you are including
then create a spot for it somewhere that seems to fit and remember to include a 
header for your new section as well as remembering to comment what your variable 
is used for.		
*/
