﻿ 
#header #subsite {
background-color: #005E3F;
}

#header #subsite a {
display: block;
margin: 0 0 0 28px;
color: white;
padding: 18px 0 18px 0;
text-decoration: none;
background: -webkit-linear-gradient(left, #005E3F, #72B240);
background-image: -moz-linear-gradient(left, #005E3F, #72B240);
background-image: -ms-linear-gradient(left, #005E3F, #72B240);
background-image: -o-linear-gradient(left, #005E3F, #72B240); 
}

#header #primary_navigation.nav ul li a {
    background-color: #004C36;
    background-image: url("/science/assets/images/header/sci-gradiated-default.png");
    border-bottom: 1px solid #30574c;
    border-left: 1px solid #266351;
    border-right: 1px solid #72b3a0;
}
#header #primary_navigation ul li a:hover {
    background: url("/science/assets/images/header/sci-gradiated-hover.png") repeat-x scroll 0 0 transparent;
}
#header #primary_navigation ul li a, #header #primary_navigation ul li a:link, #header #primary_navigation ul li a:hover {
}
#header #primary_navigation ul li.active, #header #primary_navigation ul li.active a {
    background-color: #333333;
    background-image: none;
    border-bottom: 0 solid #333333;
    border-top: 1px solid #4C4C4C;
}
#header #primary_navigation ul li.active a, #header #primary_navigation ul li.active a:link, #header #primary_navigation ul li.active a:hover {
}
#header #secondary_navigation {
    background-color: #333333;
    border: 1px solid #000000;
}
#header #secondary_navigation ul li a {
    border-color: #4C4C4C #4C4C4C #000000 #000000;
    border-style: solid;
    border-width: 1px;
}
/*#header #secondary_navigation ul li.active a, #header #secondary_navigation ul li.active a:link, #header #secondary_navigation ul li.active a:hover {
    background-color: #666666;
    border-color: #999999 #999999 #444444 #444444;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
}*/

#landing_page #box-find-course {
    background-color: #C4D3E6;
}
#landing_page #box-find-course label {
    font-size: 20px;
    margin-bottom: 0;
    margin-right: 2em;
}
#landing_page #box-find-course input {
    margin-bottom: 0;
}

#landing_page #box-enquire-apply {
    background-color: inherit;
    border-left: 0 solid white;
    border-right: 0 solid white;
}

/*Tab boxes*/

.highlight-color, .tab-box-feature, .box-feature, .four-column-feature-column, .three-column-feature-column {
    background-color: #035f40;
}

/*Coursefinder button*/

#landing_page #box-course-finder-large-button {
    background-color: inherit;
    border-left: 0 solid white;
    border-right: 0 solid white;
}	

a.cf-button, a.cf-button:visited, #landing_page .highlight-box a.cf-button:visited, #content_page .content-column a.cf-button:visited {
    background: -moz-linear-gradient(#094C93, #133A74) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(#094C93, #133A74) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(#094C93, #133A74) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(#094C93, #133A74) repeat scroll 0 0 transparent;
	background-color: #094C93;
    border-radius: 9px 9px 9px 9px;
    color: #FFFFFF;
    display: block;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    padding: 5px 10px;
    text-decoration: none;
    vertical-align: top;
}
.cf-search {
    display: inline-block;
    float: right;
    height: 40px;
}

/* REMOVED FOR NEW SN LOOK 
#content_page #section-nav {
	background-color: fff;
    border-bottom: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    float: left;
    margin: 0 0 20px -1px;
    width: 220px;
}

.section-nav-body ul, .section-nav-body a, .section-nav-body a:link {
    background-color: #fff;
    color: #339;
}

#landing_page #section-nav {
    background-color: #fff;
    border-bottom: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    float: left;
    margin: -20px 20px 20px 0;
    width: 218px;
}
*/
#header #secondary_navigation {
    background-color: #333333;
    border: 1px solid #000000;
}
.highlight-color, .tab-box-feature, .box-feature, .four-column-feature-column, .three-column-feature-column {
    background-color: #5EA124;
}

.highlight-color {
    background-color: #084c93;
}



/* styles to replace tables to form columns */

