/* Template - CSS */
/* The State of Queensland (Department of Education and Training) */

html {
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	-webkit-touch-action: none;
	touch-action: none;
	-ms-touch-action: none;
}

main {
	/*IE*/
	display:block;

}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none; 
  -ms-user-select: none; 
  user-select: none;    
}

.float-top{
    float:top;
}

.float-left{
    float:left;
}

.float-right{
    float:right;
}

.main-container{	
    display: block;
    width: 950px;
    height: 500px;
    margin: auto;
	overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: hidden;
}

.main-border{
    position: relative;
	background-color: #fff, 0.0;
    display: block;
    width: 944px;
    height: 445px;
    margin: auto;
	margin-top: -3px;
	border-style: solid;
	border-color:#0072bc;
	border-width: 0px 3px 3px 3px;
    overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: hidden;	
}

.gj-container {	
    position:relative;
	z-index:100;
	display: block;
    width: 250px;
    height: 100px;
    margin: auto;
	top: 50px;
	box-shadow: 2px 2px 1px #888888;
	background-color:#0072bc;	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: hidden;
}


.overlay{
	position: absolute;
	top:2px;
	display: block;
    width: 944px;
    height: 392px;  
	margin: auto;
	z-index:100;
	display:none;
 	background-color: #fff;
    background-color: rgba(255,255,255,0.7);
	
}

#close{
	position:absolute;
	right:6px;
	top:6px;
	width:30px;

}

*:not(input):not(textarea):not(area):not(map){
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
            cursor: default;
            
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            
} 



.gj-text {
	color: #0072bc;
	background-color: white;
	font-size: 21px;
	font-family: Arial;
	font-weight: bold;	
	line-height: 23px;
	vertical-align: middle;
	padding:40px;
  top: 30%;
  left: 28%;
	width:301px;
	height:90px;
	border:3px solid #0072bc;
	position:absolute;
	border-radius: 15px;
	cursor:pointer;
}

.header-top {
	background-color: #0072bc;
	display: block;
	width: 950px;
	height: 55px;
	margin: auto;
	overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: hidden;
	cursor:default;
}

.text {
	font-family: Arial;
	color: black;
	font-size: 15px;	
	margin-left:10px;
	padding: 10px 0;	
	
	cursor: default;
}

.text-sh {
	font-family: Arial;
	font-weight: bold;
	color: black;
	font-size: 20px;	
	padding-top:4px;
	margin-left:25px;
	float:left;
	cursor:pointer;
	width:28px;
	text-align: center;
	
}

.text-words {
	font-family: Arial;
	font-weight: bold;
	color: black;
	font-size: 20px;	
	margin-top:8px;	
	cursor:default;
	text-align: center;	
}

.text-header {
	font-family: Arial;
	color: #fff;
	font-size: 24px;
	font-weight: bold;	
	padding-left: 22px;
	line-height: 100%;
	line-height: 55px;
	float:left;
	width:340px;
	display: inline-block;
}

.subject-header {
	font-family: Arial;
	color: #fff;
	font-size: 24px;
	font-weight: bold;	
	float:right;
	line-height: 100%;
	line-height: 55px;
	display: inline-block;
	padding-right: 22px;
}


.text-container {
	display:block;
	background-color: #fff;
	width: 910px;	
	border:1px solid #d7d7d7;
	margin: auto;
	margin-top: 10px;
	overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: visible;	
}

.letter-container {
	background-color: #fff;
	width: 500px;
	height: 30px;
	border:1px solid #d7d7d7;
	margin: auto;
	margin-top: 10px;
	overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: visible;	
}

.placeholder-container {
	position: absolute;
	margin-left: 9px;		
	margin-top: 10px;
	width: 926px;
	height: 280px;
	overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: visible;
}


.placeholder{
	background-color: #fff;
	display: block;
	width: 100px;
	height: 100px;
	overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: visable;
}

.container {
    overflow:hidden;

}

.first-row {
    float:left; 
    width:100px; 
    height:140px; 
    margin-top:5px;
	margin-left:71px;
}

.second-row {
    float:left; 
    width:100px; 
    height:140px; 
    margin-top:5px;
	margin-left:106px;
}

