body {
  margin: 0;
  font-size: 62.5%;
  line-height: 2em;
  font-family:  "Lucida Grande", Trebuchet MS, Arial,helvetica,clean,sans-serif;
  background-color: #ffffff;
}

div#container {
  padding: 1em;
  position: relative;
  width: 84em;
  margin: 1em auto;
  background-color: #eee;
}

div#lesson_information {
  padding: 2em;
}

div#teacher_information {
  float: left;
  width: 22em;
  text-align: center;
  padding: 1em;
  padding-top: 2em;
  background-color: #ffffe0;
}

div#header {
  padding: 1em;
  margin-bottom: .5em;
  background-color: #fffff0;
  overflow: auto;
}

div#footer {
  margin-top: 1em;
  padding: 1em;
  background-color: #fffff0;
  text-align: center;
}

div#main {
  clear: both;
  padding: 2em;
  min-height: 50em;
  background-color: #fff;
}

div#main:after {
  clear:both;
}

div#main-right {
  width: 50em;
  padding: 2em;
  float: right;
  min-height: 40em;
  background-color: #ffffe0;
}

#lesson {
  text-align: center;
  padding: 1.5em;
}

p {
  font-size: 14px;
  padding: 1em 0;
}

ul#username {
  display: block;
  float: right;
  width: 40em;
  text-align: right;
}

ul#breadcrumbs {
  float: left;
  display: block;
  width: 25em;
}

ul#username li, ul#breadcrumbs li {
  display: inline;
  font-size: 1.6em;
  padding: 0 1em 0 1em;
}

ul#breadcrumbs li {
  border-right: .1em solid #eee;
}
ul#username li {
  border-left: .1em solid #eee;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.6em;
}

form#add_lesson {
  padding: 1em;
  background-color: #eee;
  text-align: right;
  overflow: auto;
}

form#add_lesson p {
  display: inline;
}

/* Lessons list */

table#lessons {
  padding: 1em;
  width: 100%;
  text-align: left;
  font-size: 1.6em;
  background-color: #ddd;
  border-spacing:0;
}

table#lessons caption {
  text-align: left;
  font-size: 1em;
  background-color: #ddd;
  margin: 0;
  padding: 1em;
}

table#lessons th {
  padding: .5em;
  margin:0; 
}

table#lessons td {
  v-align: middle;
  padding: .5em;
  margin: 0
}

table#lessons tr.lesson:hover {
  background-color: #faf0e6;
}

/* Browser Test */

li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.4em;
}

li.test {
  list-style:none;
  font-size: 1.6em;
  vertical-align: middle;
  background-image: url('/images/tick-large.png');
  background-repeat: no-repeat;
  background-position: 0 .2em;
  padding: .5em 0 .5em 2em;
  margin: .2em;
}

li.test.failed {
 background-image: url('/images/cross-large.png'); 
}

/* Messages */

p.messages {
  margin: .5em;
  padding: .5em;
  text-align: center;
}

p.messages.message, p.messages.notice {
  background-color: #b4f8a9;
}

p.messages.error {
  background-color: #ff7878;
}

/* Student login box */

div#student_login {
  margin: 0 auto;
  padding: 2em;
}

div#student_login form {
  background-color: #b4f8a9;
  padding: 1em;
}

span {
  display: block;
  font-size: 1.4em;
}

div#student_login h1 {
  margin-bottom: .8em;
}

div#student_login h2 {
  margin-top: .8em;
}

/* **************** */

img.icon {
  padding-right: .5em;
  vertical-align: middle;
}

div#parent_notes {
  background-color: #44b4d5;
  margin-top: 2em;
  padding: 1em;
  float: left;
  width: 46%;
}

div#browser_test {
  background-color: #ff8c00;
  margin-top: 2em;
  padding: 1em;
  float: right;
  width: 46%;
}

/* Text formatting */
.pre {
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

br.clear {
  clear: both;
}

/* code highlighting */

.code {
  display: block;
  padding: 1em;
  margin: .5em;
  background-color: #eee;
  font-weight: bold;
  font-size: 1.8em;
}

img.screenshot {
  text-align: right;
  margin: 1em auto;
  padding: 1em;
  border: .1em solid #eee;
}

label span.uneditable {
  border: 1px solid grey;
  background-color: #ccc;
  padding: 1px;
  width: 260px;
  font-size: 1.6em;
}
/*
div#login, div#forgotten, div#signup {
  width: 36em;
  float: right;
}
*/
div#terms {
  border: 1px solid #eee;
  background-color: #eff;
  padding: 10px;
  width: 34em;
  float: left;
}

dl {
  font-size: 14px;
}

dl dt {
  font-weight: bold;
  margin: 5px 5px 5px 0;
}

div#student_login a {
  font-size: 14px;
  margin-bottom: 5px;
}


