@charset "shift_jis";

.expo10serif { font-family: Book Antiqua, Times New Roman, Times, serif; font-size: 10pt; margin-top:6px; margin-bottom:8px }
.story       { font-family: Book Antiqua, Times New Roman, Times, serif; font-size: 11pt; margin-top: 6px; margin-bottom: 10px }
.expo10      { font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; font-size: 10pt; margin-top:6px; margin-bottom:8px }
.expo8       { font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; font-size: 8pt }
.readtitle   { font-family: Book Antiqua, Times New Roman, Times, serif; font-size: 12pt; font-weight:bold; margin-bottom:6px }
.seqlabel    { font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; font-size: 10pt }
.expaknav    { font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; text-align:center; margin-top:2px; margin-bottom:2px }
dl           { font-family: Book Antiqua, Times New Roman, Times, serif; font-size: 10pt; margin-bottom:0 }
dt			 { font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; font-size: 10pt; font-weight: bold }
dd           { font-family: Book Antiqua, Times New Roman, Times, serif; font-size: 10pt; margin-bottom:4px }
li           { font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; font-size: 10pt; margin-bottom:6px; text-indent:0; }
table        { font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; font-size: 10pt; margin-top:6px; margin-bottom:8px }
body         { font-family: Arial, Helvetica, Verdana, Geneva, sans-serif: font-size: 11pt }
h1           { font-family: Book Antiqua, Times New Roman, Times, serif; font-size: 28pt; font-weight: bold; color:#800000; margin-bottom:12px }
h2           { font-family: Book Antiqua, Times New Roman, Times, serif; font-size: 20pt; font-weight: bold; color:#007300; margin-bottom:8px }
h3           { font-family: Book Antiqua, Times New Roman, Times, serif; font-size: 16pt; line-height:100%; color:#C40500; font-weight:bold; margin-top:6px; margin-bottom:12px }
h4           { font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; font-size: 12pt; font-weight: bold; line-height:100%; margin-bottom:0; font-style:oblique }
h5           { font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; font-size: 10pt; font-weight: bold }
h6           { font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; font-size: 10pt; font-weight:bold; color:#0000FF }


/* Hot Potatoes exercises stylesheet; copied from hp6.cs_ and modified. */
/* Elements in square brackets are replaced by data based on configuration settings when the exercise is built. */

/* BeginCorePageCSS */

/* Made with executable version [strFullVersionInfo] */

body{
	font-family: [strFontFace];
[inclPageBGColor]	background-color: [strPageBGColor];[/inclPageBGColor]
	color: [strTextColor];
[inclGraphicURL]	background-image: url([strGraphicURL]);[/inclGraphicURL]
	font-size: small;
}

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

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

div.Titles{
	padding: 5px;
	text-align: center;
	color: [strTitleColor];
}

button{
	display: inline;
}

.ExerciseTitle{
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: bold
	margin-top:12;
	margin-bottom:4;
	color: [strTitleColor];
}

.ExerciseSubtitle{
	font-family: Book Antiqua, Times New Roman, Times, serif;
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 8;
	color: #5E5E5E;
}

div.StdDiv{
[inclExBGColor]	background-color: [strExBGColor];[/inclExBGColor]
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 10pt;
	color: [strTextColor];
	padding: 8px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: [strTextColor];
	margin: 1px;
}

/* EndCorePageCSS */

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

.CentredRTLText{
	text-align: center;
	font-size: 150%;
	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];
}

.Guess{
	font-weight: bold;
}

.CorrectAnswer{
	font-weight: bold;
}

div#Timer{
	font-family: Geneva,Arial;
	font-size: 10pt;
	padding: 6px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: [strTitleColor];
}

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

span.Instructions{

}

div.ExerciseText{
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 10pt;
}

.FeedbackText{
	color: [strTitleColor];
	font-family: Book Antiqua, Times New Roman, Times, serif;
	font-size: 10pt;
}

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

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

span.CorrectMark{

}

div.Feedback {
[inclPageBGColor]	background-color: [strPageBGColor];[/inclPageBGColor]
	left: 33%;
	width: 34%;
	top: 33%;
	z-index: 1;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	text-align: center;
	color: [strTitleColor];
	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;
	font-family: Book Antiqua, Times New Roman, Times, serif;
	font-size: 11pt;

}

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

.ReadingText{
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 10pt;


}
[/inclreading div.ExerciseDiv{
	color: [strTextColor];
}

/* JMatch flashcard styles */
table.FlashcardTable{
	background-color: transparent;
	color: [strTextColor];
	border-color: [strTextColor];
	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;
[inclExBGColor]	background-color: [strExBGColor];[/inclExBGColor]
}

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: [strTextColor];
[inclExBGColor]	background-color: [strExBGColor];[/inclExBGColor]
}

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

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

a.ExSegment{
	font-family: Book Antiqua, Times New Roman, Times, serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: [strTextColor];
}

span.RemainingWordList{
	font-style: italic;
}

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

/* JCloze styles */

input{
	font-family: Book Antiqua, Times New Roman, Times, serif;
	font-size: 11pt;
}

.ClozeWordList{
	font-family: Book Antiqua, Times New Roman, Times, serif;
	font-size: 11pt;
	text-align: center;
	font-weight: bold;
}

div.ClozeBody{
	font-family: Book Antiqua, Times New Roman, Times, serif;
	font-size: 11pt;
	text-align: left;
	margin-top: 0em;
	margin-bottom: 2em;
	line-height: 2.0
}

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-style: solid;
	border-width: 1px;
	border-color: #000000;
}

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

table.CrosswordGrid td.LetterOnlyCell{
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	color: #000000;
	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;
}

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

table#Clues{
	margin: auto;
	vertical-align: top;
}

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

