/* 
Style Sheet written by Scott Tylor 13/12/04 for redesign of Visitors Site.
*/

/* ----------------------------------------------------------------------------------->>>>*/

/* ---->> Default link colours */

/* Get rid of all text-link underlining cause it's awful! */
A:link		{ 
			color: #3B3B3B; 		/* Dark Green */
			}

A:visited	{ 
			color: #3B3B3B; 		/* Dark Green */
			}

A:hover		{ 
			color: #000000; 		/* Lighter Green */
			}

A:active	{ 
			color: #3B3B3B; 		/* Dark Purple */
			}
			
/* Setup of link colours for currently active link */
A.sidenav_current:hover	
			{
			color: #3B3B3B; 		/* Dark Purple & bold on roll-over*/
			font-weight: bold;
			}
			
A.sidenav_current:link	
			{
			font-weight: bold;      /* Bolded */
			}
			
A.sidenav_current:visited	
			{
			font-weight: bold;      /* Bolded */
			}
			
A.sidenav_current:active	
			{
			font-weight: bold;      /* Bolded */
			}	



/* ---->> These specify various font sizes and colours used throughout the site */


			
/* Sets colour of text throught the whole site. This is the default text size and colour.
   Also sets background in the main body to white.
*/
#body_cell
			{
			color: #5A5A5A;
			font-size: small;
			background-color: #FFFFFF;
			padding-top: 24px;
			}
			
#body_table 
			{ 
			margin-top: -1px; 
			}

/* Sets heading colours and sizes. */
H1
			{
			color: #898989;
			font-size: large;
			margin-left: 15px; 
			}
			
H2
			{
			color: #898989;
			font-size: medium;
			}
			
H3
			{
			color: #898989;
			font-size: medium;
			}
			
H4
			{
			color: #898989;
			font-size: medium;
			}
			
.mmc_link 	{
			color: #333333;
			font-size: x-small;
			font-family: Arial, Helvetica, sans-serif;
			}
				
			
/* ---->> This simply adds the background image behind the menu and adds some space 
   between the top of the menu and the first menu item. */
			
td#site_map_cell	
			{
			background-image: url('/visitors/?f=60519'); /* menu image */
			background-repeat:	no-repeat;
			padding-top: 54px
			}
			
			
/* ---->> Change of text size and colour of everything in Footer */

#pageinfo_row
			{
			font-size: 80%;
			color: #5A5A5A;
			}
			
			
/* ---->> Top menu section settings */
			
#header_navbar_left	
			{ 
			background-color: #EBEBEB; 
			}
			
#header_navbar_centre	
			{
			background-color: #EBEBEB;
			width: 218px;
			height: 37px;
			background-image: url('/visitors/?f=60525'); /* tile image */
			background-repeat: no-repeat;
			font-size: x-small
			}
			
#header_navbar
			{
			background-image: url('/visitors/?f=60526'); /* top bar image */
			background-repeat: repeat-x
			}

#header_uwa_logo_cell	
			{
			background-color: #EBEBEB;
			}


/* ---->> This simply sets the background colour of the whole page to yellow. */			