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

/* MAIN ELEMENTS ----------------------------------------------------------------- MAIN ELEMENTS */

html, body, ul, li {
	margin: 0;
	padding: 0;
}

body {
	background-color: #E9E9F3;
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100.01%;
}

p {
	font-size: 0.75em;
	margin: 0.8em 0;
	padding: 0;
}

a {
    color:#333;
	font-weight:bold;
}
a:visited {
   color:#999;
}
a:hover {
    color:#99c;
}

h1.page_title {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 1em 0 0 0;
	background-image:url(../images/fases_logosmall.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	height:50px;
}

/* Heading colour */

h1, h2, h3, h4, h5, h6 {
  color: #9999CC;
}

/* Image link border fix */

a img {
	border: 0;
}

/* Table styles - apply 'qut-table' class to tables to use */

table.qut-table, table.qut-table th, table.qut-table td, .print table.qut-table, .print table.qut-table th, .print table.qut-table td  {
    border-color: #333;
    border-style: solid;
}

table.qut-table, .print table.qut-table {
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0.5em 0;
}

table.qut-table th, .print table.qut-table th {
	background-color: #ccc;
	font-weight: bold;
}

.content table th, .content table td, .print table th, .print table td {
	font-size: 0.75em;
}

.content table p, .print table p {
	font-size: 1em;
}

table.qut-table th, table.qut-table td, .print table.qut-table th, .print table.qut-table td {
	margin: 0;
	padding: 5px;
	border-width: 1px 1px 0 0;
}

/* List styles */

.content ol, .content ul, .print ol, .print ul {
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 1em 0 1em 3em;
}

.content li, .print li {
	margin: 0.5em 0;
}


/* BANNER ------------------------------------------------------------------------------- BANNER */

.banner {
	clear: both;
	margin: 0;
	padding: 0;
	text-align:left;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	width:100%;
	background-color:#fff;
}


a.skip_link {
	left: -999em;
	overflow: hidden;
	position: absolute;
	top: 0;
}



/* TOP NAVIGATION --------------------------------------------------------------- TOP NAVIGATION */

ul.topnav {
	background-color: #ddd;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align:left;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.05em;;
}

ul.topnav li {
	float: left;
}

ul.topnav a, ul.topnav a:visited {
	border-right: 1px solid #fff;
	color: #333;
	font-weight:bold;
	font-size: 0.8em;
	float: left;
	margin: 0;
	padding: 0.40em 1.8em;
	text-decoration: none;
	text-align:center;
}

/* rollover */
ul.topnav a:hover{
	background-color: #9999CC;
	color: #fff;
}


/* CONTENT ----------------------------------------------------------------------------- CONTENT */

.content_div {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color:#fff;
	text-align:left;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

.sidenav {
	float: left;
	margin: 35px 0 10px 0;
	padding: 0 0 0 20px;
	text-align: left;
	width: 140px;
	background-color:#fff;
}

.content {
	line-height: 1.1em;
	margin: 0 150px 0 165px;
	padding: 0 0 10px 0;
	background-color:#fff;
	text-align:left;
}

.right_margin {
	float: right;
	margin: 35px 0 10px 0;
	padding: 0 20px 0 0;
	width: 140px;
}

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


/* FOOTER ------------------------------------------------------------------------------- FOOTER */

.footer {
	border-top: 4px solid #ccc;
	clear: both;
	font-size: 0.7em;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	width: 100%;
	background-color:#fff;
	text-align:center;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}


/* PRINT-FRIENDLY --------------------------------------------------------------- PRINT-FRIENDLY */

.print_friendly {
	float: right
}

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

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


/* NAVIGATION TREES ----------------------------------------------------------- NAVIGATION TREES */

ul.side_nav_menu {
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
}

ul.side_nav_menu li, ul.side_nav_menu a, ul.side_nav_menu span {
	display: block;
}

ul.side_nav_menu li.sidenav-line {
	border-left: 1px solid #ccc;
}

ul.side_nav_menu li.currentbranch-top {
	background-image: url(/graphics/side_navigation/top_bracket.gif);
	background-repeat: no-repeat;
}

ul.side_nav_menu li.currentbranch-top a.level2menu {
	padding-left: 11px;
}

ul.side_nav_menu li.currentbranch-top a.level3menu {
	padding-left: 12px;
}

ul.side_nav_menu li.currentbranch-mid {
	border-left: 2px solid #000;
}

ul.side_nav_menu li.currentbranch-bottom {
	border-left: 2px solid #000;
	background-image: url(/graphics/side_navigation/bot_bracket.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* 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: #9999CC;
	text-decoration: underline;
}

a.level2menu:hover, a.level3menu:hover, a.level4menu:hover {
	background-image: url(/graphics/side_navigation/arrow.gif);
	background-repeat: no-repeat;
}

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

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

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

a.level2menu {
	padding-left: 10px;
}

ul.side_nav_menu li.currentbranch-top a.level2menu:hover {
	background-image: none;
}

.level2current-top, .level2menu-top {
	font-size: 0.75em;
	font-weight: bold;
	padding-left: 11px;
}

.level2current {
	background-image: url(/graphics/side_navigation/currentitem.gif);
	background-position: center left;
	background-repeat: no-repeat;
	border-left: 1px solid #ccc;
	font-size: 0.85em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 10px;
	text-decoration: none;
}

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

a.level3menu {
	margin-left: 10px;
	padding-left: 11px;
}

.level3current-top, .level3menu-top {
	font-size: 0.75em;
	padding-left: 22px;
}

.level3current {
	background-image: url(/graphics/side_navigation/currentitem.gif);
	background-position: center left;
	background-repeat: no-repeat;
	font-size: 0.85em;
	font-weight: normal;
	margin-left: 10px;
	padding-left: 11px;
	text-decoration: none;
}

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

a.level4menu {
	margin-left: 20px;
	padding-left: 10px;
}

.level4current {
	background-image: url(/graphics/side_navigation/currentitem.gif);
	background-position: center left;
	background-repeat: no-repeat;
	font-size: 0.81em;
	font-weight: normal;
	margin-left: 20px;
	padding-left: 10px;
	text-decoration: none;
}

/* Menu section divider */
li.divider {
	background-image: url(/graphics/side_navigation/divider.gif);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	padding-bottom: 15px;
}


/* CONTRIBUTE ----------------------------------------------------------------------- CONTRIBUTE */

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

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


/* 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 {}
.defining_button {}
.tellus_button {}
.fases_button {}
.contact_button {}
