
/*
jQuizMe 2.1 - 12/15/09 Programmed and CopyWrited by Larry Battle 2008 - 2009 
*/	
.quiz-el{
	background: white;
	font-size: 16px;
	font-family: arial, verdana, sans-serif;
	position: relative;
	padding: 0px;
	width: 100%;
	top: 0%;
	left: 0%;
	text-align: justify;

}
.quiz-el div{
	padding: 3px;
}
.quiz-el input{
	font-size: 16px;
}
/* .q-innerArea = .q-header, .q-help, .q-prob, .q-intro, .q-gameOver */
.q-innerArea{
	background: #11143f;
	position:relative;
	clear: both;
	color: black;
}
.q-header, .q-help, .q-review-menu {
	border-bottom: 3px white solid;
	height: 32px;
}

.q-header {
	border-bottom: 0px white solid;
	height: 0px;
}

.q-review-menu {
	border-bottom: 3px white solid;
	height: 24px;
}
.q-intro{
	background: white;
	border: 0.22em #151b54 solid;
	padding: 0.2em;
	color: #151b54;
	height: 20em;
}
/*This is a hack, because IE fails on float:right.*/
.q-counter{
	position: absolute;
	top: 0%;
	bottom:30%;
	right: 5%;
	margin: 0%;
	padding: 0%;
	font-size: 22px;
	color:white;
}
.q-counter{
	float: right;
}
.q-scorecounter{
	position: absolute;
	top: 0%;
	bottom: 30%;
	left: 5%;
	margin: 0%;
	padding: 0%;
	color: white;
	font-size: 22px;
}
.q-help{
	position: relative;
	clear:both;
}
/*.q-probArea = .q-ques, .q-ansSel, .q-result */
.q-probArea{
	background: white;
	border: thin white solid;
	font-size: 16px;
	position: relative;
}
.q-ques{
	color: black;
	height: 192px;
}
.q-ansSel{
	color: black;
	font-size: 16px;
	height: 170px;
}
.q-result{
	background: #11143f;
	border: thick #11143f solid;
	color: white;
	font-size: 16px;
	height: 160px;
}
.q-help-menu{
	width: 97%;
}
.q-help-info{
	clear:both;
}
.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: 100%;
}
.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: #11143f;
	color: white;
}
.q-ol-active{
	background: #e45b00;
	color: white;
}
/*IE displays the wrong width for <select> tags.*/
.q-select{
	width : 80%;
}
.q-select{
	font-size: 16px;
	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-table {
  width: 40%;
  color: black;
  border: 0;
  margin-left: 0;
  padding: 5px;
  border-spacing: 0px;
  float: left;
  font-style:italic
}

.q-table td {
  text-align: center;
  vertical-align: top;
}

.q-table img{
  height: 140px;
}

.q-copy {
  font-size: 12px;
  color: gray;
}
