@font-face {
	font-family: UWA;
	src: url('../fonts/UWA-Regular.otf');
}
@font-face {
	font-family: SourceSansPro;
	src: url('../fonts/SourceSansPro-Regular.ttf');
}
@font-face {
	font-family: SourceSansPro-Light;
	src: url('../fonts/SourceSansPro-Light.ttf');
}

#login_ca {
	position: absolute;
	left: 50px;
	top: 100px;
	border-radius: 6px;
	border: 1px solid #c9c9bf;
	background: #fff9f0;
	width: 717px;
	height: 322px;
	padding:15px 15px 15px 15px;
	text-align:center;
	-webkit-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:2px 2px 1px 0px rgba(50, 50, 50, 0.2);
	box-shadow:2px 2px 1px 0px rgba(50, 50, 50, 0.2);
		color:#4a443a;
}

#login td {
	border:none;
  text-align: left;
}

#search{
	position: absolute;
	left: 740px;
	top: 50px;
	width:auto;
	height:25px;
}

#search_field{
	float:left;
	width:160px;
	height:17px;
	background:#6670b3;
	margin-right: 7px;
	margin-bottom: 7px;
	border:1px solid #9ea5d5;
	color:#fff;
}

#search_btn{
	float:left;
	width:17px;
	height:15px;
	background: url(../images/search.png) no-repeat center;
	cursor: pointer;
	margin-top:3px;
}


#identity_module{
height:30px;
width:120px;
line-height: 30px;
padding-bottom:4px;
position:absolute;
top:48px;
left: 944px;
background-color:transparent;
color: #fff;
cursor:pointer;
}

#logout{
height:26px;
width:120px;
line-height: 26px;
padding-top:5px;
background-color:transparent;
color: #27348b;
cursor:pointer;
-webkit-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.2);
box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.2);
}


#sign_in_container {
	width: 400px;
	height: 400px;
	padding:30px 0 30px 30px;
	border-radius: 5px;
	border: 1px solid #8a94c7;
	-webkit-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.2);
	position: absolute;
	left: 33%;
	top: 25%;
	color:#333;
}

#signin_email {
	width: 340px;
	height: 33px;
	border-radius: 3px;
	border: 1px solid #616792;
	margin: 15px 0 0 0;
	line-height: 33px;
	color:#333;
	padding-left:6px;
	font-family: SourceSansPro;
	font-size: 16px !important;
}

#signin_email:focus {
	-webkit-box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	-moz-box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	border: 1px solid #be9907;
	color:#b18e01;
}

#email_forgot_password {
	width: 340px;
	height: 33px;
	border-radius: 3px;
	border: 1px solid #616792;
	margin: 15px 0 0 0;
	line-height: 33px;
	color:#333;
	padding-left:6px;
	font-family: SourceSansPro;
	font-size: 16px !important;
	float:left;
}

#email_forgot_password:focus {
	-webkit-box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	-moz-box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	border: 1px solid #be9907;
	color:#b18e01;
}

#signin_password {
	width: 340px;
	height: 33px;
	border-radius: 3px;
	border: 1px solid #616792;
	margin: 15px 0 0 0;
	line-height: 33px;
	color:#333;
	padding-left:6px;
	font-family: SourceSansPro;
	font-size: 16px !important;
}
#signin_password:focus {
	-webkit-box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	-moz-box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	border: 1px solid #be9907;
	color:#b18e01;
}

#password {
	width: 340px;
	height: 33px;
	border-radius: 3px;
	border: 1px solid #616792;
	margin: 15px 0 0 0;
	line-height: 33px;
	color:#333;
	padding-left:6px;
	font-family: SourceSansPro;
	font-size: 16px !important;
	float:left;
}
#password:focus {
	-webkit-box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	-moz-box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	border: 1px solid #be9907;
	color:#b18e01;
}

#confirm_password {
	width: 340px;
	height: 33px;
	border-radius: 3px;
	border: 1px solid #616792;
	margin: 15px 0 0 0;
	line-height: 33px;
	color:#333;
	padding-left:6px;
	font-family: SourceSansPro;
	font-size: 16px !important;
	float:left;
}
#confirm_password:focus {
	-webkit-box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	-moz-box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	border: 1px solid #be9907;
	color:#b18e01;
}

#signin_id{
	width: 340px;
	height: 33px;
	border-radius: 3px;
	border: 1px solid #616792;
	margin: 15px 0 0 0;
	line-height: 33px;
	color:#333;
	padding-left:6px;
	font-family: SourceSansPro;
	font-size: 16px !important;
}

#signin_id:focus {
	-webkit-box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	-moz-box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	border: 1px solid #be9907;
	color:#b18e01;
}


