﻿body { 
  background-color: #3F3F3F;
  color: white;
  font-family: Helvetica,Arial,Sans-Serif; 
  font-size: 14px;
  margin: 0;
}
textarea
{
    font-family: Helvetica,Arial,Sans-Serif; 
    background-color: black;
    font-size: 12px;
}
h1 
{
    font-size: 32px;
    color: green;
    margin: 3px 3px 3px 3px;
}
.logolink 
{
    text-decoration: none;
}
div#header
{
  background-color: black;
  min-height: 75px; 
  width: 840px;
  float:left;
}
div#logo 
{
    width: 250px;
    float:left;
}
div#description 
{
    color: white;
    width: 690px;
    min-height: 70px;
    margin: 4px;
    margin-top: 10px;
    float:left;
}
.inlineButton {
    width: 12px;
    height:12px;
}
div#description a
{
    color: white;
}
div#projectTitle
{
    color: #AF00AF;
    background-color:black;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    border:0;
}
textarea#projectDescription 
{
    line-height: 20px;
    color: white;
    width: 690px;
    min-height: 80px;
    margin: 4px;
    float:left;
    border:0;
}

div#menu
{
    width: 110px;
    font-size: 20px;
    margin: 3px;
    font-weight: bold;
    color: #AF00AF;
    float: left;
    margin: 3px;
}
div#menu p 
{
    margin-bottom: 8px;
    margin-top: 1px;
    margin-left: 4px;
}
div#controls 
{
    background-color: #AFB7CF;
    width:370px;
    border-top: 2px solid white;
    border-right: 2px solid #9F9F9F;
    border-left: 2px solid white;
    border-bottom: 2px solid #9F9F9F;
    height: 76px;
    margin: 7px;
    margin-bottom: 5px;
    padding: 6px;
}

div#programbox
{
    margin-top: 12px;
}
div#auxbuttons
{
    float: right;
}
div#debug 
{
    clear:both;
    margin-top: 16px;
}
input#LineNumberIndicator 
{
    width: 35px;
    font-weight: bold;
    background-color: #AFB7CF;
    border:0;
} 
input#traceOutput 
{
    font-weight: bold;
    background-color: #AFB7CF;
    border:0;
} 
div.blockheader 
{
    width: 100%;
    text-align: center;
    color: orange;
    background-color: green;
    font-weight: bold;
    height: 20px;
}
div#content
{
    width: 850px;
}
div#program
{
    margin-top: 7px;
    width: 390px;
    float: left;
}
textarea#programtext
{
    background-color: black;
    color: #7FFF7F;
    width: 390px;
    font-family: Consolas;
    font-size:12px;
    border:0;
}
div#output 
{
    width: 450px;
    float: left;
}
div#canvas
{
    margin-top: 10px;
    margin-left:5px;
    margin-bottom:7px;
    float: right;
    width: 300px;
    height: 300px;
}
#canvasMenuRoot  
{
    width:70px; 
    background:green; 
    margin: 0 20px 0 0; 
    padding:0;
}
li#resizeMenu
{
    margin: 0;
    float:left;
    font-size: 14px;
    background-color:green;
    text-align:left;
    border: none;
    width: 70px;
}
a.clearlink {
  color: #AF00AF;
  text-decoration: none;
  margin: 2px 5px 2px 5px;
  font-size: 14px;
  vertical-align:middle;
}
a.clearlink:hover {
  color: #AF00AF;
  background-color: #3FAF3F;
}
div#console 
{
    margin-top: 24px;
    float: right;
    width: 430px;
}
textarea#consoletext
{
    background-color: black;
    color: #7FFF7F;
    float: right;
    width: 430px;
    font-family: Consolas;
    font-size:12px;
    border:0;
}
div#footer 
{
    font-size: 10px;
    margin-top: 12px;
    margin-left:10px;
}

