/* Health IT */
/* Custom CSS */

/* IE8 Fix */

.top-nav-bar	{
	background-color: #414141;
}

/* 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;  
}

.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;
	font-size: 0.8em;
    line-height: 1em;
    font-family: arial, helvetica, sans-serif;
}

header > div {
    background-color: #00477F;
    width: 100%;
}

header > div > div {
    background-image: url("/images/real-world.png");
    background-repeat: no-repeat;
    background-position: 445px 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: 29px;
    margin-top: -2px;
    padding: 0 12px 0 90px;
    position: relative;
    top: 27px;
    width: 355px;
}

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;
    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 1em;
    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;
}

#top-nav ul > li:hover .mega-menu {
    left: 0;
    transition-delay: 0.3s;
}

/* footer */

footer {
    color: #fff;
    width: 100%;
	font-size: 0.8em;
    line-height: 1em;
    font-family: arial, helvetica, sans-serif;
}

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%;
	margin-top: 20px;
}

#footer-content a {
    font-size: 1.00em;
    padding: 0 0.75em;
}

#footer-content ul {
    font-weight: bold;
    margin: 0 auto;
    max-width: 1060px;
    padding: 3em 0;
    width: 100%;  
}

#supplementary-links{
	display:block;
}

#supplementary-links li a{
	margin-left:0.4rem;
	padding-left:0.4rem;
	border-left:1px dotted white;
	color:#bfe0fb;
}

#supplementary-links li:first-child a{
	margin-left: 0;
	padding-left: 0;
	border-left:none;
}

#supplementary-links {
	text-align: center;
}

#last-modified {
	text-align: center;
	margin-bottom:1em;
}

#last-modified li {
    border-right: 1px solid #fff;
    display: inline-block;
    margin: 0 6px 0 0;
    padding: 0 10px 0 0;
}

#last-modified li:last-child {
	border-right: none;
	margin-right:0;
	padding-right:0;
}

#last-modified li a {
	display:inline;
	float:none;
}


footer #footer-supplementary-wrapper {
    background-color: #034673;
	display:flex;
	justify-content: center;
	width: 100%;
}

#footer-supplementary {
    font-size: 1em;
    display:block;
    width:100%;
    justify-content: center;
    padding:1rem 0;
}

@media (min-width: 992px) {
	#supplementary-links{
		display:flex;
		justify-content: flex-end;
	}
	#last-modified{
		text-align: left;
		margin-bottom:0;
	}
	#footer-supplementary {
		display:flex;
		width:1024px;
		justify-content: space-between;
	}
}

/* Health IT end */

/*RESET CSS*/
* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}

/*GENERAL STYLE*/
body {
	padding:0px;
	margin:0px;
}

p{
	padding-top:10px;
}

em{
	font-style:italic;
}

b{
	font-weight:bold;
}


.references{
	text-indent:-2em; 
	padding-left:2em;	
}

#example{
	padding-top:10px;
	color:#36C;
}



/*TITLES*/

h2{
	font-size:20px;
	color:#003D6E;
	font-weight:bold;
}

h3{
	font-size:16px;
	font-weight:bold;
	color:#06C;
	padding-top:10px;
}

h4{
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
}

/*ALL IMAGES*/

img {
	border:0;
}

/*LIST STYLE*/

ol{
	padding-left:30px;
	list-style-type:decimal;	
}

#quiz li{
	padding-top:10px;	
}

#accessibility li{
	padding-top:5px;
}

#glossary_list li{
	list-style:none;
	display:inline;
}


/*TABLE*/
table{
   border-collapse: collapse;
   margin-top:10px;
}
	/*CELL OF THE TOP WITH PINK BACKGROUND*/
#explanation_title{
   border: 1px solid black;
   width:70%;
   height:30px;
   font-size:14px;
   font-weight:bold;
   padding-left:10px;
}

#function_title{
   border: 1px solid black;
   width:30%;
   height:30px;
   font-size:14px;
   font-weight:bold;
   padding-left:10px;
}

	/*----------------------*/
	
	/*CELL OF THE TABLE*/
#explanation{
   border: 1px solid black;
   width:70%;
   padding-left:10px;
   padding-right:10px;
   padding-top:10px;
   vertical-align:text-top;
   padding-bottom:10px;
}

#function{
   border: 1px solid black;
   width:30%;
   padding-left:10px;
   padding-right:10px;
   vertical-align:text-top;
   padding-top:10px;
   padding-bottom:10px;
}

	/*MERGED CELL*/
#colspan2{
	border: 1px solid black;
   width:70%;
   padding-left:10px;
   padding-right:10px;
   padding-top:10px;
   vertical-align:text-top;
   padding-bottom:10px;
}

	/*----------------------*/

/*TABLE RESOURCES*/

#column_one_resources{
   border: 0px solid black;
   width:33%;
   padding-left:10px;
   vertical-align:text-top;
   padding-top:10px;
   padding-bottom:10px;
}

