/* QUT template - section stylesheet */
/* Should be used in conjunction with common QUT corporate template stylesheet - common.css */
/* Copyright QUT 2003 */
/* Version 2.6 */

/*TEMP. TEST STYLES*/

UL.barelist  {
	list-style: none;
	margin-left: 1.5em;
	padding-left: 1em;
	text-indent: 1em;
	margin-top:0em;
	margin-bottom:0.1em;
	}
	
.smalltext {font-size:80%;
}

.normal   {
	font-weight:normal;
	font-style:normal;
}

acronym { 
  border-bottom-style:none;
  cursor:help;
}

.highlightorange {
  background-color:#FFCC00;
  color:#000000;
  font-weight:500;
  padding:2px;
}

.highlightorangebold {
  background-color:#FFCC00;
  color:#000000;
  font-weight:bold;
  padding:2px;
}

.indented {
  text-indent:3em;
}

.indenteditalic {
  text-indent:3em;
  font-style:italic;
  font-weight:bold;
}

.importantWords {
	font-weight:bold;
}


dt.header {
	width: 15em;
	padding: .5em;
	float: left;
  	color: #003366;
	font-weight:bold;
}

dd.header {
	margin-left: 16em;
	padding: .5em;
 	color: #003366;
	font-weight:bold;
}


dt {
	width: 15em;
	padding: .5em;
	float: left;
	margin: 0;
}


dd {
	margin-left: 16em;
	padding: .5em;
}


.importantWordsBurg {
	color:#003366;
	font-weight:bold;
}

p.burgundyindent {
	color:#003366;
	text-indent:3em;
}

P.feature {
  color: #333333;
  font-family: verdana, arial, helvetica, sans-serif; 
  font-size:110%;
  width:100%;
  line-height:2.0em;
  text-align:justify;
  margin:5px;
}

.placemat {
			background-color:#eeeeee;
			border: 1px dotted #cccccc;
			padding:7px;
			width:95%;
			margin:1px;
}


.floatleft {
	float:left;
	padding-top:0px;
	padding-left:0px;
	padding-right:10px;
	margin-right:10px;
	margin-left:0px;
	margin-bottom:7px;
}


.clearfloat {
	clear:left;
}
	

.animation {
	margin-left:2.0em;
}


UL.quick  { list-style-image:url(../graphics/arrow.gif); 
			list-style-type:square; 
}

table.table_bordered	{	
			border-style:none;
			border-collapse:collapse;
			width:100%;
			padding:5px;
			margin:7px;
}

table.table_bordered td	{
			background-color:#eeeeee;
			text-align:left;
	   		vertical-align:top;
			border:1px solid #000000;
			padding:10px;
}

table.table_bordered th {
	background-color:#666666;
	color : #FFFFFF;
	text-align:center;
	vertical-align:top;
	font-size:90%;
	border:1px solid #000000;
	padding: 10px;
}



/* 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) */

