/* ------- (c) 2018 MATH SALAMANDERS LIMITED--------- */
/* Colors:
 * 	Purple #330066
 * Blue #00ffff
 * Aqua #ccffff
 * Darker blue #00d5ff
 * Yellow #ffff00
 */

/* JAVASCRIPT STYLES FOR GENERATOR AND PRACTICE ZONES*/
/* The following CSS is for the Practice Zones */

#zoneComment{
	text-align: center;
	font-size: 100%;
}

#largeZoneComment{
	text-align: center;
	font-size: 110%;
	font-weight: bold;
}

.zoneHeading {
	font-size: 150%;
	background-color: #330066;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 10px;
	border: 1px solid black;
	color: white;
	text-align: center;
	clear:both;
}

#zoneArea2{
	width:98%;
	margin: 50px auto 0px auto;
	float: center;
	clear:both;
	padding:0;	
	/*background-color: #252525; */
	border: 3px outset blue;
	min-height: 720px;
}

#zoneArea1{
	width: 100%;
	clear: both;
	float: center;
	margin: 10px auto 0px auto;
}

#zoneBox1, #zoneBox2{
	background-color: black;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	padding:10px 0px;
	float: left;
	margin: 10px 10px;
	min-height: 20em;
	width: 45%;
}

#zoneBox1{
	border: 5px groove #00ffff;
}

#zoneBox2{
	border: 5px groove #ffff00;
}

#zoneBox3{
	color: white;
	width: 640px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	margin: 10px 30px;
	border: 10px groove #ffcccc;
	float: left;
	/*clear:both;*/
	display: block;
	background-color: #330066;
}

#navZoneArea{
	float: left;
	width: 180px;
	display:block;
	min-height: 500px;
	margin: 10px auto;
}


.practiceZoneLogo,
.navZoneItem {
	margin: 5px 20px;
	border: 3px groove #ffcccc;
	color: white;
	background-color: #330066;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-height: 2em;
}

.navZoneItem {
	background-color: #00ccff;
	cursor: pointer;
}

/*
	.navZoneItem {
	margin: 10px 30px;
	background-color: #00ccff;
	padding: 5px 10px;
	color: black;
	float: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-height: 2em;
}
*/

#showResultsButton{
	background-color: #ff0000;
}


#navZoneArea button:hover{
	background-color: #ccffff;  
}

#navZoneArea p {
	margin-top: 20px;	
}

#answerAreaLiner{
	width: 100%;
	margin: 0;
	padding: 0;
}

#markAnswerArea{
	width:20%;
	float:left;
}

#jigsawArea{
	float:left;
	width:640px;
	height: 320px;
	padding:0;
	border: 10px groove #ffcccc;
	margin: 10px 30px;
	background-image: url(../image-files/practice-zone-image.gif);
	background-color:transparent;
	display:block;
}

#jigsawArea img{
	border:0;
	padding:0px;
	margin:0px;
	vertical-align:top;
}

#jigsawText{
	font-weight:bold;
	color: yellow;
	font-size:100%;
}

#modeText, #timerValueText, #numberSizeText, #tablesDisplay, #allowNegativesText, #operationTypeText, #mixedNumbersText{
	color: yellow;
}

.wholeWidth{
	width:100%;
	clear:both;
	float: center;
	line-height:0;
}

#ansBox, #percentBox{
	width: 75%;
	float: center;
	color: black;
	clear:right;
	border: 1px dotted white;
	padding: 5px;
	margin:10px auto;
	text-align: center;
}

#timerBox{
	float: center;
	color: black;
	border: 1px dotted white;
	padding: 2px 10px 2px 10px;
	margin: 10px auto;
	text-align: center;	
	background-color: white;
}

#ansBox{
	background-color: #ffc;
	font-size: 80%;
	font-weight: bold;
}

#correctBox, #wrongBox{
	font-size: 120%;
	color: black;
	font-weight: bold;
}

#percentBox{
	font-size: 75%;
	background-color: #00FFFF;
	font-weight: bold;
}

#timerBox{
	font-size: 160%;
	min-height: 1em;
	color: black;
	font-family: "Trebuchet MS", Helvetica, FreeSans;
}

#awardsBox{
	width:90%;
	margin: 10px auto;
	float: center;
	text-align: center;
}