/* not so red and angry form error highlights */
.errorExplanation {
	border: solid 2px black;
	background: #fbb;
	padding:10px;
	margin:10px;
	
}

.errorExplanation h2 {
	display: inline;
	text-transform: capitalize;
	font-size: 110%;
	font-style: italic;
	
}

.errorExplanation ul {
	margin-left: 1.5em;
	list-style: disc inside;
	font-style: italic;
}

.fieldWithErrors {
/*  background:red;*/
	background: url('/images/cross.gif') no-repeat 100% bottom;
}

.fieldWithErrors input {
	background-color: #ff9;
	width: 90% !important;
}
/* eof form errors */






























/*  =updates 21/10/09  */

body.students {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	}

body.students h1,
body.students h1 a,
body.students h2,
body.students h2 a,
body.students h3,
body.students h4,
body.students div#header ul a {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #281F12;
	}

body.students a {
	color: black;
	}

body.students p {
	font-size:14px;
	line-height:20px;
	padding:10px 0;
	clear: left;
	}

body.students a:hover {
	color: red !important;
	}
	
body.students h1 {
	font-size: 30px; 
	font-weight: bold;
	line-height: 40px;
	padding:20px 0 0;
	width: 400px;
	float: left;
	}
	
body.students h1#lessons {
	width: 300px;
	}
	
body.students #info h1 {
	width: 850px;
	}
	
body.students h2 {
	font-size: 24px; 
	font-weight: bold;
	line-height: 30px;
	padding:0;
	}
	
body.students #info h2 {
	margin-top: 30px;
	}
	
body.students div#container {
	padding: 0;
	position: relative;
	width: 850px;
	margin: 5px auto;
	background-color: #fff;
	}
	
body.students div#header {
	background: #fff;
	height: 130px;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0 0 20px;
	width: 850px;
	}
	
#studentNav {
	overflow:hidden;
	position:absolute;
	top:90px;
	width:850px;
	height:40px;
	/*
	width:848px;
	height:38px;
	background-color:#C0F2FD;
	border:1px solid #C3DADF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	*/
	background: transparent url(../images/students/header-bar.png) no-repeat scroll 0 0px;
	}
	
body.students div#header ul li {
	float: left;
	}
	
body.students div#header ul {
	position: relative;
	top:10px;
	}
	
body.students div#header ul#username,
body.students div#header ul#username li {
	display:block;
	right:0;
	text-align:right;
	width:auto;
	}

body.students div#header ul#username li a {	
	padding:0 0 0 20px;
	}
	
body.students div#header ul#username li.user a {	
	background:transparent url(../images/students/users-trans.png) no-repeat scroll 0 2px;
	}
	
body.students div#header ul#username li.logout a {	
	background:transparent url(../images/students/exit-trans.png) no-repeat scroll 0 2px;
	}
	
body.students ul#breadcrumbs {
	float: left;
	}
	
body.students ul#breadcrumbs li a {
	background: transparent url(../images/students/home-trans.png) no-repeat scroll 0 1px; 
	padding-left: 23px;
	}
	
body.students div#header ul a {
	color:#000;
	text-decoration:none;
	}

body.students div#header ul li {
	border:0px none;
	}
	
body.students div#main {
	padding:0;
	}

body.students form#add_lesson {
	/*-moz-border-radius-topleft:50px;
	-moz-border-radius-topright:10px;
	background:#FFFDDF none repeat scroll 0 0;
	border:1px solid #DFDCB5;
	border-bottom-width: 0px;*/
	float:right;
	margin-top:22px;
	padding:12px 10px 7px 30px;
	width:412px;	
	background: transparent url(../images/students/add-course.png) no-repeat scroll 0 1px;
	}
/**/
	
body.students table#lessons {
	background-color:#EFFCFF;
	border:1px solid #C3DADF;
	border-collapse:separate;
	padding:0;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	clear: both;
	}
	
html.msie body.students table#lessons {	
	border-collapse: collapse;
	}
	
body.students table#lessons tr.headings {
	height: 40px;
	background-color:#C0F2FD;
	}
			
		
body.students table#lessons tr a {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color:#000;
	font-weight: bold;
	}
	
body.students table#lessons tr.lesson {
  	border-top: 1px solid #C3DADF;
	background-color:#EFFCFF;
	}
		
body.students table#lessons tr.lesson:hover {
  	background-color: #fff;
	}

body.students div#parent_notes {
	background-color:#e7fee3;
	border:1px solid #bce8b4;
	float:left;
	padding:20px;
	width:373px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	margin:20px 0;
	}
	
body.students div#parent_notes p {
	padding: 10px 0;
	}
	
body.students div#parent_notes ul {
	
	}
	
body.students div#parent_notes li {
	font-size:14px;
	line-height:20px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:10px 0 0;
	}
	