#col1 {
    width:46%;
    display:inline;
    float:left;
}

#col2 {
    width:46%;
    display:inline;
    float:right;
}

.smltext {
	font-size: 0.8em;
	line-height: 1.1;}

redtext {
	color:#C00;
}


/*BIOLOGICAL SCIENCES STYLES*/

/*Section boxes for Biological Sciences' Honour students*/

.honours-student {
    border: 1px solid #CFCFD1;
    display: inline;
    float: left;
    font-size: 0.9em;
    height: 230px;
    margin: 5px;
    padding: 5px;
    width: 204px;
}
.honours-student img {
	border: 1px solid #195E4A;
    float: left;
    margin: 5px;
    padding: 1px;
    width: auto;
}



/* ------ M E R G (Biological Sciences) ------ */
/* menu on home page  */
.menu 
{
font-family: 'verdana'; 
font-size:0.85em;
z-index:4;
border:none;
}
	.menu ul 
	{
		padding:0; 
		margin:0;
		list-style-type: none;
	}
	.menu ul li 
	{
		float:left;
		position:relative;
		list-style:none;
		margin-left:0.5em;
	}
	
	/* 1st tier style */
	.menu ul li a, .menu ul li a:visited 
	{
		display:block; 
		text-decoration:none; 
		color:#195e4a;
		width:100px; 
		height:135px; 
		_height:152px; 
		background:#FFFFFF;
		line-height:2.5em;
		border:solid 1px #195e4a;
	}
	/* Hide second tier */
	.menu #level-1 li .level-2
	{
		display: none;
	}
	
	/* show and location of 2nd tier menu */
	.menu #level-1 li:hover .level-2 {
	display:block; 
	position:absolute; 
	top:2.5em;
	margin-top:2px;
	left:0em; 
	width:80px;
	z-index:2;
	}
	
	/* 2nd tier menu look  - individual elements */
	.menu #level-1 li:hover .level-2 li a {
	display:block;
	background:#B2D0C8;
	color:#000; 
	height:auto; 
	line-height:1.2em; 
	padding:5px 10px; 
	width:90px;
	}
	
	/* 1st tier menu rolloever */
	.menu #level-1 li a:hover
	{
		background-color:#E5EDEB;
	}
	
	/* 2nd tier menu rollover */
	.menu #level-1 li:hover .level-2 li a:hover {
	background:#FFFFFF; 
	color:#195E4A;
	}
/* Additional padding between photo and species title */
.padding
{
	_margin-bottom:1.3em;
}

/* applied to specie titles on the MERG home page  /research/MERG/index.html */
span.image-text
{
	color:#195E4A;
	line-height:1.5em;
	_line-height:0em; /* IE hack */
}


/*/merg/current.html */
/* Thumbnail images of people - is a link */
.person-img {
	border:1px solid #CFCFD1;
	padding: 0.5em;
	margin:0.4em;
	width:100px;
	height:205px;
	_height:216px;
	display:inline;
	float:left;
	text-align:center;
	font-size:0.9em;
}
.person-text {
		color:#195E4A;
		line-height:1.5em;
	}
	a.person-img, a.person-img:visited
	{
		text-decoration:none;
	}
	a.person-img .photo-name:hover
	{
		text-decoration:underline;
	}
	a.person-img:hover
	{
		border:1px solid #195E4A;
		background-color:#E5EDEB;
		text-decoration:none;
	}
	
/* merg/studentName/index.html  - studentName is a varing name*/

/* Details about each research student */

#details-list {
border:1px solid #195E4A;
width: 500px;
float:left;
margin-top:6px;
}
	#details-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	#details-list ul li {
	background-color: #E5EDEB;
	padding: 4px 12px 4px 11px;
	margin: 0;
	margin-bottom: 6px;
	font-size: 13px;
	letter-spacing: normal;
	position: inline;
	line-height:1.5em;
	}
	#details-list div
	{
		color:#195E4A;
		font-size:14px;
		font-weight:600;
		margin-right:1em;
		display:inline;
	}
