
	body {
		font-family: sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: normal;
		letter-spacing: 0px;
		text-decoration:none;
		background-color: #FFFFFF;
		color: #000000;
		margin: 0px 0px 0px 0px;
	}
	div, textarea {
		width: inherit;
	}
	h1 {
		text-align: center;
		font-size: 40px;
		background-color: inherit;
		color: #EEEEEE;
		margin: 0px 0px 0px 0px;
		box-shadow: 0px 3px 50px #000000;
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
	}
	input {
		border-radius: 5px;
	}
	input:hover {
		box-shadow: 0px 0px 5px #000000;
	}
	label {
		display: none;
	}
	.ace-chrome .ace_marker-layer .ace_stack {
		/* Overwrite Ace's definition */
		background: rgb(255, 100, 100) !important;
	}
	.block {
		background-repeat: no-repeat;
		background-color: #AAAAAA;
		border-left: 1px solid #AAAAAA;
		clear: both;
		float: left;
		border: 1px solid #AAAAAA;
		margin-left: 10px;
		margin-right: 5px;
		box-shadow: 5px 5px 5px #888888;
		width: auto;
	}
	.block>span {
		cursor: default;
	}
	.blockTitle {
		display: block;
	}
	.column {
		width: 300px;
		float: left;
		margin-left: 3px;
	}
	.column:first-child {
		width: 400px;
		clear: left;
	}
	.column:last-child {
		clear: right;
		margin-right: 3px;
	}
	.dummyBlock {
		background-image: none;
		background-color: transparent;
		border: none;
		box-shadow: none !important;
	}
	.floatingBlock {
		border: 3px solid #555555 !important;
		box-shadow: 5px 5px 10px #AAAAAA !important;
		border-radius: 10px !important;
	}
	.floatingBlock canvas {
		border-radius: 4px !important;
	}
	.function {
		border-top-width: 2px !important;
		border-radius: 10px !important;
	}
	div.function:before {
		border-bottom-left-radius: 10px !important;
		border-bottom-right-radius: 10px !important;
	}
	div.function:after {
		border-top-left-radius: 10px !important;
		border-top-right-radius: 10px !important;
	}
	.level1 {
		margin-top: 7px;
		border-radius: 10px;
	}
	.level2, .level3 {
		border-top-width: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
		border-radius: 0px;
	}
	.level2:first-child, .level3:first-child {
		border-top-width: 1px;
	}
	.level2:hover, .level3:hover {
		box-shadow: 7px 5px 5px #4444AA;
	}
	.program {
		height: 349px;
		background-color: #FFFFFF;
		color: inherit;
		border: 1px solid #666666;
		border-top-width: 0px;
		border-bottom-width: 0px;
	}
	.tab {
		float: right;
		width: 60px;
		height: 18px;
		margin: 2px 0px 0px 0px;
		padding: 2px 3px 0px 3px;
		border: 1px solid #FFFFFF;
		background-color: #456789;
		color: #FFFFFF;
		text-align: center;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.tab a {
		background-color: inherit;
		color: #FFFFFF;
		text-decoration: none;
	}
	.tab:hover {
		height: 20px;
		margin: 0px 0px 0px 0px;
		background-color: #789ABC;
		color: inherit;
		font-weight: bold;
	}
	.tab-active, .tab-active:hover {
		height: 20px;
		margin: 0px 0px 0px 0px;
		background-color: #FFFFFF;
		color: #123456;
		font-weight: bold;
	}
	.tab-active a {
		background-color: inherit;
		color: #123456;
	}
	#author {
		position: absolute;
		bottom: 5px;
		right: 5px;
		font-size: 10px;
		text-align: right;
	}
	#body>div {
		height: 400px;
	}
	#console .program {
		overflow: auto;
		border-top-right-radius: 10px;
	}
	#console .tab {
		float: left;
	}
	#console-blocks>div:first-child {
		margin-top: 5px;
		border-top-left-radius: 10px !important;
		border-top-right-radius: 10px !important;
	}
	#console-blocks>div:last-child {
		margin-bottom: 10px;
		border-bottom-left-radius: 10px !important;
		border-bottom-right-radius: 10px !important;
	}
	#console-buttons, #dialog-command {
		background-color: #AAAAAA;
		color: inherit;
		border: 1px solid #666666;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	#console-buttons {
		text-align: center;
	}
	#console-buttons div:not(:first-child):not(:last-child)  {
		width: 50%;
	}
	#console-buttons canvas {
		margin: 3px 10px 0px 10px;
	}
	#console-buttons canvas:hover {
		box-shadow: 0px 0px 7px #000000;
		border-radius: 10px;
	}
	#console-buttons canvas:active {
		box-shadow: 0px 0px 4px #000000;
		border-radius: 10px;
	}
	#console-buttons div {
		display:table-cell;
		text-align: center;
	}
	#console-blocks-tip {
		border-radius: 0px !important;
		background-color: transparent !important;
	}
	#console-tabs {
		margin: 0px 3px 0px 1px;
	}
	#console-tabdiv {
		clear: both;
	}
	#debug-help {
		float: left;
		width: 150px;
		margin-top: 5px;
	}
	#debug-help ul {
		padding-left: 20px;
		margin: 1px;
	}
	#debug-layers {
		width: 100px;
		float: left;
	}
	#debug-title {
		padding: 3px 0px 3px 0px;
		border-bottom: 1px solid #000000;
		text-align: center;
		font-weight: bold;
		background-color: #CCCCCC;
		color: inherit;
	}
	#dialog {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	#dialog .block {
		border: 1px solid #AAAAAA;
		margin: 2px;
		float: left;
		clear: none;
		box-shadow: 4px 3px 10px #888888;
		border-radius: 5px;
		width: initial;
	}
	#dialog-blocks div:hover {
		box-shadow: 0px 0px 20px #000000;
	}
	#dialog .program {
		background-color: #E9E9E9;
		color: inherit;
		overflow-x: hidden;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	#dialog-command {
		clear: both;
		text-align: left;
		display: none;
		padding: 1px 3px 0px 3px;
		width: auto;
	}
	#dialog-command input[type="text"] {
		width: 79%;
	}
	#dialog-command input[type="submit"] {
		width: 15%;
		float: right;
	}
	#dialog-debug.program {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	#dialog-tabs {
		height: 23px;
		text-align: center;
	}
	#dialog-window .dialog-window {
		background-color: #AAAAAA;
		color: inherit;
		height: inherit;
	}
	#eseecode {
		width: 980px; /* iPad / Android default layout viewport */
		height: 570px;
		color: inherit;
		background-color: #123456;
		border-radius: 30px;
		position: relative;
	}
	#filemenu div {
		position: relative;
		text-align: center;
	}
	#filemenu input:hover, #footer input:hover {
		box-shadow: 0px 0px 5px #FFFFFF;
	}
	#footer, #header {
		height: 50px;
		clear: both;
		text-align: center;
		background-color: transparent;
		color: #FFFFFF;
	}
	#footer a, #header a {
		background-color: inherit;
		color: #FFFFFF;
		font-weight: bold;
	}
	#footer a:hover, #header a:hover {
		box-shadow: 0px 0px 5px #FFFFFF;
		background-color: inherit;
		color: #DDEECC;
		border-radius: 5px;
	}
	#footer input[type="text"], #footer input[type="number"] {
		width: 50px;
	}
	#footer .column {
		height: auto;
	}
	#header {
		position: relative;
	}
	#msgBox {
		position: relative;
		margin: auto;
  		top: 25%;
		width: 50%;
		height: 50%;
		border: 10px solid black;
		background-color: #FFFFFF;
		color: #000000;
		padding: 10px 10px 10px 10px;
		white-space: pre-line;
		font-family: "Courier New", Courier, monospace;	
	}
	#msgBoxWrapper {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 980px;
		height: 100%;
		z-index: 20000;
		border: 0px solid black;
		background-color: rgba(0,0,0,0.4);
	}
	#inputBox {
		position: absolute;
		top: 150px;
		left: 250px;
		width: 500px;
		height: 300px;
		float: left;
		z-index: 1000;
		border: 10px solid black;
		background-color: #FFFFFF;
		color: #000000;
		white-space: pre-line;
		font-family: "Courier New", Courier, monospace;	
	}
	#whiteboard {
		background-color: #FFFFFF;
		color: inherit;
		border-radius: 10px;
	}
	#whiteboard canvas {
		border-radius: 10px;
	}
	#whiteboard div {
		position: absolute;
		border-radius: 10px;
	}
