/* 
Style Sheet written by Scott Tylor 17/01/06 for the design of the Careers Mentor Site

Style sheet revised by Rapunzel Web staff 28/7/06 to format both the career mentor link and 
careers centre sites.
*/

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

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

h4 a:link {
color: #143d8d;
}
h4 a:visited {
color: #143d8d;
}

h4 a:hover {
color: #0b214d;
}

h4 a:active {
color: #143d8d;
}

A:link		{ 
			color: #143d8d; 		/* Dark Orange */
			}

A:visited	{ 
			color: #143d8d; 		/* Dark Orange */
			}

A:hover		{ 
			color: #0b214d; 		/* Black */
			}

A:active	{ 
			color: #143d8d; 		/* Dark Orange */
			}
			
/* Setup of link colours for currently active link */
A.sidenav_current:hover	
			{
			color: #0b214d; 		/* Black & Bold */
			}
			
A.sidenav_current:link	
			{
			color: #FFFFFF; 
			}
			
A.sidenav_current:visited	
			{
			color: #FFFFFF;
			}
			
A.sidenav_current:active	
			{
			color: #FFFFFF; 
			}
			
A.sidenav_link:link
			{
			color: #FFFFFF;
			}
			
A.sidenav_link:visited
			{
			color: #FFFFFF;
			}
			
A.sidenav_link:active
			{
			color: #FFFFFF;
			}
			
A.sidenav_link:hover
			{
			color: #0b214d;
			}
			
A.black:link
			{
			color: #FFFFFF;
			}
			
A.black:visited
			{
			color: #FFFFFF;
			}
			
A.black:active
			{
			color: #FFFFFF;
			}
			
A.black:hover
			{
			color: #0b214d;
			}



/* ---->> 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
			{
			background-image: url("/?f=103806"); /* left image */
			background-repeat: repeat-y;
			}

#body_cell
			{
			color: #555555;
			font-size: small;
			padding-top: 30px;
			padding-right: 0px;
                        padding-left: 15px;
			margin: 0px;
			border: 0px;
			height: 600px;
			margin-left: 10px;
			}
			
DIV.body_content 
			{
			padding: 0px;
			
			}
			


/* Sets heading colours and sizes. */
H1
			{
			color: #143d8d;
			font-size: 1.7em;
			}
			
H2
			{
			color: #143d8d;
			font-size: medium;
			}
			
H3
			{
			color: #143d8d;
			font-size: medium;
			}
			
H4
			{
			color: #143d8d;
			font-size: 1.1em;
			}
			
.mmc_link 	{
			color: #143d8d;
			font-size: x-small;
			font-family: Arial, Helvetica, sans-serif;
			margin-left: 214px;
			}
							
			
/* ---->> 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("/?f=118114"); /* menu image */
			background-repeat:	no-repeat;
			padding-top: 75px;
			padding-left: 20px;
			font-size: 1.125em;
			border: 0px;
                        padding-right: 16px;
      		        width: 173px;
			}
			
			
/* ---->> Change of text size and colour of everything in Footer */

#pageinfo_row
			{
			font-size: 80%;
			color: #251D23;
			}
			
#TopOfPageLink
			{
			position:relative;
			left: 214px;
			}
			
			
/* ---->> Top menu section settings */
			
#header_navbar
			{
			height: 52px;
			border: 0px;
			margin: 0px;
			padding: 0px;
			background-image: url("/?f=118115"); /* top banner */
			background-repeat: no-repeat;
			}
			
			
#header_navbar_centre
			{
			position: absolute;
			left: 2px;
			font-size: 10px;
			}
			

#header_nav_top_row td {vertical-align: bottom;}
			
.stalk_table {
font-size: 1.00em;

}


.black {position: relative; top: -48px; color: #fff;}

a.sidenav_link {text-decoration: none;}

/*behind the uwa logo*/
td#header_uwa_logo_cell{
background-color: #8C8C8C;
}
td#header_sliding_cell{
height: 0px !important;
display: none !important;
}

tr#header_sliding_row{
height: 0px !important;
display: none !important;
}

/* the next 3 parts are to make the careers centre logo a link */
a.top_cc_link{
text-decoration: none !important;
cursor: pointer !important;
position:absolute;
left:0px;
top:-29px;
padding-right:187px !important;
padding-top:43px !important;
padding-bottom:13px !important;
display:block;
}



span#cc_link_lv2{
display:none;
}


/* careers mentor link logo */
a.CML_link{
text-decoration:none;
color:#F38D1E;
font-size:14pt;
position:absolute;
left:200px;
top:-5px;
letter-spacing:0.7pt;
font-family: verdana, Arial, Helvetica, sans-serif;
}


