/*CSS Document*/

/*****************************************************************************
The New Hermopolis

*****************************************************************************

					P a g e   D e s c r i p t i o n

Name			:	css/default.css	
										
*****************************************************************************/

	


/****************************************************************************

C O L O U R   R E F E R E N C E
 
 #3C4F20 = Dark green
 #EEE4CE = Navigation background
 #666666 = Light grey text
 #333333 = Dark grey text
 #C0A86D = Footer background

********************************************************************/


/*******************************
* DEFAULT PAGE PROPERTIES
********************************/

	BODY {
	background-color: #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	font-size: 12px;
	font-weight : normal;
	background-image:url(../images/main_bg.jpg);
	
	
	/*global page margins (dont redefine on each page)*/
			margin-left: 0px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
	} 
	/*for tables with white backgrounds*/
	.whitebg {
	background-color: #FFFFFF;
	}
	
	/*Cell backgrounds*/
	.cellbg {
	background-color: #F4FBEE;	
	}
	/*Cell backgrounds darker*/
	.cellbg2 {
	background-color: #E1F3CF;	
	}
	

/******************************************************************************

  L I N K S 

******************************************************************************/	

	/*******************************
	* DEFAULT PAGE LINKS
	********************************/
	a:link { 
			font-family: Arial, Helvetica, sans-serif;
			color : #C0A86D; 
			text-decoration : none; 
			font-size: 12px; 
			font-weight : bold; 
		}
		a:visited { 
			font-family: Arial, Helvetica, sans-serif;
			color : #C0A86D; 
			text-decoration : none; 
			font-size: 12px; 
			font-weight : bold; 
		}
		a:active { 
			font-family: Arial, Helvetica, sans-serif;
			color : #666666; 
			text-decoration : none; 
			font-size: 12px; 
			font-weight : bold; 
		}
		a:hover {
			font-family: Arial, Helvetica, sans-serif;
			color : #666666; 
			text-decoration : underline; 
			font-size: 12px; 
			font-weight : bold;
		}

	/*******************************
	* TOP NAVIGATION LINKS
	********************************/
	a.topNavLnk  {
			font-family: Arial, Helvetica, sans-serif;
			color : #3C4F20; 
			text-decoration : none; 
			font-size: 11px; 
			font-weight : bold;
		}
		a:visited.topNavLnk  {
			font-family: Arial, Helvetica, sans-serif;
			color : #3C4F20; 
			text-decoration : none; 
			font-size: 11px; 
			font-weight : bold;
		}
		a:hover.topNavLnk  {
			font-family: Arial, Helvetica, sans-serif;
			color : #FFFFFF; 
			text-decoration : none; 
			font-size: 11px; 
			font-weight : bold;
		}
		a:active.topNavLnk  {
			font-family: Arial, Helvetica, sans-serif;
			color : #FFFFFF; 
			text-decoration : none; 
			font-size: 11px; 
			font-weight : bold;
	  }
	/*******************************
	* RIGHT NAVIGATION LINKS
	********************************/
	a.rightNavLnk  {
			font-family: Arial, Helvetica, sans-serif;
			color : #C0A86D; 
			text-decoration : none; 
			font-size: 11px; 
			font-weight : bold;
		}
		a:visited.rightNavLnk  {
			font-family: Arial, Helvetica, sans-serif;
			color : #C0A86D; 
			text-decoration : none; 
			font-size: 11px; 
			font-weight : bold;
		}
		a:hover.rightNavLnk  {
			font-family: Arial, Helvetica, sans-serif;
			color : #666666; 
			text-decoration : underline; 
			font-size: 11px; 
			font-weight : bold;
		}
		a:active.rightNavLnk  {
			font-family: Arial, Helvetica, sans-serif;
			color : #666666; 
			text-decoration : none; 
			font-size: 11px; 
			font-weight : bold;
	  }
	  	/*******************************
	* BODY LINKS
	********************************/
	a.bodylink  {
			font-family: Arial, Helvetica, sans-serif;
			color : #C0A86D; 
			text-decoration : none; 
			font-size: 12px; 
			font-weight : bold;
		}
		a:visited.bodylink  {
			font-family: Arial, Helvetica, sans-serif;
			color : #C0A86D; 
			text-decoration : none; 
			font-size: 12px; 
			font-weight : bold;
		}
		a:hover.bodylink  {
			font-family: Arial, Helvetica, sans-serif;
			color : #666666; 
			text-decoration : underline; 
			font-size: 12px; 
			font-weight : bold;
		}
		a:active.bodylink  {
			font-family: Arial, Helvetica, sans-serif;
			color : #666666; 
			text-decoration : none; 
			font-size: 12px; 
			font-weight : bold;
	  }
/******************************************************************************

  T E X T   A N D   M E S S A G E S

******************************************************************************/	

	/*******************************
	* Error Messages
	********************************/
		/*for the word 'ERROR:' or for the error title*/
		.errorMsg  {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color:#CC0000;
			font-weight:bold		
		}
		/*for the error descriptions*/
		.errorDesc  {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color:#AFE083;
			font-weight:normal
		}
		
	/*******************************
	* Text
	********************************/
		/*for bold body text headings*/
		.boldheading  {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
			color:#333333;
			font-weight: bold;		
		}
		/*for application default bold text*/
			.boldText  {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color:#333333;
			font-weight: bold;		
		}
		/*for table headings */
		.headingText  {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color:#333333;
			font-weight: bold;		
		}
		/*for form field titles*/
		.fldTitleText  {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color:#333333;
			font-weight: normal;		
		}
		/*for top srch form field titles*/
		.topSrchfldTitleText  {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color:#333333;
			font-weight: bold;		
		}
		/*red text*/
		.redtext  {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color:#CC0000;
			font-weight: bold;		
		}
		/*green text*/
		.greentext  {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color:#3C4F20;
			font-weight: bold;		
		}
/******************************************************************************

  F O O T E R 

******************************************************************************/			
			
		/*footer text on all pages*/
		.footerText  {
			background-color: #C0A86D;
			font-size: 10px;
			color:#FFFFFF;
			font-weight: normal;		
		}

