/* CSS Document */

/* SURFIMPRESS QUIZ */



.htmlquiz, .evaluation{

	padding:15px;
	border:1px solid #CCC;
	/* height:20em; */
	overflow:hidden;
}
/* 
.htmlquiz br {
	display: none;
}

.htmlquiz p br {
	display: inline;
}
*/

.htmlquiz ol{
	font-size:110%;
	line-height:200%;
}

.htmlquiz h3{
	font-size:150%;
}

.htmlquiz h4{
	font-size:120%;
}

.quizcorrect{

	font-size:150%;
	color: #88B300;

}

.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 {
	margin-bottom: 10px;
}

.htmlquiz table thead{
	
}

.htmlquiz table td, .htmlquiz table th {
	text-align: left;
	border: 1px #CCC dotted;
	padding: 4px;
}

.quiztablequestionnumber {
	font-size: 1.2em;
	font-weight: bold;
}

td.quizresponseintable {
	padding: 10px !important;
}


.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;
}



/* _________________ */