/*----------------------------------jQuizMe-plugin-------------------------------*/
/*
Programmed and CopyWrited by Larry Battle 2008 - 3/6/09
*/	
/* SB add masthead */
.q-masthead {
	width:521px;
	height:71px;
	position: relative;
	padding:0em;
	margin:0em;
}
/*
{ width: 514px; height: 381px; background: url('../images/contact_bg.jpg') top left no-repeat; padding: 30px 40px; }
*/
/* end additions */
.quiz-el{
	background:url(../images/youthHeader_quiz.gif) top left no-repeat;
	background-color: #79D755;
/*	background-color: blue;
*/	font-size: 1.1em;
	position: relative;
	padding: 0em;
	width: 43em;
}
.quiz-el div{
	padding:1em;
/*	margin-top:0em;
	padding-top:0em;
	padding-left: 0.8em;
	padding-right:0.8em;
	padding-bottom:0.8em;
*/
}
.quiz-el input{
	font-size: 0.8em;
}
.q-header, .q-help, .q-prob, .q-intro, .q-gameOver{
	color: black;
	position: relative;
}
.q-header, .q-help{
	border-bottom: thin black solid;
	padding-top:0px;
}
.q-intro{
	padding: 0.2em;
}
.q-title{
	display: inline;
	overflow: hidden;
	width: 80%;
	margin: 0;
}
.q-counter{
	position: absolute;
	top: 0%;
	right: 0%;
	display: inline;
	overflow: hidden;
	width: auto;
	margin: 0;
}
.q-help{
	position: relative;
	clear:both;
}
.q-ques, .q-ans, .q-result{
	background-color: #eee;
	border: thin black solid;
	font-size: 1.2em;
	position: relative;
}
.quit-btn{
	position: absolute;
	right: 4%;
}
.q-gameOver{
	color: red;
	font-size: 2.3em;
	text-align: center;
}
.q-gameOver .stat{
	color: white;
}
.q-gameOver .afterwards{
	color: white;
}
.q-quesInput{
	width: 95%;
}
.q-ol{
	list-style-type: upper-alpha;
	list-style-position: inside;
	padding: 0;
	margin: 0;
}
.q-ol-li{
	margin: 0.4em auto 0.4em auto;
}
.q-ol-hover{
	background-color: #777777;
}
.q-ol-active{
	background-color: black;
	color: #ccffaa
}
.q-select{
	width: 100%;
	font-size: large;
}
