/* accent effects the background colour of several items in the internal template */
.accent {
	background-color:#6e00b8;
}

/* the border color of the footer bar can optionally be matched to the accent color */
#metalinks
{
	border-bottom-color: #939;
	border-top-color: #939;
}

#top /* the background banner image */
{
	background-image:url("/template-assets-custom/07/images/sub-banner-HI.jpg");
}

/* home page icons */
/* use classes on the divs which already have an 'icon' class to refer to an individual icon image */

#nav div.section1 {
	background-image: url("../images/CONDUIT_icon.jpg");
}
#nav div.section2 {
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/icons/003.jpg");
}
#nav div.section3 {
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/icons/036.jpg");
}
#nav div.section4 {
	background-image: url("../images/GHRANITE_icon.jpg");
}
#nav div.section5 {
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/icons/058.jpg");
}

/* Restrict content to 80% screen width */
.margined {
	width: 80%;
}
.HDbutton {
	border: 1px solid #006;
	background: #E6E6FA;
}
.HDWarning {
	color: #FF0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.HDTableHeader {
	color: #FFFFFF;
	font-weight: bold;
}
.HDTableText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.HDSmallText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}
