/* GENERAL STYLES 
************************************************************/
body 
{
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}

.ui-widget {
	font-family: "Open Sans", sans-serif !important;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6,
.ui-accordion-header
{
    color: #990100;
}

/* / GENERAL STYLES 
************************************************************/

.resetQuiz {
    min-height: 16px;
    min-width: 16px;
    background: transparent url("../images/Refresh.png") 0px 0px no-repeat;
    cursor: pointer;
	margin:10px 0;
}
    .resetQuiz:after {
        content: "Reset";
        display: inline-block;
        margin-left: 20px;
        color: #777777;
    }

/* ACCORIDON STYLES 
************************************************************/

.ui-accordion-header
{
    font-size: 18px; /* default h2 size = 1.5em/24px */
    font-weight: bold;
}

/* / ACCORIDON STYLES 
************************************************************/


/* QUIZ STYLES 
************************************************************/

#shcQuiz p, #shcQuiz  {
	margin:0;
	padding:0;
	color: #000;
}
#shcQuiz 
{
	/* width:600px; - don't spec: set by frame */
}
	#shcQuiz .as {
	    list-style-type: lower-alpha;
	}
		#shcQuiz .q {
			font-weight:bold;
		}
	#shcQuiz .qa 
	{
		padding-bottom:10px;
	}
		.unanswered, .answered {
		}
			#shcQuiz .as li {
				cursor:pointer;
				padding: 2px 0 2px 25px;
				background-color: #FFF;
			}
				#shcQuiz .as li:hover , .incorrect:focus, .correct:focus {
					background-color: #EEE;
					cursor:pointer;
				}
	#shcQuiz strong {
		font-weight:bold;
	}

.wronganswer {
	text-decoration:line-through;
}
.correctanswer {
	color:#0F0;
}
.realanswer {
	color:#F00;
}
.hidden {
	display:none;
}
.explanation {

}
	#shcQuiz .explanation p {
	    margin-bottom: 8px;
	}
		.explanation p:first-child {			
		}
.rightbox, .wrongbox {
	padding:15px !important;
	margin-top: 10px !important;
}
.rightbox {
	background-color: #CFC;
	border: 3px solid #52FF52;
}
	.rightbox a {
		color: #808066;
	}
.wrongbox {
	background-color:#F0B0A9;
	border: 3px solid #A20000;
}
	.wrongbox a {
		color: #825C58;
	}
/* div surrounding the final score box */
#shcQuizremarks 
{
    display: none;
}
/* The final score box (a <p> elem) */
#shcQuiztotal {
	font-weight:bold;
	font-size: 18px ;
	padding: 10px;
	border: 1px solid #000;
	text-align:center;
	margin: 15px 0 10px 0;
	color: #3989C9;
	border-color: #3989C9;
}

/* / QUIZ STYLES 
************************************************************/

#bionex {
	font-size:smaller;
}