/*
 * This stylesheet contains the css settings required for
 * quizzy to work at all correct. If you want to change 
 * any of these, they can be overridden in your quizzySkin.css
 * file.
 */

#quizzy {overflow:hidden;}

#quizzy_c {position:relative;height:100%;}

#quizzy_load{height:100%;float:left;overflow:auto;}

#quizzy_load img {}

#quizzy_quiz {height:100%;float:left;}

.quizzy_title {overflow:hidden;margin-top:0.375em;}

#quizzy_q_c {position:relative;width:100%;height:90%;}

.quizzy_q {height:100%;float:left;}

/*
 * question pane stuff
 */

.quizzy_q_body {width:100%;overflow:hidden;padding-left:0.75em; margin-top:0.375em;margin-bottom:0.375em;}

.quizzy_q_body img {}

.quizzy_q_opts {width:100%;height:48%;overflow:hidden;padding-left:0.75em;}

.quizzy_q_opts img {}

.quizzy_q_opt_val {float:right;}

.quizzy_q_exp {font-weight:bold;margin-top:0.75em;font-size:1em;}

.quizzy_q_exp img {}

.quizzy_q_foot {width:100%;height:10%;text-align:right;overflow:hidden;}

.quizzy_q_foot input {margin-right:4px;}

.quizzy_done img {}

