/* Stylesheet für callmg/spa, v. 0.5.02 v. 17.10.2013 
Ab heute, 24.07.2014, auch für callmg/deu.
*/

/*
Farben
Ocker: #E8D0B0
Hellgelb: #FFF8E8
Grau: #8C8A8C
*/



/* Hack to hide a nested Quicktime player from IE, which can't handle it. */
* html object.MediaPlayerNotForIE 
{
	display: none;
}


body
{
	font-family: Segoe UI,Verdana,sans-serif; /* [strFontFace] */
	background-color: #E8D0B0; /* [strPageBGColor] */
	color: #000000; /* [strTextColor] */
	/* background-image: url([strGraphicURL]); */
 
	margin-right: 5%;
	margin-left: 5%;
	font-size: 100%;/* [strFontSize] */
}

p
{
	text-align: left;
	margin: 0px;
	font-size: 100%;
}

table, div,span,td
{
	font-size: 100%;
	color: #000000;/* [strTextColor] */
}

div.Titles
{
	position: relative;
	padding: 0.5em;
	text-align: center;
	color: #000000; /* [strTitleColor] */
}



button
{
	font-family: arial,helvetica,sans-serif;/* [strFontFace] */
	font-size: 100%;
	display: inline;
}

.ExerciseTitle
{
	text-align: right;
	padding-right: 5px;
	font-size: 120%;
	color: #8C8A8C; /* [strTitleColor] */
}

.banner_uebungen
{
	position: absolute;
	top: 12px;
	left: 7px;
}


.kuerzel
{
	text-align: right;
	border-left: 2px solid #8C8A8C;
	margin-left: 7px;
	padding-left: 5px;
	color: #8C8A8C;
}

.ExerciseSubtitle
{
	font-size: 120%;
	color: #000000; /* [strTitleColor] */
	display: none;
}

.Guess
{
	font-weight: bold;
}

.CorrectAnswer
{
	font-weight: bold;
}



div.StdDiv
{
	background-color: #FFF8E8; /* [strExBGColor] */
	text-align: center;
	font-size: 100%;
	color: #000000; /* [strTextColor] */
	padding: 8px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #8C8A8C; /* [strTextColor] */
	margin-bottom: 1px;
}

div.ExerciseDiv
{
	color: [strTextColor];
}

div.CardStyle 
{
	position: absolute;
	font-family: [strFontFace];
	font-size: 100%;
	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: 140%;
}

span.Label, span#ScoreBox
{
	font-size: 80;
	color: #8C8A8C;
}



div#Timer
{
	padding: 0.25em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #000000; /* [strTitleColor] */
}

span#TimerText
{
	padding: 0.25em;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	display: none;
	color: #000000; /* [strTitleColor] */
}

p#Instructions
{
	text-align: center;
}

span.Instructions
{

}

div.ExerciseText
{

}

div.Story
{
	text-align: left;

	color: #000000;
	font-family: Segoe UI,Verdana,sans-serif;
	background-color: #ffffff;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 1.0em;
	padding: 0.5em;
	border-width: 1px;
	border-style: dotted;
	border-color: #8C8A8C;
}





/* Begin Sequitur-specific css */

span.Choice
{
	color: #000000;
}

table.ExerciseTable
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.0em;
}

button#ShowWholeText
{
	display: none;
}

/* End Sequitur-specific css */




/* Button styles */

.FuncButton 
{
	text-align: center;
	background-color: #FFF8E8; /* [strExBGColor] */
	color: #000000;  /* [strTextColor]*/
	font-size: 80%;
	padding: 3px 6px 3px 6px;
	margin-right: 3px;
	
	border-style: solid;
	border-width: 1px;
	border-left-color: #E8D0B0; /* [strFuncLightColor] */
	border-top-color: #E8D0B0; /* [strFuncLightColor] */
	border-right-color: #E8D0B0; /* [strFuncShadeColor] */
	border-bottom-color: #E8D0B0; /* [strFuncShadeColor] */

	cursor: pointer;
}

.FuncButtonUp 
{
	text-align: center;
	background-color: #FFF8E8; /* [strExBGColor] */
	color: #000000;
	font-size: 80%;
	padding: 3px 6px 3px 6px;
	margin-right: 3px;

	border-style: solid;
	border-width: 1px;
	border-left-color: #E8D0B0; /* [strFuncLightColor] */
	border-top-color: #E8D0B0; /* [strFuncLightColor] */
	border-right-color: #E8D0B0; /* [strFuncShadeColor] */
	border-bottom-color: #E8D0B0; /* [strFuncShadeColor] */

	cursor: pointer;
}

