﻿/* quiz in trainUc */
.headerQ {
	border-bottom:2px dotted #3e3e3e;
	margin-bottom:30px;

}
.answBest,
.answGood,
.answBad {
	display: block;
	font-weight: bold;
	font-size: 1.2em;
}
.answBest {
	color: #d1d631;
}
.answGood {
	color: #ffc600;
}
.answBad {
	color: #7D0C1F; 
}
.score {
	font-weight: bold;
	margin-top: 0.3em;
	text-align: center;
}
.result{
	margin-bottom: 0.3em;
}
div.chExpln p,
div.gExpln p{
	margin-left: 7px;
}
.chExpln,
.gExpln {
	margin-left: 1.9em;
	padding-left: 0.9em;
	color: #0A5D7D;
	border-left: 1px solid #0A5D7D;
	font-weight: lighter;
	background: url(../img/quiz/feed_bk.png) left  no-repeat;
}

.chExpln .op_txt_oli p,
.gExpln .op_txt_oli p {
	color: #79ACF7;
}
.bkSolResOut {
	margin-top: 5px;
}
.bkSolResFra1,
.bkSolResFra2,
.bkSolResFra3,
.bkSolResCo {
	text-align: center;
	height: 35px;
	width: 100%;
}
/*.bkSolResFra1 {
	background: url(../img/quiz/evalBarBkg.png) top repeat-x;
}
.bkSolResFra2 {
	background: url(../img/quiz/evalBarLeft.png) top left no-repeat;
}
.bkSolResFra3 {
	background: url(../img/quiz/evalBarRight.png) top right no-repeat;
}*/
.bkSolResCo {
	position: relative;
	border-bottom:3px dotted #3e3e3e;
	
}

.bkSolResCo .score {
	position: absolute;
	top: 3px;
	right: 20px;
	vertical-align: middle;
	text-align: right;
	background-image: none;
	min-height:0px;
}

.btnQuiz {
	display: block;
	position: absolute;
	top: 0;
	width: 30px;
	height: 33px;
	text-decoration: none;
}
.btnQuizCaption {
	display: none;
}

.btnCorrection a {
	background: url(../img/quiz/scoreOff.gif) top right no-repeat;
	left: 20px;
}
.btnCorrection a:hover{
	background: url(../img/quiz/scoreE.gif) top right no-repeat;
}
.btnCorrection a.toggleButtonOn {
	background: url(../img/quiz/scoreOn.gif) top right no-repeat;
	left: 20px;
}
.btnCorrection a.toggleButtonOn:hover {
	background: url(../img/quiz/scoreE.gif) top right no-repeat;
}

.btnSol a {
	background: url(../img/quiz/solOff.gif) top right no-repeat;
	left: 60px;
}
.btnSol a:hover {
	background: url(../img/quiz/solE.gif) top right no-repeat;
}
.btnSol a.toggleButtonOn{
	background: url(../img/quiz/solOn.gif) top right no-repeat;
	left: 60px;
}
.btnSol a.toggleButtonOn:hover{
	background: url(../img/quiz/solE.gif) top right no-repeat;
}

.btnHelp a {
	background: url(../img/quiz/helpOff.gif) top right no-repeat;
	left: 60px;
}
.btnHelp a:hover{
	background: url(../img/quiz/helpOver.gif) top right no-repeat;
}
.btnHelp .toggleButtonOn {
	background: url(../img/quiz/helpOn.gif) top right no-repeat;
	left: 60px;
}
.btnHelp a.toggleButtonOn:hover {
	background: url(../img/quiz/helpOver.gif) top right no-repeat;
}

.btnReset a {
	background: url(../img/quiz/restart.gif) top right no-repeat;
	left: 100px;
}
.btnReset a:hover {
	background: url(../img/quiz/restartE.gif) top right no-repeat;
}
