/*
BullQuiz CSS File by Mark Pinkston
*/	
.quiz-el{
	background: #ffffff;
	font-size: .9em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	position: relative;
	padding: 0.1em;
	width: 28.8em;
}
.quiz-el div{
	padding: 0.2em;
}
.quiz-el input{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0.1em;
}
/* .q-innerArea = .q-header, .q-help, .q-prob, .q-intro, .q-gameOver */
.q-innerArea{
	background: #ffffff;
	position:relative;
	clear: both;
	color: black;
}

q-check-btn{
	padding: 0.4em;
}

.q-header, .q-help, .q-review-menu {
	border-bottom: thin white solid;
}
.q-intro{
	padding: 0.2em;
}
.q-title{
	overflow: hidden;
	width: 80%;
	margin: 0;
}
/*This is a hack, because IE fails on float:right.*/
.q-counter{
	position: left;
	top: 0%;
	right: 0%;
	margin: 0%;
	padding: 0%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size: .9em;
}
.q-counter{
	float: right;
}
.q-help{
	position: relative;
	clear:both;
}
/*.q-probArea = .q-ques, .q-ansSel, .q-result */
.q-probArea{
	background: #ffffff;
	border: thin white solid;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .9em;
	position: relative;
}
.q-review{
	font-size: 2em;
	position: relative;
	
}
.q-help-menu{
	width: 97%;
}
.q-help-info{
	clear:both;
}
.q-quit-confirm, .q-quit-area, .q-review-arrows{
	display: inline;
	width: auto;
}
.q-quit-area{
	float: right;
}
.q-review-arrows{
	position: relative;	/*IE hack.*/
	width: 2.3em;
}
.q-center{
	text-align: center;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.q-gameOver .q-statTotal{
	color: red;
}
.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-
{
	background: #ffffff;
}
A:hover
	{
	color:#d2000a;
	font-size:12.5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	text-decoration:underline;
	cursor:hand;
	font-variant:normal;
	text-transform:normal;
	}
.q-ol-active{
	background: #e4e3e3;
	color: #b22d2d;
	padding:0;
}
/*IE displays the wrong width for <select> tags.*/
.q-select{
	width : 80%;
}
.q-select{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	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{
	position: relative;
	display: inline-block;
	width: 49%;
}
.q-rightArrow{
	float:right;
}
.q-leftArrow{
	float:left;
}
.q-timer-area{
	line-height: 0;
	height:0;
}.Q_header {
	color: #FFF;
}
.q-credits{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .2em;
	position: relative;
}