.FuncButtonDown 
{
	text-align: center;
	background-color: #FFF8E8; /* [strExBGColor] */
	color: #000000;
	font-size: 80%;
	padding: 3px 6px 3px 6px;
	margin-right: 3px;

	border-style: dotted;
	border-width: 1px;
	border-left-color: #E8D0B0; /* [strFuncLightColor] */
	border-top-color: #E8D0B0; /* [strFuncLightColor] */
	border-right-color: #E8D0B0; /* [strFuncShadeColor] */
	border-bottom-color: #E8D0B0; /* [strFuncShadeColor] */
	
	cursor: pointer;
}

/* In den Kreuzworträtseln kleben die beiden Schaltflächen "Eintragen" und "Tipp" aneinander.  */
div#ClueEntry form .FuncButton
{
	margin-right: 5px;
}

/*BeginNavBarStyle*/

div.NavButtonBar
{
	background-color: #000000;
	text-align: center;
	margin: 2px 0px 2px 0px;
	clear: both;
	font-size: 100%;
}

.NavButton 
{
	border-style: solid;
	
	border-left-color: #7f7f7f;
	border-top-color: #7f7f7f;
	border-right-color: #000000;
	border-bottom-color: #000000;
	background-color: #000000;
	color: #ffffff;

	border-width: 2px;
	cursor: pointer;	
}

.NavButtonUp 
{
	border-style: solid;

	border-left-color: #7f7f7f;
	border-top-color: #7f7f7f;
	border-right-color: #000000;
	border-bottom-color: #000000;
	color: #000000;
	background-color: #ffffff;

	border-width: 2px;
	cursor: pointer;	
}

.NavButtonDown 
{
	border-style: solid;

	border-left-color: #000000;
	border-top-color: #000000;
	border-right-color: #7f7f7f;
	border-bottom-color: #7f7f7f;
	color: #000000;
	background-color: #ffffff;

	border-width: 2px;
	cursor: pointer;	
}

/*EndNavBarStyle*/

a
{
	color: #0000ff; /* [strLinkColor] */
}

a:visited
{
	color: #ff00ff; /* [strVLinkColor] */
}

a:hover
{
	color: #0000ff; /* [strLinkColor] */
}

/* Elements added from hp6.cs_ */

.FeedbackText, .FeedbackText span.CorrectAnswer, .FeedbackText span.Guess, .FeedbackText span.Answer
{
	color: #000000; /* [strTitleColor] */
}

div.Feedback 
{
	background-color: #FFF8E8; /* [strPageBGColor] */
	left: 33%;
	width: 34%;
	top: 33%;
	z-index: 1;
	border-style: dotted;
	border-width: 1px;
	border-color: #8C8A8C;
	padding: 5px;
	text-align: center;
	color: #000; /* [strTitleColor] */
	position: absolute;
	display: none;
	font-size: 100%;
}

#FeedbackOKButton
{
	color: #8C8A8C;
}

/* Alles hier drunter ist aus hp6_kopie.css. */
/* 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;
	text-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: 140%;
	text-align: center;
	width: 50%;
	display: table-cell;
	padding: 2em;
	margin: 0px;
	border: 1px dotted #8C8A8C;
	color: [strTextColor];
	background-color: #FFF8E8; /* [strExBGColor] */
}

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: [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 */

.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: center;
	margin-bottom: 1em;
}

/* JQuiz styles */

div.QuestionNavigation
{
	text-align: center;
}

.QNum
{
	margin: 0em 1em 0.5em 1em;
	font-weight: bold;
	vertical-align: middle;
}

textarea
{
	font-family: [strFontFace];
}

.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: [strTitleColor];
}

.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;
}


.LeftItem
{
	font-size: 100%;
	color: [strTextColor];
	text-align: left;
}

.RightItem
{
	font-weight: bold;
	font-size: 100%;
	color: [strTextColor];
}

span.CorrectMark
{

}

input, textarea
{
	/* font-family: [strFontFace]; */
	font-size: 120%;
}

input
{
	border: 1px dotted #8C8A8C;
}

/* In den Kreuzworträtseln brauche ich Abstände für die input - Boxen. */
#ClueEntry input
{
	margin-right: 10px;
	margin-left: 10px;
}



select
{
	font-size: 100%;
}


[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
{
	text-align: left;
}

#ReadingDiv h3.ExerciseSubtitle
{
	color: [strTextColor];
}

[/inclReading]
/* Keypad styles */

div.Keypad
{
	text-align: center;
	display: none; /* initially hidden, shown if needed */
	margin-bottom: 0.5em;
}

div.Keypad button
{
	font-family: [strFontFace];
	font-size: 120%;
	border: 1px solid #E8D0B0;
	background-color: #FFF8E8;
	color: #000000;
	width: 2em;
	padding-top: 0.2em;
}

/*BeginNavBarStyle*/

div.NavButtonBar
{
[inclNavBarColor]	background-color: [strNavBarColor];[/inclNavBarColor]
	text-align: center;
	margin: 2px 0px 2px 0px;
	clear: both;
	font-size: 100%;
}

.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*/
