*
{
	margin: 0;
    font-family: monospace;
    font-size: 12px;
}
html  /* IE 6 */
{
	overflow:auto;
}
body 
{
	color: inherit;
	background-color: #E1E1E1;
	overflow:visible;
	border:none;
}
div.main
{
	background:#FFFFFF url(../pics/2.png) repeat-y scroll 50% 0;
	margin:0 auto;
	width:990px;
}
div.graph
{
	height:440px;
	margin-left: 40px;
	text-align:left;
	width:400px;
	padding-top:10px;
}
div.graph svg,
div.graph rvml
{
	float:left;
}
div.tutorial
{
	margin: 30px 0px 0px 40px;
	width: 200px;
	color: #336DB8;
}
div.tutorial div
{
	margin-top: 5px;
}
div.settings
{
	margin:0 auto;
	padding: 10px;
	text-align:left;
	width:900px;
	height:310px;
}
div.settings input.funcValue
{
	border: 1px solid #ABABAB;
	height:20px;
	padding:2px 2px 0px 2px;
	width:99%;
}
div.settings input.funcValue.disabled
{
	color: #BABABA;
}
div.settings table
{
	border-collapse:collapse;
}
div.top
{
	height:15px;
	width:930px;
	margin:0px auto;
	color: #948CB3;
}
div.top .left
{
	float: left;
}
div.top .right
{
	float: right;
}
div.top a
{
	color: #548cb3;
	margin: 0px 10px;
	text-decoration: none;
}
div.top a:hover
{
	color: #9a68b0;
}
div.scrollFuncs table
{
	width:98%;
	border-collapse:collapse;
	margin-top:10px;
}
div.scrollFuncs table tbody tr
{
	background:transparent url(../pics/1.gif) repeat-x scroll 0 -280px;
	margin:0;
}
div.scrollFuncs table tfoot tr
{
	background:transparent url(../pics/1.gif) repeat-x scroll 0 -810px;
	margin:0;
	height:10px;
}
div.scrollFuncs
{
	width:100%;
	overflow-y:scroll;
	height:220px;
	margin-top: 20px;
}

div.axisValues
{
	position:absolute;
	font-size:10px;
	text-align:center;
	width:40px;
	white-space:nowrap;
	overflow:hidden;
	padding-left:2px;
}
div.sliderTitle
{
	text-align: center;
	color: #336db8;
	margin-top: -5px;
	margin-bottom: -10px;
}
table.coords
{
	margin:5px auto;
}
table.coords div
{
	color: #336db8;
	margin-left: 10px;
}
table.coords input
{
	width: 90px;
	border: 1px solid #9FC0C4;
}
