*{padding: 0 ; margin: 0 ;}

body {
	min-height: 564px;
	min-width: 1100px;
    text-align: center;
    height: 100%;
    font-size: 100%;
    position:absolute; top: 0%; bottom: 0%; right: 0%; left: 0%;
}

#header {
	position: absolute;
	top: 0;bottom: 0;left: 0;right: 0;
	width: 100%;
	height: 6%;
	font-size: 4vh;
	padding-top: 1.3vmin;
}

.button, .buttonDisable, .btnOff {
	position: relative;
    padding: 0.5em 1em;
    border-radius: 0.2em; 
    overflow: visible;
    outline: none;
    white-space: nowrap;
    -moz-background-clip: padding; 
    background-clip: padding-box;
    border: 1px solid #d4d4d4;
    margin: 0;
    text-align: center;
    zoom: 1;
    *display: inline;
    text-decoration: none;
    display: inline-block;
  }

.button {
	cursor: pointer;
}

#header, .button {
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
    color: #fff;
    background-color: #3c8dde;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#599bdc), to(#3072b3));
    background-image: -moz-linear-gradient(#599bdc, #3072b3);
    background-image: -o-linear-gradient(#599bdc, #3072b3);
    background-image: linear-gradient(#599bdc, #3072b3);
}

.buttonDisable, .btnOff {
    text-shadow: 1px 1px 0 #fff;
    color: #999999;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -ms-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
}

.btnOff, .buttonDisable, .button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.executionDivision, .consoleDivision {
    color: #464646;
    top: 10%;
    height: 60%; 
    position: absolute;
}

.executionDivision {
    left: 2%;
    width: 50%;
    border: 1px solid #CCC;
    border-radius: 5px;
}

.consoleDivision {
    left: 54%;
    width: 44%;
    border: 1px solid #CCC;
    border-radius: 5px;
}

.consoleDivisionTitle, .executionDivisionTitle {
    top: 0%;
    color: #2a65a0;
    height: 10%;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    width: 100%;
    background-color: #F8F8F8;
    border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.consoleDivisionTitle {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.codeOutputDivision, .codeExplanationDivision {
	position: absolute;
    top: 72%;
    height: 25%;
    border:1px solid #CCC;
    border-radius: 5px;
    color: #464646;
}

.codeOutputDivision {
    left: 2%;
    width: 50%;
}

.codeExplanationDivision {
    left: 54%;
    width: 44%;
}

.executionPic {
	margin-top: .5vh;
	width: 25%;
	background-image: url('pageIcon.png');
}

.executionText {
	text-align: left;
	width: 50%;
	float: left;
	height: 100%;
}

.outputPic {
	margin-top: 1vh;
	width: 25%;
	background-image: url('outputIcon.png');
}

.consoleText {
	text-align: left;
	width: 50%;
	float: left;
	height: 100%;
}

.codeOutputTitle, .codeExplanationTitle, {
	position: absolute;
	left: 0%;
	width: 100%;
    text-align: center;
    top: 0%;
    height: 22%;
    text-decoration: none;
    color: #2a65a0;
    text-shadow: 1px 1px 0 #fff;
    background-color: #F8F8F8;
    border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.executionPic, .outputPic {
	margin-left: 10%;
	float: left;
	height: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
}

.initializePic {
	margin-top:1vh;
	width: 25%;
	background-image: url('edit.png');
	margin-left: 10%;
	float: left;
	height: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
}

.initializeText {
	width: 50%;
	float: left;
	height: 100%;
	text-align: left;
}

.codeOutputBody, .codeExplanationBody {
	position: absolute;
	top: 22%;
	left: 0%;
	width: 100%;
	height: 78%;
	font-size: 1em;
	border-top: 1px solid #CCC;
}

.explanationText, .codeOutputText{
    position: absolute;
    top: 10%;
    left: 5%;
    width: 90%;
    height: 80%;
    text-align: left;
    font-size: 1em;
}

#textBox{
    position: absolute; 
    left: 10px; 
    height: 2em; 
    top: 5em;
}

.textField {
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
    float: left;
    margin-left: 20%;
    height: 26px;
    width: 70%;
    min-width: 100px;
    border: 1px solid #CCC;
    outline: none;
    border-radius: 3px;
}

.text {
    position: absolute; 
    left: 10px; 
    height: 1em; 
    top: 3em;
}

.okButton {
	font-size: 13px;
	min-width: 150px;
	float: left;
	margin-top: 20px;
	margin-left: 10%;
    height: 30px;
    width: 80%;
}

.radioButtonHolder {	
    width: 100%;
    height: 3.5%;
    float: left;
    font-size: 16px;
    text-align: left;
}

.radiobutton {
	margin-left: 7%;
	float: left;
	width: 10%;
    height: 75%;
}

.radioText {
 	float: left;
	width: 70%;
    height: 5%;
	text-align: left;
}

.resultDisplay {
    position: absolute;
    top: 10%;
    left: 0%;
    width: 100%;
    height: 90%;
}

.stepExecutionDisplay {
    padding-left: 2%;
    padding-top: 2%;
    overflow-x: auto;
    font-size: 1.2em;
    position: absolute;
    top: 10%;
    left: 0%;
    width: 97.8%;
    height: 74%;
    text-align: left;
    border-top: 1px solid #CCC;
}

.executionDivisionFooter {
	position: absolute;
	top: 88%;
	left: 0%;
	width: 100%;
	border-top: 1px solid #CCC;
}

#textArea {
    position: absolute;
    background-color: transparent;
    width: 90%;
    top: 3.9em;
    left: 0px;
    height: 62%;
    border: none;
    font-size: 1em;
    text-orientation: upright;
}

.executeButton, .startButton, .nextButton {
	margin-right: 15px; 
    height: 28px;
    width: 12%;
    float: right;
    font-size: 13px;
}

.buttonHolder {
    width: 100%;
    height: 100%;
    float: left;
    margin-top: 1.6vmin;
}

.hide {
	display: none;
}

.show {
    display: block;
}

.redClass {
    display: block;
    color: red;
    font-weight: bold;
}

#enterButton {
    position: absolute; 
    width: 5em; 
    left: 14em; 
    height: 2em; 
    top: 5em;    
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
    color: #fff;
    background-color: #3c8dde;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#599bdc), to(#3072b3));
    background-image: -moz-linear-gradient(#599bdc, #3072b3);
    background-image: -o-linear-gradient(#599bdc, #3072b3);
    background-image: linear-gradient(#599bdc, #3072b3);    
}

}