body.students div#browser_test {
	background:#FFFDDF none repeat scroll 0 0;
	border:1px solid #DFDCB5;
	float:right;
	margin:20px 0;
	padding:20px;
	width:373px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	min-height: 300px;
	}

body.students div#footer {
	background-color:#FFFFFF;
	margin-top:1em;
	padding:20px;
	}
	
body.students table#lessons th {
	margin:0;
	padding:14px 20px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color:#000;
	background: #C0F2FD url(../images/students/tile.png) no-repeat scroll 0 1px;
	font-weight: bold;
	}
	
body.students table#lessons td {
	border-top:1px solid #C3DADF;
	margin:0;
	padding:10px 20px;
	}
	
/*
	user account page
*/
	
body.students div#student_login {
	margin:0 auto;
	padding:0;
	}
	
#student_login .inner {
	width: 100%;
	overflow: auto;
	clear: both;
	}
	
body.students div#terms {
	background-color:#EEFFFF;
	border:1px solid #EEEEEE;
	float:left;
	padding:20px;
	width:340px;
	clear: both;
	}
	
body.students #student_login #signup {
	float: left;
	width: 410px;
	}
	
body.students #student_login h2 {
	margin-top:0;
	}

body.students div#student_login form {
	background:#FFFDDF none repeat scroll 0 0;
	border:1px solid #DFDCB5;
	float:left;
	margin:0;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	padding:15px 20px;
	width: 360px;
	}

body.students #student_secret_question {
	margin-bottom: 10px;
	}

	
/*
	log-in page
*/
	
body.students div#student_login {
	margin:0 auto;
	overflow:auto;
	padding:0;
	}

body.students div#student_login h1 {
	float: left;
	width: 100%;
	}

body.students div#student_login #terms {
	float: right;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:#EFFCFF none repeat scroll 0 0;
	border:1px solid #C3DADF;
	position: relative;
	}

body.students div#student_login #login {
	float: left;
	position: absolute;
	padding-top: 200px;
	width: 410px;
	}
	
p.messages.message, p.messages.notice {	
	background-color:#E7FEE3;
	border:1px solid #BCE8B4;
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
	
div#student_login #login ul li a {
	font-size:14px;
	line-height:30px;
	font-weight: bold;
	}
	
div#student_login #login ul li:before {
	content: "• ";
	}

div#student_login p a {
	font-size:14px;
	line-height:20px;
	font-weight: normal;
	}
	

body.students div#student_login #login form {
	background:#FFFDDF none repeat scroll 0 0;
	border:1px solid #DFDCB5;
	padding:15px 20px;
	position:absolute;
	top:40px;
	left: 0;
	width:300px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;					
	}
	
body.students div#student_login #login h2 {
	position: absolute;
	top:0;
	left: 0;
	margin: 0;
	padding: 0;
	}

#student_login form label span {
	display:block;
	font-size:12px;
	line-height:15px;
	}
		
#student_login form label input {
	display:block;
	margin-bottom: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	
#student_login form #submit	{
	margin-bottom: 0;
	}

dl dt {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:21px;
	font-weight:bold;
	line-height:30px;
	margin:0;
	padding: 0;
	}
	

dl dd {
	font-size:14px;
	line-height:20px;
	margin:0;
	padding: 0 0 10px;
	}

#logo,
#msName {
	position: absolute;
	right: 0;
	}

#logo {
	top: 10px;
	left: 0px;
	margin: 0;
	padding: 0;
	}
	
#logo img {
	margin: 0;
	padding: 3px;
	background: #fff;
	}

#msName {
	font-size:51px;
	right: 0;
	line-height:60px;
	top:10px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #281F12;
	}

div#teacher_information {
	padding:2em 1em;
	width: 268px;
	background-color:#EFFCFF;
	border:1px solid #C3DADF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	}
	
#teacher_information .sfn {
	padding-bottom: 10px;
	}
#lesson-main-right h1 {
	float:left;
	font-size:30px;
	font-weight:bold;
	line-height:40px;
	width:400px;
	}
	
#teacher_information img {
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #ddd;
	background: #fff;
	}

#lesson-main-right {
	background:#FFFDDF none repeat scroll 0 0;
	border:1px solid #DFDCB5;
	width: 498px;
	padding: 20px;
	float: right;
	min-height: 40em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
	
#main #lesson-main-right #lmr-inner h1 {
	padding: 0 0 10px;
	}
	
#main #lesson-main-right #lmr-inner h2 {
	padding:10px 0;
	}
	
#main #lesson-main-right #lmr-inner p {
	padding: 0 0 10px;
	}
	
#lmr-inner {
	position: relative;
	top: -7px;
	}
	
/*

Guides

*/

body.students h1.guide {
	width: 100%;
	}
	



