/* Hot POtatoes stylesheet */
/* Tom Osman: September 2004 */

body{
	font-family: Geneva, Arial;
	padding-left: 5%;
	padding-right: 5%;
	font-size: small;
	
}

p{
	text-align: justify;
	margin: 0px;
	font-size: small;
}

table,tr,td,div,span{
	background-color: #Fff8da;
	font-size: small;
}

div.Titles{
	padding-top: 10px;
	text-align: center;
	margin-bottom: 4px;
	color: #000033;
}

.ExerciseTitle{
	font-size: large;
	color: #000033;
}

.ExerciseSubtitle{
	color: #000033;

}

span.Instructions{

}

.QuestionText{

}

.AnswerText{

}

.QNum{
	font-weight: bold;
}

.FeedbackText{

}	

div.Feedback {
	background-color: #cbdbc4;
	left: 1px;
	top: 33%;
	z-index: 1;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	text-align: center;
	color: #000033;
	position: absolute;
	display: none;
	font-size: small;
}



div.StdDiv{
	/*background-color: #ffffbf;*/
	background-color: #fff8da;
	text-align: center;
	color: #000000;
	padding: 1em;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin: 1px 0px 0px 0px;
	font-size: small;
}


.FunctionButton {
	background-color:#ffeb00;
	color: #000000;
	text-align: center;
	border-style: solid;
	border-color: #a4d2bc;
	border-width: 2px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
}

div.NavButtonBar{
	background-color: #CBDBC4;
	text-align: center;
	margin: 2px 0px 2px 0px;
	clear: both;
	font-size: small;
}

div.NavButtonBar button {
	border-color: #33cc66;
	border:1px ridge #FF6600;
	background-color: #A4D2BC;
	border-width: 2px;
	padding: 2px 2px 2px 2px;
	color: #000000;
	cursor: pointer;	
}

