body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	background-color: #fff;
	font-size: 13px;
}

a,a:visited,a:hover,a:active {
	color: #444;
}

div,span,p {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	font-size: 27px;
	padding: 5px 0 0 0;
	line-height: 65px;
	height: 70px;
	color: #444;
}

h1 a, h1 a:visited, h1 a:hover, h1 a:active {
	color: #444;
	text-decoration: none;
}

input {
	margin: 0;
	padding: 0;
	border: 1px solid #999;
}

#container {
	margin-left: 30px;
}

#graphContainer {
	position: absolute;
	top: 70px;
	border: 1px solid #999;
	width: 400px;
	height: 400px;
	overflow: hidden;
	background-color: #ddd;
	cursor: -moz-grab;
}

#graph0, #graph1 {
	position: absolute;
}

#toolbar {
	position: absolute;
	top: 70px;
	margin: 0 0 0 -20px;
}

#toolbar input {
	display: block;
  margin: 0 0 5px 0;
}

#functions {
	margin: 400px 0 0 0;
	width: 402px;
}

#btnRefresh {
	visibility: hidden;
	position: relative;
	top: -20px;
	left: -20px;
}

.function {
	border: 1px solid #fff;
	margin: 0 0 0 1px;
}

.functionEdit, .functionNew {
	clear: both;
	padding: 4px 0 0 0;
}

.label {
	float: left;
	width: 50px;
	text-align: right;
}

input.formula {
	float: left;
	margin: 0 5px 0 5px;
	width: 307px;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1em;
}

input.store, input.remove {
	float: left;
}

#positionX, #positionY {
	position: absolute;
	float: left;
}

#positionX {
	margin-top: 400px;
}

#positionY {
	margin-left: 405px;
}

#footer {
	clear: both;
	margin: 40px 0 0 30px;
	font-size: 10px;
	color: #444;
}

