#test-wrap {}

.test-intro {
	background-color: #EFF0F2;
	margin-bottom: 10px;
	padding: 10px;
}

.test-intro h1 {
	color: #91AED0;
	font-size: 20px;
	margin-bottom: 10px;
}
.test-intro h2 {
	color: #91AED0;
	font-size: 14px;
	margin-bottom: 10px;
}

.test-intro p.test-finish-msg {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
}

.test-categories {
	margin-bottom: 10px;
	padding: 10px;
}
.test-categories h2 {
	color: #91AED0;
	font-size: 16px;
	margin-bottom: 10px;
}
.test-categories h3 {
	color: #91AED0;
	font-size: 14px;
	margin-bottom: 10px;
}

.test-list {
	margin-bottom: 10px;
}
.test-list ul {
	margin-left: 20px;
	font-size: 14px;
	color: #91AED0;
}

.question-item {
	border-bottom: 1px solid #EFF0F2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.question-num {
	font-weight: bold;
	margin-bottom: 5px;
}
.question-body {
	margin-bottom: 5px;
}
.question-answers {
	border: 1px solid #EFF0F2;
	padding: 10px;
}
.question-answers table {
	/*width: 100%;*/
}
.question-answers td {
	padding: 5px;
}

.form-buttons {
	text-align: center;
	background-color: #EFF0F2;
	margin-bottom: 10px;
	padding: 10px;
}


#test-score {
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}
#test-score span.score-percent {
	font-size: 20px;
	font-weight: bold;
}
#test-score .result-0-20 {
	color: #ff0000;
}
#test-score .result-21-40 {
	color: #FF8A00;
}
#test-score .result-41-60 {
	color: #FFE900;
}
#test-score .result-61-80 {
	color: #9DFF00;
}
#test-score .result-81-100 {
	color: #629F00;
}


.layoutForm {
	background-color: #EFF0F2;
	margin-bottom: 10px;
	padding: 10px;
}
.layoutForm code {
	border: 1px solid black;
	background-color: #ffffff;
	padding: 1px;
	color: #000000;
}
.layoutForm h2 {
	color: #91AED0;
	font-size: 14px;
	margin-bottom: 10px;
}
.layoutForm p {
	margin-bottom: 10px;
}
.layoutForm ul {
	margin-left: 20px;
}
.layoutForm li {
	margin-bottom: 10px;
}
.layoutForm div.notes {
	font-size: 11px;
	font-style: italic;
}

.frmWrap {
	margin-bottom: 10px;
	text-align: center;
}
.frmContainer {
	width: 310px;
	margin: 0 auto;
}
.frmContainer fieldset {
	padding: 5px;
}
.frmContainer fieldset td {
	padding: 5px;
}
.frmContainer fieldset td.inp input {
	width: 190px;
}
.frmContainer fieldset td.but input {
	width: 90px;
}

.ajaxResponse {
	border: 1px solid #EFF0F2;
	padding: 10px;
}
.ajaxResponse .title {
	font-size: 14px;
	font-weight: bold;
}
.ajaxResponse .ok {
	color: #629F00;
}
.ajaxResponse .error {
	color: #ff0000;
}
.ajaxResponse .message a {
	color: #ffffff;
	background-color: #6F859C;
	padding: 3px;
}



/* RESULTS BEGIN */
.qresults {
	padding: 10px;
}
.qresults-item {
	margin-bottom: 10px;
}
.qresults-item p.qnum {
	font-weight: bold;
}
.qresults-item .result-question-explanation .a-title {
	margin-bottom: 5px;
}
.qresults-item .result-question-explanation .a-explanation-title {
	font-weight: bold;
	margin-bottom: 5px;
}
.result-question-body {
	margin-bottom: 10px;
}
.result-question-answers {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	border: 1px solid #EFF0F2;
}

div.a-correct {
	padding: 5px;
	background-color: #D6FFCF;
	margin-bottom: 10px;
}
span.a-correct-sign {
	color: #4B8F00;
	font-weight: bold;
	padding-left: 10px;
}
div.a-wrong {
	padding: 5px;
	background-color: #FFCFCF;
	margin-bottom: 10px;
}
span.a-wrong-sign {
	color: #BF0008;
	font-weight: bold;
	padding-left: 10px;
}

div#jokers {}
div#jokers div.title {
	font-weight: bold;
	margin-bottom: 10px;
}
div#jokers div.description {
	font-size: 11px;
	background-color:#EFF0F2;
	margin-bottom:10px;
	padding:10px;
}
div#jokers div.description ul {
	margin-left: 20px;
}
div#jokers div.description code {
	background-color:#FFFFFF;
	border:1px solid black;
	color:#000000;
	padding:1px;
}
div#jokers div.slots {
	text-align: center;
	padding-bottom:10px;
	margin-bottom:10px;
}
div#jokers div.smsCode {
	margin-bottom:10px;
}
div#jokers div.smsCode input#smsFTCode {
	font-size: 12px;
	font-weight: bold;
	color: #E94E0D;
	padding: 3px;
}
div#jokers input.hint {
	margin-left: 5px;
	margin-right: 5px;
	width: 150px;
	height: 123px;
	border: 0;
	background-color: #ffffff;
	cursor: pointer;
}
div#jokers input#hint1 {
	background-image: url(http://www.testove.bg/images/joker_1.png);
	background-repeat: no-repeat;
}
div#jokers input#hint2 {
	background-image: url(http://www.testove.bg/images/joker_2.png);
	background-repeat: no-repeat;
}
div#jokers input#hint_used1 {
	background-image: url(http://www.testove.bg/images/joker_1_used.png);
	background-repeat: no-repeat;
	cursor: not-allowed;
}
div#jokers input#hint_used2 {
	background-image: url(http://www.testove.bg/images/joker_2_used.png);
	background-repeat: no-repeat;
	cursor: not-allowed;
}

div.open_hint {
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #EFF0F2;
}
div.open_hint_title {
	margin-bottom: 5px;
}
div.open_hint_body {
	margin-bottom: 5px;
}

div.test-intro div#taf {
	float: right;
}
div.test-intro div#taf img {
	border: 0;
}

div#countdown span {
	font-weight: bold;
}

div.test-pager table {
	width: 100%;
}
/* RESULTS END */
