@CHARSET "ISO-8859-1";

.dp-qm-qthumb {
	width: 130;
	text-align: center;
	float: left;
}
.dp-qm-qthumb img {
	border: 1px solid #b6b6b6;
	padding: 1px;
}

.quiz {
	padding: 10px;
	clear: none;
	border-bottom: 1px solid #e0e0e0;
}
.quiz table {
	font-size: 12px;
}
.quiz-name{
	font-size: 14px;
	font-weight: bold;
}
.quiz-desc {
}

.question {
	margin: 20px 10px;
	font-weight: bold;
}

.answer {
	margin: 5px 20px;
	border-bottom: 1px solid #d4d4d4;
}
.correct {
	font-weight: bold;
	color: green;
}
.incorrect {
	font-weight: bold;
	color: red;
}
#quizscore {
	border: 1px solid #d4d4d4;
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
}

.dp-qm-tagcloud {
	margin: 5px;
	border: 1px solid #2d5a87;
}
.dp-qm-tagcloud-tag {
	color: #2d5a87;
	padding: 5px;	
	text-decoration: none;	
}
.dp-qm-ref {
	border-top: 1px solid #d4d4d4;
	font-size: 12px;
}
.dp-qm-ref table {
	font-size: 12px;
	text-align: center;
}
.dp-qm-ref img {
	border-width: 0px;
}


/*
	Quiz Tab styles
*/
#qtabdiv {
	width: 100%;
	height: 22px;
	border: 1px solid #aaaaaa;
	background-color: #e0e0e0;
}
#qtabdiv .diva {
	font-size: 12px;
	margin: 3px;
	font-weight: bold;
	text-align: left;
	padding: 2px 0px 2px 15px;
	background-image: url('../img/MenuBulletSmall.gif');
	background-repeat: no-repeat;
	background-position: 2% 50%;
	float: left;
	width: 90px;
	background-color: #d4d4d4;
}
#qtabdiv .diva a {
	text-decoration: none;
	color: #2d5a87;	
}
#qtabdiv .diva.selected {
	background-color: #fdf4d7;
}
#qtabdiv .diva.disabled {
	color: #adadad;
}

#qtabdiv .dp-qm-sendq {
	font-size: 12px;
	float: right;
	padding: 3px;
}

#dp-qm-popup-1 {
	display: none;
	padding: 3px;
	border: 3px solid #e2751f;
	position: absolute; 
	top: 100px;
	left: 100px;
	width: 600px;
	background-color: #f8f5d2;
}

