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


body{
	font-family: Verdana;
	font-size: 10pt;
	background-color: #FCF4E4;
	color:#4B4A4A;
	margin-right: 0;
	margin-left: 0;
	background-repeat: no-repeat;
}

p{
	text-align: left;
	margin: 0px;
	font-size: 10pt;
}

div,span,td{
	font-size: small;
	color: [strTextColor];
}

.RTLText{
	text-align: right;
	font-size: 100%;
	direction: rtl;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.CentredRTLText{
	text-align: center;
	font-size: 100%;
	direction: rtl;
	font-family: "Simplified Arabic", "Traditional Arabic", "Times New Roman", [strFontFace]; 
}

button p.RTLText{
	text-align: center;
}

.RTLGapBox{
	text-align: right;
	font-size: 150%;
	direction: rtl;
	font-family: "Times New Roman", [strFontFace];
	background-color: #EEF3FB;
}

.Guess{
	font-weight: bold;
}

.CorrectAnswer{
	font-weight: bold;
}

div.Titles{
	padding: 10px;
	text-align: center;
	color:#4B4A4A;
}

button{
	display: inline;
}

.ExerciseTitle{
	font-size: 10pt;
	color:#4B4A4A;
	align:left;
}

.ExerciseSubtitle{
	color:#4B4A4A;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

div#Timer{
	padding: 6px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

span#TimerText{
	padding: 6px;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	display: none;
}

span.Instructions{
	font-family: Verdana;
	font-size: 10pt;
	color: #CCCCCC;
}

div.ExerciseText{
	font-family: Verdana;
	font-size: 10pt;

}

.FeedbackText{
	color: #996026;
}

span.LeftItem{
	font-size: small;
	color: ;
}

span.RightItem{
	font-weight: bold;
	font-size: small;
	color: [strTextColor];
}

span.CorrectMark{

}

div.Feedback {
	background-color: #FAFBFE;
	left: 33%;
	width: 34%;
	top: 33%;
	z-index: 1;
	border: 1px solid #E4EAFA;
	padding: 5px;
	text-align: center;
	color: #000000;
	position: absolute;
	display: none;
	font-size: small;
}


[inclReading]
div.LeftContainer{
	border-style: none;
	padding: 2px 0px 2px 0px;
	float: left;
	width: 49.8%;
	margin-bottom: 0px;
}

div.RightContainer{
	border-style: none;
	padding: 2px 0px 2px 0px;
	float: right;
	width: 49.8%;
	margin-bottom: 0px;
}

.ReadingText{

}
[/inclReading]

div.ExerciseDiv{
	color: [strTextColor];
}

/* JMatch flashcard styles */
table.FlashcardTable{
	background-color: transparent;
	color: #CCCCFF;
	border-color: #000000;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2em;
	margin-bottom: 2em;
	width: 90%;
	position: relative;
	align: center;
	padding: 0px;
}

table.FlashcardTable tr{
	border-style: none;
	margin: 0px;
	padding: 0px;
    background-color: #CCCCFF;
}

table.FlashcardTable td.Showing{
	font-size: large;
	text-align: center;
	width: 50%;
	display: table-cell;
	padding: 2em;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	color: #000000;
    background-color: #CCCCFF;
}

table.FlashcardTable td.Hidden{
	display: none;
}

/* JMix styles */
div#SegmentDiv{
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;

}

a.ExSegment{
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
    background-color: #CCCCFF;
}

span.RemainingWordList{
	font-style: italic;
}

div.DropLine {
	position: absolute;
	text-align: center;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: [strTitleColor];
	width: 80%;
}

/* JCloze styles */


/* Casillas de texto incluyendo JQUIZZ */
input{
	font-family: Verdana;
	font-size: 10pt;
	background-color: #EEF3FB;


}

.ClozeWordList{
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
}

div.ClozeBody{
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	line-height: 2;
	font-family: Verdana;
	font-size: 9pt;
	background-color: #FCF4E4;
}

span.GapSpan{
	font-weight: bold;

}