#signin_btn {
	width: 349px;
	height: 32px;
	border-radius: 3px;
	border:none;
	margin: 30px 0 0 0;
	background-image: -webkit-linear-gradient(#3d4cad 0%, #27348bF 50%);
	background-image: -o-linear-gradient(#3d4cad 0%, #27348b 50%);
	background-image: linear-gradient(#3d4cad 0%, #27348b 50%);
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
	font-weight: 400;
	font-family: SourceSansPro;
	font-size: 16px !important;
}

#signin_btn:hover {
	background: #3347d1;
}

#reset_btn {
	width: 349px;
	height: 32px;
	border-radius: 3px;
	border:none;
	margin: 30px 0 0 0;
	background-image: -webkit-linear-gradient(#3d4cad 0%, #27348bF 50%);
	background-image: -o-linear-gradient(#3d4cad 0%, #27348b 50%);
	background-image: linear-gradient(#3d4cad 0%, #27348b 50%);
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
	font-weight: 400;
	font-family: SourceSansPro;
	font-size: 16px !important;
	pointer-events: none;
	opacity: 0.5;
}

#reset_btn:hover {
	background: #3347d1;
}

#signin_forgot{
	float:left;
	color:#333;
	margin: 30px 0 15px 0;
	cursor: pointer;
}

#signin{
	float:right;
	color:#333;
	margin: 30px 30px 20px 0;
	cursor: pointer;
}

#signin_left{
	float:left;
	color:#333;
	margin: 30px 30px 20px 0;
	cursor: pointer;
}

#register{
	float:right;
	color:#333;
	margin: 30px 30px 20px 0;
	cursor: pointer;
}

#register_container {
	width: 380px;
	height: 650px;
	padding:30px 0 30px 30px;
	border-radius: 5px;
	border: 1px solid #8a94c7;
	-webkit-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.2);
	position: absolute;
	left: 33%;
	top: 15%;
	color:#333;
}

#confirm_container {
	width: 300px;
	height: 200px;
	padding:30px 0 30px 30px;
	border-radius: 5px;
	border: 1px solid #8a94c7;
	-webkit-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.2);
	position: absolute;
	left: 33%;
	top: 30%;
	color:#333;
}

.verify{
	width: 15px;
	height: 33px;
	float:left;
	margin: 15px 0 0 7px;
	line-height: 33px;
	color:red;
	font-size: 20px !important;
	
}

#first_name {
	width: 340px;
	height: 33px;
	border-radius: 3px;
	border: 1px solid #616792;
	margin: 15px 0 0 0;
	line-height: 33px;
	color:#333;
	padding-left:6px;
	float:left;
	font-family: SourceSansPro;
	font-size: 16px !important;
}

#first_name:focus {
	-webkit-box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	-moz-box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	border: 1px solid #be9907;
	color:#b18e01;
}

#last_name {
	width: 340px;
	height: 33px;
	border-radius: 3px;
	border: 1px solid #616792;
	margin: 15px 0 0 0;
	line-height: 33px;
	color:#333;
	padding-left:6px;
	float:left;
	font-family: SourceSansPro;
	font-size: 16px !important;
}

#last_name:focus {
	-webkit-box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	-moz-box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	border: 1px solid #be9907;
	color:#b18e01;
}

#email{
	width: 340px;
	height: 33px;
	border-radius: 3px;
	border: 1px solid #616792;
	margin: 20px 0 0 0;
	line-height: 33px;
	color:#333;
	padding-left:6px;
	float:left;
	font-family: SourceSansPro;
	font-size: 16px !important;
}

#email:focus {
	-webkit-box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	-moz-box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	border: 1px solid #be9907;
	color:#b18e01;
}

#country{
    position: relative;
    display: inline-block;
    margin: 15px 0 0 0;
    width: 345px;
	height:33px;
	line-height: 33px;
	border-radius: 3px;
	border: 1px solid #616792;
	font-family: SourceSansPro;
	font-size: 16px !important;
	float:left;
}  

#state{
    position: relative;
    display: inline-block;
    margin: 15px 0 0 0;
    width: 345px;
	height:33px;
	line-height: 33px;
	border-radius: 3px;
	border: 1px solid #616792;
	font-family: SourceSansPro;
	font-size: 16px !important;
	float:left;
}   

#occupation{
    position: relative;
    display: inline-block;
    margin: 15px 0 0 0;
    width: 345px;
	height:33px;
	line-height: 33px;
	border-radius: 3px;
	border: 1px solid #616792;
	font-family: SourceSansPro;
	font-size: 16px !important;
	float:left;
}  

#organisation{
	width: 340px;
	height: 33px;
	border-radius: 3px;
	border: 1px solid #616792;
	margin: 15px 0 0 0;
	line-height: 33px;
	color:#333;
	padding-left:6px;
	float:left;
	font-family: SourceSansPro;
	font-size: 16px !important;
}  

#organisation:focus {
	-webkit-box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	-moz-box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	border: 1px solid #be9907;
	color:#b18e01;
	-webkit-user-select: text
    user-select: text
}

#register_password {
	width: 340px;
	height: 33px;
	border-radius: 3px;
	border: 1px solid #616792;
	margin: 15px 0 0 0;
	line-height: 33px;
	color:#333;
	padding-left:6px;
	font-family: SourceSansPro;
	font-size: 16px !important;
	float:left;
}
#register_password:focus {
	-webkit-box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	-moz-box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	border: 1px solid #be9907;
	color:#b18e01;
}

