/*------------------------------------------------------------
amartinez
CSS demo para hot potatoes SIMAPE
Curso 2005-2006

version01: 16-04-2007
--------------------------------------------------------------*/

button{
	display: inline;
}



div.StdDiv{
	background-color: #ffffff;
	text-align: left;
	color: #000000;
	padding: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	margin-bottom: 1px;
	
}

/* EndCorePageCSS */



.CorrectAnswer{
	font-weight: bold;
}



span.Instructions{

}

#InstructionsDiv {margin-top:-7px; color:#E43203; background-color:inherit;}

div.ExerciseText{

}

.FeedbackText{
	color: #000000;
}





input, textarea{
	font-size: 100%;
	
}

div.Feedback {
	background-color: #F9F9E6;
	
	width: 50%;
	top: 20%;
	z-index: 1;
	border-style: solid;
	border-width: 1px;
	border-color: #C7C005;
	padding: 5px;
	text-align: center;
	color: #000000;
	position: absolute;
	display: none;
	font-size: 90%;
}




div.ExerciseDiv{
	color: #94A165;
}





/* JQuiz styles */

div.QuestionNavigation{
	text-align: left;
	color: #666;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.QNum{
	margin: 0em 1em 0.5em 1em;
	font-weight: bold;
	vertical-align: top;
}

textarea{
	
}

.QuestionText{

}


ol.QuizQuestions{
	text-align: left;
	list-style-type: none;
	font-size:100%;
}

li.QuizQuestion{
	padding: 1em;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	
}

ol.MCAnswers{
	text-align: left;
	padding: 1em;
	font-size:100%;
	color:#333;
	background-color:inherit;
}

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;
	font-size:90%;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	color: #000000;
	background-color: #ffffff;

	border-width: 2px;
	padding: 0.5px 2px 0.5px 2px;
	cursor: pointer;
}

.FuncButtonUp {
	color: #ffffff;
	text-align: center;
	border-style: solid;
	font-size:90%;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;

	background-color: #DCDCDC;
	color: #000;
	border-width: 2px;
	padding: 0.5px 2px 0.5px 2px;
	cursor: pointer;
}

.FuncButtonDown {
	color: #ffffff;
	text-align: center;
	border-style: solid;
	font-size:90%;
	border-left-color: #999999;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #2A58DD;
	color: #fff;

	border-width: 2px;
	padding: 0.5px 2px 0.5px 2px;
	cursor: pointer;
}



