/* CSS Document */

/* SURFIMPRESS QUIZ */



.htmlquiz, .evaluation{

	padding:15px;
	border:1px solid #CCC;
	height:20em;
	margin-right:30px;
	overflow:hidden;
}

.htmlquiz ol{
	font-size:110%;
	line-height:200%;
}

.htmlquiz h3{
	font-size:150%;
}

.htmlquiz h4{
	font-size:120%;
}

.quizcorrect{

	font-size:150%;
	color:#00FF33;

}

.quizincorrect{

	font-size:150%;
	color:red;

}

.quiznextquestion, .quizplayagain, .quiztryagain{

	font-size:150%;
	
}

.quiztotal, .quizpoints{
	font-size:150%;
}

.quizpic{
	float:right;
	width:250px;
	margin-left:15px;
}

.quizpic img{
	border:1px solid white;
	width:250px;
	height:150px;
	height:auto;
}

.quizclear{

	clear:right;

}

.htmlquiz table thead{
		background-color:white;
}

.quiz_editor{
	background-color:#EFEFEF;
	border-top:3px solid white;
	margin-right:50px;

}

.quiz_editor form{
	padding:0 20px 0 20px;
	margin:0px;
}

.quizprintoption{
	display:none;
}

.quiz_editor h3{
	margin:0px;
	padding:5px;
	font-weight:normal;
	background-color:#DEDEDE;
}

.quiz_editor p{
	clear:both;
	padding:5px 0 5px 0;
}

.quiz_editor label{
	width:20%;
	display:block;
	float:left;
	text-align:right;
	
}

.quiz_editor input{
	width:75%;
	display:block;
	float:right;
	
}

.quiz_editor input.submit{
	
	width:auto;
	clear:right;
	padding:10px;
}
.quiz_editor input.delete{
	width:auto;
	float:left;
	padding:10px;
}

.quiz_editor_section h2,.quiz_editor_section h3{
	cursor:pointer;
}

.quizmove,.note{
	width:auto;
	float:right;
	padding:0px;
	font-size:0.8em;
}



/* _________________ */

