*
{
  margin: 0;
  padding: 0;
}

html
{
  width: 100%;
}

body
{
  width: 990px;
  margin: 0 auto;
  font: 12px Arial, sans-serif;
  color: #000000;
}

.font-bold
{
  font-weight: bold;
}

a
{
  text-decoration: none;
  color: #0000dd;
}

a:hover
{
  color: #dd0000;
}

img, table, td, th
{
  border: 0;
}

.align-left
{
  text-align: left;
}

.align-right
{
  text-align: right;
}

.align-center
{
  text-align: center;
}

.text-input, textarea, option, select
{
  font: 12px Arial, sans-serif;
  color: #000000;  
  background: #dcdcdc;
  padding: 2px;
}

.text-input, textarea, select
{
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  border-right: 0;
  border-bottom: 0;
}

textarea
{
  height: 100px;
}

.clearer
{
  clear: both;
  height: 1px;
  overflow: hidden;
  margin-top: -1px;
  margin-bottom: -1px;
}

.clearer2
{
  clear: both;
}

#header
{
  height: 131px;
  border-top: 7px solid #757f9d;
  background: url('../images/header.jpg') no-repeat;
}

#logo
{
  height: 46px;
  margin: 37px 0 0 28px;
  padding: 8px 0 0 211px;
  background: url('../images/logo-lms-large.gif') no-repeat;  
  font-weight: bold;
  color: #445382;
}

#logo span
{
  display: block;
  color: #ff7800;
  letter-spacing: 2px;
}

#main-menu a
{
  color: #ffffff;
  background: url('../images/menu-main-inactive-text.gif') repeat-x;
  padding: 0 8px;
  white-space: nowrap;
}

#main-menu #main-menu-active a
{
  background: url('../images/menu-main-active-text.gif') repeat-x;
}

#main-menu a:hover
{
  color: #dddddd;
}

#main-menu
{
  list-style: none;
  padding-right: 156px;
  height: 21px;
  margin-top: 18px;
  border-bottom: 1px solid #454646;
}

#main-menu li, #main-menu a, #main-menu li span
{
  display: block;
  height: 22px;
}

#main-menu li span, #main-menu li a
{
  float: left;
}

#main-menu li
{
  float: right;
  line-height: 22px;
  background: url('../images/menu-main-inactive-left.gif') no-repeat;
  font-weight: bold;
  letter-spacing: 1px;  
  padding-left: 7px;
  margin: 0 2px;
}

* html #main-menu ul
{
  position: relative;
  z-index: 1;
}

* html #main-menu li
{
  position: relative;
  z-index: 2;  
  margin-bottom: -1px;
}

#main-menu #main-menu-active
{
  background: url('../images/menu-main-active-left.gif') no-repeat;
}

#main-menu li span
{
  padding-right: 7px;
  background: url('../images/menu-main-inactive-right.gif') no-repeat 100% 0;
}

#main-menu #main-menu-active span
{
  background: url('../images/menu-main-active-right.gif') no-repeat 100% 0;
}

#info-menu
{
  height: 21px;
  line-height: 21px;
  padding: 0 68px;
  background: #c9d7a2;
  border-top: 8px solid #687292;
  border-bottom: 1px solid #535555;
  text-align: right;
  font-weight: bold;  
}

#info-menu, #info-menu a
{
  color: #525858;
}

#info-menu a
{
  margin-left: 8px;
}

#info-menu span, #logout
{
  padding-left: 16px;
}

#login-type-learner
{
  background: url('../images/learner.gif') no-repeat 0 50%;
}

#info-menu #login-type-teacher
{
  background: url('../images/teacher.gif') no-repeat 0 50%;
  padding-left: 25px;
}

#info-menu #login-type-observer
{
  background: url('../images/observer.gif') no-repeat 0 50%;
  padding-left: 30px;
}

#login-type-admin
{
  background: url('../images/admin.gif') no-repeat 0 50%;
}

#info-menu #logout
{
  background: url('../images/logout.gif') no-repeat 0 50%;
  color: #ff7800;
}

#content
{
  min-height: 500px;
  border-bottom: 1px solid #535555;
}

#footer
{
  height: 33px;
  padding-top: 9px;
  padding-left: 143px;
  color: #445382;
  background: #ffffff url('../images/logo-lms-small.gif') no-repeat 27px 9px;
  border-top: 7px solid #d5e2b0;
}

#footer span, #footer a
{
  width: 110px;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  display: block;  
}

#footer a
{
  color: #ff8400;
}

.message-alert
{
  float: left;
  width: 130px;
  height: 21px;
  line-height: 21px;
  text-align: left;
  padding-left: 10px;
}

#alert-on
{
  background: url('../images/alert-on.gif') no-repeat 0 50%;
}

#alert-off
{
  background: url('../images/alert-off.gif') no-repeat 0 50%;
}

#help-container
{
  width: 800px;
  margin: 20px auto;
}

#help-container h1
{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 30px;
}

#help-container .help-link
{
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

#help-container .help-link:hover
{
  color: #dd0000;
}

#help-container ul, #help-container ol
{
  padding-left: 25px;
}

#help-container p, #help-container ul,  #help-container ol
{
  line-height: 18px;
}

#help-contents
{
  margin-bottom: 20px;
}

#help-content .help-link
{
  display: block;
  padding: 10px 0;
}

#help-content .no-bottom-padding
{
  padding-bottom: 0;
}

#help-content p
{
  padding: 5px 0;
}