/* QUT template - print stylesheet */
/* Copyright QUT 2011 */
/* Version 3.2 */
body {
	background-image: none;
	background-color: #ffffff;
	color: #333333;
	font-family: arial,helvetica,sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
	width: auto;
}


h1 {
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
}


.content ul {
    list-style-type: disc;
    margin-left: 15px;
}

.page_content ol {
    list-style-type: decimal;
}

ul.longpage {
    border: 1px solid #e6e6e6;
	width: auto;
}

.content p {
    padding: 1.1em 0 0.5em;
}

.content .alert, .content .starred, .sidebar, .thumb-text {
     border: 1px solid #e6e6e6;
	 margin-bottom: 0.5em;
}

table {
  border: 1px solid black;
  border-collapse: collapse;
  width: 90%;
}

td, th {
  border: 1px solid black;
  padding: 3px;
}

div#header-wrapper, div#menu-wrapper {
  display: none;
}
div#breadcrumbs {
  display: none !important;
}
div.page_title {
  width: auto;
  margin: 0px;
}
div.page_title h1 {
  left: 10px;
  display: inline !important;
}
div.content_div {
  width: auto;
}
div.sidenav {
  display: none;
}
div.content {
  margin: 10px;
  /* width:100%; */
  width: auto;
  float: left;
}

a.top {
  display: none;
}

div#footer-content {
  display: none;
}

div#footer-supplementary {
  width: auto;
}

.exiles, .supplementary-links, #acknowledgement {
  display: none;
}

#last-modified {
  width: auto;
}

#last-modified > li {
    float: left;
    margin-right: 20px;
}

#chat-bar {
  display: none;
}



