/* styles for LMS framework layout */
body {
	margin: 0px;
	padding: 0px;
	font-family: skia,myriad,sans-serif;
}
#rightbar {
	position: absolute;
	top: 0;
	left: 666;
	border: 0;
}
#topbar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}
#logo {
	position: absolute;
	top: 0;
	left: 10;
	z-index: 5;
}
#bottomleft {
	position: absolute;
	top: 481;
	left: 0;
	z-index: 6;
}
#statusbar {
	position: absolute;
	top: 543;
	left: 152;
}
#pageCountDownTimer {
	position: absolute;
	top: 0;
	left: 320;
	z-index: 13;
	margin-top: 2px;
	line-height: 1.2em;
	font-size: 1.1em;
	font-weight: 700;
	color: #fff;
}
.statustext {
	position: absolute;
	top: 543;
	left: 160;
	margin: 2px 0 0 0;
	padding: 0;
	line-height: .8em;
	font-size: .7em;
	font-weight: 700;
	color: #fff;
}
.statustext td {
	line-height: .8em;
	font-size: .7em;
	font-weight: 700;
	color: #fff;
}
#previous {
	position: absolute;
	top: 486;
	left: 690;
	z-index: 16;
	border: 0;
}
#next {
	position: absolute;
	top: 486;
	left: 730;
	z-index: 16;
	border: 0;
}
#content {
	position: absolute;
	top: 64;
	left: 0;
	height: 450;
	width: 677;
	z-index: 7;
	background-color: transparent;
	 padding: 10px 0px 0px 50px;
}
#timeRemaining {
	position: absolute;
	top: 70;
	left: 490;
	width: 165px;
	border: 1px solid #036;
	background-color: #ffffe0;
	color: #111;
	font-family: skia,myriad,sans-serif;
	font-size: .7em;
	z-index: 2000;
	padding: 6px;
}

/* stylish defaults */
/* this affects the top bar and status bar only */
img {
	border: 0px solid transparent;
}

/* 	the height of the content div should really be: 517 */

/* styles for chapter/element content */

h1 {
	font-size: 1.2em;
	margin: 10px 0px 0px 10px;
	color: #036;
}
h2 {
	font-size: 1.1em;
	margin: 10px 0px 0px 30px;
	color: #036;
}
h3 {
	font-size: 1em;
	margin: 10px 0px 0px 50px;
	color: #036;
}

/* p {
	font-size: .8em;
	margin: 0px 50px 20px 50px;
	color: #333;
} */

/* the following "table" style is just to move the current tabled content away from the edge of the framework*/
/* margin-left: auto does not center tables in IE like it does other elements */
/*#content table {
	margin: auto;
	margin-top: 5px;
}*/

/* div for fadein error messages */
#agreementbox {
	position: absolute;
	width: 360px;
	left: 0px;
	top: 0px;
	border: 2px solid black;
	background-color: #ffffe0;
	padding: 20px;
	visibility: hidden;
}
#staticbox {
	position: absolute;
	width: 360px;
	left: 190px;
	top: 90px;
	border: 2px solid black;
	background-color: #eeefe1;
	padding: 20px;
	visibility: hidden;
	z-index: 10;
}

#nextHelpBox {
	margin-top: 2px;
	font-family: skia,myriad,sans-serif;
	font-size: .8em;
	font-weight: 700;
	color: #c00;
	position: relative;
	width: 360px;
	height: 20px;
	left: 110px;
	border: 2px solid black;
	background-color: #ffffe0;
	padding: 5px;
	visibility: hidden;
}

#questionExplanationDivCorrect {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: skia,myriad,sans-serif;
	font-size: .8em;
	font-weight: 700;
	color: #000;
	position: relative;
	width: 550px;
	height: 100px;
	left: 0px;
	top: 0px;
	border: 2px solid #000;
	background-color: #9f9;
	padding: 5px;
	z-index: 1000;
}

#questionExplanationDivIncorrect {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: .8em;
	font-weight: 700;
	color: #000;
	position: relative;
	width: 550px;
	height: 100px;
	left: 0px;
	top: 0px;
	border: 2px solid #000;
	background-color: #f99;
	padding: 5px;
	z-index: 1000;
}

#otherInfoBox {
	margin-top: 2px;
	font-size: .9em;
	color: #000;
	position: relative;
	width: 360px;
	height: 220px;
	left: 150px;
	top: 150px;
	border: 2px solid #000;
	background-color: #eeefe1;
	padding: 5px;
	z-index: 1001;
	visibility: hidden;
}

/* styles for time requirements section */
.switch {
	position: absolute;
	top: 496;
	left: 568;
	color: #c00;
	border: 1px solid #036;
	font-size: .8em;
	padding: 2px;
	margin: 0px;
	background-color: #ddd;
}
.time_requirements {
	position: absolute;
	top: 503px;
	left: 554px;
	color: #c00;
	font-size: .6em;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	background-color: #ddd;
	height: 40px;
	width: 110px;
	overflow: auto;
	padding: 0;
	margin: 0;
}
.time_requirements_heading {
	margin-left: 0px;
	padding: 3px 0px 0px 10px;
	width: 370px;
	display: block;
	height: 26px;
	color: #fff;
	font-size: .9em;
	font-weight: 700;
	border: 1px solid #000;
	background-color: #036;
}
.time_requirements img {
	vertical-align: middle;
	text-align: middle;
	border: 0px;
	text-decoration: none;
	color: #c00;
}
.time_required {
	vertical-align: middle;
	text-align: middle;
	color: #c00;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}

/* styles for chapter review */
#reviewQuestionDiv {
	position: absolute;
	width: 600px;
	left: 10px;
	top: 78px;
	color: #000;
	font-family: skia,myriad,sans-serif;
	font-size: .8em;
	font-weight: 500;
	border: 2px solid black;
	background-color: #ffffe0;
	padding: 20px;
}
#reviewQuestionDiv h3 {
	margin-left: 0;
}
p.question {
	font-family: skia,myriad,sans-serif;
	font-size: 1em;
	font-weight: 700;
	margin: 0px;
}
table.review {
	margin-left: 10px;
}
table.review td {
	vertical-align: top;
	font-family: skia,myriad,sans-serif;
	font-size: .9em;
	padding: 0px 6px 6px 0px;
}

/* Styles for media objects. */
#wmpObject, #qtObject {
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	position: absolute;
	top: 503px;
	left: 270px;
}
#qtObject {
	top: 526px;
}

/* Styles for supporting items box. */
#supportingItems {
	position: absolute;
	top: 503px;
	left: 162px;
	color: #c00;
	font-size: .6em;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	background-color: #ddd;
	height: 40px;
	width: 104px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	margin: 0;
}
#supportingItems img {
	height: 13px;
	border: none;
}
#supportingItems ul {
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
}
#supportingItems li {
	clear: left;
}