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

/* MAIN ELEMENTS */
h1 {
  font-size: 16px;
  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 7px;
}

.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 { }

.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: 0 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 {
  width: 100%;
  vertical-align: top;
  padding: 0;
  border: 0;
  margin: 0;
  clear: both;
  border-top: 1px solid #fff;
  height: 24px;
  font-size: 12px;
  text-decoration: none;
}	

.topnav_button a {
  float: left;
  padding: 0;
  border: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 0.4em 1em;
  vertical-align: middle;
  border-right: 1px solid #fff;
}


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

/* CONTENT styles are overriden in cip_custom.css
.page_title {
  margin-left: 260px;
}

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

.content{
  margin: 0 160px 0 260px;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.5em;
}

.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 styles are overriddent in footer.css 
.footer {
  width: 100%;
  vertical-align: top;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  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: left;
  margin-top: 15px;
}

.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:130%/200% Arial,sans-serif;
  color: #333;
  text-decoration: none; 
}

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

.level1current {
  font-weight: bold;
  font:16px/20px Arial,sans-serif;
  text-decoration: none; 
}

/* Level 2 menu */
.level2menu {
  font-weight: bold;
  font:130%/200% Arial,sans-serif;
  color: #333;
  text-decoration: none; 
}

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

.level2current {
  font-weight: bold;
  font:130%/200%  Arial,sans-serif;
  text-decoration: none; 
}

/* Level 3 menu */
.level3menu {
  font-weight: bold;
  font:120%/200% Arial,sans-serif;
  color: #333;
  text-decoration: none; 
}

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

.level3current {
  font-weight: bold;
  font:120%/200%  Arial,sans-serif;
  text-decoration: none; 
}

/* Level 4 menu */
.level4menu {
  font-weight: normal;
  font:120%/200%  Arial,sans-serif;
  text-decoration: none; 
}

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

.level4current {
  font-weight: normal;
  font:120%/200%  Arial,sans-serif;
  text-decoration: none; 
}

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

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

/* SITE-SPECIFIC SETTINGS */
/* Navigation button classes */
/* Just empty definitions; no need to redefine them here as it is done in branch-specific stylesheets */
.sitehome_button {}
.branch1_button {}
.branch2_button {}
.branch3_button {}
.branch4_button {}

/* Headings */
h1, h2, h3 {
  color: #6699CC;
}

/* 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: #6699CC;
}

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

/* Navigation Bar */
/* make sure there is enough contrast between text and background */
/* normal */
.topnav, .topnav_button a {
  font-size: 12px;
  background-color: #827f7a;
  color: #fff;
}

/* rollover */
.topnav_button a:hover {
  background-color: #fff;
  color: #8c8c8d;
}

/* Adjust ONLY second padding value to achieve the best look for navigation bar buttons */
.topnav_button a {
  padding: 0.4em 2.2em;
}

/* Footer */
/* May need to be adjusted slightly if left-hand side of the footer wraps (consider also adding an extra line) */
/* Don't increase too much and MAKE SURE right-hand side looks correctly on 800-pixel screen */
.footer_left {
  width: 60%;
}