#confirm_register_password {
	width: 340px;
	height: 33px;
	border-radius: 3px;
	border: 1px solid #616792;
	margin: 15px 0 30px 0;
	line-height: 33px;
	color:#333;
	padding-left:6px;
	font-family: SourceSansPro;
	font-size: 16px !important;
	float:left;
}
#confirm_register_password:focus {
	-webkit-box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	-moz-box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	box-shadow: 0px 0px 6px 3px rgba(224,179,0,0.4);
	border: 1px solid #be9907;
	color:#b18e01;
}

#register_btn {
	width: 340px;
	height: 32px;
	border-radius: 3px;
	margin: 30px 0 0 0;
	background: #27348b;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
	font-weight: 400;
	clear:both;
	pointer-events:none;
	opacity: 0.5;
}

#register_btn:hover {
	background: #3347d1;
}

#message_top{
	width: 340px;
	height: 40px;
	color: black;
	clear:both;
	margin: 10px 0 15px 0;
}

#message_bottom{
	width: 340px;
	height: 40px;
	color: #3867ff;
	clear:both;
	margin: 30px 0 15px 0;
}

#login {
	position: absolute;
	left: 4px;
	top: 10px;
	border-radius: 6px;
	border: 1px solid #c9c9bf;
	background: #fff9f0;
	width: 469px;
	height: 322px;
	padding: 15px 15px 15px 15px;
	text-align: center;
	-webkit-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.2);
	color: #4a443a;
}
#login td {
	border: none;
	text-align: left;
}
.align_left td {
	text-align: left;
}
body {
	font-family: SourceSansPro;
	font-size: 16px;
	-webkit-user-select: none;
	background: #fff;
	-ms-touch-action: none;
	overflow: hidden;
	background: #fff;
}

#black_overlay{
background: #000000;
width:2000px;
height:2000px;
opacity:0.7;
position:absolute;
top:0px;
left:0px;
z-index:99999998;
}


#search_wrapper {
	margin: 80px 0 0 19px;
	height: auto;
	width: auto;
}
.content_restricted {
	width: 60%;
}
.superscript {
	position: relative;
	top: -0.5em;
	font-size: 80%;
}
#banner {
	position: absolute;
	top: 65px;
	left: 602px;
	text-align: center;
	font-family: SourceSansPro;
	font-size: 26px;
	color: #8ea682;
	z-index: 99;
}
#spacer {
	height: 12px;
}
#palm_front {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 33px;
	width: 169px;
	background: url(../images/palm.png) no-repeat;
	margin-top: 100px;
}
#head {
	position: absolute;
	top: 60px;
	left: 20px;
}
#pelc_title {
	font-family: UWA;
	position: absolute;
	top: 12px;
	left: 516px;
	width: auto;
	height: auto;
	color: #fff;
	font-size: 24px;
}
#top_bar {
	height: 75px;
	width: 110%;
	color: #b4a794;
	font-size: 20px;
	font-family: SourceSansPro;
	padding-left: 20px;
	background: #27348b url(../images/uwa_logo.png) no-repeat left;
	text-align: left;
}
#lower_top_bar {
	height: 5px;
	width: 110%;
	color: #b4a794;
	background: #e2b600;
}
#menu_container {
	position: absolute;
	top: 50px;
	left: 248px;
	width: auto;
	height: 24px;
	background-color: #fff;
	background: #27348b;
	z-index: 99;
	color: #fff;
}
#learn_menu {
	position: absolute;
	top: 75px;
	left: 315px;
	width: auto;
	height: auto;
	z-index: 999999999;
}
#content_wrapper {
	width: 100%;
	height: 800px;
	margin: 20px 20px 20px 20px;
	overflow: hidden;
}
#content_wrapper td, th {
	border: none;
}
#content_title {
	color: #e0776b;
	font-size: 20px;
	margin: 20px 0 20px 0;
	padding-left: 34px;
}
.pink_text {
	color: #e0776b;
}
#content {
	font-size: 14px;
	margin: 20px 0 0 0;
	color: #4a443a;
	padding-left: 34px;
}
.main_button {
	float: left;
	cursor: pointer;
	text-align: center;
	font-family: SourceSansPro;
	font-size: 16px;
	height: 24px;
	width: auto;
	padding: 0 10px 0 10px;
	line-height: 24px;
	color: #fff;
	font-weight: normal;
}
#acknowledgements {
}
.main_button_active {
	text-decoration: underline;
}
.module_button {
	font-family: SourceSansPro;
	cursor: pointer;
	text-align: left;
	font-size: 16px;
	height: 24px;
	width: auto;
	line-height: 24px;
	color: #fff;
	margin-bottom: 5px;
	background: #27348b;
	padding: 0 4px 0 4px;
}
.module_button:hover {
	background: #3155cf;
}
#open_search_parameters {
	margin: 20px 0 0 0;
}
#search_wrapper {
}
#search_parameters_container {
	border-radius: 5px;
	border: 1px solid #5fa0af;
	height: 80px;
	padding: 3px 8px 8px 8px;
	float: left;
	font-size: 14px;
	margin-bottom: 8px;
	width: 185px;
	color: #4b8b9a;
	z-index: 555;
	margin-right: 120px;
	background: #fff;
}
#search_parameters_container_top {
	height: auto;
}
#search_parameters_container_left {
	display: inline-block;
	margin-right: 10px;
	margin-top: 8px;
}
#search_parameters_container_right {
	display: inline-block;
	margin-top: 8px;
}
#search_parameters_container_heading {
	clear: both;
}
#search_container {
	color: #515151;
	font-size: 14px;
	position: absolute;
	left: 220px;
	top: 8px;
	border-radius: 5px;
	border: 1px solid #5fa0af;
	height: auto;
	width: 725px;
	padding: 3px 8px 8px 8px;
	margin-bottom: 10px;
	background: #fff;
	-webkit-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.2);
}
#results_wrapper {
	clear: both;
}
#search_results {
	border-radius: 5px;
	border: 1px solid #5fa0af;
	height: 510px;
	width: 195px;
	padding: 3px 0 8px 6px;
	overflow: auto;
	float: left;
	text-align: left;
	outline: none;
}
#specimen_content {
	border-radius: 5px;
	border: 1px solid #5fa0af;
	height: 513px;
	width: auto;
	padding: 4px 4px 4px 4px;
	float: left;
	margin-left: 8px;
	background: #fff;
}
#specimen_content_left {
	height: 490px;
	width: 400px;
	padding: 3px 0 8px 8px;
	float: left;
	overflow: auto !important;
	color: #515151;
}
#specimen_content_right {
	height: 500px;
	width: auto;
	padding: 9px 5px 8px 5px;
	float: right;
	text-align: center;
}
#specimen_content_right_image_description {
	height: 100px;
	width: 307px;
	margin-top: 10px;
	color: #515151;
	overflow: auto;
	font-size: 16px;
	text-align: left;
}
#specimen_thumbnails {
	height: 54px;
	width: 300px;
	margin-top: 5px;
	color: #515151;
	text-align: left;
	padding: 2px 2px 2px 2px;
}
.menu_wrapper {
	margin-top: 10px;
}
.menu_left {
	display: inline-block;
}
.menu_right {
	display: inline-block;
}
.specimen_heading {
	padding-top: 15px;
	font-weight: bold;
	color: #5fa0af;
}
.specimen_link {
	outline: none;
	text-decoration: none;
	color: #398ea1;
}
.top_specimen_link {
	outline: none;
	text-decoration: none;
	color: #e28e18;
}
.specimen {
	outline: none;
	text-decoration: none;
	color: #398ea1;
	cursor: default;
}
.top_specimen {
	outline: none;
	text-decoration: none;
	color: #e28e18;
	cursor: default;
}
.specimen_link:hover {
	color: #de4d20;
 font-weight: bold;

}
#current_search_criteria_container {
	font-size: 14px;
	color: #848484;
	height: 13px;
	width: 737px;
	position: absolute;
	top: 80px;
	left: 226px;
	padding: 3px;
}
#site_header {
	font-size: 20px;
	color: #35929b;
	padding-top: 15px;
	height: auto;
	width: 963px;
}
.sub_heading {
	color: #de4d20;
	font-size: 13px;
	line-height: 40%
}
.total_count {
}

