@charset "utf-8";
/* CSS Document */


/* This is the CSS stylesheet used in my jquizzes. */
/* Elements in square brackets are replaced by data based on configuration settings when the exercise is built. */

/* BeginCorePageCSS */

/* Made with executable version 6.3 Release 0 Build 4 */


/* Hack to hide a nested Quicktime player from IE, which can't handle it. */
* html object.MediaPlayerNotForIE {
	display: none;
}
body {
	font-family: Geneva, Arial, sans-serif;
	background-color: #edeacf;
	color: #000000;
	margin-right: 1%;
	margin-left: 1%;
	font-size: medium;
}
p {
	text-align: left;
	margin: 0px;
	font-size: 100%;
}
table, div, span, td {
	font-size: 100%;
	color: #000000;
}
div.Titles {
	padding: 0.1em;
	text-align: center;
	color: #0080c0;
}
.ExerciseTitle {
	font-size: 120%;
	color: #40578D;
}
div.StdDiv {
	background-color: #EDEACF;
	text-align: center;
	font-size: 100%;
	color: #000000;
	padding: 0.2em;
	padding-top:0;
	margin-bottom: 1px;
}
/* EndCorePageCSS */

.RTLText {
	text-align: right;
	font-size: 150%;
	direction: rtl;
	font-family: "Simplified Arabic", "Traditional Arabic", "Times New Roman", Geneva, Arial, sans-serif;
}
.CentredRTLText {
	text-align: center;
	font-size: 150%;
	direction: rtl;
	font-family: "Simplified Arabic", "Traditional Arabic", "Times New Roman", Geneva, Arial, sans-serif;
}
button p.RTLText {
	text-align: center;
}
.RTLGapBox {
	text-align: right;
	font-size: 150%;
	direction: rtl;
	font-family: "Times New Roman", Geneva, Arial, sans-serif;
}
.CorrectAnswer {
	font-weight: bold;
}
.FeedbackText, .FeedbackText span.CorrectAnswer, .FeedbackText span.Guess, .FeedbackText span.Answer {
	color: #0080c0;
}
.LeftItem {
	font-size: 100%;
	color: #000000;
	text-align: left;
}
.RightItem {
	font-weight: bold;
	font-size: 100%;
	color: #000000;
}
span.CorrectMark {
}
input, textarea {
	font-family: Geneva, Arial, sans-serif;
	font-size: 120%;
}
select {
	font-size: 100%;
}
div.Feedback {
	background-color: #EEECDA;
	left: 33%;
	width: 34%;
	top: 33%;
	z-index: 1;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	text-align: center;
	color: #0080c0;
	position: absolute;
	display: none;
	font-size: 100%;
}
div.ExerciseDiv {
	color: #000000;
}
/* JQuiz styles */

div.QuestionNavigation {
	text-align: center;
}
.QNum {
	margin: 0em 1em 0.5em 1em;
	font-weight: bold;
	vertical-align: middle;
}
textarea {
	font-family: Geneva, Arial, sans-serif;
}
.QuestionText {
	text-align: left;
	margin: 0px;
	font-size: 100%;
}
.Answer {
	font-size: 120%;
	letter-spacing: 0.1em;
}
.PartialAnswer {
	font-size: 120%;
	letter-spacing: 0.1em;
	color: #0080c0;
}
.Highlight {
	color: #000000;
	background-color: #ffff00;
	font-weight: bold;
	font-size: 120%;
}
ol.QuizQuestions {
	text-align: left;
	list-style-type: none;
		margin-top:0px;
	margin-bottom:0px;
}
li.QuizQuestion {
	padding: 1em;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}
ol.MCAnswers {
	text-align: left;
	list-style-type: upper-alpha;
	padding: 1em;
}
ol.MCAnswers li {
	margin-bottom: 1em;
}
ol.MSelAnswers {
	text-align: left;
	list-style-type: lower-alpha;
	padding: 1em;
}
div.ShortAnswer {
	padding: 1em;
}
.FuncButton {
	text-align: center;
	border-style: solid;
	border-left-color: #f6f5ec;
	border-top-color: #f6f5ec;
	border-right-color: #77766d;
	border-bottom-color: #77766d;
	color: #000000;
	background-color: #FFFFFF;
	border-width: 2px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
}
.FuncButtonUp {
	color: #EEECDA;
	text-align: center;
	border-style: solid;
	border-left-color: #f6f5ec;
	border-top-color: #f6f5ec;
	border-right-color: #77766d;
	border-bottom-color: #77766d;
	background-color: #000000;
	color: #EEECDA;
	border-width: 2px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
}
.FuncButtonDown {
	color: #EEECDA;
	text-align: center;
	border-style: solid;
	border-left-color: #77766d;
	border-top-color: #77766d;
	border-right-color: #f6f5ec;
	border-bottom-color: #f6f5ec;
	background-color: #000000;
	color: #EEECDA;
	border-width: 2px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
}
a {
	color: #0080c0;
}
a:visited {
	color: #0080c0;
}
a:hover {
	color: #0080c0;
}
.rtl {
	text-align: right;
	font-size: 140%;
}
.divleft {
	float: left;
	width: 300px;
}
.imgmargin {
	margin-right: 20px;
}
h2 {
	margin: 0px
}
#InstructionsDiv {
	padding:0px
}
.floatleft {
	float: left;
	margin-right: 20px;
}
.floatright {
	float: right;
	margin-left: 20px;
}
