// Each section with a different menu image requires its own stylesheet.

/* 
Style Sheet written by Scott Tylor 09/02/05 for redesign of UWA Sports site.
*/

/* ----------------------------------------------------------------------------------->>>>*/

/* ---->> Default link colours */

h4 a:link {
color: #000066;
}
h4 a:visited {
color: #000066;
}

h4 a:hover {
color: #f4bc11;
}

h4 a:active {
color: #000066;
}

A:link		{ 
			color: #000066; 		
			text-decoration: none;
			}

A:visited	{ 
			color: #000066; 		
			text-decoration: none;
			}

A:hover		{ 
			color: #f4bc11;	
			text-decoration: none;
			}

A:active	{ 
			color: #000066; 		
			text-decoration: none;
			}
			
/* Menu links */
A.sidenav_link:hover	
			{
			color: #6EA3F2;		
			font-weight: bold;
			text-decoration: none;
			}
			
A.sidenav_link:link	
			{
			font-weight: bold;    
			color: #f4bc11;
			text-decoration: none;
			}
			
A.sidenav_link:visited	
			{
			font-weight: bold;      
			color: #f4bc11;
			text-decoration: none;
			}
			
A.sidenav_link:active	
			{
			font-weight: bold;     
			color: #f4bc11;
			text-decoration: none;
			}	

/* Menu link for the active page*/
A.sidenav_current:hover	
			{
			color: #6EA3F2;		
			font-weight: bold;
			text-decoration: none;
			}
			
A.sidenav_current:link	
			{
			font-weight: bold;    
			color: #6EA3F2;
			text-decoration: none;
			}
			
A.sidenav_current:visited	
			{
			font-weight: bold;      
			color: #6EA3F2;
			text-decoration: none;
			}
			
A.sidenav_current:active	
			{
			font-weight: bold;     
			color: #6EA3F2;
			text-decoration: none;
			}	



/* ---->> These specify various font sizes and colours used throughout the site */


			
		
DIV.body_content 
			{
			padding: 0px;
			
			}

/* Sets heading colours and sizes. */
H1
			{
			color: #000066;
			font-size: large;
			}
			
H2
			{
			color: #000066;
			font-size: medium;
			}
			
H3
			{
			color: #000066;
			font-size: medium;
			}
			
H4
			{
			color: #000066;
			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-color: #4b67a4;
			background-image: url("/?f=228947"); /* menu image */
			background-repeat:	no-repeat;
			padding-top: 90px;
			padding-right: 0px;
			font-size: small;
			font-weight: bold;
			}
			
			
/* ---->> Change of text size and colour of everything in Footer */

#pageinfo_row
			{
			font-size: 80%;
			color: #5A5A5A;
			background-color: #334671;
			}
#footer_row		
			{
			background-color: #334671;
			}
			
			
/* ---->> Top menu section settings */
			
#header_navbar_left	
			{ 
			background-color: #fdb827; 
			}
			
#header_navbar_centre	
			{
			background-color: #fdb827;
			width: 201px;
			font-size: x-small;
			}
			
#header_navbar_right	
			{
			background-color: #fdb827;
			width: 100px;
/*			height: 40px;*/
			}
			
#header_navbar
			{
			background-color: #fdb827;
			}

#header_uwa_logo_cell	
			{
			background-color: #fdb827;
			}

#header_navbar_table
			{
			width:100%;
			}

td#header_navbar_left
			{
			width:0px;
			}

td#header_navbar_centre
			{
			width:100%;
			}

td#header_navbar_right
			{
			width:0px;
			}

#header_navbar_cell A:link		
			{ 
			color: #237439; 		/* Dark Green */
			font-weight: bold;
			text-decoration: none;
			}

#header_navbar_cell A:visited	
			{ 
			color: #237439; 		/* Dark Green */
			font-weight: bold;
			text-decoration: none;
			}

#header_navbar_cell A:hover		
			{ 
			color: #58B671; 		/* Lighter Green */
			font-weight: bold;
			text-decoration: none;
			}

#header_navbar_cell A:active	
			{ 
			color: #237439; 		/* Dark Green */
			font-weight: bold;
			text-decoration: none;
			}

/* Main body details */

#body_cell
			{
			color: #5A5A5A;
			font-size: small;
			background-color: #e5edff;
			padding-top: 24px;
			padding-left: 5px;
			padding-right: 0px;
			margin-right: 0px;
			background-image: url("/?f=229115"); /* shadow bar */
			background-repeat: repeat-x;
			}


/* Info for round-edged boxes */	

table.roundbox 	{ 
			width:100%;
			margin-bottom: 10px;
			}
table.roundbox td { 
			padding:0px; 
			border-spacing:0px;
			}