.zoom {
	margin: 0 -40px 0 0;
	cursor: pointer;
	height: 240px;
	width: 260px;
}

#zoom_panel{
	position: absolute;
	z-index: 99999999;
	top: 95px;
	left: 156px;
	width:720px;
	height:540px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

#zoom_panel_top_box {
	height: 20px;
	width: 100%;
	padding-top: .3em;
	text-align: center;
	color: #5e5e5e;
	font-size: 14px;
	background:#fff;
}

#zoom_panel_top_box_text {
	float:left;
	width:600px;
	text-align:left;
	padding-left:15px;
}

.close {
	float:right;
	margin-right:6px;
	width:14px;
	height:14px;
	background: url('../images/close.png') no-repeat center;
	cursor:pointer;
}


	.smooth_zoom_preloader {
		background-image: url(../zoom_assets/preloader.gif);
	}	
	.smooth_zoom_icons {
		background-image: url(../zoom_assets/icons.png);
	}
	#zoom_container .landmarks{
		position:absolute;
		z-index:10;	
		top:0px;
		left:0px;
		font-family: Helvetica, Arial, Verdana;
		font-size:12px;
		color: #ffffff;
	}	
	#zoom_container .landmarks .item {
		position:absolute;		
		text-align:center;		
		display: none;	
		cursor:pointer;
	}	
	#zoom_container .landmarks .lable div {
		width: 100px;
		padding: 4px;		
	}	
	#zoom_container .landmarks .mark .text{
		background-color:#000000;
		padding:2px 6px;
	}	
	
.zoom_thumb {
	cursor: pointer;
	height: 48px;
	width: 52px;
	border-radius: 2px;
	border: 1px solid #5fa0af;
	margin-right: 4px;
	display: inline-block;
}
.thum {
	height: 48px;
	width: 52px;
	border-style: none;
}
.image_notice {
	color: #515151;
	font-size: 10px;
}

 .glossarizer_replaced{
      border-bottom: 2px #33aed1;
      cursor: help;
      display: inline;
	  color:#008f40;
	  font-style:italic;
    }
	
