#testWindow{
  	-moz-border-radius: 10px 10px 10px 10px;
  	background-color: #F1F1F1;
  	border: 1px solid gray;
 }

#testContent{
	overflow: auto;
    background-color: white;
 	margin: 5px;
 	border: 1px solid silver;
 	-moz-border-radius: 5px 5px 0px 0px;
 }
#testTimer{
  	border: 1px solid silver;
 	background-color: white;
 	margin: 0px 5px 0px 5px;
 }
 
#testControls{
 	margin-top: 5px;
 	text-align: center;
 }
 
.buttons  {
	background-color: #F5821F ; 
	border: 1px solid #ccc;
    color: white;
	font-size: 0.7em;
	cursor: pointer;
	font-weight: bold;
	padding: 2px 5px;
	text-align: center; 
}

.QuestionsScope{
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
}
.MultipleQuestionsText{
	border: 1px solid silver;
	padding: 20px;
}

.OKAnswer{
	font-weight: bold;
	color: green;
}

.wrongAnswer{
	text-decoration: line-through;
	color: red;
}

.rightAnswer{
	font-weight: bold;
	color: red;
}

#testInstructions{
	font-family: Arial;
}

#testQuestions, #testQuestions td {
	font-family: Arial;
	font-size: 9pt;
}

#testQuestions{
	margin: 10px 10px 10px 10px;
	padding: 20px 10px 20px 10px;
	border: 1px dashed silver;
}

testQuestions td p{
	padding-bottom: 10px;
	}


#pbsw_progressBar{
	border: 0px solid silver;
	position: relative;
	height: 1em;
}

#pbsw_progress{
	background-color: yellow;
	width: 0%;
	height: 100%;
}
#pbsw_progressValue{
	z-index: 20;
	font-family: Verdana;
	position: absolute;	
	width: 100%;
	text-align: center;
	font-size: 0.8em;
}
.rezdiv {
width: 700px; text-align: center; margin: 0 auto;
}

.rezultat {
font: normal 12px Verdana,Arial,Tahoma;
margin-top: 5px;
}

.r, .r1, .r2 {
font-weight: bold;
background: #FAFAD2;
border: solid 1px #8B8970;
color: #000;
padding: 0 5px;
}
.r1 {
color: #008B45;
}
.r2 {
color: #EE4000;
}
.n {
font: bold 12px Tahoma,Verdana,Arial;
color: #104E8B;
}



