/* $Id: quiz.css,v 1.10.2.41 2010/12/17 14:44:57 falcon Exp $ */



/*
 * Definitions that apply while viewing questions
 */
.question_type_name {
  font-style: italic;
}

/*
 * Definitions that apply while taking the quiz.
 */
#quiz_progress {
  position: absolute;
  left:30px;
  top: 40px;
  font-weight: bold;
}
#quiz-question-answering-form {
	position: relative;
	width: 400px;
}
#quiz_score_possible, #quiz_score_percent {
  font-weight: bold;
}

td.quiz_summary_qcell {
  vertical-align: top;
  padding: 1em 1em 0em 0em;
}

td.quiz_summary_qcell table tr {

}

td.quiz_summary_qcell table td {
  vertical-align: top;
  padding: .5em;
}

.quiz_answer_feedback {
  position: absolute;
  width: 420px;
  height: 360px;
  top: 20px;
  left: 455px;
  border-left: 2px solid #c9cacb;
  padding-left: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.quiz_summary_text {

}

.feedback-icon {
  display: block;
  margin-bottom: -329px;
  margin-top: -5px;
}

.add-questions {
  background: transparent url(images/add.png) no-repeat scroll 0% 10%;
  padding: 0 0 1em 2em;
}

.hidden-question {
  display: none;
}

.quiz-question-browser-row.odd {
  background-color: #e7e7e7;
}
.quiz-question-body {
	margin-top: 28px;
	padding-top: 28px;
	padding-bottom: 0px;
	width: 650px;
}
.quiz-question-browser-row.even {
  background-color: #fbfbfb;
}

#quiz-question-browser-filters {
  background-color: black;
}
#quiz-question-browser-filters td.active {
  background-color: #666;
}

.quiz-question-browser-row.odd td.active {
  background-color: #e2e2f9;
}

.quiz-question-browser-row.even td.active {
  background-color: #f8f8ff;
}

tr.selected.quiz-question-browser-row td, tr.selected.quiz-question-browser-row td.active {
  background: none repeat scroll 0 0 #505050;
  color: #FFF;
}

.browser-table th {
  border-bottom: 0px solid #666666;
}

.browser-table,
 {
	border: none;
}

.q-staying {
  display: inline;
  float: left;
  margin-right: 8px;
}


/*
 * Definitions that apply on the quiz report pages.
 */
.quiz-report-question {
	padding-top: 30px;
	
}
dl.quiz-report {
  margin: 0;
  padding:0;
  position: relative;
  width: 400px;
  padding-top: 25px;
  margin-bottom: 20px;

}

.quiz .quiz-report {
	
}
#quiz-report-form {
	margin-top: 20px;
}
dl.quiz-report dt {
	padding-top: 35px;
	margin-bottom: 25px;
}
.quiz-report-score-container {
	display: none;
}
dl.quiz-report dt div.quiz-report-score-container {

  float: right;
  padding: 4px 6px;
}

dl.quiz-report dt div.quiz-report-score-container span div.form-item {
  display: inline;
}


.quiz .form-item {
	position: relative;
	
}

dl.quiz-report dd {
  margin: 10px 0 50px 0;
}

.quiz-report-skipped {
  float: right;
}

.q-correct {
  
}

.q-wrong {
 
}

.q-waiting {
  
}

.q-back-button {
  background: 0 none;
  border: 0 none;
  color: #666699;
 
  
}

.q-back-button:hover {
  color: #6666ff;
  cursor: pointer;
  text-decoration: underline;
    position: absolute;
	 left: 200px;
	 top: 300px;
}

.q-skip-button {
  background: 0 none;
  border: 0 none;
  color: #666699;

 
}

.quiz #edit-submit,
.quiz #edit-back {
	 position: absolute;
	 
	 top: 280px;
	
}

.quiz #edit-back { 
	left: 100px;
}
.quiz #edit-submit, {
left: 200px;

}

.q-skip-button:hover {
  color: #6666ff;
  cursor: pointer;
  text-decoration: underline;
}

.quiz-passed {
  color: #00dd00;
}

.quiz-failed {
  color: #dd0000;
}

#no-questions {
  font-style: italic;
}
#quiz-view-table {
  width: auto;
  border-collapse: separate;
  border: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
   left: 465px;
   top: 200px;
   position: relative;
   display: none;
}
/* QUIZ */

.quiz #edit-button { /* Start Quiz Button */
	display: block;
	float:right; 
	position: relative;
	top: 330px;
	
}
.quiz table TD  p {
	margin: 0;
}
.quiz TD {
	vertical-align: top;
	
	
}

.quiz {  /* Stage */
	border: 3px solid #C9CACB;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 30px;
	margin-right: 30px;
	position: relative;
	height: 380px;
	position: relative;
	overflow: hidden;
}

.quiz #tabs-wrapper {
	padding-top: 10px;
}

.quiz#quiz-view-table {
	border: none;
}

/* END QUIZ */
#quiz-start-quiz-button-form div {
  padding: 0px;
  margin: 0px;
}

#quiz-start-quiz-button-form input {
  margin: 0px;
}

#quiz-view-table td {
  padding: 0px 3px 0px 3px;
  margin:0;
 

  
  vertical-align: top;
}
.quiz-view-table-title {

}
.quiz-view-table-data {

}

#browser-pager .pager-last {
  display: none;
}
#browser-pager .pager-first {
  display: none;
}

.matching-tbl {
  width: auto;
  border-collapse: separate;
  padding: 0px;
  margin: 0px;
  border: 0px;
  
}

.matching-tbl p, .matching-tbl select, .matching-tbl div {
  padding: 0px;
  margin: 0px;

}

.matching-tbl td {
  padding: 2px;
  margin: 2px;
  
}

.quiz-report TD {
	padding: 4px 0 4px 0;
}

.quiz-solution {
  border-left: solid 5px #00ff00;
  padding-left: 3px;
}

.quiz-answer-hidden {
  font-style: italic;
}

#quiz-jumper {
  display: none;
}

#quiz-categorized-form #autocomplete {
  overflow: auto;
  max-height: 300px;
}

#sustainable_energy_header {
	display: none;
	padding-bottom: 15px;
}

.quiz tr.even, 
.quiz tr.odd {
	border: none;!important
	
}



.multichoice_row TD {
	padding-bottom: 5px;
}

.quiz-report-score-container q-correct {
	position: relative;
	width: 400px;
}

#quiz-report-form {
	position: relative;
	left: 0px;
	height: 400px;
}

#quiz-question-answering-form {
	display: block;
}

.contentLayout.quiz {
	margin-bottom: 20px;
}