/*
colors: 

#393F52
#20232E
#505973

*/


body {
  margin: 0;
  padding: 0;
  background-color: #000;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  color: #eee;

}

a {
	color: #ccc;
	text-decoration: none;
}

hr {
	
	width: 70%;

}

#menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 40px;
	min-width: 800px;
	text-align: right;
	font-family: "Arial", sans-serif;
  font-size: 12px;
  color: #ccc;
	background: url(../images/top_gradient.png) repeat;
/*	background: #505973;*/
}

#menu .logo {
	float: left;
	padding-left: 10px;
	color: #ccc;
	font-size: 18px;
}

#menu .logo_subtext{
	float: left;
	color:#161E27;
	font-size:11px;
	font-weight:bold;
	padding-top: 16px;
}


#menu .project_status {
	position: absolute;
	color: #eee;
	font-size: 12px;
	font-style: bold;
	left: 340px;
	top: 13px;
}

#menu .project_status img {
	vertical-align: middle;
	padding-right: 5px;
}

#menu .btn {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
#menu .btn #run {
	position: absolute;
	left: 250px;
	top: 10px;
	width: 80px;
	height: 22px;
	color:#99FFCC;
	padding-top: 5px;
	text-align: center;
	background: url(../images/btn_80x22.png) no-repeat;
}
#menu .btn #run:active {
	background: url(../images/btn_pressed_80x22.png) no-repeat;
}

#menu .nfo {
	position: absolute;
	top: 10px;
	right: 10px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

#fileOptionsButton {
	position: absolute;
	top: 8px;
	right: 160px;
	width: 100px;
	height: 22px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

.user-status {
	position: absolute;
	top: 12px;
	left: 600px;
}

.inactiveMenu {
	background: url(../images/btn_dropdown_100x22.png) no-repeat;
	color:#fff;
}

.activeMenu {

	background: url(../images/btn_pressed_dropdown_100x22.png) no-repeat;
	color:#99FFCC;

}

.disabledMenu {
	color: #999;
}

#fileOptions {
	position: absolute;
	top: 31px;
	right: 159px;
	width: 100px;
	height: 200px;
	z-index: 500;
}


.fileOption{
	position: relative;
	border: 1px solid #171E25;
	border-top: none;
	width: 91px;
	height: 15px;
	background: #475562;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	padding: 3px;
	cursor: pointer;
}

.fileOption:hover {

	border: 1px solid #666;
	border-top: none;
	color: #99FFCC;
}

#settingsButton {
	position: absolute;
	top: 8px;
	right: 50px;
	width: 100px;
	height: 22px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

#settingsOptions {
	position: absolute;
	top: 31px;
	right: 49px;
	width: 100px;
	height: 200px;
	z-index: 500;
}

#flexBox {

	position: absolute;
	top: 100px;
	left: 100px;
	right: 100px;
	border: 1px solid #fff;
	min-width: 400px;
	height: 400px;
	background: #475562;
	text-align: left;
	color: #ccc;
	font-size: 12px;
	padding: 5px;
	padding-top: 15px;
	overflow: auto;

}

#flexClose {
	
	position: absolute;
	height: 15px;
	top: 0;
	right: 0;
	left: 0;
	color: #FFF;
	cursor: pointer;
	border-bottom: 1px solid white;
	padding: 2px;
	background: #666 url(/images/accept.png) center no-repeat;
	
}
#flexClose:hover {
	color: #ccc;
	border: 1px solid #999;
}


#editorContainer {
	position: absolute;
	/*width: 820px;
	height: 640px;*/
	top: 42px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	overflow: hidden;

}

#editor {
	position: absolute;
	padding: 5px;
	/*width: 730px;*/
/*	height: 590px;*/
	top: 0;
	left: 50px;
	right: 0;
	bottom: 30px;
	background-color: #000;
	color: #eee;
	font-family: "Monaco", "Courier New", Courier, mono;
	font-size: 12px;
	
}

