@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------------*\
		Science and Engineering faculty specific styles
\*------------------------------------------------------------------*/
/*

Project:			Faculty styles
Primary purpose:	Provide faculty colours within the Curtin templates 
Version:			1.0
Created by:			Marty 
Assigned to:		DMU
Last updated by:	Cat Lawson
Last change:		

Date		Name			Comments
01/11/12 	Cat Lawson		Added styles for WASM campaign to display student profiles.
08/11/12 	Cat Lawson		Changed styles to simplify WASM campaign student profiles.
*/

p a:link, #site_heading a, h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, dt {
	color:#004B8B;
}
#menu_navigation .selected>a {
	border-bottom-color:#005A84;
}

.warning h3, .did_you_know h3, .news h3 a, .events h3 a, cite, legend, .item a, th, th a:link, .contextual_nav h2 a, .contextual_nav h3 a {
	color:#004B8B;
}
.news h3 a, .events h3 a, .item a, .contextual_nav a {
	border-color:#005A84;
}
th[scope="col"], tr:first-child th, thead tr:last-child th {
	border-color:#004B8B;
}
#top_navigation .selected a, #top_navigation .selected a:hover {
	background-color:#004B8B;
}
.related_links li, .faqs li {
	color:#005A84;
}
#menu_navigation .selected a, #menu_navigation li .selected a {
	background-color:#D0DCF5;
}
#menu_navigation li .selected a {
	background-color:#D0DCF5!important;
}
#menu_navigation .selected li {
	background-color:#E8EEFA;
	border-bottom-color:#E8EEFA;
}
.warning, .tint_two, .info {
	background:#E8EEFA;
	border-color:#D0DCF5;
}
.related_links h2, .faqs h2, .did_you_know h2, .news h2, .testimonial h2, .warning h2, .events h2, .info h2 {
	background-image:url("../images/2010/icon_sprite_Scieng.png");
}
#content a:visited, #landing a:visited{
color:#8B5500;
}

#content a:hover, #small_content a:hover, #landing a:hover, a:hover, p a:hover, .related_links a:hover, .faqs a:hover, .news h3 a:hover, .events h3 a:hover, .item a:hover, .contextual_nav h2 a:hover, .contextual_nav h3 a:hover, .warning a:hover, .did_you_know a:hover, .testimonial a:hover, .news a:hover, .events a:hover, .related_links a:hover, .faqs a:hover, .item li a:hover, th a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .expandable:hover, .contractable:hover {
	color:#0084C2;
}
#landing #form_container {
	background:#4587A5;
}
#landing #course_search {
	border-color:#3F697E;
}
#landing #search_options {
	background:#C2D8E2;
}
ul.arrow li a:link, ul.arrow li a:visited {
	background:url(../images/2010/arrow_scieng.png) 0 9px no-repeat;
}
p a.action_button:hover, a.action_button:hover, .bar:hover, ul.arrow li a:hover {
	color:#FFF!important;
	background-color:#005A84;
}
/*  styles for the wasm homepage for student profiles box */
.wasm-home-profiles{
width:306px;
float:left;
margin:0 20px 40px 0;
}
.all-wasm-home-profiles{
width:359px;
float:left;
margin:0 20px 40px 0;
}
.wasm-home-profiles h3{
margin-top:0;
}
.wasm-home-profiles img{
margin:0 20px 20px 0;
float:left;
}
.wasm-home-student-profiles-h3 a:link{
	font-family:"Sansa",Arial,Helvetica,sans-serif;
	text-decoration:none; 
	color:#004B8B;
	padding-bottom:25px;
	display:block;
}
.student-profiles-home img{
	float:right;
	margin:0 0 10px 20px;
}