/* 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. */

/* BeginCorePageCSS */

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


@import url(https://fonts.googleapis.com/css?family=Ubuntu&subset=latin,latin-ext);
/* Hack to hide a nested Quicktime player from IE, which can't handle it. */
* html object.MediaPlayerNotForIE {
	display: none;
}

body{
	
	font-family: 'Ubuntu', sans-serif;
	background-color: #dadada;
	color: #333333;
	background-image: url(img/bright_squares.png); 
	margin-right: 5%;
	margin-left: 5%;
	font-size: small;
}

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

table,div,span,td{
	font-size: 100%;
	color: #333333;
}

div.Titles{
	padding: 0.5em;;
	text-align: center;
	color: #000000;
}

button{
	font-family: Geneva,Arial,sans-serif;
	font-size: 100%;
	display: inline;
}

.ExerciseTitle{
	font-size: 140%;
	color: #000000;
}

.ExerciseSubtitle{
	font-size: 120%;
	color: #000000;
}

div.StdDiv{
	background-color: #eaeaea;
	text-align: center;
	font-size: 100%;
	color: #333333;
	padding: 0.5em;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #333333;
	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;
}

.Guess{
	font-weight: bold;
}

.CorrectAnswer{
	font-weight: bold;
}

div#Timer{
	padding: 0.25em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #000000;
}

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

span.Instructions{

}

div.ExerciseText{

}

.FeedbackText, .FeedbackText span.CorrectAnswer, .FeedbackText span.Guess, .FeedbackText span.Answer{
	color: #000000;
}

.LeftItem{
	font-size: 100%;
	color: #333333;
	text-align: left;
}

.RightItem{
	font-weight: bold;
	font-size: 100%;
	color: #333333;
}

span.CorrectMark{

}

input, textarea{
	font-family: Geneva,Arial,sans-serif;
	font-size: 120%;
}

select{
	font-size: 100%;
}

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




div.ExerciseDiv{
	color: #333333;
}

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

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

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

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

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

a.ExSegment{
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

span.RemainingWordList{
	font-style: italic;
}

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

/* JCloze styles */

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

div.ClozeBody{
	text-align: left;
	margin-top: 2em;
	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;
	background-color: #000000;
}

table.CrosswordGrid tbody tr td{
	width: 1.5em;
	height: 1.5em;
	text-align: center;
	vertical-align: middle;
	font-size: 140%;
	padding: 1px;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	color: #000000;
}

table.CrosswordGrid span{
	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;
	color: #000000;
}

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

.GridNum:hover, .GridNum:visited{
	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;
	display: none; /* initially hidden, shown if needed */
	margin-bottom: 0.5em;
}

div.Keypad button{
	font-family: Geneva,Arial,sans-serif;
	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: 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: #000000;
}

.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;
}

.FuncButton {
	text-align: center;
	border-style: solid;

	border-left-color: #f4f4f4;
	border-top-color: #f4f4f4;
	border-right-color: #757575;
	border-bottom-color: #757575;
	color: #333333;
	background-color: #eaeaea;

	border-width: 2px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
}

.FuncButtonUp {
	color: #eaeaea;
	text-align: center;
	border-style: solid;

	border-left-color: #f4f4f4;
	border-top-color: #f4f4f4;
	border-right-color: #757575;
	border-bottom-color: #757575;

	background-color: #333333;
	color: #eaeaea;
	border-width: 2px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
}

.FuncButtonDown {
	color: #eaeaea;
	text-align: center;
	border-style: solid;
	
	border-left-color: #757575;
	border-top-color: #757575;
	border-right-color: #f4f4f4;
	border-bottom-color: #f4f4f4;
	background-color: #333333;
	color: #eaeaea;

	border-width: 2px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
}

/*BeginNavBarStyle*/

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

.NavButton {
	border-style: solid;
	
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	border-right-color: #656565;
	border-bottom-color: #656565;
	background-color: #cacaca;
	color: #000000;

	border-width: 2px;
	cursor: pointer;	
}

.NavButtonUp {
	border-style: solid;

	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	border-right-color: #656565;
	border-bottom-color: #656565;
	color: #cacaca;
	background-color: #000000;

	border-width: 2px;
	cursor: pointer;	
}

