﻿#gameContainer{
	position:relative;
	width:640px;
	height:530px;
	background-color:white;
	border:2px black solid;

}
#introLayer{
	position:absolute;
	top:0px;
	left:0px;
	width:510px;
	height:320px;
	background-color:white;
	z-index:2;
}
#introText{
	position:absolute;
	top:180px;
	left:20px;
	width:460px;
	height:120px;
	font-size:1.3em;
	border:0px black dotted;
	background-color:rgba(255, 255, 255, 0.5);
}
#scoreTitle{
	position:absolute;
	top:5px;
	right:40px;
	font-size:1.3em;
	font-weight:bold;
	z-index:2;
}
#scoreMeter{
	position:absolute;
	width:140px;
	height:290px;
	top:30px;
	right:10px;
	background-image:url("scoreMeter.jpg");
	border:0px red solid;
}
#arrow{
	position:absolute;
	left:0px;
}
#questionDiv{
	position:relative;
	margin-top:10px;
	left:10px;
	width:480px;
	font-size:1.1em;
	color:white;
	background-color:#005B72;
	padding:5px;
	border:1px black solid;
	
}
.optionDiv{
	position:relative;
	left:10px;
	margin-top:10px;
	width:480px;
	background-color:#ECE6A9;
	padding:5px;
	border:1px black solid;
	
}
#checkMark{
	float:left;
	margin-right:10px;
	margin-top:5px;
	border:0px black solid;
}
#feedbackDiv{
	position:relative;
	left:10px;
	margin-top:10px;
	width:450px;
	border:0px blue dotted;
}
.questionButton{
	position:absolute;
	width:110px;
	height:40px;
	border-radius:5px;
	text-align:center;
	font-size:1.2em;
	line-height:40px;
	background-color:#005B72;
}
.upButton{
	color:#ffffff; 
	border-top: 1px black solid;
	border-left: 1px black solid; 
	border-right: 3px black solid;
	border-bottom: 3px black solid;	
}
.downButton{
	color:#999999; 
	border-top: 1px black solid;
	border-left: 1px black solid; 
	border-right: 1px black solid;
	border-bottom: 1px black solid;	
	pointer-events: none;

}
.questionColumnHeadings{
	position:absolute;
	width:110px;
	height:40px;
	border-radius:5px;
	text-align:center;
	font-size:.8em;
	line-height:40px;
	background-color:#05C860;
	color:black;
	font-weight:bold;
	border:1px black solid;
	bottom:160px;	
	z-index:2;
}
#questionButton-1{
	bottom:10px;
	left:15px;
}
#questionButton-2{
	bottom:60px;
	left:15px;
}
#questionButton-3{
	bottom:110px;
	left:15px;
}


#questionButton-4{
	bottom:10px;
	left:140px;
}
#questionButton-5{
	bottom:60px;
	left:140px;
}
#questionButton-6{
	bottom:110px;
	left:140px;
}


#questionButton-7{
	bottom:10px;
	left:265px;
}
#questionButton-8{
	bottom:60px;
	left:265px;
}
#questionButton-9{
	bottom:110px;
	left:265px;
}


#questionButton-10{
	bottom:10px;
	left:389px;
}
#questionButton-11{
	bottom:60px;
	left:389px;
}
#questionButton-12{
	bottom:110px;
	left:389px;
}


#questionButton-13{
	bottom:10px;
	right:15px;
}
#questionButton-14{
	bottom:60px;
	right:15px;
}
#questionButton-15{
	bottom:110px;
	right:15px;
}
#resetButton{
	position:absolute;
	bottom:-40px;
	right:15px;
}
#mobileScoreDiv{
	display:none;
}
#mobileIndicatorDiv{
	display:none;
}
#theSources{
	position:absolute;
	top:0px;
	left:0px;
	width:620px;
	height:480px;
	padding-left:15px;
	padding-right:5px;
	background-color:white;
	font-size:.7em;
	overflow-y: auto;
	display:none;
	z-index:2;
}
#showSources{
	position:absolute;
	bottom:-15px;
	left:0px;
	font-size:.5em;
	border-bottom:1px blue solid;
}
#closeSources{
	position:absolute;
	top:5px;
	right:10px;
	border-bottom:1px black solid;
}

