@CHARSET "UTF-8";

body{
	font-size: 110%;
}

#difficultyLevel, #levels{
	vertical-align: 60%;
}

#messageArea{
	width: 45%;
	/*height: 36px;*/
	float: left;
	padding: 0 0 0 7px;
	border-radius: 10px;
	position: absolute;
	text-shadow: none;
	font-size: 90%;

	background-color: Lavender;
	/*background-image: url("../img/paperWording.jpg");
    background-position: left top;
    background-repeat: repeat;*/
    box-shadow: 5px 10px 18px #888888;
    overflow: auto;
}

#prompt{
	width: 99%;
	/*height: 36px;*/
	/*float: left;*/
	overflow: hidden;
	padding: 7px;
	border-radius: 10px;
}

.checkSolution{
    background-color: transparent;
	width:42px;
	height:42px;
}

.errorValue{
	font-weight: bold;
}

.correctValue{
	font-weight: bold;
}

#exerciseArea{
	width: 99%;
	overflow: hidden;
	line-height: 125%;
	padding: 7px;
	border-radius: 18px;
}

#resultsArea{
	/*width: 99%;
	height: 30px;
	overflow: hidden;
	line-height: 125%;
	padding: 7px;
	border-radius: 8px;*/
	
	width: 45%;
	float: left;
	padding: 15px 0 0 15px;
	border-radius: 10px;
	position: absolute;
	text-shadow: none;
	background-color: Gainsboro;
	/*background-image: url("../img/paperWording.jpg");
    background-position: left top;
    background-repeat: repeat;*/
    box-shadow: 5px 10px 18px #888888;
    overflow: auto;
}

.resultsView{
	border-radius: 8px;
	width: 97%;
	float: left;
}

#resultsTitle{
	color: brown;
	font-weight: bold;
}

#studentResults{
	position: absolute;
}

.exerciseCode{
	border-radius: 8px;
	width: 34%;
	float: left;
}

#studentCodeDIV{
	position: absolute;
	padding-left: 15px;
	padding-bottom: 12px;
	width: 43%;

	border-style: solid;
    border-width: 1px;
	text-shadow: none;
}

#solutionResultsDIV{
	position: absolute;
	padding: 0px;
	margin: 0px;
}

#studentCode{
	white-space:pre;
}

#sourceCode{
	white-space:pre;
}

.toChange{
    margin-bottom: 10px;
    padding: 1px;
    outline: 2px solid #CCC;
}

.toChange:hover{
    outline: 2px solid #0090D2;
}

.showValues{
	color: darkRed;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	font-size: 1vw;
	background-color: Khaki;
	border-width: 2px;
	border-style: solid;
	border-color: IndianRed;
	border-radius: 5px;
	box-shadow: 7px 7px 18px #888888;
	line-height: 110%;
}

.simulatingCode{
	background-color: FloralWhite; 
	color: green;
	font-weight: bold;
}

#showOptions{
	text-decoration: none;
}

#titleAndInfo{
    width: auto;
    margin-right: 0px;
    margin-left: auto;	
}

.reservedWord{
	color: blue;
	font-weight: bold;
}

#helpContent{
	overflow: auto;
}