/* QUT template - corpstyle stylesheet */
/* Should be used in conjunction with common and branch stylesheets */
/* Copyright QUT 2008 */
/* Version 3.2 */


/* MAIN ELEMENTS */

body {
  background-color: #fff;
  color: #333;  
  font-size: 100.01%;
  font-weight: normal;
  font-family: verdana, arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
  width: auto;
}

.content td, .content th {
	font-size: 0.8em;
}

h1, h2, h3, h4, h5, h6 {
  color: #1a71b8;
}

h1 {
  font-size: 1em;
  font-weight: bold;
  margin: 1em 0;
}


/* BANNER */

.banner {
  width: 100%;
  vertical-align: top;
  padding: 0;
  border: 0;
  margin: 0;
  clear: both;
}

.logo {
  float: left;
  padding: 0;
  border: 0;
  margin: 0;
}

.realworld {
  float: right;
  padding: 0;
  border: 0;
  margin: 0;
}

.hidden_nav {
  float: left;
}


/* UTILITY BAR */

.utility {
  width: 100%;
  vertical-align: top;
  padding: 0;
  border: 0;
  margin: 0;
  clear: both;
  background-color: #f5f7fa;
  background-image: url("/graphics/utility_bar.gif");
  background-repeat: repeat-x;
  color: #333;
  height: 1.6em;
}	

.utility_right_sub {
  float: right;
  padding: 0;
  border: 0;
  margin: 0;
  position: relative;
  display: inline;
}	

.utility_search {
  float: right;
  padding: 0;
  border: 0;
  margin: 0;
  position: relative;
  display: inline;
}	

.utility_right_block {
  float: right;
  width: 70%;
  padding: 0;
  border: 0;
  margin: 0;
  position: relative;
  display: inline;
}	

.utility_button a {
  float: left;
  padding: 0;
  border: 0;
  margin: 0;
  background-color: #f5f7fa;
  background-image: url("/graphics/utility_bar.gif");
  background-repeat: repeat-x;
  color: #333;
  font-size: 0.8em;
  text-decoration: none;
  padding: 0.4em 1em;
  vertical-align: middle;
  border-right: 1px solid #fff;
  display: inline;
  clear: none; 
}	

.utility_button a:hover {
  background-color: #d9d9d9;
  background-image: url("/graphics/utility_bar_over.gif");
  background-repeat: repeat-x;
  color: #333;
  text-decoration: none;
}

span.utility_button_staff {
	background-color: #f5f7fa;
	background-image: url("/graphics/utility_bar.gif");
	background-repeat: repeat-x;	
	border-right: 1px solid #fff;
	font-size: 0.8em;
	float: left;
	padding: 0.4em 0 0.4em 1em;	
}

.utility_button_staff a {
	padding: 0;
	border: 0;
	margin: 0;
	background-color: #f5f7fa;
	background-image: url("/graphics/utility_bar.gif");
	background-repeat: repeat-x;
	color: #333;
	padding: 0.4em 5px;
	text-decoration: none;
	display: inline;
	clear: none; 	
}

.utility_button_staff a:hover {
	background-color: #d9d9d9;
	background-image: url("/graphics/utility_bar_over.gif");
	background-repeat: repeat-x;
	color: #333;
	text-decoration: none;
}

a.utility_directory_button {
	padding-right: 1em;
}

form.search {
  margin: 0;
  border: 0;
  padding: 0 0.3em 0 0;
  vertical-align: top;
  display: inline;
}

.search_label{
  float: right;
  padding: 0;
  border: 0;
  margin: 0;
  background-color: #f5f7fa;
  background-image: url("/graphics/utility_bar.gif");
  background-repeat: repeat-x;
  color: #333;
  font-size: 0.8em;
  text-decoration: none;
  padding: 0.4em 1em;
  vertical-align: top;
  display: inline;
}	

.search_button {
  vertical-align: top;
  margin: 2px 0 0 0;
  padding: 0;
  border:0;
}

input.search_box {
  background: url("/graphics/search_bg.gif") repeat-x;
  border: 0;
  color: #666;
  background-color: #cef; /* to highlight search box when images are off */  
  font-size: 0.7em;
  height: 21px;
  vertical-align: top;
  padding: 4px 0 0 0;
  width: 80px;
  margin: 2px 0 0 0;
  position: relative;
}

img.search_image_left {
  vertical-align: top;
  margin: 3px 0 0 2px;
  padding: 0;
  border:0;
}

