@charset "UTF-8";

body {
	background-color:#ddd;
	color:#ccc;
	font-family:'Eurostyle',Courier,monospace;
}
p label {
	font-family:Monaco, monospace;
}
canvas {
	background-color:#fff;
	background-color:#000;
}
#control {
	border: 2px solid #999;
	border-radius:8px;
	position:absolute;
	top:10px;
	left:10px;
	font-family:Eurostile,monospace;
}

#log-container {
	position:absolute;
	top:10px;
	left:400px;
}

#output {
	padding:4px;
	font-size:11px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
}

.ui-slider .ui-slider-handle {
	width:16px;
	height:16px;
}
.ui-slider {
	height:8px;
	width:320px;
	margin:20px;
}
.ui-menu {
	margin-left:4px;
	margin-bottom:4px;
	width: 150px;
}

a.help-icon {
	border:1px solid #ccc;
	font-size:16px;
	padding-left:4px;
	padding-right:4px;
	border-radius:3px;
	cursor:help;
}
.checkbox-fix {
	width:13px;
   height:13px;
   position: relative;
   top: -34px;
	left:-16px;
   float:right;
}
.mini-menu {
	position:absolute;
	top:10px;
	text-decoration:none;
	color:rgba(127,127,127,0.8);
	border-radius:8px;
	border:2px solid #999;
	font-family:Eurostile,Courier,monospace;
	padding:4px;
	
}
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
