/*
 * SoftChalk LessonBuilder StyleSheet (C)2002-2014
 * SoftChalk LLC, www.softchalk.com
 *
 * NON STYLED FORMAT
 */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 90%;
}


.nonstyledtable {
	border: 1px solid #808080;
	border-spacing: 0;
}

.nonstyledtable td {
	text-align: left;
	font-weight: normal;
	border: 1px solid #808080;
	padding: 0 .3em 0 .3em;
	margin: 0px;
}

.nonstyledtable th {
	text-align: center;
	font-weight: bold;
	border: 1px solid #808080;
	padding: 0 .3em 0 .3em;
	margin: 0px;
}

.nonstyledtable td p {
  margin: .4em 0 .4em 0;
}

.nonstyledtable th p {
  margin: .4em 0 .4em 0;
}


/*  REPORT  */
#report {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #808080;
	margin: 0 0 30px 0;
}

#report table td {
	text-align: center;
	border: thin ridge #F4F4F4;
	background: #F4F4F4;
	padding: 15px 15px;
}


/* Floating score window  */
#floatingscore {
	font-size: 90%;
	position: absolute;
	border: 1px solid black;
	padding: 2px;
	background-color: #F4F4F4;
	color: #000000;
	width: 60px;
	visibility: hidden;
	z-index: 100;
}


/*  QUIZPOPPER  */
.collapse {
	display: none;
	font-size: .9em;
}

.expand {
	display: block;
	font-size: .9em;
}

.hideqpstuff {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