.nomen_text_small {
	width: 390px;
	color: #696969;
	font-size: 11px;
	cursor: default;
	float: left;
}
.audio_icon {
	height: 16px;
	width: 16px;
	float: left;
	background: url('../images/headphones.png') no-repeat center;
	margin-right: 15px;
	padding-top: 14px;
}
#audio_player_embedded {
	float: left;
}
.audio {
	height: 16px;
	width: 16px;
	float: left;
	cursor: pointer;
	background: url('../images/headphones.png') no-repeat center;
}
#audio_player {
	position: absolute;
	height: auto;
	width: auto;
	background: #fff;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	z-index: 999;
	padding-left: 8px;
}
.no_cursor {
	cursor: default;
}
.nomen_text_bigger {
	color: #696969;
	font-size: 13px;
}
.t_image {
	padding-left: 5px;
	padding-top: 2px;
	cursor:help;
}

.ui-tooltip {
	cursor:help !important;
}

#front_header_container {
	position: absolute;
	top: 65px;
	left: 37px;
	height: 39px;
	width: auto;
	color: #b5a293;
	font-size: 15px;
	font-weight: bold;
	padding: 22px 0 20px 0;
	line-height: 5px;
}
.small_heading_txt {
	font-size: 14px;
}
.cause_system_container {
	height: 478px;
	width: 410px;
	border-radius: 8px;
	padding: 17px 17px 17px 17px;
	position: absolute;
}
.cause_system_container_left {
	float: left;
}
.cause_system_container_right {
	float: right;
}
#cause_container {
	border: 1px solid #b28081;
	top: 130px;
	left: 80px;
	z-index: -999;
}
#system_container {
	border: 1px solid #5f9d9d;
	top: 130px;
	left: 487px;
	z-index: -999;
}
.arrow_box {
	height: 15px;
	width: 18px;
	position: absolute;
}
.sub_category_box {
	height: auto;
	max-height: 472px;
	width: 188px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .5);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	position: absolute;
	padding: 8px;
	overflow-y: auto;
	line-height: 160%;
}
.sub_category_link {
	color: #464545;
	text-decoration: underline;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
}
.sub_category_quiz_link {
	color: #464545;
	text-decoration: underline;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
}
.sub_category_link_disabled {
	color: #989898;
	text-decoration: none;
	cursor: default;
}
#selected_sub_category {
	position: absolute;
	top: 23px;
	left: 540px;
	color: #b5a293;
	font-weight: bold;
	border-radius: 4px;
	border: 1px solid #c8bba9;
	width: 210px;
	height: 26px;
	text-align: center;
	padding-top: 8px;
}
label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	font-size: 13px;
}
#specimen_image {
	height: auto;
	width: 320px;
	overflow: hidden;
	text-align: left;
}

