/* QUT template - corpstyle stylesheet */
/* Should be used in conjunction with common and branch stylesheets */
/* Copyright QUT 2009 */
/* Version 4.0 */

/* MAIN ELEMENTS ----------------------------------------------------------------- MAIN ELEMENTS */

html, body, ul, li {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100.01%;
}

p {
	font-size: 0.75em;
	margin: 0.7em 0;
	padding: 0;
}

h1.page_title {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 1em 0 0 0;
}

/* Heading colour */

h1, h2, h3, h4, h5, h6 {
  color: #1a71b8;
}

/* Image link border fix */

a img {
	border: 0;
}

/* Table styles - apply 'qut-table' class to tables to use */

table.qut-table, table.qut-table th, table.qut-table td, .print table.qut-table, .print table.qut-table th, .print table.qut-table td  {
    border-color: #333;
    border-style: solid;
}

table.qut-table, .print table.qut-table {
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0.5em 0;
}

table.qut-table th, .print table.qut-table th {
	background-color: #ccc;
	font-weight: bold;
}

.content table th, .content table td, .print table th, .print table td {
	font-size: 0.75em;
}

.content table p, .print table p {
	font-size: 1em;
}

table.qut-table th, table.qut-table td, .print table.qut-table th, .print table.qut-table td {
	margin: 0;
	padding: 5px;
	border-width: 1px 1px 0 0;
}

/* List styles */

.content ol, .content ul, .print ol, .print ul {
	font-size: 0.75em;
	line-height: 1.5em;
	margin:0.5em 0 0.5em 3em;
}

.content li, .print li {
	margin: 0.5em 0;
	
}

.content ul ul, .content ul ul ul, .content ul ul ul ul, .content ul ul ul ul ul {
	font-size: 100%;
}

/* BANNER ------------------------------------------------------------------------------- BANNER */

.banner {
	clear: both;
	margin: 0;
	padding: 0;
}

.logo {
	float: left;
	margin: 0;
	padding: 0;
}

.realworld {
	float: right;
	margin: 0;
	padding: 0;
}

a.skip_link {
	left: -999em;
	overflow: hidden;
	position: absolute;
	top: 0;
}



/* UTILITY BAR --------------------------------------------------------------------- UTILITY BAR */

