@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}
td, th, div, p, a, ol, ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size:inherit;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 0px;
}
.discrete {
	font-size: 0.8em;
	color: #666;
}
.err {
	color: #FF0000;
}
.back1 {
	background-color: #CDE8EB;
}
.sep {
	color: #0033CC;
}
.result {
	font-weight: bold;
	font-size: 160%;
}
.drawbox {
	color: #666;
	font-size: 0.8em;
	padding: 2px;
	border: thin solid #666;
}
.resetbtn {
	font-size: 1.2em;
	color: #666;
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	border: thin solid #999;
}

/* GRID RESULT */

/* cells containing the caption, can be used with span */
.caption {
	white-space: nowrap;
}
td.caption {
	vertical-align:top;
}
/* cells containing the value */
.value {
	padding-left:10px;
}


/* the main table displaying the result in a grid */
table.grid {
	width: 100%;
	border: 0;
	border-spacing: 0;
    border-collapse: collapse;
}
table.grid td {
	padding: 4px;
	border: 0;
}
table.grid-inside {
	width: auto;
}
table.grid-inside td {
	padding: 2px;
	border: 0;
}