

/* #########################  QUIZ  ######################### */

/* -- quiz-titles -- */
#quiz-titles {
	
}
#quiz-titles .title {
	font: bold 14px arial;
}
#quiz-titles .title a {
	color: #4f65a7;
	text-decoration: none;
}
#quiz-titles .title a:hover {
	
}
#quiz-titles .spacer-h {
	height: 30px;
	background-image: url(../images/dot_lightblue_bg_h.gif);
	background-position: center center;
	background-repeat: repeat-x;
}



/* -- quiz form -- */
#quiz-form {

}
#quiz-form .question {
	
}
#quiz-form .title {
	font: bold 14px arial;
	color: #4f65a7;
}
#quiz-form .option {
	margin: 0px 0px 0px 20px;
	float: right;
	display: inline;
}
#quiz-form .spacer-h {
	height: 30px;
	background-image: url(../images/dot_lightblue_bg_h.gif);
	background-position: center center;
	background-repeat: repeat-x;
	clear: both;
}




/* -- quiz results -- */
#quiz-results {
	
}
#quiz-results .title {
	font: bold 14px arial;
	color: #4f65a7;
	margin: 0px 0px 20px 0px;
}
#quiz-results .question {
	font: bold 12px arial;
}
#quiz-results .result {
	font: 11px arial;
	margin: 5px 0px 0px 25px;
}
#quiz-results .spacer-h {
	height: 30px;
	background-image: url(../images/dot_lightblue_bg_h.gif);
	background-position: center center;
	background-repeat: repeat-x;
	clear: both;
}





/* -- quiz-chart-legend -- */
#quiz-chart-legend {
	font: bold 11px arial;
	text-align: center;
	margin: 10px 0px 10px 0px;
}
#quiz-chart-legend .blue {
	color: #0040ff;
}
#quiz-chart-legend .red {
	color: #F00;
}
#quiz-chart-legend .rey {
	color: #333;
}
#quiz-chart-legend .orange {
	color: #ffa800;
}














