/* 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;
}

.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("/phsw/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("/phsw/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("/phsw/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("/phsw/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("/phsw/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;
}

/* 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 */

.page_title {
  margin-left: 260px;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.9em;
  letter-spacing: -1.0px;
  word-spacing: -1.5px;
}

.content_div{
  width: 100%;
  vertical-align: top;
  padding: 0;
  border: 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;
  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 {
  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: 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: 13px;
  color: #333;
  text-decoration: none; 
}

A.level1menu:hover {
  text-decoration: underline;
}

.level1current {
  font-weight: bold;
  font-size: 13px;
  text-decoration: none; 
}

/* Level 2 menu */
.level2menu {
  font-weight: bold;
  font-size: 12px;
  color: #333;
  text-decoration: none; 
}

A.level2menu:hover {
  text-decoration: underline;
}

.level2current {
  font-weight: bold;
  font-size: 12px;
  text-decoration: none; 
}

/* Level 3 menu */
.level3menu {
  font-weight: normal;
  font-size: 12px;
  color: #333;
  text-decoration: none; 
}

A.level3menu:hover {
  text-decoration: underline;
}

.level3current {
  font-weight: normal;
  font-size: 12px;
  text-decoration: none; 
}

/* Level 4 menu */
.level4menu {
  font-weight: normal;
  font-size: 11px;
  color: #333;
  text-decoration: none; 
}

A.level4menu:hover {
  text-decoration: underline;
}

.level4current {
  font-weight: normal;
  font-size: 11px;
  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: #027182;
}

/* 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: #6699ff;
}

A.level1menu:hover {
  text-decoration: none;
  color: #6699ff;
}

/* Non-active navigation tree elements */
A.level1menu, A.level2menu, A.level3menu, A.level4menu {
  color: #027182;
}

/* Navigation Bar */
/* make sure there is enough contrast between text and background */
/* normal */
.topnav, .topnav_button A{
  font-size: 12px;
  background-color: #027182;
  color: #FFFFFF;
}

/* rollover */
.topnav_button A:hover{
  background-color: #FFFFFF;
  color: #333333;
}

/* Adjust ONLY second padding value to achieve the best look for navigation bar buttons */
.topnav_button A {
  padding: 0.4em 3em;
}

/* 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%;
}


/* CUSTOM FACULTY OF HEALTH STYLES */

/* IE PAGE LAYOUT FIX: the following 3 styles are ignored by all browsers    */
/* except Internet Explorer 5.5+; they are are required to ensure that pages */
/* containing objects with 100% widths or objects wider than the .content    */
/* width, display correctly in Internet Explorer (other browsers already     */
/* display such pages correctly). Note: the homepage.css file contains       */
/* additional styles related to this issue that ensure homepages are         */
/* displayed correctly also.                                                 */

/* IE Only */

* html .content {
 position: expression( 'absolute' );
 margin: expression( '0 0 10px 0' );
 padding: expression( '0 160px 0 260px' );
 left: expression( '0px' );
 width: expression( '100%' );
}
* html .footer {
 position: expression( document.getElementsByTagName('div')[0].className == 'print' ? 'relative' : 'absolute' );
 top: expression(document.getElementsByTagName('div')[0].className == 'print' ? null : (document.getElementsByTagName('div')[0].className == 'contribute_warning' ? (document.getElementsByTagName('div')[9].offsetHeight > document.getElementsByTagName('div')[14].offsetHeight ? (document.getElementsByTagName('div')[0].offsetHeight+document.getElementsByTagName('div')[1].offsetHeight+document.getElementsByTagName('div')[2].offsetHeight+document.getElementsByTagName('div')[7].offsetHeight+document.getElementsByTagName('div')[8].offsetHeight+document.getElementsByTagName('div')[9].offsetHeight+20)+'px' : (document.getElementsByTagName('div')[0].offsetHeight+document.getElementsByTagName('div')[1].offsetHeight+document.getElementsByTagName('div')[2].offsetHeight+document.getElementsByTagName('div')[7].offsetHeight+document.getElementsByTagName('div')[8].offsetHeight+document.getElementsByTagName('div')[14].offsetHeight+20)+'px') : (document.getElementsByTagName('div')[8].offsetHeight > document.getElementsByTagName('div')[13].offsetHeight ? (document.getElementsByTagName('div')[0].offsetHeight+document.getElementsByTagName('div')[1].offsetHeight+document.getElementsByTagName('div')[6].offsetHeight+document.getElementsByTagName('div')[7].offsetHeight+document.getElementsByTagName('div')[8].offsetHeight+20)+'px' : (document.getElementsByTagName('div')[0].offsetHeight+document.getElementsByTagName('div')[1].offsetHeight+document.getElementsByTagName('div')[6].offsetHeight+document.getElementsByTagName('div')[7].offsetHeight+document.getElementsByTagName('div')[13].offsetHeight+20)+'px')));
 left: expression( '0' );
}
* html .print {
 height: expression( '1%' );
}

/* Level 1 menu */
A.level1menu {
  color: #027182;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  width: 180px;
  padding-left: 4px;
}


/* Intranet Pages */

.authusername {   color: #CCCCCC; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}

.videotranscript {
 border:1px solid #cccccc;
 overflow:scroll;
 width:450px;
 height:200px;
}
