/* @override http://localhost/ncl/lectures/info/css/main.css */

/* @override http://localhost/ncl/lectures/info/css/main.css */

/* @override http://localhost/ncl/lectures/info/css/main.css */

/* @override http://localhost/ncl/lectures/info/css/main.css */

body {
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#mainpage
{
	background-color: #fdffd2;
	//font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	/*background-color: rgba(251,255,113,0.36); */
	//background-color: #fdffd2;
	width: 900px;
}

#helppage
{
	//background-color: #fdffd2;
}

.quizsection {
	display: block;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fffeff;
	padding-top: 1px;
	padding-left:  5px;
	padding-right:  5px;
	margin-bottom: 10px;
}

a.externallink {
	text-decoration: none;
	font-variant: normal;
	background-color: #56d5ff;
}

a.helplink {
	text-decoration: none;
	font-variant: normal;
	padding-right: 3px;
}

a.external {
	font-variant: normal;
	padding-right: 3px;
}

a.internallink {
	text-decoration: none;
}

.helptext {
	background-image: none;
	background-color: #eaeaea;
	padding-top: 10px;
	padding-left:  10px;
	padding-right:  10px;
	padding-bottom:  10px;
	margin-bottom: 5px;
}

.instructions {
	padding-bottom: 10px;
}

#mainheader {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 10px;
}

.overview, .review {
	padding-bottom: 10px;
	list-style-type: disc;
	list-style-position: outside;
}

.maintext {
	padding-bottom: 10px;
}

.subheader {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
}

#footer {
	padding-top: 10px;
	margin-top: 10px;
}

.testinstructions {
	font-style: italic;
	padding-top: 4px;
	padding-bottom: 4px;
}

.testquest, .testanswer
{
	height: 20px;
}

.testanswer {
	position:relative;
	height: 100%;
	margin-left: 20px;
}

.testquest{
	margin-left: 10px;
}
/*
.answerspace {
	clear: both;
}

.thepotentialanswers, .youranswer, .correctanswer, .feedback
{
	position: relative;
	float left;
	overflow:hidden;
	display:inline-block;	
}

.thepotentialanswers {
	width: 300px;
}

.youranswer {
	width: 100px;
}

.correctanswer {
	width: 100px;
}

.feedback {
	width: 360px;
	float: right;
}

.feedbacktext
{

}


.answerspace {
   clear: both;
    width: 100%;
   float: left;
   overflow: hidden;
   position: relative;
}

.thepotentialanswers{
   width: 60%;
   left: 1%
}
.youranswer{
   width: 5%;
   left: 0%
}
.correctanswer{
   width: 5%;
   left:0%
}
.feedback{
   width: 30%;
   height: 100%;
   left: 0%
}

.thepotentialanswers{
   padding: 0px 0px 1em 0px;
   overflow: hidden;
   float: left;
   position: relative;
}
.youranswer{
   padding: 0px 0px 1em 0px;
   overflow: hidden;
   float: left;
   position: relative;
}
.correctanswer{
   padding: 0px 0px 1em 0px;
   overflow: hidden;
   float: left;
   position: relative;
}
.feedback{
   padding: 0px 0px 1em 0px;
   overflow: hidden;
   float: left;
   position: relative;
}*/



.pagenavigation {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.sequence {
	padding-bottom: 8px;
}


.screenimage, .gimage {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}

.imagecaption {
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 600px;
	text-align: center;
}

#headermenu {
	text-align: center;
	font-size: 14px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 8px;
}

a.menulink {
	text-decoration: none;
}

#pagelist {
	padding-left: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.maintextlinks {
	line-height: 18px;
}

.linklist {
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}