img.search_image_right {
  vertical-align: top;
  margin: 3px 0 0 0;
  padding: 0;
  border:0;
}

/* old IE hack */

html > body .search_image_left {
  margin: 2px 0 0 2px;
}
html > body .search_image_right {
  margin: 2px 0 0 0;
}


/* TOP NAVIGATION */

.topnav {
  background-color: #1b7ccb;
  background-image: url("/graphics/nav_bar.gif");
  background-repeat: repeat-x;
  width: 100%;
  vertical-align: top;
  padding: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  clear: both;
  height: 1.45em;
  text-decoration: none;
}	

.topnav_button a {
  background-color: #1b7ccb;
  background-image: url("/graphics/nav_bar.gif");
  background-repeat: repeat-x;
  float: left;
  padding: 0;
  border: 0;
  margin: 0;
  color: #fff;
  font-size: 0.8em;
  text-decoration: none;
  padding: 0.3em 3em;
  vertical-align: middle;
  border-right: 1px solid #fff;
}

.topnav_button a:hover {
  background-color: #145a96;
  background-image: url("/graphics/nav_bar_over.gif");	
  color: #fff;  
}


/* CONTENT */

.page_title {
  margin-left: 260px;
}

.content_div {
  width: auto;
  height: auto;
  vertical-align: top;
  padding: 0;
  margin: 0;
  clear: both;
}

.sidenav {
  float: left;
  width: 240px;
  padding: 0 0 0 20px;
  text-align: left;
  margin-bottom: 10px;
}

.content {
  margin: 0 160px 0 260px;
  font-size: 0.8em;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.3em;
}
 
.right_margin {
  float: right;
  width: 140px;
  padding: 0 20px 0 0;
  text-align: left;
  margin-bottom: 10px;
}

.marketing {
  clear: both;
  text-align: justify;
  margin: 10px 0;
}


/* FOOTER */

.footer {
  width: 100%;
  vertical-align: top;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 0.7em;
  clear: both;
  border-top: 4px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
}

.footer_left {
  float: left;
  width: 60%;
  padding: 0 2em 0.5em 2em;
}

.footer_right {
  float: right;
  padding: 0 2em 0.5em 2em;
}


/* PRINT */

.print_friendly {
  float: right
}

.print_friendly img {
  vertical-align: top;
  width: 27px;
  height: 23px;
  border: 0;
}

.print {
  margin: 0 20px;
  text-align: left;
}


/* NAVIGATION TREES */

/* Level 1 menu */
.level1menu {
  font-weight: bold;
  font-size: 0.8em;
  color: #333;
  text-decoration: none; 
}

A.level1menu:hover {
  text-decoration: underline;
}

.level1current {
  font-weight: bold;
  font-size: 0.8em;
  text-decoration: none; 
}

/* Level 2 menu */
.level2menu {
  font-weight: bold;
  font-size: 0.75em;
  color: #333;
  text-decoration: none; 
}

A.level2menu:hover {
  text-decoration: underline;
}

.level2current {
  font-weight: bold;
  font-size: 0.75em;
  text-decoration: none; 
}

/* Level 3 menu */
.level3menu {
  font-weight: normal;
  font-size: 0.75em;
  color: #333;
  text-decoration: none; 
}

A.level3menu:hover {
  text-decoration: underline;
}

.level3current {
  font-weight: normal;
  font-size: 0.75em;
  text-decoration: none; 
}

/* Level 4 menu */
.level4menu {
  font-weight: normal;
  font-size: 0.7em;
  color: #333;
  text-decoration: none; 
}

A.level4menu:hover {
  text-decoration: underline;
}

.level4current {
  font-weight: normal;
  font-size: 0.7em;
  text-decoration: none; 
}

/* Active navigation tree elements (usually same as headings!) */
a.level1menu:hover, .level1current, a.level2menu:hover, .level2current, a.level3menu:hover, .level3current, a.level4menu:hover, .level4current {
  color: #1A71B8;
}

/* Non-active navigation tree elements */
a.level1menu, a.level2menu, a.level3menu, a.level4menu {
  color: #666;
}


/* CONTRIBUTE */

.contribute_warning {
  background-color: #f00;
  color: #fff;
}

.contribute_warning a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}


/* Other specific settings */

h3.contact {
  margin-bottom: -0.5em;
}

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;
}

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;
}