.NavButtonDown {
	border-style: solid;

	border-left-color: #656565;
	border-top-color: #656565;
	border-right-color: #e4e4e4;
	border-bottom-color: #e4e4e4;
	color: #cacaca;
	background-color: #000000;

	border-width: 2px;
	cursor: pointer;	
}

/*EndNavBarStyle*/

a{
	color: #3071A9;
}

a:visited{
	color: #3071A9;
}

a:hover{
	color: #3071A9;
}

div.CardStyle {
	position: absolute;
	font-family: Geneva,Arial,sans-serif;
	font-size: 100%;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	background-color: #eaeaea;
	left: -50px;
	top: -50px;
	overflow: visible;
}

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

/* My own styles */
/* Liiguta vastamise kastid kuskile mugavamasse kohta */
form {
	width: 200px;
	background: white;
	border-radius: 5px;
	padding: 15px;
	text-align: left;
	z-index: 5;
	position: absolute;
	top: 10px;
	cursor: move;
	right:10%;
	box-shadow: 0px 0px 10px #033E83;
}

form input{
	text-transform:uppercase;
	width:190px;
	margin:5px 0 5px 0;
	border-radius:5px;
}

form span.ClueNum{
	color:#3d8dbd;
	font-weight:600;
	display:block;
	padding-bottom:3px;
	text-decoration:underline;
	text-transform: uppercase;
}
/* Eemadame üleliigsed - mustad lahtrid */
table.CrosswordGrid td.BlankCell{
	border:none;
	/*background-color:#eaeaea;*/
	background:#fff;
}
/* Eemalda imelikud kastid ning võimalda teha nn ringe */
table.CrosswordGrid {
	background-color:transparent;
	margin:none;
}
/* Muuda numbri kastid ilusaks */
table.CrosswordGrid td.NumLetterCell{
	
	/*color: #7daceb;
	background-color:#7daceb;*/
	/*border:none;*/
	/*border-radius:10px;*/
	text-transform:uppercase;
	
}
/* Muudame kõik kasti tähed suureks */
table.CrosswordGrid td.LetterOnlyCell{
	text-transform:uppercase;
	background:#eaeaea;
}

.FuncButton {
	text-align: center;
	border-radius:5px;
	border:none;
	color: #fff;
	background-color: #00bc9a;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
	border:none;
	margin-right:2px;
}

.FuncButtonUp {
	text-align: center;
	border-radius:5px;
	border:none;
	color: #fff;
	background-color: #00bc9a;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
	border:none;
	margin-right:2px;
}

.FuncButtonDown {
	text-align: center;
	border-radius:5px;
	border:none;
	color: #fff;
	background-color: #FFB701;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
	border:none;
	margin-right:2px;
}

div.StdDiv{
	border-radius:5px;
}

table.CrosswordGrid td.LetterOnlyCell{
	border-radius:50px;
	border:none;
}

table.CrosswordGrid td.NumLetterCell{
	border-radius:50px;
	border:none;
	/*background:#00FFBF;*/
	background:rgb(255,183,1);
}
.GridNum{
	color:#000;
}

body, #MainDiv, #InstructionsDiv, #CrosswordContainer{
	background:#fff;
}

#MainDiv{
	border:none;
	box-shadow: 0px 0px 10px #033E83;
}

#InstructionsDiv{
	/*display:none;*/
	border:none;
	background:#fff;
	border-radius: 5px;
	padding: 15px;
	box-shadow: 0px 0px 10px #033E83;
}
#FeedbackDiv{
	border:none;
	background:#fff;
	border-radius: 5px;
	padding: 15px;
	box-shadow: 0px 0px 10px #033E83;
}
/*
a~td{
	background:#ddd;
}*/

span.numbers {
  background: rgb(255, 183, 100);
  font-size: 20px;
  color: white;
  border-radius: 5px;
  padding: 5px;
  position: relative;
  top: -8px;
  left: -8px;
}

span.numbersa {
  background: rgb(255, 183, 100);
  font-size: 20px;
  color: white;
  border-radius: 5px;
  padding: 5px;
  margin-left: 200px;
  position: relative;
  top: -8px;
  left: -56px;
}

span.numbersab{
  background: rgb(255, 183, 100);
  font-size: 20px;
  color: white;
  border-radius: 5px;
  padding: 5px;
  margin-left: 200px;
  position: relative;
  top: -8px;
}