/* JCross styles ..........................................................................*/

table.CrosswordGrid{
	margin: auto auto 1em auto;
	border-collapse: collapse;
	padding: 0px;
}

table.CrosswordGrid td{
	width: 1.5em;
	height: 1.5em;
	text-align: center;
	vertical-align: middle;
	font-size: large;
	padding: 0px;
	margin: 0px;
	border: 1px solid #999999;
}

table.CrosswordGrid td.BlankCell{
	background-color: #ccc;
	color: #000000;
}

table.CrosswordGrid td.LetterOnlyCell{
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	color: #990000;
	font-weight: bold;
}

table.CrosswordGrid td.NumLetterCell{
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	color: #000000;
	padding: 1px;
	font-weight: bold;
}

.NumLetterCellText{
	cursor: pointer;
	color: #990000;
}

.GridNum{
	vertical-align: super;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

table#Clues{
	margin: auto;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

table#Clues td{
	vertical-align: top;
}

table.ClueList{
  margin: auto;
  
}

td.ClueNum{
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	color: #F7F9FB;
	background-color: #990000;

}

td.Clue{
	text-align: left;
	

}

div#ClueEntry{
	text-align: left;
	margin-bottom: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* Keypad styles */

div.Keypad{
	text-align: center;
}

div.Keypad button{
	font-family: [strFontFace];
	font-size: 120%;
	font-weight: bold;
	background-color: #F7F9FB;
	width: 2em;
}

/* JQuiz styles */

div.QuestionNavigation{
	text-align: center;
}

.QNum{
	margin: 0em 1em 0.5em 1em;
	font-weight: bold;
	vertical-align: middle;
	color: #dd6f00;

}

textarea{
	font-family: [strFontFace];
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.QuestionText{
	color: #42681c;

}

.Answer{
	font-size: 120%;
	letter-spacing: 0.1em;


}

.Highlight{
	color: #000000;
	background-color: #ffff00;
	font-weight: bold;
	font-size: 120%;
}

ol.QuizQuestions{
	text-align: left;
	list-style-type: none;
}

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;
	

}

div.StdDiv{
	text-align: center;
	font-size: 10pt;
	color:#4B4A4A;
	padding: 4px;
	margin: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FCF4E4;
}

.FuncButton {

	cursor: pointer;
	cursor : pointer;
border : 1px outset #e2e9fa;
color : #415f8b;
font-weight : bold;
padding : 2px 4px;
background : url(../images/formbutton.png) repeat-x left top;
background-repeat : repeat-x;
background-position : left top;
font-size : 11px;

}

.FuncButtonUp {

	cursor: pointer;cursor : pointer;
border : 1px outset #e2e9fa;
color : #415f8b;
font-weight : bold;
padding : 2px 4px;
background : url(../images/formbutton.png) repeat-x left top;
background-repeat : repeat-x;
background-position : left top;
font-size : 11px;

}

.FuncButtonDown {

	cursor: pointer;
	cursor : pointer;
border : 1px outset #e2e9fa;
color : #415f8b;
font-weight : bold;
padding : 2px 4px;
background : url(../images/formbutton.png) repeat-x left top;
background-repeat : repeat-x;
background-position : left top;
font-size : 11px;
}

/*BeginNavBarStyle*/

div.NavButtonBar{
background-color: #F3F3F3;
	text-align: center;
	margin: 2px 0px 2px 0px;
	clear: both;
	font-size: small;
}

.NavButton {
		
}

.NavButtonUp {
		
}

.NavButtonDown {
	
}

/*EndNavBarStyle*/

a{
	color: #CCCCCC;
}

a:visited{
	color: #CCCCCC;
}

a:hover{
	color: #CCCCCC;
}

div.CardStyle {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 5px;
    border: 1px solid #EFDEB6;
	color: #000000;
    background-color: #FBF7EE;
	left: -50px;
	top: -50px;
	overflow: visible;
}

.rtl{
	text-align: right;
	font-size: large;
}


