/* ---------------------------------------------------------
CSS DOCUMENT: articulator_quiz.css
To accompany _How_Languages_Work_ (ed. Carol Genetti)
Cambridge University Press

CREDITS FOR ONLINE CONTENT (2013)
Editor and Programmer: Carlos M Nash

ORIGINAL CREDITS (2006-2013)
Developed at the University of California, Santa Barbara
Department of Linguistics
HTML, CSS, Javascript Programmer: Carlos M Nash
HTML and CSS Programmer: Kobin H Kendrick
--------------------------------------------------------- */

.stepPart {
	font-size:60%;
	}

h1 {
	border:0px;
	}

#databox, #table2, #table3, #table4 {
	display:none;
	}
#databox2 {
	display:none;
	}
#databox th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:50%;
	font-weight:normal;
	}

arrangedData {
	font-size:100%;
	}

.hideshow {
	font-size:60%;
	font-weight:normal;
	}

/* Data Table width for Step 3 */
.dtStep3 td {
	width:40px;
	text-align:center;
	}
	
/* Bg-colors used to for Step 3+ */
.pre1 {
	}
.pre2 { 
	}
.post1 {
	}
.post2{
	}
	
	
/* Taken from natural classes */

#question1 {
	display:block;
	}

#question2, #question3, #question4, #question5, #question6,  #question7, #question8 {
	display:none;
	}
	
#correct0, #correct1, #correct2, #correct3, #correct4, #correct5, #correct6, #correct7, #correct8, #correct9 {
	display:none;
	}

#incorrect0, #incorrect1, #incorrect2, #incorrect3, #incorrect4, #incorrect5, #incorrect6, #incorrect7, #incorrect8, #incorrect9 {
	display:none;
	}

#correct1 .unicode, #correct2 .unicode, #incorrect1 .unicode, #incorrect2 .unicode  {
	font-size:120%;
	}

#nextpage {
	display:none;
	}

.nextStep {
	text-align:center;
	font-weight:bold;
	}
.nextStep A {
	text-decoration:underline;
	}
.stepName {
	color:#EC078C;
	;
	margin-top:30px;
	}
	
.colPad {
	padding-right:10px;
	}
.morphTable {
	margin-left:10px;
	}
.uniForm {
	font-family:"Doulos SIL", "Lucida Sans Unicode";
	font-size:120%;
	}
.noteBox {
	font-size:85%;
	background-color:#FFFFFF;
	margin-top:10px;
	padding:10px;
	line-height:120%;
	border: 1px solid #C0C0C0;
	}
#noteBox1 {
	display:none;
	}

.moreData {
	color:#EC078C;
	;
	background-color:#FEE2F2;
	;
	}
	
