﻿.qQuestionContainer
{		
	margin:14px 0 0 50px;  /* to offset the negative margin of the bg graphic */
	position:relative;
	border:1px solid rgba(255,255,255,0);  /* FF screws it up without the border, so make a border transparent  */
	width:900px;
	color: #FFFFFF;
}

#qItem {
	position:relative;
	margin-left:0px;
	margin-right:40px;
/*	width:100%;*/
}

.qItemNumber {
	margin-top:-15px;
	margin-left:0px;
	padding-right:20px;
	font-weight:bold;
}

.qQuestionText {
	width:800px;
	margin: 15px 20px 10px 0px;
	line-height:22px;
	color:#FFF !important;
}

.qDistractorsContainer {
/*	border:1px solid #Ff0000;*/
	text-align:left;
}

.qDistractorContainer {
/*	border:1px solid #00ff00;
    clear:right;*/
	width:100%;
	overflow:hidden;
	/*background-color:red;*/
}

.qDistractorCheckMark {
    float:left; 
    width:26px; 
    height:21px;
    clear:left;
}

.qDistractorInput {
    float:left; 
    padding-left:5px; 
    width:20px; 
    height:23px;
	/*background-color:#fff;*/
}

.qDistractorText {
	width:700px;
	float:left;
	padding:0px 0px 5px 5px; 
	cursor:pointer;
	color:#FFF;
	/*background-color:blue;*/
}

.qBtnContainer {
    padding-top:10px;
    float:left;
    clear:both;
}

.qSubmitBtnContainer {
    float:left;
}

.qFeedbackContainer {
	position:relative;
	background-color:#000;
	border:2px solid #F0DC63;
	border-radius:10px;
	float:left;
	width:720px;
	color:#FFFFFF;
	padding: 10px 10px 30px 15px;	
	font-size:1.6rem;
	line-height:1.92rem;
	overflow-y: auto;
	z-index:10;
	margin: 10px 0 0 40px;
}

#qGfxLayout {
	float:left;
	margin-top:10px;
	width:420px;	
}
.qGfxImage {
	float:left;
	padding:10px 0px 0px 0px;
	width:420px;
	margin:auto;
	text-align:center;
}

.qGfxQuestionText {
	margin-right:20px;
    padding-bottom:10px;
}
.qGfxDistractorsContainer {
	float:left;
}
.qGfxBtnContainer {
	float:left;
    padding-top:10px;
    clear:both;
}
.qGfxFeedbackContainer {
	position:absolute;
	bottom:10px;
	left:40px;
	background-color:#4F545B;
	border:3px solid #F0DC63;
	border-radius:10px;
	float:right;
	width:385px;
	height:150px;
	color:#FFFFFF;
	padding: 15px 10px 10px 15px;
	font-size:1.6rem;
	line-height:1.92rem;
	overflow-y: auto;
	z-index:10;
}
.qsubHeaderText{
	color:#FFF;
	font-weight: bold;
	font-size:1.6rem;
	line-height:1.92rem;

	margin-left: -35px;
	margin-top: -20px;
	margin-bottom: 50px;
}
.qsubHeaderText_final{
	line-height:1.5rem;
}

/***********   FINAL TEST CSS   ***********************/
.inactive {
	display:none;
}
.atContent{
	color:#FFF;
}

.atqQuestionContainer
{		
	position:relative;
/*	border:1px solid rgba(255,255,255,0);
	min-height:350px; */ 
	width:840px;
	color: #FFFFFF;
}

#atqItem {
	margin-left:10px;
	width:100%;
}

.atqQuestionText {
	width:800px;
	margin: 15px 0px 10px 0px;
	color:#FFF !important;
}
.atqDistractorsContainer {
/*	border:1px solid #Ff0000;*/
	width:100%;
	text-align:left;
}

.atqDistractorContainer {
/*	border:1px solid #00ff00;
    clear:right;*/
	width:100%;
	overflow:hidden;
}

.atqDistractorInput {
    float:left; 
    padding:0px 5px; 
    width:20px; 
    height:23px;
}

.atqDistractorText {	
/*	float:left;*/
	padding:0px 0px 5px 0px; 
	cursor:pointer;
	color:#FFFFFF;
}

.atqSubmitBtnContainer {
	float:left;
    padding-top:20px;
	padding-right:10px;
}

.atqFeedbackContainer {
	background-color:#000;
	border:3px solid #F0DC63;
	border-radius:10px;
	
	/**/
	width:840px;
	max-height:110px;
	color:#FFFFFF;
	margin-top:10px;
	padding: 10px 10px 10px 15px;	
	line-height:2.40rem;
	overflow-y: auto;
	display:none;
}

.atqNextQBtnContainer {
    padding-top:20px;
}

#FinalTest{
	margin-top:20px;	
}
fieldset{
	border:0;
}

.printCert{
	display:inline-block;
	width: 100%;	
	text-align:center;
}
#printBtn{
	display:block;
	width:120px;
	margin:0 auto;
	height:50px;
	background: url("../images/interface/printCert.png") no-repeat;
}
#printBtn:hover, #printBtn:focus{
	background: url("../images/interface/printCertOVER.png") no-repeat;
}