/*
jQuizMe 2.1 - 12/15/09 Programmed and CopyWrited by Larry Battle 2008 - 2009 
*/	
.quiz-el{
	font-size: 1.1em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	position: relative;
	width: 946px;
}
.quiz-el div{
	
}
.quiz-el input{
	font-size: 0.8em;
}
/* .q-innerArea = .q-header, .q-help, .q-prob, .q-intro, .q-gameOver */
.q-innerArea{
	background: #fff;
	position:relative;
	clear: both;
	color: black;
	padding: 0 23px 23px;
	border-top: 9px solid #01446E;
}
.q-header, .q-help, .q-review-menu {
	border-bottom: thin black solid;
}
.q-intro{
	padding: 0.2em;
}
.q-title{
	overflow: hidden;
	font-size: 46px;
	font-weight: bold;
	margin: 0;
	color: #fff;
}
/*This is a hack, because IE fails on float:right.*/
.q-counter{
	position: absolute;
	top: 0%;
	right: 0%;
	margin: 1%;
	padding: 0%;
}
.q-counter{
	display: none;
}
.q-help{
	position: relative;
	clear:both;
	display: none !important;
}
/*.q-probArea = .q-ques, .q-ansSel, .q-result */
.q-probArea{
	font-size: 15px;
	position: relative;
}
.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: blue;
}
.q-quesInput{
	width: 95%;
}
.q-ol{
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
}
.q-ol-li{
	margin: 0.4em auto 0.4em auto;
}
.q-ol-hover{
	background: #FFD98C;
}
.q-ol-active{
	background: #C71724;
	color: #fff;
}
/*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{
	position: relative;
	display: inline-block;
	width: 49%;
}
.q-rightArrow{
	float:right;
}
.q-leftArrow{
	float:left;
}
.q-timer-area{
	line-height: 0;
	height:0;
}

/* SSS CUSTOM STYLES */
.q-ol-li{
   position: relative;cursor:pointer;
   padding: 15px;
   margin: 15px 22px;
}


.q-ol-li img{
   border: 4px solid #fff;
}
.q-ol-li span.hide{display: none;}
.hasImg{
   width: 175px;
   height: 250px;
   float: left;
   margin: 0 15px;
   padding: 9px;
}
.hasImg img{
   position: absolute; left: 9px; top: 9px;
}
.hasImg span{
   display: block;
   padding-top: 132px;
}
.q-ans, .q-statDetails{
   height: 345px;
   background: #FFCC66 url(/staticarchive/8022b5cac0c929ec28b97a005d268fe2e46df3ce.gif) bottom right no-repeat;
   padding: 20px 0;
}

.q-header, #quiz-header{
   display: block;
   background: #00416D url(/staticarchive/6b1c94703b76183ed78602ba55f9d5db01724832.png) left center no-repeat !important;
   background-color: #00416D;
   border-bottom: 9px solid #C71724 !important;
   border-top: none !important;
   margin-bottom: 9px !important;
   padding: 50px 0 10px 135px !important;
}

.q-ques, .q-statTotal{padding: 15px 0 15px; text-align:left;}
.q-ques h2, .q-statTotal h2{
   font-size: 30px;
   color: #C61724;
   text-transform: uppercase;
   padding: 0 0 10px;
   margin: 0;
   background: none !important;
   font-weight: bold !important;
   border: none !important;
}
.q-ques p, .q-statTotal p{
   margin: 0;
   padding: 0 0 15px;
   color: #000;
   height: 30px;
}

#loading{
   display: block;
   text-align: center;
   padding: 60px;
}
#loading span{
   display: block;
   margin: auto;
   width: 200px;
   padding: 8px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   font-size: 15px;
}
#loading img{
   display: block;
   margin: auto;
   padding: 20px;
   border: none;
}

.q-statDetails{position: relative;}
.q-statDetails img{
   margin-left: 20px;
   border: 1px solid #ccc;
}
.q-statDetails p{
   font-size: 20px;
   width: 435px;
   position: absolute; left: 370px; top: 50px;
}

/* BUTTONS */

button, button[type]{
    background:#CDAE75 url(/staticarchive/bc3ae69eff9dfa49d8e9f4d93ae7e3e4591ce714.png) 0 0 repeat-x;
    border:1px solid #94763C;
    font-size:25px;
    text-transform: uppercase;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#00446D;
    cursor:pointer;
    padding:12px 16px;
    position: absolute; right: 20px; bottom: 20px;
}
button[disabled]{
   background: #F9CA77;
   border: 1px solid #C9A151;
   color: #796B54;
}
.clearer{
   display: block;
   clear: both;
   height: 1px;
}
/* INTRO */
.intro-image{
   padding: 30px 0;
   float: left;
}
.intro-image img{border: 1px solid #ccc;}
.intro-content{
   padding: 30px 0;
   width: 573px;
   float: right;
}
.intro-copy{padding: 12px 0;}
.test-start{
   background: #FFCC66 url(/staticarchive/8022b5cac0c929ec28b97a005d268fe2e46df3ce.gif) bottom right no-repeat;
   padding: 0 12px 12px;
}
.test-start .start{display: block;}
.test-start .start noscript{
   display: block;
   width: 420px;
   background: #C71724;
   padding: 10px 18px;
   color: #fff;
   margin-bottom: 10px;
   text-align: center;
}
.test-start .start noscript a{
   color: #fff;
}
.test-start .start a.button{
   display: block;
   width: 420px;
   text-align: center;
   background:#CDAE75 url(/staticarchive/bc3ae69eff9dfa49d8e9f4d93ae7e3e4591ce714.png) 0 0 repeat-x;
   border:1px solid #94763C;
   font-size:25px;
   text-transform: uppercase;
   line-height:130%;
   text-decoration:none;
   font-weight:bold;
   color:#00446D !important;
   padding:14px 18px;
   margin: 0 !important;
}

.test-prepare{
   background: url(/staticarchive/7d04222bbb7792db0a2ad8c0af45d1e43ae8c102.gif) bottom left repeat-x;
   margin-bottom: 12px;
}
.test-prepare a{
   display: block;
   font-size: 12px;
   color: #00446D !important;
   text-decoration: none !important;
   font-weight: bold;
   padding: 12px 0;
   background: url(/staticarchive/a3a8feb8f19b61e5b3017b5ec8ba4a65f399a54a.png) right center no-repeat;
}
.test-prepare a.open{background: url(/staticarchive/0a35fbd2c9eb7c37368ae6806f8cd4cfb08e53b3.png) right center no-repeat;}
.test-prepare a span{
   text-decoration: underline;
}

#mouse-training{position: relative;}
#mouse-training .content-holder{
   position: relative;
   width: 295px;
   padding: 0 12px 4px;
}
#mouse-training .content-holder p{
   padding: 0 0 12px !important;
   margin: 0 !important;
}
#mouse-training img{
   position: absolute; left: 335px; top: 5px;
}