table.ClueList{
  margin: auto;
}

td.ClueNum{
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}

td.Clue{
	text-align: left;
}

div#ClueEntry{
	text-align: left;
	margin-bottom: 1em;
}

/* Keypad styles */

div.Keypad{
	text-align: center;
}

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

/* JQuiz styles */

div.QuestionNavigation{
	text-align: center;
}

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

textarea{
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 10pt;

}

.QuestionText{
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 10pt;

}

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

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

ol.QuizQuestions{
	font-size: 10pt;
	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{
	font-family: Book Antiqua, Times New Roman, Times, serif;
	padding: 1em;
}

.FuncButton {
	text-align: center;
	border-style: solid;
[inclExBGColor]
	border-left-color: [strFuncLightColor];
	border-top-color: [strFuncLightColor];
	border-right-color: [strFuncShadeColor];
	border-bottom-color: [strFuncShadeColor];
	color: [strTextColor];
	background-color: [strExBGColor];
[/inclExBGColor]
	border-width: 2px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
}

.FuncButtonUp {
	color: [strExBGColor];
	text-align: center;
	border-style: solid;
[inclExBGColor]
	border-left-color: [strFuncLightColor];
	border-top-color: [strFuncLightColor];
	border-right-color: [strFuncShadeColor];
	border-bottom-color: [strFuncShadeColor];
[/inclExBGColor]
	background-color: [strTextColor];
	color: [strExBGColor];
	border-width: 2px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
}

.FuncButtonDown {
	color: [strExBGColor];
	text-align: center;
	border-style: solid;
[inclExBGColor]
	border-left-color: [strFuncShadeColor];
	border-top-color: [strFuncShadeColor];
	border-right-color: [strFuncLightColor];
	border-bottom-color: [strFuncLightColor];
	background-color: [strTextColor];
	color: [strExBGColor];
[/inclExBGColor]
	border-width: 2px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
}

/*BeginNavBarStyle*/

div.NavButtonBar{
[inclNavBarColor]	background-color: [strNavBarColor];[/inclNavBarColor]
	text-align: center;
	margin: 2px 0px 2px 0px;
	clear: both;
	font-size: small;
}

.NavButton {
	border-style: solid;
[inclNavBarColor]	
	border-left-color: [strNavLightColor];
	border-top-color: [strNavLightColor];
	border-right-color: [strNavShadeColor];
	border-bottom-color: [strNavShadeColor];
	background-color: [strNavBarColor];
	color: [strNavTextColor];
[/inclNavBarColor]
	border-width: 2px;
	cursor: pointer;	
}

.NavButtonUp {
	border-style: solid;
[inclNavBarColor]
	border-left-color: [strNavLightColor];
	border-top-color: [strNavLightColor];
	border-right-color: [strNavShadeColor];
	border-bottom-color: [strNavShadeColor];
	color: [strNavBarColor];
	background-color: [strNavTextColor];
[/inclNavBarColor]
	border-width: 2px;
	cursor: pointer;	
}

.NavButtonDown {
	border-style: solid;
[inclNavBarColor]
	border-left-color: [strNavShadeColor];
	border-top-color: [strNavShadeColor];
	border-right-color: [strNavLightColor];
	border-bottom-color: [strNavLightColor];
	color: [strNavBarColor];
	background-color: [strNavTextColor];
[/inclNavBarColor]
	border-width: 2px;
	cursor: pointer;	
}

/*EndNavBarStyle*/

a{
	color: [strLinkColor];
}

a:visited{
	color: [strVLinkColor];
}

a:hover{
	color: [strLinkColor];
}

div.CardStyle {
	position: absolute;
	font-family: [strFontFace];
	font-size: small;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	color: [strTextColor];
[inclExBGColor]	background-color: [strExBGColor];[/inclExBGColor]
	left: -50px;
	top: -50px;
	overflow: visible;
}

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

/* WebSequitur exercises stylesheet; copied from sequitur6.ht_ and modified. */
/* Elements in square brackets are replaced by data based on configuration settings when the exercise is built. */

div#Story{
	text-align: left;
	color: [strTextColor];
	font-family: Book Antiqua, Times New Roman, Times, serif;
	background-color: [strExBGColor];
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 20px;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: [strTextColor];
}

/* Masher index page stylesheet; copied from masher.ht_ and modified. */
/* Elements in square brackets are replaced by data based on configuration settings when the exercise is built. */

.SetMenuTitle{
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 16pt;
	text-align:center;
	margin-top:2;
	margin-bottom:4;
	color: #676767;
}