#editor-frame {
	position: absolute;
	padding: 5px;
	top: 0;
	left: 50px;
	bottom: 30px;
	background-color: #000;
	color: #eee;
	font-family: "Monaco", "Courier New", Courier, mono;
	font-size: 12px;
	border: none;
	width: 91%;
	height: 93%;

	


}

#editor-canvas {
	position: absolute;
	/*width: 730px;*/
/*	height: 590px;*/
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	color: #eee;
	font-family: "Monaco", "Courier New", Courier, mono;
	font-size: 12px;
	
}

#lines {
	position: absolute;
	background-color: #161E27;
	padding: 5px;
	width:30px;
/*	height: 592px;*/

	top: 0;
	left: 0;
	bottom: 30px;
	color: #4B6070;
	background: 999;
	text-align: right;
	font-family: "Monaco", "Courier New", Courier, mono;
	font-size: 12px;
}

#cursor {
	position: absolute;
	visibility: visible;
	width: 12px;
	height: 15px;
	border-left: 1px solid #eee;
}

#codeComplete {
	position: absolute;
	visibility: hidden;
	overflow: auto;
	width: 270px;
	height: 280px;
	left: 100px;
	top: 100px;
	background: #393F52;
	z-index: 50;
	cursor: pointer;
	font-family: "Monaco", "Courier New", Courier, mono;
	font-size: 12px;
}

.ccOption {
	font-family: "Monaco", "Courier New", Courier, mono;
	font-size: 12px;
}
.ccOption:hover {
	background: #20232E;
}

.ccOptionSelected {
	background: #fff;
}

#footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 28px;
	font-family: "Arial", sans-serif;
  font-size: 11px;
  color: #A6BACA;
	background: #161E27;
	z-index: 1000;
	overflow: hidden;
}

#footer #copyright{
	color:#4B6070;
	font-size:11px;
	float: right;
	padding-right: 10px;
	vertical-align: middle;
	padding-top: 7px;
}

#footer .info{
	color:#A6BACA;
	font-size:11px;
	padding-left: 34px;
	padding-right: 7px;
}

#footer #editor_stats{
	color:#4B6070;
	font-size:11px;
	float: left;
	padding-left: 10px;
	vertical-align: middle;
	padding-top: 7px;
}

#current_sketch {

	color: #fff;
	
}


#import {
	position: absolute;
	overflow: auto;
	width: 370px;
	height: 480px;
	left: 100px;
	top: 100px;
	background: #393F52;
	z-index: 50;
	cursor: pointer;
	
}

.selected_engine {
	color: #fff;
}
.unselected_engine {
	color: #666;
}
.unselected_engine:hover {
	color: #eee;
}

.genericButton {
	position: relative;
	color: #ccc;
	border: 1px solid #000;
	cursor: pointer;
	text-align: center;
	padding: 2px;
	width: 40px;
}

.genericButton:hover {
	color: #000;
	border: 1px solid #fff;
}

.wideButton {

	width: 300px;
	margin: 3px;
}

.basicInput {
	width: 280px;
	height: 36px;
	font-size: 150%;

}

.graphicButton {
	width: 80px;
	height: 22px;
	color:#99FFCC;
	padding-top: 5px;
	text-align: center;
	background: url(../images/btn_80x22.png) no-repeat;
	cursor: pointer;
}
.graphicButton:active {
	background: url(../images/btn_pressed_80x22.png) no-repeat;
}

.graphicSubmitButton {

	width: 120px;
	height: 32px;
	color:#99FFCC;
	padding-top: 5px;
	text-align: center;
	background: #393F52;
	cursor: pointer;
}


.hidden {
	visibility: hidden;
}

.visible {

	visibility: visible;
}


.recalled-sketch {
	cursor: pointer;
}

.recalled-sketch:hover {
	text-decoration: underline;
	color: #fff;
}
