/* QUT template - corpstyle stylesheet */
/* Should be used in conjunction with common and branch stylesheets */
/* Copyright QUT 2007 */
/* Version 3.2 */

/*///////////////////////old content area styles

/*#content_area p {
text-align:justify;
margin-right: 20px;
}

.page_title h1 {
  display: none;
}

h1, h2, h3, h4{
margin-top: 5px;
}

p, table, th, td, ul, ol {
  font-size: 12px;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;
  line-height: 15pt;
}

.red_row * {
background-color: #CC3300;
color: #FFFFFF;
padding: 3px;
height: 15px;
}

#staff_directory {
border-right: 3px solid #CC3300;
padding: 3px;
}


td a#noborder {
border:none;
}

.imgleft {
margin-right: 10px;
margin-bottom: 10px;
}

.imgright {
margin-left: 10px;
margin-bottom: 10px;
}

acronym {
text-decoration: none;
color:#6389D8;
font-weight: bold;
border-bottom: none;
}

*/
/* 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: #fff;
  background-image: url("/graphics/utility_bar.gif");
  background-repeat: repeat-x;
  color: #333;
  height: 24px;
}	

.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: #fff;
  background-image: url("/graphics/utility_bar.gif");
  background-repeat: repeat-x;
  color: #333;
  font-size: 12px;
  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: #ddd;
  background-image: url("/graphics/utility_bar_over.gif");
  background-repeat: repeat-x;
  color: #333;
  text-decoration: none;
}

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: #fff;
  background-image: url("/graphics/utility_bar.gif");
  background-repeat: repeat-x;
  color: #333;
  font-size: 12px;
  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: #333;
  background-color: #cef; /* to highlight search box when images are off */
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  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;
}


.footer {
  width: 100%;
  vertical-align: top;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  clear: both;
  border-top: 1px solid #d1d1d1;
  margin-top: 10px;
  padding-top: 10px;
}

.footer_left {
	float: left;
	padding: 0 2em 0.5em 10px;

}

.footer_right {
	float: right;
	padding: 0 2em 0.5em 10px;
	border-left: 1px solid #d1d1d1;
}



.footer a {
	text-decoration:none;
	line-height: 16px;
	color: #333;
}

.footer a:hover {color: #000; text-decoration: underline;}