.btn-container {
	background-color: #0072bc;
	position: absolute;
  	bottom: 0;		
	width: 914px;
	padding: 8px 15px 10px 15px;
	height: 32px; 
	overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: hidden;
}

.btn-container-center {
	display: block;
	width: 320px;
	height: 55px;
 	margin: auto;
	overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: hidden;
}

.margin-auto {
	margin: auto;
}

.btn {
	-moz-box-shadow:inset 0px 1px 0px 1px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 1px #ffffff;
	box-shadow:inset 0px 1px 0px 1px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #feffff), color-stop(1, #e0e0e0));
	background:-moz-linear-gradient(top, #feffff 5%, #e0e0e0 100%);
	background:-webkit-linear-gradient(top, #feffff 5%, #e0e0e0 100%);
	background:-o-linear-gradient(top, #feffff 5%, #e0e0e0 100%);
	background:-ms-linear-gradient(top, #feffff 5%, #e0e0e0 100%);
	background:linear-gradient(to bottom, #feffff 5%, #e0e0e0 100%);
	
	background-color:#feffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #a1a1a1;
	cursor:pointer;
	color: #0071bc;
	font-size: 21px;
	font-family: Arial;
	font-weight: bold;
	width: 96px;
	height: 35px;	
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	line-height: 35px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none; 
	-ms-user-select: none;
	user-select: none;
}

.btn.hover:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e0e0e0), color-stop(1, #f5f5f5));
	background:-moz-linear-gradient(top, #e0e0e0 5%, #f5f5f5 100%);
	background:-webkit-linear-gradient(top, #e0e0e0 5%, #f5f5f5 100%);
	background:-o-linear-gradient(top, #e0e0e0 5%, #f5f5f5 100%);
	background:-ms-linear-gradient(top, #e0e0e0 5%, #f5f5f5 100%);
	background:linear-gradient(to bottom, #e0e0e0 5%, #f5f5f5 100%);
	
	background-color:#e0e0e0;
}
.btn.hover:active {
	position:relative;
	top:1px;
	-moz-box-shadow:inset 0px 1px 0px 1px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 1px #ffffff;
	box-shadow:inset 0px 1px 0px 1px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ababab));
	background:-moz-linear-gradient(top, #ffffff 5%, #ababab 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #ababab 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #ababab 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #ababab 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #ababab 100%);
	
	background-color:#ffffff;	
}

.btn-close {
	font-size: 20px;
	font-weight: bold;
	width: 30px;
	height: 20px;
	line-height: 20px;
	margin-top: 5px;
	margin-right: 5px;
}

.img {
	width: auto;
	height: 100px;
}

.shed-img {
    background-image: url(../assets/images/shed.png);
}
.shed-img-bw {
    background-image: url(../assets/images/shed_bw.png);
}
.fish-img {
    background-image: url(../assets/images/fish.png);
}
.fish-img-bw {
    background-image: url(../assets/images/fish_bw.png);
}
.shell-img {
    background-image: url(../assets/images/shell.png);
}
.shell-img-bw {
    background-image: url(../assets/images/shell_bw.png);
}
.brush-img {
    background-image: url(../assets/images/brush.png);
}
.brush-img-bw {
    background-image: url(../assets/images/brush_bw.png);
}
.ship-img {
    background-image: url(../assets/images/ship.png);
}
.ship-img-bw {
    background-image: url(../assets/images/ship_bw.png);
}
.shoe-img {
    background-image: url(../assets/images/shoe.png);
}
.shoe-img-bw {
    background-image: url(../assets/images/shoe_bw.png);
}
.wash-img {
    background-image: url(../assets/images/wash.png);
}

.wash-img-bw {
    background-image: url(../assets/images/wash_bw.png);
}
.shark-img {
    background-image: url(../assets/images/shark.png);
}
.shark-img-bw {
    background-image: url(../assets/images/shark_bw.png);
}
.dish-img {
    background-image: url(../assets/images/dish.png);
}
.dish-img-bw {
    background-image: url(../assets/images/dish_bw.png);
}
.red{
	color:red;
	
	
}

footer {
	font-family: Arial, Helvetica, sans-serif;
	width: 950px;
    margin: auto;
    text-align: center;
	cursor:default;
}