#column_two_resources{
   border: 0px solid black;
   width:33%;
   padding-left:10px;
   vertical-align:text-top;
   padding-top:10px;
   padding-bottom:10px;
}

#column_three_resources{
   border: 0px solid black;
   width:30%;
   padding-left:10px;
   vertical-align:text-top;
   padding-top:10px;
   padding-bottom:10px;
}

/*----------------------*/

/*TABLE GLOSSARY*/

#letter{
   border: 0px solid black;
   width:20%;
   padding-left:10px;
   vertical-align:text-top;
   padding-top:10px;
   padding-bottom:10px;
}

#definition{
   border: 0px solid black;
   width:80%;
   padding-left:10px;
   vertical-align:text-top;
   padding-top:10px;
   padding-bottom:10px;
}

/*
HOME PAGE
--------------------------------------------------------------------------*/
#container_home{
	width:1024px;
	background-color:white;
	float:left;
}

#text_area_home{
	width:580px;
	float:left;
	text-align:justify;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

/*LIST STYLE*/
#text_area_home ul{
	padding-left:30px;
	padding-top:10px;	
}

#text_area_home ol{
	padding-left:30px;
	list-style-type:decimal;
}

#text_area ol{
	padding-left:30px;
	list-style-type:decimal;
}

/*----------------------*/

#text_area_home span{
	color:black;	
}

#graphic_area_home{
	width:444px;
	height:550px;
	background: url(images/home_graphic_promoting_healthy_skin.png) no-repeat;
	float:left;
}

#photo_area_home{
	width:444px;
	height:265px;
	float:left;
}

#logo_area_home{
	width:444px;
	height:285px;
	float:left;

}

/*------------------------------------------------------------------------*/

/*
MODULES PAGES
--------------------------------------------------------------------------*/
#container_main{
	margin:auto;
	margin-top:10px;
	background-color:white;
	width:1024px;
	
}
/*

--------------------------------------------------------------------------*/
#banner{
	width:1024px;
	height:auto;
	background-color:white;
}
/*

--------------------------------------------------------------------------*/
#container_top{
	float:left;
	width:1024px;
	height:35px;
	background-color:white;
	
}

#container_top img{
	border:none;
	text-decoration:none;
	
}

#nav_bar_left{
	width:220px;
	height:35px;
	float:left;
	
}

#nav_bar_right{
	width:804px;
	height:35px;
	background: url(images/nav_bar_right.png);
	background-repeat:no-repeat;
	background-position:right;
	text-align:right;
	float:right;
}

#nav_bar_right img{
	border:none;
	text-decoration:none;
	margin-top:2px;
	margin-right:8px;
	float:right;
}

/*
LEFT CONTAINER
--------------------------------------------------------------------------*/
#container_left{
	float:left;
	width:220px;
	background-color:white;
	
}

#container_left_help{
	float:left;
	width:220px;
	height:610px;

}

#container_left_accessibility{
	float:left;
	width:220px;
	height:610px;
}

#container_left_copyright{
	float:left;
	width:220px;
	height:610px;
}

	/*EXPANDED MENU LEFT*/

	#navigation {
			margin: auto;
			padding: 0;
			list-style: none;
			background: #000;
			color: #fff;
			width: 200px;
			font: 1.0em "Trebuchet MS", sans-serif;/*-- change the size of the font --*/
			margin-top:40px;
			}
		#navigation a{
			display: block;
			padding: 4px 10px;
			color: #fff;
			text-decoration: none;
			}
		#navigation .toggleSubMenu a, #navigation .toggleSubMenu span {
			background-image: url(images/menu-item-unroll.png);
			}
		#navigation .open a, #navigation .open span {
			background-image: url(images/menu-item-balled-up.png);
			}
		#navigation a:hover, #navigation a:focus, #navigation a:active {
			text-decoration: underline;
			
			}
		#navigation .subMenu {
			font-size: .8em;
			background: #1bb6ca url(subMenu.png) 0 0 repeat-x;
			font-size: .9em;
			margin: 0;
			padding: 0;
			border-bottom: 1px solid #666;
			list-style:none;
			}
		#navigation ul.subMenu a {
			background: none;
			padding: 3px 20px;
			}
			
		#navigation span{
			display: block;
			color: #fff;
			text-decoration: none;
			}
			
			
/*
STYLE OF GLOSSARY-LINKS-RESOURCES BUTTONS
--------------------------------------------------------------------------*/

#icon_bottom{
	width:190px;
	height:30px;
	background-color:white;
	margin:auto;
}

.icon_text_hover {
font-size:20px;
left:12px;
top:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#00BACE;
font-weight:bold;
}

/* Hides the mouse over text on the bottom icons */
#icon_text_links {
display:none;
text-align:center;
padding-right:10px;
}

#icon_text_glossary {
display:none;
text-align:left;
padding-left:5px;
}

