html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100.01%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}



/******* generic elements *******/

body {
    font-size: 0.8em;
    line-height: 1em;
    font-family: arial, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #191919;
}

a {
    color: #094f95;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

blockquote, q {
    quotes: none;
}

blockquote:before, 
blockquote:after, 
q:before, q:after {
    content: '';
    content: none;
}

em {
    font-style: italic;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: bold;
}

sup {
    font-size: 10px;
    left: 0;
    position: relative;
    top: -0.5em;
}



/******* generic classes *******/

.ajax-loader {
    background: url(../images/ajax-loader.gif) no-repeat left center;
    display: none;
    font-style: italic;
    font-weight: normal !important;
    height: 24px;
    line-height: 24px;
    padding-left: 34px;
}

.loader-text{
   display:block;
   margin-left: 40px;
   margin-top: 5px;
}

.cell-border-top {
    border-top: 1px dotted #999 !important;
}

img.centre {
    display: block;
    margin: 0 auto;
}

.bold {
    font-weight: bold;
}

.border-bottom {
    border-bottom: 1px dotted #ccc;
}

.clear-both {
    clear: both !important;
}

.clear-left {
    clear: left !important;
}

.clear-right {
    clear: right !important;
}

.float-left {
    float: left !important;
}

img.float-left {
    margin-right: 1em !important;
}

.float-none {
    float: none !important;
}

.float-right {
    float: right !important;
}

img.float-right {
    margin-left: 1em !important;
}

.hide {
    position: absolute;
    left: -99999px;
}

.image-border {
    border: 1px solid #ccc !important;
}

.italic {
    font-style: italic;
}

.no-border {
    border: none !important;
}

.no-list-bullets li {
    background: none !important;
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.small_text {
    font-size: 0.90em;  
}
.large_text {
	font-size:1.5em;
}
.display-block {
    display: block !important;
}

.display-inline {
    display: inline !important;
}

.display-inline-block {
    display: inline-block !important;
}

.display-none {
    display: none !important;
}



/******* header *******/

header {
    box-shadow: 0 0 15px 3px #444444;
    height: 147px;
    position: relative;
    width: 100%;
    z-index: 3;
}

header > div {
    background-color: #00477F;
    width: 100%;
}

header > div > div {
    background-image: url("/images/real-world.png");
    background-repeat: no-repeat;
    background-position: 265px 7px;
    height: 106px;
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
    width: 100%;
}

#qut-logo {
    background-image: url("/images/qut-logo.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    border: none;
    display: block;
    height: 52px;
    left: 20px;
    outline: medium none;
    position: absolute;
    text-indent: -9999px;
    top: 27px;
    width: 53px;
    z-index: 1;
}

header div span {
    border-right: 2px solid #105D93;
    color: #FFFFFF;
    display: inline-block;
    font-size: 2.3em;
    font-weight: bold;
    height: 54px;
    line-height: 54px;
    margin-top: -2px;
    padding: 0 12px 0 90px;
    position: relative;
    top: 27px;
    /*width: 160px;*/
}

header #global-search-form {
    background-image: url("/images/search-bg.png");
    background-repeat: no-repeat;
    background-position: 0 0;    
    height: 42px;
    position: absolute;
    right: 19px;
    top: 33px;
    width: 330px;
}

header #global-search-form .search-input {
    background-color: transparent;
    border: medium none;
    color: #888888;
    float: left;
    font-weight: bold;
    height: 22px;
    letter-spacing: -0.2px;
    line-height: 22px;
    margin: 9px 0 0 10px;
    padding: 0;
    width: 280px;
}

header #global-search-form .search-submit {
    background-color: transparent;
    border: medium none;
    cursor: pointer;
    font-size: 0;
    height: 42px;
    line-height: 0;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    width: 40px;
}

#top-nav {
    background-color: rgba(55, 55, 55, 0.95);
    position: relative;
    width: 100%;
    z-index: 2;
}

#top-nav > ul {
    height: 41px;
    list-style: none outside none;
    margin: 0 auto;
    max-width: 1060px;
	min-width:1060px;
    padding: 0;
    width: 100%;
}

#top-nav > ul > li {
    float: left;
}

#top-nav > ul > li:first-child {
    border-left: 1px dotted #777777;
}

#top-nav > ul > li.last {
    border-right: 1px dotted #000000;
}

#top-nav > ul > li > a {
    border-left: 1px dotted #000000;
    border-right: 1px dotted #777777;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1.2em;
    height: 41px;
    letter-spacing: -0.1px;
    line-height: 38px;
    padding: 0 .8em;
    position: relative;
    text-align: center;
    text-decoration: none;
}

#top-nav > ul > li > a:hover, #top-nav > ul > li:hover > a {
    background-color: #D0D0D0;
    color: #444444;
    text-decoration: none;
}



/******* content *******/

#content {
    color: #333;
    line-height: 1.4em;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}
 #content img {
	padding: 5px;
 }


/******* footer *******/

footer {
    color: #fff;
    width: 100%;
}

footer ul {
    list-style: none;
}

footer li {
    display: inline-block;
}

footer a {
    color: #fff;
    display: block;
    float: left;
}

#footer-content {
    background-color: #105D93;    
    float: left;
    margin: 0;
    width: 100%;    
}

#footer-content a {
    font-size: 1.05em;
    padding: 0 0.75em;
}

#footer-content ul {
    font-weight: bold;
    margin: 0 auto;
    max-width: 1060px;
    padding: 3em 0;
    width: 100%;  
}

