
/*All this is for the main playing board screen */

#ProgramHolderFull{
	position: relative;
	top: 50px;
	height: 570px;
	width: 1000px;
	text-align: center;
}

#TopOfPage{
	position: absolute;
	top: 10px;
	height: 45px;
	width: 1000px;
}

.titletext{
	text-align: center;
	font-family: Georgia;
	font-size: xx-large;
	color: #990000;
}

.subtitletext{
	text-align: center;
	font-family: Georgia;
	font-size: x-large;
	color: black;
}



#ColorControlRegion{
	position: absolute;
	top: 10px;
	width: 500px;
	height: 450px;
}

.colorcontrols{
	width: 480px;
	border-style: solid;
	border-color: black;
	height: 120px;
	background-color: rgb(200,200,200);
	border-radius: 25px;
}

#RedControls{
	position: absolute;
	top: 10px;
}

#GreenControls{
	position: absolute;
	top: 140px;
}

#BlueControls{
	position: absolute;
	top: 270px;
}

.colortext{
	position: absolute;
	top: 5px;
	width: 100%;
	height: 25px;
	text-align: center;
	font-family: Georgia;
	font-size: x-large;
	color: black;
}

.downarrow{
	position: absolute;
	top: 35px;
	width: 28px;
	height: 42px;
	left: 120px;
}

.downarrow10x{
	position: absolute;
	top: 20px;
	width: 56px;
	height: 84px;
	left: 15px;
}

.uparrow{
	position: absolute;
	top: 35px;
	width: 28px;
	height: 42px;
	left: 310px;
}

.uparrow10x{
	position: absolute;
	top: 20px;
	width: 56px;
	height: 84px;
	left: 405px;
}


.percentcolor{
	position: absolute;
	top: 50px;
	width: 80px;
	height: 25px;
	left: 200px;
	text-align: center;
	font-family: Georgia;
	font-size: x-large;
	color: black;
}

.colorsayings{
	position: absolute;
	top: 90px;
	width: 300px;
	height: 25px;
	left: 90px;
	text-align: center;
	font-family: Georgia;
	font-size: large;
	color: black;
}

.button{
	width: 200px;
	height: 40px;
	border-style: solid;
	border-color: #990000;
	background-color: #CCCCCC;
	border-radius: 5px;	
}

#CheckButton{
	position: absolute;
	top: 20px;
	left: 765px;	
}

#NextColorButton{
	position: absolute;
	top: 20px;
	left: 765px;	
}

#RestartButton{
	position: absolute;
	top: 20px;
	left: 765px;	
}

#ColorSlideRegion{
	position: absolute;
	top: 10px;
	width: 230px;
	height: 450px;
	left: 500px;
}

.colorslides{
	width: 500px;
	height: 200px;
	background-color: rgb(255,255,255);
	border-style: solid;
	border-color: black;
	border-width: 3px;
}

.littlecolorslides{
	width: 150px;
	height: 150px;
	background-color: rgb(255,255,255);
	border-style: solid;
	border-color: black;
	border-width: 3px;
}

#YourColor{
	position: absolute;
	top: 10px;
	left: 10px;
}

#LittleRed{
	position: absolute;
	top: 250px;
	left: 10px;
}

#LittleGreen{
	position: absolute;
	top: 250px;
	left: 185px;
}

#LittleBlue{
	position: absolute;
	top: 250px;
	left: 360px;
}

#MatchColor{
	position: absolute;
	top: 220px;
	left: 10px;
}


.colorboxes{
	position: absolute;
	top: 35px;
	left: 25px;
	width: 450px;
	height: 140px;
	background-color: rgb(0,0,0);
	border-style: solid;
	border-color: black;
	border-width: 3px;
}

.littlecolorboxes{
	position: absolute;
	top: 30px;
	left: 22px;
	width: 100px;
	height: 100px;
	background-color: rgb(0,0,0);
	border-style: solid;
	border-color: black;
	border-width: 3px;
}

#BottomOfPageRegion{
	position: absolute;
	top: 120px;
	width: 250px;
	height: 500px;
	left: 750px;
}

#ScoreBox{
	position: absolute;
	top: 40px;
	height: 200px;
	width: 240px;
	border-style: solid;
	border-color: black;
	border-width: 3px;
}

#Score{
	position: absolute;
	top: 10px;
	height: 35px;
	width: 100%;
}

#RoundPoints{
	position: absolute;
	top: 100px;
	height: 35px;
	width: 100%;
}

#RoundBonusPoints{
	position: absolute;
	top: 150px;
	height: 35px;
	width: 100%;
}

#DirectionBox{
	position: absolute;
	top: 550px;
	height: 130px;
	width: 950px;
	left: 25px;
	border-style: solid;
	border-color: black;
	border-width: 3px;
}

#Directions{
	position: absolute;
	top: 10px;
	width: 930px;
	left: 10px;
}

.directiontext{
	text-align: left;
	font-family: Georgia;
	font-size: large;
	color: black;
}