/* Table specs (not result TDs thoug) */
table.lines {
	margin-top: 28px;
	max-width: 90%;
}
table.lines td {
	background-color: #630;
}
table.lines td td {
	background-color: transparent;
}
/* global elements + glob. table elements */
input {
	width: 20px;
	height: 20px;
	font-size: 12pt;
	text-align: center;
	border: 1px solid #940;
	background-color: transparent;
	color: #c82;
}
input.submit {
	border: 1px solid #630;
}
input.qm {
	width: 15px;
	height: 15px;
}
td {
	text-align: center;
}
td, html body, table {
	font-family: verdana;
	font-size: 10pt;
}
table {	
	margin-left: auto;
	margin-right: auto;
}
a:link, a:active, a:hover, a:focus, a:visited {
	color: #00f;
}
body {
	background-color: #630;
}
div.numbox {
	background-image: url(bg.png);
	background-position: 0 100%;
	background-color: #940;
	background-repeat: no-repeat;
	padding: 10px;
	padding-bottom: 75px;
	width: 575px;
	margin-left: auto;
	margin-right: auto;
}
input.highlight {
	border: 1px solid #630;
	font-size: 10pt;
	color: #630;
	width: 15px;
	height: 15px;
}
span.highlight {
	color: #f00;
	font-weight: bold;
}
/* TD result classes 1.2 addition */
td.normal {
	font-size: 8pt;
}
td.oneval {
	background-color: #ff5 !important;
	font-weight: bold;
}
td.predef {
	font-weight: bold;
	background-color: #730 !important;
}
td.error {
	color: #f00;
	font-weight: bold;
	background-color: #550 !important;
}
td.error, td.normal, td.oneval, td.predef {
	width: 85px !important;
}
a img {
	border: 0;
}
h1 {
	color: #630;
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
}
a:link, a:visited, a:focus {
	color: #420;
}
a:hover, a:active {
	color: #210;
}
div#footer {
	text-align: center;
	background-color: #940;
	font-size: 10pt;
	width: 100%;
	padding: 10px 0;
}