/* ---------------------------------------------------------
CSS DOCUMENT: GLOBAL

LINGUISTICS 20 PRACTICE MODULES
DEVELOPED AT THE UNIVERSITY OF CALIFORNIA, SANTA BARBARA
DEPARTMENT OF LINGUISTICS

HTML, CSS, JAVASCRIPT: CARLOS M NASH
         HTML AND CSS: KOBIN H KENDRICK
--------------------------------------------------------- */

/* BODY ------------------------------------------------- */
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	background-color:#FFF;
	font-size:90%;
	text-align:center;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
	background-position:center top;
	margin-top:10px;
	margin-right: px;
	margin-bottom: 5;
	margin-left: px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5pt;
}
/* LAYOUT BOX ------------------------------------------- */
#box {
	text-align:left;
	margin: auto;
	width:80%;
	background-color: #FFF;
}
/* STEPS ------------------------------------------------ */
#steps {
	text-align:center;
	font-size:100%;
	padding:5px;
	color:#999;
	border-top: 1px solid #EAEAEA;
	border-right: 1px none #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	border-left: 1px none #EAEAEA;
}
#steps ul {
	margin:0;
	padding:0;
}
#steps li {
	display:inline;
	list-style:none;
	margin:0;
	padding:5px;
}
.currentstep {
	font-size:120%;
	font-weight:bold;
}
/* MAIN CONTENT ----------------------------------------- */
#mainContent {
	float:left;
	width:100%;
	margin-top:20px;
	margin-bottom:5px;
}
/* DATA BOX, used to hide/show the data table ----------- */
#databox {
	display:block;
}
#databox2 {
	display:block;
}
.dataTable {
	border: 1px solid #EC078C;
	font-size:150%;
	font-family: "Doulos SIL", Gentium, "Lucida Sans Unicode";
	background-color:#FFFFFF;
}
/* SIDEBAR ---------------------------------------------- */
#sideBar {
	font-size:85%;
	border-left: 1px solid #EAEAEA;
	margin-left:82%;
	margin-top:10px;
	padding-left:10px;
}
html>body #sideBar {
}
#sideBar h4 {
	font-size:90%;
}
#sideBar a {
	text-decoration:underline;
}
/* FOOTER ----------------------------------------------- */
#footer {
	border: 1px solid #EAEAEA;
	clear:both;
	padding:5px;
	margin-top:10px;
	text-align:right;
}
#footer p {
	margin:0px;
	font-size:80%;
}
/* HEADERS ---------------------------------------------- */
#header {
}
h1, h2, h3, h4 {
	font-family:Tahoma;
	letter-spacing: 0.05em;
	color: #666;
}
h1 {
	font-size:160%;
	margin:0px;
	margin-bottom:5px;
	border-bottom: 1px solid #EAEAEA;
}
h2 {
	font-size:140%;
}
h3 {
	font-size:120%;
}
h4 {
	font-size:100%
}
/* GENERAL STYLED ELEMENTS ------------------------------ */
a, a:visited, a:active {
	text-decoration:none;
	color:#575757;
}
a:hover {
	color:#EC078C;
}
.unicode {
	font-family:"Doulos SIL", Gentium, "Lucida Sans Unicode";
}
.sans-unicode {
	font-family:"Lucida Sans Unicode", "Doulos SIL", Gentium;
}
.highlight {
	color:#EC078C;
}
.question {
	margin-top:20px;
}
.instructions {
	background-color:#EEE;
	border:2px solid #EC078C;
	padding:3px;
	width:97%;
	font-size:80%;
	font-weight:bold;
}
.instructions p {
	margin:0px;
}
.correct {
	font-size:90%;
	color:#000000;
	background-color:#BFFFB6;
	border: 2px solid #43D330;
	padding:4px;
}
.incorrect {
	font-size:90%;
	color:#000000;
	background-color:#FF9FB9;
	border: 2px solid #DA3838;
	padding:4px;
}
.indent {
	margin-left:20px;
}
.smaller {
	font-size:80%;
}
.larger {
	font-size:125%;
}
.bold {
	font-weight:bold;
}
#nextpage {
	display:none;
}
