
body {
	text-align: center;
	padding: 35px;
	margin: 0;
	background-color: #f9f9f9;
	font-family: Verdana, sans-serif;
	font-size: 14px;
}

a:link, a:hover, a:active, a:visited {
	color:#666633;
}

#topbar {
	margin: -35px -35px 0 -35px;
	background-color: #e9e9e9;
	padding: 15px;
}
#studentswitch {
	border: none;
	background-color: transparent;
	color:#666633;
	font-size: 15px;
	cursor: pointer;
	text-decoration: underline;
}

#heading {
	font-size: 36px;
	font-weight: bold;
	color: #999966;
}

h1 {
	margin: 35px;
}
h2 {
	margin: 25px;
}
h2 a:link, h2 a:visited, h2 a:active { text-decoration:none; }
h2 a:hover { text-decoration:underline; }

h3 {
	margin: -10px 0 20px 0;
	font-size: 20px;
}

table td {
	text-align: left;
	padding: 10px 15px;
}

textarea {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	width: 400px;
	height: 130px;
}

select {
	font-size: 12px;
}

.preview {
	background-color: white;
	border-radius: 10px;
	min-width: 600px;
	min-height: 130px;
	font-size: 11px;
	padding: 5px;
}

.mchoice {
	width: 105px;
}
.correctC {
	width: 102px;
}

.quBox {
	margin: 10px auto;
	padding: 45px;
	border-radius: 10px;
	font-size: 15px;
	text-align:center;
	width: 70%;
	background-color: white;
	border: 1px solid #999999;
	position: relative;
}

.marksDiv {
	color: #999966;
	font-weight: bold;
}
.marksAwardedDiv {
	background-color: #996;
	width: 210px;
	margin: 20px auto;
	padding: 5px;
	border-radius: 6px;
	color: white;
}
.marksAwardedDiv strong {
	font-size: 17px;
}
.marksAwardedDiv em {
	font-size: 30px;
	font-style: normal;
}


.answ {
	max-width: 60%;
	margin: 30px auto;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: left;
	border-radius: 10px;
	background-color: #f9f9f9;
	padding: 10px;
	line-height: 200%;
}

.assBut {
	background-color: #cceeee;
	width: 500px;
	padding: 10px;
	margin: 0 auto;
	margin-bottom: 40px;
	border-radius: 10px;
}
.assBut h3 {
	font-size: 18px;
	margin: 4px 6px 10px 6px;
}
.assBut a:link, .assBut a:hover, .assBut a:active, .assBut a:visited {
	color: #444411;
}

#questionList td {
	border-bottom: 1px solid #cccccc;
	font-size:13px;
	padding: 4px 14px;
}
#questionList td a {
	font-size: 11px;
}
#questionList td strong {
	display: block;
	margin-top: 10px;
	font-size: 15px;
}
#questionList img {
	width: 14px;
}

.answerbox {
	width: 90%;
	margin: 5px 5px 5px 22px;
	font-size: 15px;
}
.marks1 { height: 20px; }
.marks2 { height: 40px; }
.marks3 { height: 80px; }
.marks4 { height: 180px; font-size:12px; }
.marks5 { height: 180px; font-size:11px; }
.marks6 { height: 280px; font-size:11px; }
.marks7 { height: 140px; }
.marks8 { height: 160px; }
.marks9 { height: 200px; }

.qmark {
	padding: 30px 0;
}
#markTable {
	font-size: 11px !important;
}
#markTable td {
	border-right: 1px solid #999 !important;
	border-bottom: 1px solid #999 !important;
	padding: 5px !important;
}
#markTable img {
	width: 18px;
}

.markTable input {
	border: 0;
	background-color: ccc;
	color: black;
}

#saveFloat {
	position: fixed;
	bottom:0px;
	left: 0;
	z-index:2;
	background-color: #eee;
	width:100%;
	padding: 5px;

}
#saveFloatBut {
	font-size:25px;
	width:350px;
	border: 0;
	border-radius: 5px;
	padding: 5px;
	color: white;
	margin:5px 5px 15px 5px;
	background-color: #c66;
	cursor: pointer;
}
#saveFloatBut2 {
	font-size:25px;
	width:250px;
	border: 0;
	border-radius: 5px;
	padding: 5px;
	color: white;
	margin:5px 5px 15px 5px;
	background-color: #e99;
	cursor: pointer;
}

#revealAnswer {
	background-color: #99FF99;
	width: 95%;
	margin: 20px 0px 0px 0px;
	text-align: left;
	padding:10px;
	font-size: 12px;

}