/* 
Style Sheet written by Scott Tylor 19/10/04 for skin design for Diversity & Transition Site. 
<< MAIN STYLE SHEET: CONTROLLING ALL PAGES WITHIN THE DIVERSITY & TRANSITION SITE >>
*/

/* ----------------------------------------------------------------------------------->>>>*/

/* ---->> Default link colours */

h4 a:link {
color: #155B2C;
}
h4 a:visited {
color: #155B2C;
}

h4 a:hover {
color: #000000;
}

h4 a:active {
color: #155B2C;
}

A:link		{ 
			color: #003C7D; 		/* White */
			}

A:visited	{ 
			color: #003C7D; 		/* White */
			}

A:hover		{ 
			color: #000000; 		/* Light Olive Green */
			}

A:active	{ 
			color: #BABABA; 		/* White */
			}
			
/* Setup of link colours for currently active link */
A.sidenav_current:hover	
			{
			color: #FFFFFF; 		/* White & Bold on roll-over */
			font-weight: bold;
			}
			
A.sidenav_current:link	
			{
			color: #FFFFFF;
			font-weight: bold; 
     /* Bold */
			}
			
A.sidenav_current:visited	
			{
			color: #FFFFFF;
			font-weight: bold; 
display: block;     /* Bold */
			}
			
A.sidenav_current:active	
			{
			color: #FFFFFF;
			font-weight: bold;      /* Bold */
			}
			
A.sidenav_link:link
			{
			font-weight: bold;
			color: #FFFFFF;
			}
			
A.sidenav_link:visited
			{
			font-weight: bold;
			color: #FFFFFF;
			}
			
A.sidenav_link:active
			{
			font-weight: bold;
			color: #FFFFFF;
			}
			
A.sidenav_link:hover
			{
			font-weight: bold;
			color: #D2E2D8;
			}


			
/* Sets colour of text throughout the whole site. This is the default text size and colour.
   Also sets background in the main body to white.
*/

td#body_cell
{
margin-left: 0;
padding-left: 10px;
padding-top: 5px;
}

body	
{
margin: 0;
padding: 0;
background-color: #fff;
color: #000;
}

#body_cell
{
margin-left: 0;
padding-left: 10px;
padding-top: 5px;
}			

#uwa_copy.body_content
{
margin: 0;
padding: 10px;
}
			
DIV.body_content 
{
padding: 0px;
}			

/* Sets heading colours and sizes. */


h1,h2,h3,h4,h5,h6			
{ 
line-height: 1.1em; 
margin-bottom: .6em;
margin-top: 0; 
}

h1
{
margin-top: 0;
font-size: 22px;
font-weight: normal;
line-height: 18px;
letter-spacing: 0px;
color: #004896;
}

h2
{
font-size: 16px;
font-weight: bold;
letter-spacing: 1px;
line-height: 140%;
color: #004896;
}
			
H3
			{
			color: #155B2C;
			font-size: 1.1em;
			}
			
H4
			{
			color: #155B2C;
			font-size: 1em;
			}
			
.mmc_link 	{
			color: #333333;
			font-size: x-small;
			font-family: Arial, Helvetica, sans-serif;
			}
			
.profileSet	{
			color: #000000;
			font-size: x-small;
			}
				
			
/* ---->> 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	
			{
padding: 0px !important;
width: 200px;

			}

td#site_map_cell a {
padding: 0px !important;
margin: 0px !important; 
}

td#site_map_cell td a {
padding: 0px !important;
margin: 0px !important; 
}

#menudiv 
{
background: url(/?f=125780);
background-repeat: repeat-y;
padding: 0px !important;
z-index: 1000;
}

#inner_menudiv 
{
padding-top: 45px;
background: url(/?f=125781) top no-repeat;
margin: 0px !important; 
padding-top: 45px !important;
padding-left: 10px;
}

#body_table 
{
margin-top: 0px !important;
}
				
/* ---->> Change of text size and colour of everything in Footer */

#pageinfo_row
			{
			font-size: 80%;
			color: #5A5A5A;
			}
			
			
/* ---->> Top menu section settings */
			

#header_navbar
{
padding: 0;
background-color: #fff;
}

#header_navbar_left	
			{ 
			background-color: #FFFFFF; 
			}
			
#header_navbar_centre	
			{
			background-color: #FFFFFF;
			width: 500px;
			background: #000 url("/?f=55061") bottom; /* tile image */
			background-repeat: repeat-x;
			font-size: x-small;
background-color: #dae7e0;
			}
			
#header_navbar_right	
			{
			background-color: #FFFFFF;
			width: 200px;
			height: 25px;
			background-image: url("/?f=55060"); /* top bar image */
			background-repeat: no-repeat;
			}

#header_uwa_logo_cell	
			{
			background-color: #D2E2D8;
			}

/* fix added for making green links accessible by tim henstridge */

a.greenlink
{
padding: 2px 10px;
display: block; 
background-color: #007B45;
font-size: 12px; 
font-weight: bold; 
width: 164px; 
text-decoration: none ! important; 
color: #FFFFFF ! important;
font-family: arial;
}

a.greenlink:hover {
background-color: #00428C;
}

#header_sliding_row {
display: none;
}

/* added for course orientation page - Jayne Brown*/
.results_table {
	width: 90%;
	border-right: 1px solid black ;
	border-bottom: 1px solid black ;
}

.results_table_heading {
	font-weight: bold;
}

.results_table tr td {
	border-top: 1px solid black ;
	border-left: 1px solid black ;
	text-align: center;
	margin: 0;
	padding: 2px;
}

.results_table tr {
	padding: 0;
	margin: 0;
}
#searchbox {
	float:left;
	padding-right:30px
}
