/*Programmed and CopyWrited by Larry Battle 2008 - 3/6/09*/	
.quiz-el{

	font-size: 1.1em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	position: relative;
	padding: 0.2em;
	width: 100%;
	height: 400px;
}
.quiz-el div{
	padding: 0.2em;
}
.quiz-el label{
margin-right: 25px;
	
}
/* .q-innerArea = .q-header, .q-help, .q-prob, .q-intro, .q-gameOver */
.q-innerArea{
	background: #ffffff;
	position:relative;
	clear: both;
	
}

.q-prob { 
	background-color: #FFFFFF;
	border: 3px solid #D3E9D4;
	
}
.q-header, .q-help, .q-review-menu {
	border-bottom: 0px black solid;
}
.q-intro{
	padding: 0.2em;
}
.q-title{
	overflow: hidden;
	width: 100%;
	margin: 0;
	
}
/*This is a hack, because IE fails on float:right.*/
.q-counter{
	position: absolute;
	top: 0%;
	right: 0%;
	margin: 1%;
	padding: 0%;
}
.q-counter{
	float: right;
}
.q-help{
	position: relative;
	clear:both;
}
/*.q-probArea = .q-ques, .q-ansSel, .q-result */
.q-probArea{
	
	border: 0px black solid;
	font-size: 1.2em;
	position: relative;
	text-align: center;
}
.q-help-menu{
	width: 97%;
}
.q-help-info{
	clear:both;
}
.q-quit-area{
	float:right;
	display: inline;
	width:auto;
}
.q-help-btn{
	float:right;
	display: inline;
	width:auto;
	margin-right: 25px;
	margin-bottom: 25px;
	visibility: hidden;
}

.q-center{
	text-align: center;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.q-gameOver .q-statTotal{
	margin-bottom: 25px;
}
.q-quesInput{
	width: 95%;
}

.q-ques, q-ans { 
	text-align: center;
	margin: 20px 0px;
}

.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: #777777;
}
.q-ol-active{
	background: black;
	color: #ccffaa;
}
/*IE displays the wrong width for <select> tags.*/
.q-select{
	width : 80%;
}
.q-select{
	font-size: 0.8em;
	width: 100%;
}
.q-timer-area{
	display:block;
	text-align:center;
	width: auto;
}
.q-review-menu{
	text-align: center;
	width: auto;
}
.q-reviewBar-btns{
	display: inline-block;
	width: 49%;
}
.q-leftArrow{
	float:left;
	display: inline;
	width:auto;
}
.q-timer-area{
	line-height: 0;
	height:0;
}

.q-begin-btn, .q-check-btn {
margin: 20px 0px;
}

.q-begin-btn, .q-help-btn, .q-quit-btn, .q-check-btn, .q-quitYes-btn, .q-quitNo-btn, .form-btn  {
	background: url("/images/btn_quiz.gif");
	height: 40px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #666666;
	padding: 0px 25px;
	color: #FFFFFF;
	font-size: 16px;
}


