
/* accent effects the background colour of several items in the internal template */
.accent {
	background-color: #060;
}

/* the border color of the footer bar can optionally be matched to the accent color */
#metalinks
{
	border-bottom-color: #ccc;
	border-top-color: #ccc;
}

#top /* the background banner image */
{
	background-image: url("/template-assets-custom/07/images/banner/005.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("/template-assets-custom/07/images/icons/034.jpg");
}
#nav div.section2 {
	background-image: url("/template-assets-custom/07/images/icons/100.jpg");
}
#nav div.section3 {
	background-image: url("/template-assets-custom/07/images/icons/101.jpg");
}
#nav div.section4 {
	background-image: url("/template-assets-custom/07/images/icons/022.jpg");
}

#nav div.section5 {
	background-image: url("/template-assets-custom/07/images/icons/027.jpg");
}

#nav div.section6 {
	background-image: url("/template-assets-custom/07/images/icons/013.jpg");
}


/*Link Style*/

.external
{
	background: url(/template-assets-custom/07/images/external.gif) right center no-repeat; 
	padding: 0px 12px 0px 0px;
	display: inline-block;
	
	
}

/*copy style from tables class = grey from http://www.unimelb.edu.au/template-assets/07/styles/common.css*/
#content table.sortable
{
	border: solid #999 thin;
	border-collapse: collapse;
	margin: 0 0 0.5em 0;
	text-align: left;
}

#content table.sortable th, #content table.sortable td
{
	border: solid #999 thin;
	border-collapse: collapse;
	padding: 2px;
}

#content table.sortable th { background-color: #eee; vertical-align:top; }
table.sortable td { background-color: #fff; vertical-align:top; }
table .even, table .even td, table.sortable .even td { background-color: #eee; }
#content table.sortable .even th { background-color: #ddd; }