.utility {
	background-color: #f5f7fa;
	background-image: url(/graphics/utility_bar.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	height: 1.65em;
	margin: 0;
	padding: 0;
	width: 100%;
}

.utility_right_sub {
	border: 0;
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
}

.utility_search {
	border: 0;
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
}

.utility_right_block {
	border: 0;
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
}

.utility a {
	background-color: #f5f7fa;
	background-image: url(/graphics/utility_bar.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #fff;
	color: #333;
	display: inline;
	float: left;
	font-size: 0.8em;
	margin: 0;
	padding: 0.40em 1em;
	text-decoration: none;
}

.utility a:hover {
	background-color: #dcdcdc;
	background-image: url(/graphics/utility_bar_over.gif);
	background-repeat: repeat-x;
}

.utility abbr {
	border: 0;
}

form.search {
	border: 0;
	display: inline;
	margin: 0;
	padding: 0;
}

.search-container {
	background-image: url(/graphics/search-background.gif);
	background-repeat: no-repeat;
	margin-top: 2px;
}

.search_label {
	background-image: url(/graphics/utility_bar.gif);
	background-repeat: repeat-x;
	border: 0;
	display: inline;
	font-size: 0.8em;
	float: right;
	margin: 0;
	padding: 0.4em 1em;
}

.search_button {
	margin: 0;
	padding: 0 12px 0 0;
	vertical-align: top;
}

input.search_box {
	border: 0;
	background-color: transparent;
	font-size: 0.75em;
	height: 20px;
	line-height: 1.5em;
	outline: none;
	margin: 0 14px;
	padding: 0;
	width: 80px;
}



/* TOP NAVIGATION --------------------------------------------------------------- TOP NAVIGATION */

ul.topnav {
	background-color: #1b7ccb;
	background-image: url(/graphics/nav_bar.gif);
	background-repeat: repeat-x;	
	border-bottom: 1px solid #fff;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.topnav li {
	float: left;
}

ul.topnav a {
	background-color: #1b7ccb;
	background-image: url(/graphics/nav_bar.gif);
	background-repeat: repeat-x;	
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 0.75em;
	float: left;
	margin: 0;
	padding: 0.45em 3em;
	text-decoration: none;
}

/* rollover */
ul.topnav a:hover {
	background-color: #145a96;
	background-image: url(/graphics/nav_bar_over.gif);
	color: #fff;
}	



/* CONTENT ----------------------------------------------------------------------------- CONTENT */

.content_div {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}

.sidenav {
	float: left;
	margin: 35px 20px 10px 0;
	padding: 0 0 0 20px;
	text-align: left;
	width: 220px;
}

.content {
	line-height: 1.1em;
	margin: 0 160px 10px 260px;
}

.right_margin {
	float: right;
	margin: 35px 0 10px 0;
	padding: 0 20px 0 0;
	width: 80px;
}

.marketing {
	clear: both;
	margin: 10px 0;
	text-align: justify;
}



/* FOOTER ------------------------------------------------------------------------------- FOOTER */

.footer {
	border-top: 4px solid #ccc;
	clear: both;
	font-size: 0.7em;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	width: 100%;
}

.footer_left {
	float: left;
	padding: 0 2em 10px 2em;
	width: 60%;
}

.footer_right {
	float: right;
	padding: 0 2em 10px 2em;
}



/* PRINT-FRIENDLY --------------------------------------------------------------- PRINT-FRIENDLY */

.print_friendly {
	float: right
}

.print_friendly img {
	height: 23px;
	vertical-align: top;
	width: 27px;
}

.print {
	margin: 0 20px;
	text-align: left;
}



/* NAVIGATION TREES ----------------------------------------------------------- NAVIGATION TREES */

ul.side_nav_menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.side_nav_menu li, ul.side_nav_menu a, ul.side_nav_menu span {
	display: block;
	font-size: 100%;
	line-height: 1.5;	
}

ul.side_nav_menu li.sidenav-line {
	border-left: 1px solid #ccc;
}

ul.side_nav_menu li.currentbranch-top {
	background-image: url(/graphics/side_navigation/top_bracket.gif);
	background-repeat: no-repeat;
}

ul.side_nav_menu li.currentbranch-top a.level2menu {
	padding-left: 11px;
}

ul.side_nav_menu li.currentbranch-top a.level3menu {
	padding-left: 12px;
}

ul.side_nav_menu li.currentbranch-mid {
	border-left: 2px solid #1a71b8;
}

ul.side_nav_menu li.currentbranch-bottom {
	border-left: 2px solid #1a71b8;
	background-image: url(/graphics/side_navigation/bot_bracket.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* Active navigation tree elements (usually same as headings!) */
li.level1menu-top, li.level2menu-top, li.level3menu-top, li.level4menu-top, li.level5menu-top {
	color: #1a71b8;
}

a.level1menu:hover, .level1current, a.level2menu:hover, .level2current, a.level3menu:hover, .level3current, a.level4menu:hover, .level4current, a.level5menu:hover, .level5current, a.level6menu:hover, .level6current  {
	color: #1a71b8;
	text-decoration: underline;
}

a.level2menu:hover, a.level3menu:hover, a.level4menu:hover, a.level5menu:hover, a.level6menu:hover  {
	background-image: url(/graphics/side_navigation/arrow.gif);
	background-repeat: no-repeat;
}

/* Non-active navigation tree elements */
ul.side_nav_menu a.level1menu, ul.side_nav_menu a.level2menu, ul.side_nav_menu a.level3menu, ul.side_nav_menu a.level4menu {
	color: #666;
}

/* Level 1 menu */
ul.side_nav_menu a.level1menu, ul.side_nav_menu li.level1current {
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}

/* Level 2 menu */
ul.side_nav_menu a.level2menu {
	color: #666;
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;
}

a.level2menu {
	padding-left: 10px;
}

ul.side_nav_menu li.currentbranch-top a.level2menu:hover {
	background-image: none;
}

ul.side_nav_menu li.level2current-top, ul.side_nav_menu li.level2menu-top {
	font-size: 0.75em;
	font-weight: bold;
	padding-left: 11px;
}

ul.side_nav_menu span.level2current {
	background-image: url(/graphics/side_navigation/currentitem.gif);
	background-position: center left;
	background-repeat: no-repeat;
	border-left: 1px solid #ccc;
	font-size: 0.75em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 10px;
	text-decoration: none;
}

/* Level 3 menu */
ul.side_nav_menu a.level3menu {
	color: #666;
	font-size: 0.75em;
	font-weight: normal;
	text-decoration: none;
}

a.level3menu {
	margin-left: 10px;
	padding-left: 11px;
}

ul.side_nav_menu li.level3current-top, ul.side_nav_menu li.level3menu-top {
	font-size: 0.75em;
	padding-left: 22px;
}

ul.side_nav_menu li.level4current-top, ul.side_nav_menu li.level4menu-top {
	font-size: 0.7em;
	padding-left: 30px;
}

ul.side_nav_menu li.level5current-top, ul.side_nav_menu li.level5menu-top {
	font-size: 0.7em;
	padding-left: 40px;
}

ul.side_nav_menu span.level3current {
	background-image: url(/graphics/side_navigation/currentitem.gif);
	background-position: center left;
	background-repeat: no-repeat;
	font-size: 0.75em;
	font-weight: normal;
	margin-left: 10px;
	padding-left: 11px;
	text-decoration: none;
}

/* Level 4, Level 5 and Level 6 menu */
ul.side_nav_menu a.level4menu, ul.side_nav_menu a.level5menu, ul.side_nav_menu a.level6menu {
	color: #666;
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: none;
}

a.level4menu {
	margin-left: 20px;
	padding-left: 10px;
}

ul.side_nav_menu span.level4current, ul.side_nav_menu span.level5current, ul.side_nav_menu span.level6current  {
	background-image: url(/graphics/side_navigation/currentitem.gif);
	background-position: center left;
	background-repeat: no-repeat;
	font-size: 0.7em;
	font-weight: normal;
	margin-left: 20px;
	padding-left: 10px;
	text-decoration: none;
}

ul.side_nav_menu span.level5current {
	margin-left: 30px;
}

ul.side_nav_menu span.level6current {
	margin-left: 40px;
}

a.level5menu {
	margin-left: 30px;
	padding-left: 10px;
}

a.level6menu {
	margin-left: 40px;
	padding-left: 10px;
}

/* Menu section divider */
li.divider {
	background-image: url(/graphics/side_navigation/divider.gif);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	padding-bottom: 15px;
}



/* CONTRIBUTE */

.contribute_warning {
  background-color: #c00;
  color: #fff;
}

.contribute_warning a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}











/* THIS IS WHERE THE REVIEWING NEEDS TO START */






/* Other specific settings */

h3.contact {
  margin-bottom: -0.5em;
}

.content ul {
  text-align: left;
  list-style-image: url(/graphics/bullet.gif);
  list-style-type: square;    
}


/* Two-column layout */

div.columnWrap {
  text-align: left;
  width: 100%;
}

div.leftColumn {
  float: left;
  margin-right: 3%;
  width: 48%; 
}

div.rightColumn {
  float: right;
  width: 48%;  
}


/* Styles for A-Z Index */

div.letter {
	margin-top: 3em;
}


/* Style for Campus Locations tables */

.location_table {
  border:#d1d1d1 1px solid;
}

th.location_table {
  font-size: 0.75em;
}

td.campus {
	background-color: #EFF7FF;	
}

table.simpletable {
  margin: 1em 1em 1em 2em;
  border-collapse: collapse;
}
table.simpletable th, table.simpletable td {
  border: 1px #666 solid;
  padding: 0.2em 0.8em;
}
table.simpletable th {
  text-align: left;
  background-color: #1a71b8;
  color: #ffffff;
  font-weight: bold;
}
table.simpletable caption {
  margin-left: inherit;
  margin-right: inherit;
}

/* Clearing */

.clear-both {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}