/* Plotting Chaos *************************************
	Homepage: http://nooshu.com 
	Author: Matt Hobbs
******************************************************/

/* Page Reset ****************************************/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;
	font-family: inherit;
	vertical-align: baseline;
	}
body {
	line-height: 1;
	color: #000;
	background: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
ol, ul {list-style: none;}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: 400;
	}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* Basic Page Styling ********************************/
#wrapper {
	width: 950px;
	margin: 20px auto 0;
	}
#cGraph {
	width: 100%;
	height: 300px;	
	}
.legend td {
	font-size: 0.69em;
	padding: 0 4px 2px 0;
	vertical-align: middle;
	}
#settings {
	margin: 18px 0 0 33px;
	font-size: 0.69em;
	}
#settings td {padding: 0 10px 5px 0;}
#settings td label {font-weight: 700;}
#wrapper p {
	font-size: 0.75em;
	margin: 30px 0 16px 32px;
	line-height: 1.4;
	}
#presets {
	overflow: hidden;
	margin: 0 0 0 32px;
	}
#presets li {
	float: left;
	display: inline;
	font-weight: 700;
	margin: 0 12px 0 0;
	font-size: 0.75em;
	}
#presets li a {
	font-weight: 400;
	text-decoration: none;
	color: #EDC240;
	}
#presets li .active {color: red;}
#presets li a:hover {text-decoration: underline;}