#resultsBox, #scoresBox, #topScoresBox{
	color: white;
	margin: 0px 10px;
	padding: 5px;
	font-family: "Trebuchet MS", Helvetica, FreeSans;
}

#resultsBox h3{
	color:white;
	margin:0;
}

#resultsBox h4{
	color: yellow;
	margin:0;
}

#resultsBox em{
	color: green;
}

#resultsBox strong{
	color: red;
}

#allowNegatives, #allowNegativesBox, #allowNegativesText{
	display:none;
}


#col_0, #col_1, #col_2{
	padding-left: 1%;
	float:left;
	color: yellow;
}

#col_0{
	width: 50%;
}

#col_1, #col_2{
	width:23%;
}

/*
#zoneArea1 p{
	line-height:110%;
}
*/

#zoneBlock1, #zoneBlock2, #zoneBlock3{
	width:70%;
	float:center;
	text-align:center;
	font-size: 110%;
	margin: 10px auto;
	padding-top: 10px;
	padding-bottom: 5px;
}

#zoneBlock1 legend{
	font-size: 80%;
	color: white;
}

#zoneBlock3{
	min-height: 3em;
}

#zoneBlock3 #printButton{
	float: center;
	width: 190px;
}

#zoneBlock3 input:hover{
	background-color: #ffff00;
}

#zoneBlock4{
	width: 75%;
	float: left;
	clear: left;
	margin: 0px 10px 10px 10px;
	padding: 0px;
	text-align:center;
	border:none;
	/*border: 2px solid white;*/
}

#inputAnswer{
	width: 5em;
	border: 4px groove lime;
	margin: 0px auto;
	float: center;
	text-align: center;
	font-size: 180%;
}

#calcButtonArea{
	padding-left:25px;
	float: left;
	text-align: left;
}

#calcDecimalButton, #calcNegativeButton, #calcFractionButton{
	display:none;
}

.calcButton{
	padding: 8px;
	cursor: pointer;
	margin: 4px;
	background: #00a8ec;
	color: white;
	width: 40px;
	font-size: 120%;
	text-align: center;
}

.opButton{
	vertical-align: bottom;
	padding: 0px;
	margin: 4px 4px 4px 8px;
	background-color: #ffff00;
	color: white;
	width: 60px;
	font-size:120%;
	text-align: center;
}

#zoneArea1 #inputName{
	display: inline;
	width: 8em;
	font-size: 110%;
	text-align: center;
	margin: 0px auto 10px auto;
}

.formTable td{
	text-align: center;
} 

#tablesDisplay{
	color:white;
	font-size:90%;
}

#numberSize{
	float: center;
	margin-left: 30px;
	margin-bottom:10px;
}

#zoneArea1 select{
	font-size: 85%;
}

#zoneArea1 #startButton, #resetButton, #resultsButton, #printButton{
	padding: 3px;
	width: 4em;
	font-size: 100%;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	float: center;
}


#questionText{
	clear: both;
	margin: 2px auto;
	padding: 10px;
	width: 10em;
	border: 4px groove yellow;
	font-size: 160%;
	background-color: black;
	color: white;
    text-align: center;
    float: center;
    line-height:90%;
}

#zoneArea1 #leftHS, #rightHS{
	float: left;
	text-align: left;
	/*width: 40%; */
	width: 40%;
	margin: 10px auto;
}

#zoneArea1 #leftHS{
	clear:left;
	padding-left:2em;
}

#zoneLogo{			/* This logo is for printing only */
	display:none;
}

.formText{
	font-size:85%;
	margin: 2px auto;
	clear:both;
	line-height: 90%;
}

#getDate{
	font-size: 80%;
	text-align: center;
	line-height: 1em;
}

.ImageBdY{
	border: 2px solid yellow;
	text-align:center;
}

.zoneHeadingBottom{
	clear:both;
	padding: 1px;
	margin-bottom: 5px;
	border-bottom: 5px groove #00ccff;
}

#answerButton{
	display:none;
}

#resultsHeading{
	background-color: #ffff00;
	text-align: center;
	color: black;
	float center;
	width: 40%;
	margin: 2px auto;
	border: 1px solid black;
	min-height: 1em;
	clear: both;
}

.zoneInfo{
	min-height: 150px;
	display:block;
	background-color: white;
}

.zoneInfo p{
	line-height: 150%;
}

/* End of Practice Zone CSS */

