/* QUT template - section stylesheet */
/* Should be used in conjunction with common QUT corporate template stylesheet - common.css */
/* Copyright QUT 2003 */
/* Version 2.6 */

/* Site map definition list - replicated in common.css */


dl.sitemap {
	margin-right:1em;
	padding: .5em;
	width: 325px;
	float: left;
}


dt.sitemap {
	margin: 1em .2em .2em 0em;
	color: #FFFFFF;
	background-color: #333333;
	padding: .5em;
	font-weight: bold;
	font-size:95%;
	text-align: left;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444; 
}

dt.sitemap-help {
	margin: 1em .2em .2em 0em;
	color: #FFFFFF;
	background-color: #003366;
	padding: .5em;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2; 
}

dt.sitemap-about {
	margin: 1em .2em .2em 0em;
	color: #000000;
	background-color: #003366;
	padding: .5em;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2; 
}

dd.sitemap {
	margin: .2em .2em .2em 0em;
	background: #FFFFFF;
	text-align: left;
	font-style: normal;
	padding: 0em;
	border:1px solid #e2e2e2;
}


dd.sitemap A:link { 
  color: #003366;
  text-decoration:none;
}

dd.sitemap A:visited {
	display:block;
	color: #000000;
	background-color:#eeeeee;
	font-weight:normal;
	text-decoration:none;
	}	
	
dd.sitemap A:hover {
	display:block;
	color: #000000;
	background-color:#e2e2e2;
	font-weight:normal;
	text-decoration:none;
	}

dd.sitemap A:active {
	display:block;
	color: #000000;
	background-color:#e2e2e2;
	font-weight:bold;
	text-decoration:none;
	}
	
/*Test entries */




/* TOP LEVEL BUTTONS */

/* (Active button) */
A.module1button:link {
  color: #000;
}

A.module1button:visited {
  color: #000;
}

A.module1button:hover {
  color: #000;
}

A.module1button:active {
  color: #f00;
}
/* (End active) */

