/* Kotus quizmodule CSS Document 9/2006 */


.quizbuttons {
	padding:10px 0px;
	}
	
.quizbuttons input {
	background-color:#8fcbed;
	padding:2px 4px;
	font-size:9.9px;
	font-weight:bold;
	margin-top:5px;
	border:1px solid #5791bd;
	color:#333;
	}
	
.qoption {
	padding:4px 0px;
	}
	
.qoption input, .qoption select {
	margin:0px;
	vertical-align:middle;
	}
	
.quizpagenumbers {
	padding:10px 0px;
	color:#666;
	}
	
table.correctanswer {
	background-color:#f0f0f0;
	border:1px solid #cac9c9;
	margin-bottom:10px;
	width:100%;
	}
	
table.correctanswer td {
	padding:0px 5px 5px 5px;
	}
	
table.correctanswer th {
	text-align:left;
	padding:5px;
	}

table.correctanswer img {
	margin:0px !important;
	float:right;
	}
	
div.points {
	background-color:#dfeff8;
	border:1px solid #b0d9f0;
	padding: 10px;
	font-size:13.5px;
	margin-top:10px;
	font-weight:bold;
	}
	
span.maxpoints {
	display:block;
	font-size:10.8px;
	padding-top:3px;
	font-weight:normal;
	}
	
.correctoption {
color:#00ad28;
	}