#icon_text_resources {
display:none;
text-align:right;
padding-right:15px;
}			

		
		#nav-shadow {
			float:left;
			margin-top:35px;
			width: 190px;
			min-height: 70px;
			text-align: center;
			list-style: none;
			background-color:white;
			}
			
			
			
			#text_area_home #nav-shadow {
			float:left;
			margin-top:10px;
			width: 190px;
			min-height: 70px;
			text-align: center;
			list-style: none;
			background-color:white;
			}
			
		#nav-shadow li {
			width: 60px;
			height: 72px;
			position: relative;
			float: left;
			margin-left:3px;
			}
			
		#nav-shadow a, #nav-shadow a:visited, #nav-shadow a, #nav-shadow a:hover {
			margin: 0 auto;
			width: 59px;
			height: 59px;
			text-indent: -9999px;
			overflow: hidden;
			display: block;
			position: relative;
			z-index: 2;
			}
			
		/* Button Colors */
		
		#nav-shadow li.button-color-1 a {
			background-position: -3px -3px;
						background: url(demo/images/glossary.png) no-repeat;
			}
			
		#nav-shadow li.button-color-2 a {
			background-position: -92px -3px;
						background: url(demo/images/links.png) no-repeat;
			}
			
		#nav-shadow li.button-color-3 a {
			background-position: -181px -3px;
						background: url(demo/images/resources.png) no-repeat;
			}

			
		/* Button Shadow */
		
		#nav-shadow li img.shadow {
			margin: 0 auto;
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 1;
			}
			
/*
--------------------------------------------------------------------------*/

/*
CONTAINER MIDDLE WITH THE TEXTE AREA AND MULTIMEDIA AREA
--------------------------------------------------------------------------*/
#container_middle{
	float:left;
	width:804px;
	height:610px;
	background:url(images/container_middle.png) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container_middle_help{
	float:left;
	width:804px;
	height:610px;
	background:url(images/container_middle_multimedia_off.png) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container_middle_glossary{
	float:left;
	width:804px;
	height:610px;
	background:url(images/container_middle_glossary.png) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

		/*PRINT DIV*/
	
		#top_div_middle{
			width:100%;
			height:50px;
		}
		
	
		#div_print{
			float:left;
			width:80px;
			height:30px;
			margin-left:437px;
			margin-top:10px;

		}

		#center_div_middle{
			width:100%;
			height:510px;
		}
		
/*
TEXT AREA
--------------------------------------------------------------------------*/
		#text_area{
			float:left;
			width:565px;
			height:485px;
			margin-left:35px;
			margin-top:5px;
			overflow:auto;
			padding-right:10px;
		}
		
		
		
		#image_text{
			line-height:30px;
			color:#933;
			font-weight:bold;
			font-size:12px;
		
		}

/*
TEXT AREA LARGE FOR COPYRIGHT-ACCESSIBILITY-GLOSSARY-LINKS-RESOURCES
--------------------------------------------------------------------------*/
		#text_area_large{
			float:left;
			width:730px;
			height:480px;
			margin-left:30px;
			margin-top:5px;
			padding-left:10px;
			padding-right:10px;
			overflow:auto;
			background-color:white;
		}
		
		
		#text_area ul, #text_area_large ul{
			padding-left:30px;
			padding-top:10px;
		}

/*
MULTIMEDIA AREA
--------------------------------------------------------------------------*/

		#multimedia_area{
			float:left;
			width:160px;
			height:485px;
			margin-left:7px;
			margin-top:5px;
			text-align:center;
			overflow:auto;
		}

		#multimedia_area span{
			color:#333;
			font-weight:bold;
			text-decoration: underline;	
		}
		
		#multimedia_area img{
			width:100px;
			text-align:center;
			margin-top:10px;
	
		}
	
/*
STYLE OF THE BOTTOM DIVISION UNDER THE TEXT AREA, WITH THE TWO ARROWS NAVIGATION 
--------------------------------------------------------------------------*/

	#bottom_div_middle{
		width:100%;
		height:40px;

		
	}
	
	#arrow_navigation{
		float:left;
		width:125px;
		height:40px;
		margin-left:417px;
		
	}
	
	.arrow{
		float:left;
		margin-left:12px;
	}
	
			
/*
LINE UNDER THE COPYRIGHT AND THE CRICOS
--------------------------------------------------------------------------*/
#shadow_bottom{
	float:left;
	width:1024px;
	height:15px;
	background-image: url(images/shadow.png);		
}


/*
FOOTER
--------------------------------------------------------------------------*/
#footer{
	float:left;
	width:1024px;
	background-color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
}

#sentence_footer{
	width:100%;
	color:#6D818D;
	float:left;
	text-align:center;
}

#copy_cricos{
	float:left;
	width:100%;
	margin-top:5px;
}

#cricos{
	float:left;
	padding-left:10px;
	color:black;	
}

#copyright{
	float:right;
	padding-right:10px;

}

