/* subWindow property*/
body.subWindow {
	margin: 0px;
	padding: 0px;
}
h2.resultHeader {
	background: #E8E8E8;
	margin: 0px;
	padding: 8px 8px 4px;
	border-bottom: 3px double #006;
}
table.inspection {
	margin: 4px;
	padding: 0px;
}
table.inspection td.qNumber {
	background: linen;
	text-align: center;
	font-weight: bold;
	width: 55px;
}
table.inspection td.marking {
	background: white;
	width: 25px;
	font-weight: bold;
	text-align: center;
}
table.result {
	margin: 0px;
	padding: 0px;
}
table.result td.evaluate {
	width: 420px;
	font-size: 85%;
	color: #090;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	font-weight: bold;
}
table.result td.score {
	font-size: 180%;
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}
p.nextMess {
	font-size: 80%;
	color: #006;
	margin: 0px;
	padding: 4px 8px;
}

/* quiz main page property */
table#checksheet {
	font-size: 90%;
	margin-bottom: 12px;
}
table#checksheet th {
	width: 40px;
	margin: 0px 0px 8px;
	padding: 0px;
	border-bottom: 1px solid #993;
}
table#checksheet td {
	border-bottom: 1px solid #993;
}
table#checksheet td.answer {
	width: 120px;
}

