/* QUT template - common stylesheet */
/* Should be used in conjunction with branch stylesheets */
/* Copyright QUT 2006 */
/* Version 3.0 */



/* MAIN ELEMENTS */

body {
  background-color: #fff;
  font-size: 15px;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
  width: auto;
}

p, table, th, td {
  font-size: 15px;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;
}

H1 {
  font-size: 21px;
  font-weight: bold;
  margin: 1em 0;
  text-align:center;
}

H2 {
  font-size: 19px;
  font-weight: bold;
  margin-top: 2em;
}

H3 {
  font-size: 17px;
  font-weight: bold;
  margin-top: 2em;
}





/* UTILITY BAR */

.toolbar {
  background-color: #0000FF;
  background-image: url("/graphics/toolbar.gif");
  background-repeat: repeat-x;
  color: #0000FF;
  width: 100%;
  vertical-align: middle;
}

.toolbar_button A {
  background-color: #fff;
  background-image: url("/graphics/toolbar.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: block;
}

.toolbar_button A:hover{
  background-color: #ddd;
  background-image: url("/graphics/toolbar_over.gif");
  background-repeat: repeat-x;
  color: #333;
}

.toolbar_search {
  background-color: #fff;
  background-image: url("/graphics/toolbar.gif");
  background-repeat: repeat-x;
  font-size: 12px;
  text-decoration: none;
  color: #333;
  padding: 0.4em 1em;
  border: none;
}

.search {
  padding: 0 0.3em 0 0;
  vertical-align: middle;
}

form.search {
  margin: 0;
  border: 0;
  padding: 0 0.3em 0 0;
}

.search_button {
  vertical-align: middle;
}

.search_box input {
  vertical-align: middle;
}

.toolbar_bottom {
  width: 100%;
  height: 1px;
  background-color: #ccc;
}



/* TOP NAVIGATION */

.topnav {
  font-size: 12px;
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  border-top: 1px solid #fff;
}

.topnav_button A {
  font-size: 12px;
  text-decoration: none;
  float: left;
  padding: 0.4em 3em;
  vertical-align: middle;
  border-right: 1px solid #fff;
}





/* CONTENT */

.content {
  padding: 0 20px 0 0;
  text-align: justify;
  font-size: 15px;
  color: #333;
}

.content_nomenu {
  padding: 0 20px;
  text-align: justify;
  font-size: 15px;
  color: #333;
}





/* PRINT-FRIENDLY LINK */

.smltext {
  font-size: 13px;
}





/* SIDENAV */

.sidenav {
  padding: 0 20px;
  text-align: left;
}





/* 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;
  padding: 0 2em 0.5em 2em;
}

.footer_right {
  float: right;
  padding: 0 2em 0.5em 2em;
}





/* NAVIGATION TREES */

/* Level 1 menu */
.level1menu {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  text-decoration: none; 
}

A.level1menu:hover {
  text-decoration: underline;
}

.level1current {
  font-weight: bold;
  font-size: 14px;
  text-decoration: none; 
}

/* Level 2 menu */
.level2menu {
  font-weight: bold;
  font-size: 13px;
  color: #333;
  text-decoration: none; 
}

A.level2menu:hover {
  text-decoration: underline;
}

.level2current {
  font-weight: bold;
  font-size: 13px;
  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: 12px;
  color: #333;
  text-decoration: none; 
}

A.level4menu:hover {
  text-decoration: underline;
}

.level4current {
  font-weight: normal;
  font-size: 12px;
  text-decoration: none; 
}





/* 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, H4 {
  color: #151C62;
}

/* 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: #000;
}

/* 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-image: url("/graphics/button.gif");
  color: #333;
}

/* rollover */
.topnav_button A:hover{
   background-image: url("/graphics/button_over.gif");
  color: #fff;
}

/* Adjust ONLY second padding value to achieve the best look for navigation bar buttons */
.topnav_button A {
  padding: 0.4em 3em;
}

.deadline {
color:#FF0000;
}

.expired {
color:#CCCCCC;
}

.breaks {
color:#999999;
font-style:italic;
}
.keynotes {
color:#FF0000;
font-weight:bolder;
}
.sessions {
color:#0000FF;
font-weight:bolder;
}
.workshops {
color:#009933;
font-weight:bolder;
}
.colocated {
color:#CC0066;
font-weight:bolder;
}
.practitioners {
color:#CC33FF;
font-weight:bolder;
}
.tutorials{
color:#993300;
font-weight:bolder;
}
.social{
color:#FF6600;
font-weight:bolder;
font-style:italic;
}
.welcome {
color:#660099;
font-weight:bolder;
}

.borderright {
border-color:#006699;
border-width:thin;
border-style:none solid none none;
}

.borderleft {
border-color:#006699;
border-width:thin;
border-style:none none none solid;
}

.blogheading {
font-weight:bold;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:16px;
color:#FFFFFF;
background-image:url(../blog/images/header.jpg);
}

.blogfooter {
font-weight:bold;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
color:#006699;
background-image:url(../blog/images/footer.jpg);
}

.blogtitles {
font-weight:bold;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
color:#006699;
}

