/* QUT template - section stylesheet */
/* Should be used in conjunction with common QUT corporate template stylesheet - common.css */
/* Copyright QUT 2003 */
/* Version 2.6 */

.instructions {
	border: 2px solid #999999;
}

.feedbackTable {
	font-size: 1em;
	border: 1px dashed #999999;
}

.feedbackForm {
	border: 1px dashed #999999;

}

/* A-Z Tab Styles (includes work arounds for Internet Explorer) */

.fullcontainer {
  padding-top: 0.5em;
  width: 100%;
}

.indexlist {
	list-style: none;
	display: block;
	font-size: 100%;
	padding-left: 0;
	margin-left: 0;
}

.indexlist li {
	padding-bottom: 1em;
	margin-left: 0;
}

.indexlist li ul {
	padding-top: 1em;
}

.emptytab {
	list-style: none;
	display: inline;
	border: 1px solid #AAA;
	border-bottom: none;
}

#contents {
	width: 100%;
}

/* Work around for IE 6 */
#contents ul.indexlist li {
	list-style-image: none;
	padding-left: 0;
	margin-left: 0;
}

/* Work around IE 6 stuff to present the proper bullets graphic */
#contents ul.indexlist li ul li{
	list-style-image: url(/graphics/bullet.gif);
	list-style-type: square;
	text-align: left;
	padding-bottom: 2px;
}

#alphatitle {
	width: 95%;
	margin-left: 0;
}

#columnleft {
	float: left;
	margin-right: 2%;
	width: 48%;
}

#columnright {
	float: right;
	width: 48%;
}

#tabhead {
	border-bottom: 1.85em solid #145B93;
	width: 100%;
}

#tabhead ul#primary {
	height: 2.85em;
	margin: 0 0 -10px 0;
	width: 100%;
}

#tabhead ul#primary li  {
	display: inline;
	list-style: none;
	font-size: 14px;
}

#tabhead ul#primary a,#tabhead ul#primary span,#tabhead ul#primary a.current,#tabhead ul#primary p.emptytab {
	width: 2.1em;
	display: block;
	float: left;
	padding: 4px 0;
	padding-bottom: 4px;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #FFFFFF;
}

#tabhead ul#primary p.emptytab {
	background-color: #D5D3D6;
	color: #000000;
}

#tabhead ul#primary span {
	font-weight: bold;
	border-bottom: none;
}

#tabhead ul#primary span,#tabhead ul#primary a.current,#tabhead ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #145B93;
	padding-bottom: 5px;
	margin-top: 0;
}

#tabhead ul#primary a {
	background: #8DC0FF;
	color: #000000;
	border: 1px solid #AAA;
	border-bottom: none;
}

#tabhead ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #D3E4F4;
    padding-bottom: 5px;
}



/* Webmaster Feedback form styles */

.feedback_form {
	float: left;
	text-align: left;
	min-width: 500px;
	max-width: 600px;	
	width: 100%;

}

.feedback_form legend {
	padding: 1em 5px 1em 0;
	color: #000;
	font-size: 0.8em;	
	font-weight: bold;
	vertical-align: top;
}

.feedback_form label {
	font-size: 0.8em;
}

.feedback_form p {
	margin: 10px 0 0 0;
	font-size: 0.8em;
}

p.feedback-sup-info {
	font-size: 0.7em;
}

.control_pair {
	border-bottom: 1px solid #ccc;
	float: left;
	width: 100%;
	padding: 5px 0;
}

.last-control_pair {
	border-bottom: 0;
	float: left;
	width: 100%;
}

.form_left {
	float: left;
	padding: 5px;
	width: 25%;
}

.form_right {
	margin-left: 30%;
	padding: 5px;
}

.form_input {
	width: 100%;
}

#input_form {
	display: none;
	visibility: hidden;
}

p.thanks {
	margin: 1em 0;
	
}

/*Sitemap specific styles*/

.sm_header {
	clear: both;	
}

.smfull_width {
	width: 100%;	
}

.smleft_column {
	float: left;
	width: 30%;
	padding: 0 0 20px 0;
	margin: -20px 0 0 0;
}

.smmiddle_column {
	float: left;
	width: 30%;
	margin: -20px 0 0 30px;
}

.smright_column {
	float: left;
	width: 30%;
	margin: -20px 0 0 30px;
}