element.style {
    height: 210px;
}
.thumb-img {
    border: 1px solid #CFCFD1;
    display: inline;
    float: left;
    height: auto;
    margin: 0.4em;
    padding: 0.5em;
    text-align: center;
    width: auto;
}

/*Table styles*/

.tableprops, .tableprops th, .tableprops td, .tableprops tr {border: 1px solid #333;}



/*Horizontal listing style with highlight*/

.sciencelistinghighlight {
    border-bottom: 1px solid #CCCCCC;
    clear: both;
    display: inline-block;
    width: 99%;
}
.sciencelistinghighlight img {
    float: right;
    padding: 0.5em;
}
.sciencelistinghighlight:hover {
    background-color: #EEEEEE;
}
.news-title{
    font-size: 18px;
    font-weight: normal;
}
.title-container{
	margin-bottom:10px !important;
}


/* DM - bioscience, Molecular Ecology Research Group page */ 
.image-text-italics{
line-height:1.1em;
}

/* this css is relevant to the boxes at the bottom of the pages in /about/disciplines */

#box-discover-bs,
#box-discover-chem,
#box-discover-geo,
#box-discover-math,
#box-discover-phys
{
background-image: url(/science/assets/images/template/base.png);
background-repeat: no-repeat;
height: 163px;
background-position: 8px 8px;
}

#box-discover-bs p,
#box-discover-chem p,
#box-discover-geo p,
#box-discover-math p,
#box-discover-phys p
{
color: #FFFFFF;
font-size: 18pt;
line-height: 175%;
text-align: left;
padding: 20px;
font-weight: 700;
}


#box-discover-bs .tilted,
#box-discover-chem .tilted,
#box-discover-geo .tilted,
#box-discover-math .tilted,
#box-discover-phys .tilted
{
font-size: 20pt;
font-family: serif;
font-style: italic;
}

#box-discover-bs a, 
#box-discover-bs a:visited,
#box-discover-chem a,
#box-discover-chem a:visited,
#box-discover-geo a,
#box-discover-geo a:visited,
#box-discover-math a,
#box-discover-math a:visited,
#box-discover-phys a,
#box-discover-phys a:visited
{
text-decoration: none;
color: #FFFFFF;
}

/*Adjustment to vertical alignment of green boxes on homepage*/
#box-explore-our-world-changing-research {
	margin-top: 26px;
}

/*Adjustment to horizontal alignment of video on homepage*/
#centre-player-homepage {
	margin: 0 0 0 20px;
}

/*Adjustment to text alignment in slidebox on landing pages*/
#slide-box-homepage .box-column .one-box-column h2 {
	margin-top: -5px;
	margin-left: -25px;
}
#slide-box-homepage .box-column .one-box-column p {
	margin-left: -25px;
}
#slide-box-student-profiles .box-column .one-box-column h3 {
	margin-top: 0;
	margin-left: -25px;
}
#slide-box-student-profiles .box-column .one-box-column p {
	margin-left: -25px;
}

/*Adjustment to text alignment in highlight boxes on landing pages*/
#box-undergraduate h2,
#box-honours h2,
#box-research-postgraduate h2,
#box-managing-your-studies h2,
#box-getting-the-most h2,
#box-where-to-get-help h2 {
	margin-left: -30px;
}
#box-undergraduate ul,
#box-honours ul,
#box-research-postgraduate ul,
#box-managing-your-studies ul,
#box-getting-the-most p,
#box-where-to-get-help ul {
	margin-left: -10px;
}
#box-getting-the-most p {
	margin-left: -30px;
}
.in2science-button {
	background: url("/assets-global/monash/images/template/ui-bg_gloss-wave_35_094c93_500x100.png") repeat-x scroll 50% 50% #094C93;
    border: 1px solid #0969A0;
    margin: 0 0 15px 0;
    padding: 0.3em;
	color: #ffffff;
	width: 80px;
}
.in2science-button a,
.in2science-button a:link,
.in2science-button a:visited,
.in2science-button a:hover,
.in2science-button a:active {
	color: #ffffff; text-decoration: none;
}


/*
	To remove the mobile button set with the addThis include - Alumni eGazette pages, Jared M. 2013-05-30
*/
.mobileShow {
	display:none;
}
