/* accent effects the background colour of several items in the internal template */
.accent {
	background-color: #00A3DD;
}

.accent_careers {
	background-color: #1fb1af;
}


.external
{
	background: url(http://www.melbournegsm.unimelb.edu.au/template-assets/07/images/external.gif) right center no-repeat; 
	padding: 0px 12px 0px 0px;
	display: inline-block;
	
	
}


/* 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/images/07/banner_ecom.jpg");
}

#top_careers /* the background banner image */
{
	background-image: url("/template-assets/images/07/banner_careers.jpg");
}


#top_experience /* the background banner image */
{
	background-image: url("/template-assets/images/07/banner_experience.jpg");
}

#top_mac /* the background banner image */
{
	background-image: url("/template-assets/images/07/banner_mac.jpg");
}


#top_mbit /* the background banner image */
{
	background-image: url("/template-assets/images/07/banner_mbit.jpg");
}


#top_mgsm_temp /* the background banner image */
{
	background-image: url("/template-assets/images/07/banner_mgsm_temp.jpg");
}

#top_mgsm /* the background banner image */
{
	background-image: url("/template-assets/images/07/banner_mgsm.jpg");
}

#top_marketing01 /* the background banner image */
{
	background-image: url("/template-assets/images/07/banner_open_eyes01.jpg");
}

#top_marketing02 /* the background banner image */
{
	background-image: url("/template-assets/images/07/banner_leadership01.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/images/07/ecom01.jpg");
}
#nav div.section2 {
	background-image: url("/template-assets/images/07/ecom02.jpg");
}
#nav div.section3 {
	background-image: url("/template-assets/images/07/ecom03.jpg");
}
#nav div.section4 {
	background-image: url("/template-assets/images/07/ecom04.jpg");
}
#nav div.section5 {
	background-image: url("/template-assets/images/07/ecom05.jpg");
}
#nav div.section6 {
	background-image: url("/template-assets/images/07/ecom06.jpg");
}

#nav div.section7 {
	background-image: url("/template-assets/images/07/mac01.jpg");
}

#nav div.section8 {
	background-image: url("/template-assets/images/07/mac02.jpg");
}

#nav div.section9 {
	background-image: url("/template-assets/images/07/mac03.jpg");
}

#nav div.section10 {
	background-image: url("/template-assets/images/07/mac04.jpg");
}

#nav div.section11 {
	background-image: url("/template-assets/images/07/mac05.jpg");
}

#nav div.section12 {
	background-image: url("/template-assets/images/07/mac06.jpg");
}

#nav div.section13 {
	background-image: url("/template-assets/images/07/mbit01.jpg");
}

#nav div.section14 {
	background-image: url("/template-assets/images/07/mbit02.jpg");
}

#nav div.section15 {
	background-image: url("/template-assets/images/07/mbit03.jpg");
}

#nav div.section16 {
	background-image: url("/template-assets/images/07/mbit04.jpg");
}

#nav div.section17 {
	background-image: url("/template-assets/images/07/mbit05.jpg");
}

#nav div.section18 {
	background-image: url("/template-assets/images/07/mbit06.jpg");
}

#nav div.section19 {
	background-image: url("/template-assets/images/07/career01.jpg");
}

#nav div.section20 {
	background-image: url("/template-assets/images/07/career02.jpg");
}

#nav div.section21 {
	background-image: url("/template-assets/images/07/career03.jpg");
}

#nav div.section22 {
	background-image: url("/template-assets/images/07/career04.jpg");
}

#nav div.section23 {
	background-image: url("/template-assets/images/07/career05.jpg");
}

#nav div.section24 {
	background-image: url("/template-assets/images/07/mgsm_temp01.jpg");
}
/* The following are for the "landing pages" in future students */

#nav div.sectionm1 {
	background-image: url("/template-assets/images/07/iconm01.jpg");
}
#nav div.sectionm2 {
	background-image: url("/template-assets/images/07/iconm02.jpg");
}
#nav div.sectionm3 {
	background-image: url("/template-assets/images/07/iconm03.jpg");
}
#nav div.sectionm4 {
	background-image: url("/template-assets/images/07/iconm04.jpg");
}
/* small staff pictures for news and events sections - added April 2009*/
.smallpics
{
padding: 10px;
border:0;

margin:-20px 10px 0.5em 15px;
float: right;
	}
	
	/* This style specifies the dimensions of a playlist 160px wide by 147px high and is used in conjunction with video panes of 226px wide by 126px high */
#VideoLayer1 {	position:absolute;
	width:160px;
	height:147px;
	z-index:1;
	overflow: auto;
	visibility: visible;
}

/* This style specifies the dimensions of a playlist 250px wide by 257px high and is used in conjunction with video panes of 384px wide by 236px high */
#VideoLayer2 {	position:absolute;
	width:250px;
	height:257px;
	z-index:1;
	overflow: auto;
	visibility: visible;
}