#advanced_search_btn {
	position: absolute;
	left: 778px;
	top: 70px;
	height: 23px;
	width: 130px;
	border-radius: 6px;
	border: 1px solid #d1c0a7;
	font-size: 16px;
	color: #b5a293;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
	cursor: pointer;
	background: #fff;
	margin-top: 11px;
}
#advanced_search_container {
	position: absolute;
	top: 75px;
	left: 226px;
	height: auto;
	width: auto;
	border-radius: 8px;
	padding: 5px 5px 5px 5px;
	background: #fff;
	border: 1px solid #ada293;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	z-index: 800;
	color: #615245;
}
#advanced_search_container_left {
	width: auto;
	height: auto;
	padding: 5px 5px 5px 5px;
	margin-right: 5px;
}
#advanced_search_container_right {
	width: auto;
	height: auto;
	padding: 5px 5px 5px 5px;
}
#find_btn {
	position: absolute;
	top: 23px;
	left: 760px;
	height: 27px;
	width: 140px;
	border-radius: 8px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 9px;
	cursor: pointer;
	background: #3e9bb5;
}
#ajaxSpinnerImage {
	display: none;
}
#ajaxSpinnerContainer {
	position: absolute;
	top: 170px;
	left: 472px;
	z-index: 999;
}
#search_list_container {
	position: absolute;
	top: 110px;
	left: 50px;
	height: 470px;
	width: 900px;
	border-radius: 8px;
	padding: 30px 5px 10px 10px;
	background: #fff;
	border: 1px solid #ada293;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	z-index: 700;
	color: ##262626;
	font-weight: normal;
}
#search_list_container_left {
	float: left;
	height: 450px;
	width: 465px;
	background: #fff;
	overflow-y: auto;
	color: ##262626;
	margin-right: 5px;
}
#search_list_container_right {
	float: left;
	height: 450px;
	width: 428px;
	background: #fff;
	color: ##262626;
	overflow-y: auto;
}
.specimen_record_container {
	height: 60px;
	margin-bottom: 5px;
}
.specimen_record_left {
	float: left;
	height: auto;
	width: auto;
}
.specimen_record_right {
	float: left;
	height: 50px;
	line-height: 50px;
}
.specimen_record_thumbnail {
	border-radius: 4px;
	border: 1px solid #3e9bb5;
	cursor: pointer;
	width: 63px;
	height: 48px;
}
.diagnosis {
	height: 24px;
	width: 74px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	padding-top: 4px;
	cursor:help;
	background: #3e9bb5;
	display: inline-block;
	position: relative;
	top: -9px;
}
#close_search_list_container {
	position: absolute;
	top: 120px;
	left: 940px;
	height: 15px;
	width: 15px;
	background: url('../images/close_search_list.png') no-repeat center;
	cursor: pointer;
	z-index: 701;
}
#back_fill {
	position: absolute;
	top: 111px;
	left: 453px;
	height: 630px;
	width: 103px;
	background: #fff;
	z-index: -998;
}
#causes {
	position: absolute;
	top: 118px;
	left: 134px;
	height: 20px;
	width: 70px;
	background: #fff;
	color: #939393;
	font-size: 18px;
	z-index: -998;
	text-align: center;
}
#systems {
	position: absolute;
	top: 118px;
	left: 805px;
	height: 20px;
	width: 70px;
	background: #fff;
	color: #939393;
	font-size: 18px;
	z-index: -998;
	text-align: center;
}
#body_container {
	position: absolute;
	top: 100px;
	left: 402px;
	height: 556px;
	width: 209px;
	background: url('../images/body.png') no-repeat center;
	z-index: -997;
	opacity: 0.5;
}
#nervous_container {
	position: absolute;
	top: 100px;
	left: 402px;
	height: 556px;
	width: 209px;
	background: url('../images/nervous.png') no-repeat center;
	z-index: -996;
	opacity: 0.8;
}
#musko_skel_container {
	position: absolute;
	top: 98px;
	left: 406px;
	height: 558px;
	width: 204px;
	background: url('../images/musco_skel.png') no-repeat center;
	z-index: -996;
	opacity: 0.5;
}
#cardio_vascular_container {
	position: absolute;
	top: 100px;
	left: 402px;
	height: 556px;
	width: 209px;
	background: url('../images/cardio_vascular.png') no-repeat center;
	z-index: -996;
	opacity: 0.5;
}
#respiratory_container {
	position: absolute;
	top: 100px;
	left: 402px;
	height: 556px;
	width: 209px;
	background: url('../images/respiratory.png') no-repeat center;
	z-index: -996;
	opacity: 0.5;
}
#digestive_container {
	position: absolute;
	top: 100px;
	left: 402px;
	height: 556px;
	width: 209px;
	background: url('../images/digestive.png') no-repeat center;
	z-index: -996;
	opacity: 0.5;
}
#genitourinary_container {
	position: absolute;
	top: 100px;
	left: 402px;
	height: 556px;
	width: 209px;
	background: url('../images/genitourinary.png') no-repeat center;
	z-index: -996;
	opacity: 0.5;
}
#endocrine_container {
	position: absolute;
	top: 100px;
	left: 402px;
	height: 556px;
	width: 209px;
	background: url('../images/endocrine.png') no-repeat center;
	z-index: -996;
	opacity: 0.5;
}
#lymphatic_container {
	position: absolute;
	top: 100px;
	left: 402px;
	height: 556px;
	width: 209px;
	background: url('../images/lymphatic.png') no-repeat center;
	z-index: -996;
	opacity: 0.6;
}
hr {
	border: 0;
	height: 1px;
	color: #737373;
	background-color: #737373;
}
.cause_system_btn {
	height: 30px;
	width: 150px;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	line-height: 30px;
}
#cause_1_btn {
	background: #b28d70;
	margin-bottom: 19px;
}
#cause_2_btn {
	background: #b28470;
	margin-bottom: 19px;
}
#cause_3_btn {
	background: #b27e70;
	margin-bottom: 19px;
}
#cause_4_btn {
	background: #b27872;
	margin-bottom: 19px;
}
#cause_5_btn {
	background: #b27879;
	margin-bottom: 19px;
}
#cause_6_btn {
	background: #b27882;
	margin-bottom: 19px;
}
#cause_7_btn {
	background: #b07a87;
	margin-bottom: 19px;
}
#cause_8_btn {
	background: #b07a8b;
}
#system_1_btn {
	background: #80949c;
	margin-bottom: 19px;
}
#system_2_btn {
	background: #809c9c;
	margin-bottom: 19px;
}
#system_3_btn {
	background: #80a29c;
	margin-bottom: 19px;
}
#system_4_btn {
	background: #80a89b;
	margin-bottom: 19px;
}
#system_5_btn {
	background: #80a894;
	margin-bottom: 19px;
}
#system_6_btn {
	background: #80a88c;
	margin-bottom: 19px;
}
#system_7_btn {
	background: #82a686;
	margin-bottom: 19px;
}
#system_8_btn {
	background: #8ea682;
}
#uwa_logo_front {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 75px;
	width: 248px;
	background: url(../images/uwa_logo.png) no-repeat;
	cursor: pointer;
}
#palm {
	position: absolute;
	top: 620px;
	left: 580px;
	height: auto;
	width: auto;
	cursor: pointer;
	font-family: SourceSansPro-Light;
	font-size: 14px;
	color: #777777;
}
.start_quiz_btn {
	background: #6daa95;
	border-radius: 8px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
	cursor: pointer;
	margin: 0 0 12px 12px;
	height: 24px;
	width: 100px;
	line-height: 16px;
	display: inline-block;
}
#clinical_aspects_system_btn_container {
	height: auto;
	width: auto;
	margin-left: 34px;
}
.clinical_aspects_system_btn {
	height: 25px;
	width: 163px;
	border-radius: 8px;
	font-size: 14px;
	color: #737373;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
	cursor: pointer;
	float: left;
	margin: 0 0 12px 12px;
}
.clinical_aspects_system_btn_disabled {
	height: 25px;
	width: 163px;
	border-radius: 8px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
	float: left;
	margin: 0 0 12px 12px;
	opacity: 0.5;
	cursor: default;
}
#clinical_aspects_system_btn_1 {
	background: #80949c;
}
#clinical_aspects_system_btn_2 {
	background: #809c9c;
}
#clinical_aspects_system_btn_3 {
	background: #80a29c;
}
#clinical_aspects_system_btn_4 {
	background: #80a89b;
}
#clinical_aspects_system_btn_5 {
	background: #80a894;
	clear: both;
}
#clinical_aspects_system_btn_6 {
	background: #80a88c;
}
#clinical_aspects_system_btn_7 {
	background: #82a686;
}
#clinical_aspects_system_btn_8 {
	background: #8ea682;
}
.clinical_aspects_list_container {
	float: left;
	margin-left: 34px;
	clear: both;
}
#clinical_aspects_module_container {
	position: absolute;
	top: 98px;
	left: 30px;
	height: 500px;
	width: 900px;
	border-radius: 8px;
	padding: 20px 5px 10px 10px;
	background: #fff;
	border: 1px solid #ada293;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	z-index: 700;
	color: #615245;
	overflow: auto;
}
#close_clinical_aspects_module_container {
	position: absolute;
	top: 107px;
	left: 923px;
	height: 15px;
	width: 15px;
	background: url('../images/close_search_list.png') no-repeat center;
	cursor: pointer;
	z-index: 701;
}
.clinical_aspects_list_heading {
	font-size: 16px;
	color: #35929b;
	margin: 15px 0 15px 0;
	height: auto;
	width: auto;
}
.clinical_aspects_list {
	height: 500px;
	width: 500px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .5);
	padding: 8px;
	overflow: auto;
	line-height: 160%;
	font-size: 14px;
	font-weight: normal;
}
#cap_module_holder {
	margin-top: 20px;
	height: 440px;
	overflow-y: auto;
}
.cap_h1 {
	font-size: 18px;
	color: #e17367;
}
.cap_h2 {
	font-size: 18px;
	color: #179665;
	text-align: center;
	margin-top: 40px;
	width: auto;
}
.cap_h3 {
	font-size: 17px;
	color: #b24abe;
	text-align: left;
	margin: 40px 0 40px 0;
}
.cap_h2_2 {
	font-size: 17px;
	color: #aa7210;
	text-align: left;
	margin: 0 0 40px 40px;
}
.cap_h2_3 {
	font-size: 17px;
	color: #aa7210;
	text-align: left;
	margin: 0 0 40px 70px;
}
.cap_t2 {
	color: #179665;
	cursor: pointer;
}
.cap_t3 {
	color: #b24abe;
	cursor: pointer;
}
.cap_t2:hover {
	background: #c9efe0;
}
.cap_t3:hover {
	background: #edd5f0;
}
.credit_heading {
	color: #3596aa;
}
.copyright_notice {
	text-align: center;
}
.credit_text {
	color: #68584e;
}
.intro_text {
	color: #262626;
	margin: 20px 120px 20px 0;
	padding-left: 34px;
	font-size: 15px;
}
.intro_text2 {
	color: #262626;
	font-size: 15px;
	text-align: left;
}
td, th {
	border: 1px solid #ccc;
	text-align: center;
}
th {
	background: lightblue;
	border-color: white;
}
.upButton {
	background: url('../images/up.png') no-repeat center;
	width: 13px;
	height: 15px;
	float: right;
	cursor: pointer;
}
.citation {
	font-size: 12px;
	font-style: italic;
}
#accordion .ui-accordion-content {
	font-family: SourceSansPro;
	font-size: 16px;
}
#accordion .ui-accordion-header {
	font-family: SourceSansPro;
	font-size: 18px;
}
#select_stream_modal {
	position: absolute;
	top: 200px;
	left: 318px;
	height: auto;
	width: auto;
	border-radius: 8px;
	border: 1px solid #ada293;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	z-index: 800;
	color: #262626;
	font-size: 15px;
	background: #fff;
	text-align: center;
	padding: 25px 15px 25px 15px;
}
#acknowledgements_modal {
	position: absolute;
	height: 300px;
	width: 600px;
	top: 170px;
	left: 156px;
	border-radius: 8px;
	border: 1px solid #ada293;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	z-index: 800;
	color: #262626;
	font-size: 15px;
	background: #fff;
	text-align: center;
	padding: 25px 15px 25px 15px;
	z-index: 9999999;
}
.black_screen {
	background: #000000;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 80px;
 left 0px;
	z-index: 4;
	cursor: pointer;
}
#black_screen {
	background: #000000;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 80px;
 left 0px;
	z-index: 9999999;
}
#non_medical_background {
	margin-right: 20px;
}
.left_txt {
	float: left;
	width: 430px;
	margin: 0 35px 0 50px;
}
.right_txt {
	float: left;
	width: 430px;
}
.content {
	width: 950px;
}
.stream_btn {
	height: 21px;
	width: auto;
	border-radius: 4px;
	border: 1px solid #848484;
	font-size: 14px;
	color: #848484;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	cursor: pointer;
	background: #fff;
	margin-top: 11px;
	float: left;
	padding: 5px;
}
#change_stream_btn {
	position: absolute;
	top: 90px;
	left: 795px;
	height: 17px;
	width: auto;
	border-radius: 4px;
	border: 1px solid #848484;
	font-size: 13px;
	color: #848484;
	text-align: center;
	line-height: 17px;
	cursor: pointer;
	background: #fff;
	margin-top: 11px;
	float: left;
	padding: 5px;
	z-index: 999999;
}
#acknowledgements_btn {
	position: absolute;
	top: 90px;
	left: 650px;
	height: 17px;
	width: auto;
	border-radius: 4px;
	border: 1px solid #848484;
	font-size: 13px;
	color: #848484;
	text-align: center;
	line-height: 17px;
	cursor: pointer;
	background: #fff;
	margin-top: 11px;
	float: left;
	padding: 5px;
	z-index: 2;
}
.nav_module {
	position: absolute;
	width: auto;
	height: auto;
	z-index: 1;
}
#smoking_module {
	top: 320px;
	left: 72px;
}
#alcohol_module {
	top: 320px;
	left: 380px;
}
#obesity_module {
	top: 320px;
	left: 668px;
}
#smoking_module_figure {
	padding-left: 15px;
}
.nav_module_top {
	text-align: center;
	padding-bottom: 15px;
}
.disease_spot {
	position: absolute;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 2;
	-webkit-animation: spin 4s linear infinite;
	-moz-animation: spin 4s linear infinite;
	animation: spin 4s linear infinite;
}
 @-moz-keyframes spin {
100% {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform:rotate(360deg);
}
}
#disease_spot_smoking_cancer {
	top: 444px;
	left: 156px;
}
#disease_spot_smoking_lung_disease {
	top: 478px;
	left: 153px;
}
#disease_spot_obesity_diabetes {
	top: 528px;
	left: 777px;
}
#disease_spot_alcohol_liver {
	top: 500px;
	left: 450px;
}
#disease_spot_obesity_cardiovascular_disease {
	top: 475px;
	left: 783px;
}
#disease_spot_alcohol_hypertension {
	top: 465px;
	left: 480px;
}
#disease_spot_smoking_premature_delivery {
	top: 562px;
	left: 176px;
}
#disease_spot_alcohol_alcohol_abuse_disorder {
	top: 371px;
	left: 467px;
}
#disease_spot_smoking_cardiovascular_disease {
	top: 475px;
	left: 186px;
}
.disease_modal {
	position: absolute;
	width: 210px;
	height: 220px;
	border-radius: 4px;
	border: 1px solid #e0776b;
	padding: 3px 8px 8px 8px;
	background: #fff;
	-webkit-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.2);
	z-index: 3;
	display: table-cell;
	vertical-align: bottom;
}
.disease_modal_top {
	text-align: center;
	color: #c5665a;
}
.disease_modal_icon {
	width: auto;
	height: 80px;
	text-align: center;
}
.disease_modal_text {
	font-size: 13px;
	height: 80px;
	margin-top: 5px;
}
.disease_modal_disease_btn {
	float: right;
	background: url('../modules/promote_health/images/disease_arrow_btn.png') no-repeat center;
	cursor: pointer;
	height: 16px;
	width: 19px;
}
#disease_modal_smoking_cancer {
	top: 380px;
	left: 220px;
}
#disease_modal_smoking_lung_disease {
	top: 380px;
	left: 220px;
}
#disease_modal_obesity_diabetes {
	top: 380px;
	left: 493px;
}
#disease_modal_alcohol_liver {
	top: 380px;
	left: 520px;
}
#disease_modal_obesity_cardiovascular_disease {
	top: 380px;
	left: 493px;
}
#disease_modal_alcohol_hypertension {
	top: 380px;
	left: 520px;
}
#disease_modal_smoking_premature_delivery {
	top: 380px;
	left: 220px;
}
#disease_modal_alcohol_abuse_disorder {
	top: 380px;
	left: 520px;
}
#disease_modal_smoking_cardiovascular {
	top: 380px;
	left: 220px;
}
#sortable {
	list-style-type: none;
	margin: 0;
	padding: 0 0 3px 0;
	width: auto;
}
#sortable li {
	margin: 0 3px 8px 3px;
	padding: 0.6em;
	padding-left: 1.5em;
	height: 10px;
	cursor: grab;
	line-height: 10px;
	text-align: center;
}
#sortable li span {
	position: absolute;
	margin-left: -1.3em;
}