#last-modified {
    float: left;
    padding: 1em 0;    
    text-align: left;
    width: 460px;
}

#last-modified li {
    border-right: 1px solid #fff;
    display: inline-block;
    font-size: 1.05em;
    line-height: 0.9em;
    margin: 0 5px 0 0;
    padding: 0 6px 0 0;
}

#last-modified .modified {
    border: none;
}

footer #footer-supplementary-wrapper {
    background-color: #034673;
    float: left;
    width: 100%;

}

#footer-supplementary {
    font-size: 1em;
    margin: 0 auto;
    max-width: 1060px;
    text-align: left;
    width: 100%;
}

#supplementary-links {
    float: left;
    padding: 1em 0;    
    text-align: right;
    width: 600px;
}

#supplementary-links li {
    border-left: 1px solid #fff;
    margin: 0 0 0 6px;
    padding: 0 0 0 10px;    
}

#supplementary-links li:first-child {
    bordeR: none;
}

#supplementary-links a {
    color: #bfe0fb;
}

/******* corpsite internal link *******/

body a[href*='www.hse.qut.edu.au'] {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}


/******* image captions *******/

#content .image-caption-box-left, #content .image-caption-box-right {
    border-bottom: 1px dotted #dcd9d9;
    clear: both;
}

#content .image-caption-box-left {
    float: left;
    margin: 20px 20px 20px 0; 
}

#content .image-caption-box-right {
    float: right;
    margin: 10px 0 30px 20px; 
}


#content .image-caption-box-left a, #content .image-caption-box-right a {
    background: none !important;
    padding: 0 !important;
}

#content .image-caption-box-left img, #content .image-caption-box-right img {
    border: 1px solid #dbd9da;
    display: block;
    padding: 3px;
}

#content .image-caption-box-left p,#content .image-caption-box-right p {
    font-size: 0.95em;
    margin: 0;
    padding: 10px 5px;
	text-align: center;
}

/* action links */

#content ul.action-links li {
    background: transparent url("/images/bullets.png") no-repeat scroll -10px -174px;
    font-weight: bold;
    list-style: outside none none;
    margin: 0 0 5px;
    padding-left: 15px;
}

/* highlights */
#content p.highlight, #content div.highlight, #content div.highlights-section {
    background-color: #f2f6f9;
    margin: 15px 0;
    padding: 20px;
}
#content div.highlight h3 {
	padding-top:0;
}

.hidden {
	display:none;
}

.show {
	display:block;
}
.transcript p {
	padding: 3px 0 10px;
}
p.view a{
	text-decoration:underline;
}
/* fancy box */

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
	z-index: 30;
}
* html div#fancy_overlay {
	position: absolute;
 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
div#fancy_wrap {
	text-align: left;
}
div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}
div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(/images/fancybox/fancy_progress.png) no-repeat;
}
div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}
div#fancy_loading_icon {
	position: absolute;
	background: url(/images/fancybox/fancy_loading.gif) no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}
div#fancy_outer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	padding: 18px 18px 33px 18px;
	margin: 0;
	overflow: hidden;
	background: transparent;
	display: none;
}
div#fancy_inner {
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #BBB;
	background: #FFF;
}
div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}
/*div#fancy_div {
	background: #fff;
	color: #717171;
	height: 100%;
	width: 100%;
	z-index: 100;
}*/
/*new*/
div#fancy_div 
{
	height: 100%;
	width: 100%;
	z-index: 100;
	font-size: .75em;
	overflow-y: scroll;
}
div#fancy_div .container .breakout
{
	margin-right: 13px;
}
div#fancy_div .container p
{
	padding-right: 25px;
}
/*new*/

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0;
	padding: 0;
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url(/images/fancybox/fancy_closebox.png) top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}
#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}
#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}
a#fancy_left, a#fancy_right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	z-index: 111;
	display: none;
	background-image: url(/images/fancybox/data:image/gif;base64,AAAA);
	outline: none;
}
a#fancy_left {
	left: 0px;
}
a#fancy_right {
	right: 0px;
}
span.fancy_ico {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112;
	cursor: pointer;
	display: block;
}
span#fancy_left_ico {
	left: -9999px;
	background: transparent url(/images/fancybox/fancy_left.png) no-repeat;
}
span#fancy_right_ico {
	right: -9999px;
	background: transparent url(/images/fancybox/fancy_right.png) no-repeat;
}
a#fancy_left:hover {
	visibility: visible;
}
a#fancy_right:hover {
	visibility: visible;
}
a#fancy_left:hover span {
	left: 20px;
}
a#fancy_right:hover span {
	right: 20px;
}
.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
div#fancy_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_n.png) repeat-x;
}
div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_ne.png) no-repeat;
}
div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/fancybox/fancy_shadow_e.png) repeat-y;
}
div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_se.png) no-repeat;
}
div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_s.png) repeat-x;
}
div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_sw.png) no-repeat;
}
div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/fancybox/fancy_shadow_w.png) repeat-y;
}
div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_nw.png) no-repeat;
}
div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}
div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}
div#fancy_title table {
	margin: 0 auto;
}
div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}
td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/images/fancybox/fancy_title_left.png) repeat-x;
}
td#fancy_title_main {
	height: 32px;
	background: transparent url(/images/fancybox/fancy_title_main.png) repeat-x;
}
td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/images/fancybox/fancy_title_right.png) repeat-x;
}