/* 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.0 Release 4 Build 27 */
/* Hack to hide a nested Quicktime player from IE, which can't handle it. */
* html object.MediaPlayerNotForIE {
	display: none;
}
body{
	font-family: Helvetica,Arial,sans-serif;
	background-color:	#7F93AC;
	background-image:url(fond.jpg);
	background-repeat:repeat-y;
	color: #000000;
	margin-right: 5%;
	margin-left: 5%;
	font-size: 12pt;
}
p{
	text-align: left;
	margin: 0px;
	font-size: 100%;
}
table,div,span,td{
	font-size: 100%;
	color: #000000;
}
div.Titles{
	padding: 0.5em;
	text-align: center;
	color: #ffffff;
}
button{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 100%;
	display: inline;
}
.ExerciseTitle{
	font-size: 140%;
	color: #ffffff;
}
.ExerciseSubtitle{
	font-size: 120%;
	color: #ffffff;
}
div.StdDiv{
	width:70%;
	margin:0px auto;
	background-color:#D5D5FF;
	text-align: center;
	font-size: 100%;
	padding: 0.5em;
	border: solid 1px #fff;
	margin-bottom:5px;
}
/* EndCorePageCSS */

.Guess{font-weight: bold;}
.CorrectAnswer{font-weight: bold;}
.FeedbackText, .FeedbackText span.CorrectAnswer, .FeedbackText span.Guess, .FeedbackText span.Answer{color: navy;}
input, textarea{font-family: Verdana,Arial,Geneva,sans-serif;}
select{font-size: 100%;}
div.Feedback {
	background-color: #FFFF33;
	left: 33%;
	width: 34%;
	top: 33%;
	z-index: 1;
	border: solid 1px navy;
	padding: 5px;
	text-align: center;
	color: navy;
	position: absolute;
	display: none;
	font-size: 100%;
}
div.ExerciseDiv{color: #000000;}
/* JCloze styles */
.ClozeWordList{
	text-align: center;
	font-weight: bold;
}
div.ClozeBody{
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	line-height: 2.0;
	color:navy;
}
span.GapSpan{font-weight: bold;}
.FuncButton {
	text-align: center;
	border-style: solid;
	border-left-color: #eeeeee;
	border-top-color: #eeeeee;
	border-right-color: #6e6e6e;
	border-bottom-color: #6e6e6e;
	color: navy;
	font-weight:bold;
	background-color: #dddddd;
	border-width: 2px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
}
.FuncButtonUp {
	color: #dddddd;
	text-align: center;
	border-style: solid;
	border-left-color: #eeeeee;
	border-top-color: #eeeeee;
	border-right-color: #6e6e6e;
	border-bottom-color: #6e6e6e;
	background-color: navy;
	color: #dddddd;
	font-weight:bold;
	border-width: 2px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
}
.FuncButtonDown {
	color: #dddddd;
	text-align: center;
	border-style: solid;
	border-left-color: #6e6e6e;
	border-top-color: #6e6e6e;
	border-right-color: #eeeeee;
	border-bottom-color: #eeeeee;
	background-color: navy;
	color: #dddddd;
	font-weight:bold;
	border-width: 2px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
}

/*BeginNavBarStyle*/
div.NavButtonBar{
	background-color: 	#F88017;
	text-align: center;
	margin: 2px 0px 2px 0px;
	clear: both;
	font-size: 100%;
}
.NavButton {
	border-style: solid;
	border-left-color: #bfbfbf;
	border-top-color: #bfbfbf;
	border-right-color: #404040;
	border-bottom-color: #404040;
	background-color: #808080;
	color: #000000;
	border-width: 2px;
	cursor: pointer;	
}
.NavButtonUp {
	border-style: solid;
	border-left-color: #bfbfbf;
	border-top-color: #bfbfbf;
	border-right-color: #404040;
	border-bottom-color: #404040;
	color: #808080;
	background-color: #000000;
	border-width: 2px;
	cursor: pointer;	
}
.NavButtonDown {
	border-style: solid;
	border-left-color: #404040;
	border-top-color: #404040;
	border-right-color: #bfbfbf;
	border-bottom-color: #bfbfbf;
	color: #808080;
	background-color: #000000;
	border-width: 2px;
	cursor: pointer;	
}
/*EndNavBarStyle*/
a:link, a:visited, a:hover{color: #000000;}
input.GapBox{font-size:13pt;}
#cmd{
	background-color:#A4A4FF;
	color:navy;
	border:solid 1px #fff;
	padding:10px;
}
#Instructions{
	background-color:#7F93AC;
	color:#fff;
	border:solid 1px #fff;
	padding:10px;
}
#xiti{text-align:center;}
