/* 
High Visibility style sheet for student services
Original:
Style Sheet written by Scott Tylor 17/01/06 for the design of the Careers Mentor Site
High Visibility addons/alterations:
By Tim Henstridge 26/5/06

*/

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

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

h4 a:link {
color: #202020;
}
h4 a:visited {
color: #202020;
}

h4 a:hover {
color: #000066;
}

h4 a:active {
color: #202020;
}

A:link		{ 
			color: #202020 !important; 		/* Light pink */
			}

A:visited	{ 
			color: #202020 !important; 		/* Light pink */
			}

A:hover		{ 
			color: #000066 !important; 		/* dark red */
			}

A:active	{ 
			color: #202020 !important; 		/* Light pink */
			}
			
/* Setup of link colours for currently active link */
A.sidenav_current:hover	
			{
			color: #000066 !important; 		/* dark red */
			}
			
A.sidenav_current:link	
			{
			color: #000000 !important;     /* Light yellow */
			}
			
A.sidenav_current:visited	
			{
			color: #000000 !important;     /* Light yellow */
			}
			
A.sidenav_current:active	
			{
			color: #000000 !important;      /* Light yellow */
			}
			
A.sidenav_link:link
			{
			color: #000000 !important;     /* Light yellow */
			}
			
A.sidenav_link:visited
			{
			color: #000000 !important;     /* Light yellow */
			}
			
A.sidenav_link:active
			{
			color: #000000 !important;     /* Light yellow */
			}
			
A.sidenav_link:hover
			{
			color: #000066 !important; 		/* dark red */
			}
			
A.black:link
			{
			color: #000000 !important;     /* Light yellow */
			}
			
A.black:visited
			{
			color: #000000 !important;     /* Light yellow */
			}
			
A.black:active
			{
			color: #000000 !important;     /* Light yellow */
			}
			
A.black:hover
			{
			color: #000066 !important; 		/* dark red */
			}



/* ---->> 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: #000000;
			font-size: medium;
			padding-top: 24px;
			padding-right: 0px;
			padding-left: 15px;
			margin: 0px;
			border: 0px;
			height: 600px;
			border:1px solid #7f7f7f;

			}
			
DIV.body_content 
			{
			padding: 0px;
			
			}
			


/* Sets heading colours and sizes. */
H1
			{
			color: #000000;
			font-size: 160%;
			}
			
H2
			{
			color: #000000;
			font-size: 160%;
			}
			
H3
			{
			color: #000000;
			font-size: 160%;
			}
			
H4
			{
			color: #000000;
			font-size: 140%;
			}
			
H5
			{
			color: #000000;
			font-size: 130%;
			}
H6
			{
			color: #000000;
			font-size: 130%;
			}			
			
.mmc_link 	{
			color: #000000;
			font-size: medium;
			/*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-color: #ffffff;
			background-repeat:	no-repeat;
			padding-top: 28px;
			padding-left: 24px;
			padding-right: 10px;
			border:1px solid #7f7f7f;			
			font-size: 1em;
			}
			
			
/* ---->> Change of text size and colour of everything in Footer */

#pageinfo_row
			{
		  background-color: #ffffff;
			font-size: 100%;
			color: #000000;
			}
#footer_cell{
             background-color: #ffffff;
						}
			
#TopOfPageLink
			{
			position:relative;
			left: 214px;
			}
			
			
/* ---->> Top menu section settings */
			
#header_navbar
			{
			height: 100px;
			border: 0px;
			margin: 0px;
			padding: 0px;
                        color:#000000;
                        background-color: #ffffff
			/*background-image: url("/?f=112193"); /* top banner */
			/*background-repeat: no-repeat;*/
			}
			
			
#header_navbar_centre
			{
			position: absolute;
			/*left: 2px;*/
			top: 64px;
			font-size: 10px;
			}
		
.stalk_table {
font-size: 1.00em;

}

a.sidenav_link {text-decoration: none;}

body{
background-color: #ffffff;
color: #000000;
font-size: 140%;


}
.body_content{
              font-size: 140%;
             }
#footer_cell{
            border:1px solid #7f7f7f;
           }

#header_navbar_row{
               font-size: 175%;}

.uwa_search_element{font-size:50%;}
#header_navbar_centre{font-size:100%;}
.base_img{background-color: #ffffff;}

td#header_sliding_cell, table#header_table_2{
background-color: #ffffff;

}



/* section to fix up bad html pages in student services */
/* site (people copied junk from word without a clean up) */
/* in a perfect world this should get removed */

SPAN,FONT
{
color: #000000 !important;
font-size: 22px !important;
}
SPAN a:link,
SPAN a:active,
SPAN a:visited,
FONT a:link,
FONT a:active,
FONT a:visited
{
color: #000000 !important;
font-size: 22px !important;
}
SPAN a:hover,FONT a:hover
{
color: #000066 !important;
font-size: 22px !important;
}

SPAN#banner_site_name{
color: #ffffff !important;
}