/**
 * Style sheet shared among all administration pages
 * (both HM2L staff and site administrators).
 *
 * Copyright 2008 Help Me 2 Learn Company.
 *
 * Written by Marshall Elfstrand.
 */
/**
 * Back link that appears when editing site pages.
 *
 * This is the yellow box that drops down from the header when
 * a staff member is accessing the site administration interface
 * for a specific site.
 */
#admin-site-back-link {
  background: #FFFFDF;
  border-bottom: 1px solid #E0E0C0;
  color: #708070;
  position: absolute;
  left: 16px;
  width: 766px;
  top: 112px;
}

#admin-site-back-link-content {
  font-size: 10px;
  padding: 4px 16px 4px 16px;
}

#admin-site-back-link-content a {
  color: #606040;
  text-decoration: none;
}

#admin-site-back-link-content a:hover {
  text-decoration: underline;
}

#admin-site-back-link-spacer {
  height: 16px;
}

/**
 * Administration menu.
 */
#admin-menu {
  height: 48px;
  margin: 0px 24px 0px 24px;
  width: 720px;
  position: relative;
}

#admin-menu h3 {
  background: url(/assets/admin-menu-cap-left-f8ffaef88abc9280f59c56bc300b32062b7ddbee7bfb4dc6113b088c4f019c4d.png) no-repeat top left;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 48px;
  margin: 0px;
  width: 24px;
}

* html #admin-menu h3 { /* IE hack */
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/admin-menu-cap-left.png",sizingMethod="crop");
}

#admin-menu h3 span {
  display: none;
}

#admin-menu-items {
  background: url(/assets/admin-menu-content-b5bd5708fe45c0f4c834d97678600ebde0d52b271290090608dffac109d5e8f2.png) repeat-x top left;
  height: 30px;
  left: 24px;
  padding: 9px 0px 9px 0px;
  position: absolute;
  top: 0px;
  width: 672px;
}

* html #admin-menu-items { /* IE hack */
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/admin-menu-content.png",sizingMethod="scale");
}

#admin-menu ul {
  margin: 0px;
  padding: 0px;
}

#admin-menu ul li {
  border-left: 1px solid #C0B0A0;
  border-right: 1px solid #A08070;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 14px;
  margin: 0px;
  padding: 8px 12px 8px 12px;
  text-align: center;
  width: 96px;
}

#admin-menu ul li a {
  color: #604020;
  display: block;
  text-decoration: none;
}

#admin-menu ul li a:hover {
  text-decoration: underline;
}

#admin-menu ul li.selected {
  background: url(/assets/admin-menu-selected-5f90df3861c7b8ed810546e75eca0617d5767c12fba53f8c43b355cff5adf2eb.png) repeat-x top left;
  border-left: 1px solid #B09080;
}

#admin-menu ul li.selected a {
  color: #302010;
  text-decoration: none;
}

#admin-menu-item-start {
  border-right: 1px solid #A08070;
  float: left;
  font-size: 12px;
  height: 14px;
  margin: 0px;
  padding: 8px 0px 8px 38px;
}

#admin-menu-item-end {
  border-left: 1px solid #C0B0A0;
  float: left;
  font-size: 12px;
  height: 14px;
  margin: 0px;
  padding: 8px 0px 8px 0px;
}

#admin-menu-footer {
  background: url(/assets/admin-menu-cap-right-3f61b989e6ede4f73ade87eea22cb52dad8b149c78b9bfc0c12bb1a992940a9b.png) no-repeat top left;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 48px;
  margin: 0px;
  width: 24px;
}

* html #admin-menu-footer { /* IE hack */
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/admin-menu-cap-right.png",sizingMethod="crop");
}

/**
 * Administration content.
 */
#admin-content {
  font-size: 14px;
  margin: 0px 32px 16px 32px;
  position: relative;
  min-height: 1px;
}

#admin-content h1 {
  color: #606060;
  font-size: 18px;
  padding-top: 7px;
}

#admin-content h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
  padding-top: 8px;
}

#admin-content p.nothing {
  color: #807070;
  font-size: 12px;
  font-style: italic;
  margin-top: 4px;
}

p.admin-notice {
  background: #F8FFF8;
  border: 3px solid #C0E0C0;
  color: #408040;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  text-align: center;
  width: 550px;
}

p.site-admin-item {
  color: #606060;
}

p.site-admin-item strong {
  color: #000000;
}

/**
 * Titled group boxes.
 */
.admin-group {
  border: 1px solid #C0C0C0;
  margin: 16px 0px 16px 0px;
  -webkit-border-radius: 6px 6px;
  -webkit-box-shadow: #C0C0C0 0px 2px 5px;
}

.admin-group h2 {
  background: #DADADA url(/assets/header-background-676ff70a76897318d5581a37e3921b5f28bbabdb58200511a5bc323a4ac080d0.gif) repeat-x top left;
  border-bottom: 1px solid #C0C0C0;
  color: #404040;
  font-size: 16px;
  margin: 0px;
  padding: 8px 16px 8px 16px;
  -webkit-border-top-left-radius: 6px 6px;
  -webkit-border-top-right-radius: 6px 6px;
}

.admin-group h2.subgroup {
  background: #DADADA url(/assets/header-bkgd-subgroup-a4d1c8683c514e4e4c81dc47426e81f20d0b514428cb33c729aa033f8a085351.jpg) repeat-x top left;
}

.admin-group h2 em {
  color: #804040;
  font-style: normal;
}

.admin-group-content {
  padding: 16px;
}

/**
 * Section links (appear to the right of header blocks)
 */
#admin-content .section-links {
  font-size: 10px;
  margin: 0px;
  padding-top: 7px;
  position: absolute;
  right: 16px;
}

* html #admin-content .section-links { /* IE hack */
  right: 74px;
}

#admin-content .section-links a {
  border: 1px solid #A0A0A0;
  color: #404040;
  display: block;
  float: left;
  margin: 0px 0px 0px 3px;
  padding: 4px;
  text-decoration: none;
}

#admin-content .section-links a:hover {
  border-color: #004080;
  color: #004080;
}

#admin-content .admin-group .section-links a {
  border: 1px solid #A0A0A0;
  color: #404040;
}

/**
 * Editing forms.
 */
.admin-form .admin-group {
  position: relative;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}

.admin-form .admin-group-content {
  font-size: 12px;
  padding-bottom: 0px;
}

.admin-form label {
  display: block;
  float: left;
  font-weight: bold;
  margin-right: 8px;
  padding-top: 4px;
  text-align: right;
  width: 150px;
}

.admin-form .info {
  display: inline-flex;
  margin-right: 8px;
  padding-top: 4px;
  text-align: left;
  width: 300px;
}

.admin-form input[type=text] {
  background: #F4F4F4;
  border: 1px solid #A0A0A0;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  padding: 2px;
  width: 300px;
}

.admin-form input[type=password] {
  background: #F4F4F4;
  border: 1px solid #A0A0A0;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  padding: 2px;
  width: 200px;
}

.admin-form textarea {
  background: #F4F4F4;
  border: 1px solid #A0A0A0;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  padding: 2px;
  width: 300px;
}

.admin-form .text-label {
  display: block;
  padding: 4px 0px 4px 0px;
}

.admin-form .field-note {
  color: #808080;
  display: block;
  font-size: 10px;
  margin-left: 158px;
}

.admin-form .back-link {
  margin-top: 12px;
  float: left;
  font-size: 12px;
}

.admin-form .back-link a {
  color: #004080;
}

.admin-form .submit-link {
  border-top: 1px solid #E0E0E0;
  margin-top: 16px;
  padding-top: 8px;
  text-align: right;
}

.admin-form .errorExplanation {
  background: #FFF8F8;
  border: 3px solid #E0C0C0;
  color: #804040;
  font-size: 12px;
  padding: 8px;
  margin-bottom: 24px;
}

.admin-form .errorExplanation h2 {
  background: none;
  border: none;
  color: #804040;
  font-size: 14px;
  margin: 4px 0px 0px 0px;
  padding: 0px;
}

.admin-form .fieldWithErrors {
  background: #F0D0D0;
  padding: 4px;
}

/**
 * Shared table styles.
 */
#admin-content table {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}

#admin-content .list-line-odd {
  background: #FFFFFF;
}

#admin-content .list-line-even {
  background: #D0E4E8;
}

#admin-content table th {
  background: #4D798B;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px 4px 8px;
  text-align: left;
  white-space: nowrap;
}

#admin-content table td {
  font-size: 12px;
  padding: 4px 8px 4px 8px;
  vertical-align: top;
  white-space: nowrap;
}

#admin-content table td.wrap {
  white-space: normal;
}

#admin-content table td a {
  color: #3D697B;
}

/**
 * Site management: Country list styles.
 */
#admin-content .country h1 {
  border-top: 1px solid #C0C0C0;
  color: #000000;
  padding-top: 8px;
}

/**
 * Site management: State list styles.
 */
#admin-content .state .admin-group-content {
  padding-top: 0px;
  padding-bottom: 0px;
}

/**
 * Site management: District table styles.
 */
#admin-content .district {
  margin-top: 24px;
  margin-bottom: 24px;
}

#admin-content tr.district-name {
  background: #4D798B;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px 4px 8px;
  text-align: left;
}

#admin-content tr.district-name a {
  color: #D0E4E8;
}

#admin-content td.district-icon-cell {
  width: 16px;
}

#admin-content td.district-main-cell {
  width: 100%;
}

#admin-content td.district-action-cell {
  text-align: right;
}

#admin-content tr.district-add {
  font-weight: bold;
}

#admin-content tr.district-empty {
  background: #E0F0F0;
}

#admin-content tr.district-empty td {
  color: #807070;
  font-style: italic;
}

#admin-content .district-site-note {
  color: #608080;
}

#admin-content .district-site-error {
  color: #804040;
}

/**
 * Site viewing styles.
 */
#admin-content .admin-site {
  font-size: 12px;
}

#admin-content .admin-site-link {
  background: #FFFFDF;
  border: 1px solid #E0E0C0;
  color: #708070;
  padding: 4px 8px 4px 8px;
  margin-bottom: 16px;
}

#admin-content .admin-site-link a {
  color: #606040;
  text-decoration: none;
}

#admin-content .admin-site-link a:hover {
  text-decoration: underline;
}

#admin-content .admin-site p.back-link + h2 {
  margin-top: 0px;
}

#admin-content .admin-site .admin-group-content p {
  margin: 0px;
}

#admin-content .admin-site .admin-group-content label {
  display: block;
  float: left;
  font-weight: bold;
  margin-right: 8px;
  padding-top: 4px;
  text-align: right;
  width: 150px;
}

#admin-content .admin-site .admin-group-content .text-label {
  display: block;
  margin-left: 158px;
  padding: 4px 0px 4px 0px;
}

#admin-content .admin-site .subscription-year-cell {
  font-weight: bold;
}

#admin-content .admin-site .subscription-main-cell {
  width: 100%;
}

#admin-content .subscription-product-error {
  color: #804040;
}

#admin-content .subscription-course-list {
  width: 480px;
}

/**
 * Subscription editing styles.
 */
#subscription-courses {
  padding-top: 2px;
  margin-left: 158px;
  margin-top: 12px;
  margin-bottom: 12px;
}

/**
 * Person management styles.
 */
#admin-content p.admin-people-description {
  color: #606060;
  font-size: 12px;
}

#admin-content p.admin-people-description strong {
  color: #804000;
  font-size: 12px;
}

#admin-content th.person-list-isActive {
  text-align: center;
}

#admin-content td.person-list-isActive {
  padding: 0px;
  text-align: center;
}

#admin-content .admin-person-active {
  color: #00A000;
  display: block;
  font-size: 18px;
}

#admin-content .admin-person-inactive {
  color: #A00000;
  display: block;
  font-size: 14px;
  margin-top: 2px;
}

#admin-content td.person-list-info {
  color: #607080;
  width: 100%;
}

#admin-content td.person-list-info strong {
  color: #000000;
}

#admin-content td.person-list-info code {
  color: #203040;
}

#admin-content .person-list-warning {
  color: #804040;
}

#admin-content td.person-list-actions {
  text-align: center;
}

#admin-content .admin-seats-used {
  background: #F0F0F0;
  color: #406060;
  font-size: 12px;
  padding: 4px;
  margin-right: 16px;
}

#admin-content .admin-people-table {
  width: 664px;
}

#admin-content .admin-group-content .admin-people-table {
  width: 648px;
}

#admin-person-form .admin-group {
  width: 100%;
}

#admin-person-form .admin-group-content {
  padding-bottom: 24px;
}

#site-admin-people-view-container {
  color: #404040;
  font-size: 12px;
  font-weight: bold;
}

#site-admin-people-view-container select {
  margin-left: 6px;
}

#site-admin-person-groups {
  background: #F4F4F4;
  border: 1px solid #A0A0A0;
  height: 100px;
  margin-left: 158px;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow-y: scroll;
  padding: 4px;
  width: 292px;
}

/**
 * Person import styles.
 */
#import-content .admin-group {
  width: auto;
}

#import-info {
  background: #F8F0E8;
  border: 1px solid #E0D0C0;
  color: #484038;
  font-size: 12px;
  width: 676px;
}

#import-info p {
  margin: 16px;
}

#import-info p#import-moreInfo-link-container {
  margin: 0px;
}

#import-sample-link {
  background: url(/assets/spreadsheet-4925b1eb7b2e0f81c8e96b29119aedf63e59d69c3e553e3218eb0e53d55463d9.png) no-repeat top left;
  color: #484038;
  display: block;
  float: right;
  font-size: 10px;
  margin-left: 16px;
  padding-top: 52px;
  text-align: center;
  width: 48px;
}

* html #import-sample-link { /* IE hack */
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/spreadsheet.png",sizingMethod="crop");
}

#import-moreInfo-link {
  background: #E0D0C0;
  color: #484038;
  display: block;
  font-weight: bold;
  padding: 4px 16px 4px 16px;
  text-decoration: none;
}

#import-moreInfo-link:hover {
  text-decoration: underline;
}

#import-moreInfo ul {
  margin-left: 0px;
  padding-left: 40px;
  padding-right: 16px;
}

#import-moreInfo li {
  color: #787068;
  margin-top: 8px;
  margin-bottom: 8px;
}

#import-moreInfo b {
  color: #484038;
}

.import-button-container {
  border-top: 1px solid #E0E0E0;
  margin-top: 8px;
  padding: 8px 0px 16px 0px;
  text-align: right;
}

.import-success-count {
  color: #008000;
  font-weight: bold;
  width: 550px;
}

.import-error-count {
  color: #A00000;
  font-weight: bold;
  width: 550px;
}

.import-warning-count {
  color: #808000;
  font-weight: bold;
  padding-top: 8px;
  width: 550px;
}

.import-option-description {
  border-top: 1px solid #E0E0E0;
  color: #808000;
  font-weight: bold;
  padding-top: 8px;
  width: 550px;
}

.import-option-example {
  color: #606060;
  display: block;
  font-size: 10px;
  padding-left: 32px;
}

.import-option-list {
  padding-left: 16px;
}

.import-option-item {
  padding-bottom: 8px;
}

.import-option-item #default-password-container {
  padding-top: 4px;
  padding-left: 24px;
}

.import-option-item #default-password-container input {
  width: 150px;
}

.import-success-count + .import-warning-count,
.import-option-list + .import-warning-count {
  border-top: 1px solid #E0E0E0;
}

.import-message-list {
  background: #F4F4F4;
  border: 1px solid #A0A0A0;
  margin-bottom: 16px;
  overflow-y: scroll;
  padding: 4px;
  width: 550px;
}

.import-message-list li {
  margin-top: 8px;
  margin-bottom: 8px;
}

.import-line-number {
  color: #888078;
  font-weight: bold;
}

/**
 * Course management styles.
 */
#site-admin-subscription-details {
  background: #F0F0F0;
  font-size: 12px;
  margin-bottom: 24px;
  padding: 8px;
}

#site-admin-subscription-details li {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 24px;
}

li.site-admin-subscription-good {
  color: #606060;
}

li.site-admin-subscription-bad {
  color: #C06060;
}

div.course {
  margin-top: 12px;
  margin-bottom: 32px;
}

div.course img {
  float: left;
  margin: 3px 10px 0 0;
  width: 131px;
}

p.course-name {
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 8px;
  margin-left: 80px;
}

p.course-description {
  color: #808080;
  font-size: 12px;
  margin-top: 8px;
  margin-left: 80px;
  margin-bottom: 8px;
}

p.course-subscription-info {
  color: #404040;
  font-size: 12px;
  margin-top: 8px;
  margin-left: 80px;
  margin-bottom: 8px;
}

p.course-subscribed, p.course-not-subscribed {
  border-top: 1px solid #E0E0E0;
  font-size: 12px;
  margin-left: 140px;
  margin-top: 8px;
  padding-top: 4px;
}

p.course-subscribed {
  color: #408040;
  font-style: italic;
}

p.course-not-subscribed {
  color: #C06060;
  font-style: italic;
}

/**
 * Class management styles.
 */
#admin-content #site-admin-group-table {
  width: 664px;
}

#site-admin-group-table th.site-admin-group-table-name {
  width: 100%;
}

#site-admin-group-table span.site-admin-group-note {
  color: #608080;
}

#site-admin-group-form .admin-group {
  width: 100%;
}

#site-admin-group-form .admin-group-content {
  padding-bottom: 16px;
}

#site-admin-group-courses,
#site-admin-group-teachers,
#site-admin-group-students {
  background: #F4F4F4;
  border: 1px solid #A0A0A0;
  margin-left: 158px;
  margin-top: 0px;
  margin-bottom: 12px;
  overflow-y: scroll;
  padding: 4px;
  width: 300px;
}

#site-admin-group-links {
  margin-left: 158px;
}

/*#site-admin-group-courses {
  height: 100px;
}*/
#site-admin-group-teachers {
  height: 100px;
}

#site-admin-group-students {
  height: 200px;
}

.site-admin-group-clever-left {
  display: inline-block;
  height: 20px;
  width: 150px;
  text-align: right;
  font-weight: bold;
}

.site-admin-group-clever-right {
  display: inline-block;
  margin-left: 8px;
  height: 20px;
  font-weight: bold;
}

/**
 * Class report styles.
 */
#site-report-group-table {
  width: 664px;
}

/**
 * Class tags
 */
.common-group {
  border: 1px solid #ccc;
  background-color: #fff;
  clear: both;
  overflow: hidden;
}

.checkbox-wrapper {
  margin-bottom: 20px;
  clear: both;
}

.single-tag {
  margin-left: 35px; /* indent only the checkbox+label */
  margin-bottom: 8px;
}

.tagged-course-list {
  margin-left: 0;
  margin-top: 10px;
}

.course-wrapper {
  margin-bottom: 10px;
}
/**
 * Style sheet shared among all pages on the Super Star online site.
 *
 * Copyright 2008 Help Me 2 Learn Company.
 *
 * Written by Marshall Elfstrand.
 */
/**
 * Page style.
 *
 * This applies the blue-to-cyan shading down the page
 * and sets the main font.
 */
body {
  background: #822302 url(/assets/page-background-f5f6d03d20cb37c3020d927bfaac35adca6a6e417db3103ffcefdbf6554f9f2b.jpg) no-repeat top left;
  font-family: Verdana, sans-serif;
  margin: 0px;
  padding: 0px;
}

#common-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 800px;
}

#common-content {
  background: url(/assets/page-content-4400f3bc9b35dbd0809ebc36c704a367612b5f4bd6fd3614f72647b8583269eb.png) repeat-y top left;
  min-height: 200px;
  padding: 16px;
  width: 768px;
}

* html #common-content { /* IE hack */
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/page-content.png",sizingMethod="scale");
}

div.common-clear {
  clear: both;
  height: 1px;
}

/**
 * Page header.
 */
#common-header {
  background: url(/assets/page-header-649e0b634d3ec1a780323e27222f83d80f982c8db404db563f74924bcc2210f9.png) no-repeat top left;
  height: 112px;
}

.common-header-tyger {
  background: url(/assets/page-header-649e0b634d3ec1a780323e27222f83d80f982c8db404db563f74924bcc2210f9.png) no-repeat top left !important;
}

* html #common-header { /* IE hack */
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/page-header.png",sizingMethod="crop");
}

#common-header h1 {
  display: none;
}

#common-header h2 {
  color: #808080;
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
  position: absolute;
  left: 108px;
  top: 90px;
}

#common-header h2 strong {
  color: #606060;
}

#common-header-logout {
  position: absolute;
  top: 80px;
  right: 24px;
}

#common-header-logout a {
  background: url(/assets/logout-1a87fcc1d16e45c3b69bd5149e1892a663c524334842cc3a93b91c2e953d4351.png) no-repeat top left;
  display: block;
  height: 32px;
  width: 96px;
}

* html #common-header-logout a { /* IE hack */
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/logout.png",sizingMethod="crop");
  cursor: pointer;
}

#common-header-logout a span {
  display: none;
}

/**
 * Notice message.
 */
p.notice {
  background: #F8FFF8;
  border: 3px solid #C0E0C0;
  color: #408040;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  text-align: center;
  width: 550px;
}

/**
 * Error message.
 */
p.error {
  background: #FFF8F8;
  border: 3px solid #E0C0C0;
  color: #804040;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  text-align: center;
  width: 550px;
}

/**
 * Validation markers/messages.
 */
span.validation-marker {
  color: #FF0000;
  font-family: monospace;
  font-weight: bold;
  font-size: 14px;
  padding-left: 4px;
  padding-right: 4px;
}

div.validation-message {
  background: #F0E8E0;
  border: 1px solid #800000;
  color: #800000;
  font-size: 11px;
}

div.validation-message div.validation-message-content {
  padding: 4px;
}

/**
 * Login panel.
 */
#login {
  border: 1px solid #1D495B;
  font-size: 16px;
  margin-left: 136px;
  margin-top: 32px;
  margin-bottom: 64px;
  width: 428px;
  -webkit-border-radius: 6px 6px;
  -webkit-box-shadow: #C0C0C0 0px 2px 5px;
}

#links {
  border: 1px solid #1D495B;
  font-size: 16px;
  margin-left: 136px;
  margin-top: -30px;
  margin-bottom: 0px;
  width: 428px;
  -webkit-border-radius: 6px 6px;
  -webkit-box-shadow: #C0C0C0 0px 2px 5px;
}

#login h1 {
  background: #1D495B url(/assets/header-background-large-1e6ff0c2fb85cff064928d2d4a7108501db788b2bbcecc8d9abf8ad8fad7e37e.gif) repeat-x top left;
  color: #FFFFFF;
  font-size: 24px;
  padding: 8px 18px 8px 18px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-border-top-left-radius: 6px 6px;
  -webkit-border-top-right-radius: 6px 6px;
}

#login p {
  margin: 16px;
}

#login-checking {
  color: #A0A0A0;
  padding: 32px;
}

#login-fields {
  padding-top: 8px;
}

#login-fields .field-note {
  color: #808080;
  display: block;
  font-size: 10px;
  margin-left: 192px;
  margin-top: 5px;
}

#login label {
  display: block;
  float: left;
  padding: 8px;
  text-align: right;
  width: 160px;
}

#login input.text {
  border: 1px solid #808080;
  padding: 4px;
  font-size: 16px;
  font-weight: bold;
  margin-left: 16px;
  width: 150px;
}

#login .buttons {
  text-align: right;
  width: 310px;
}

#login .buttons input {
  font-size: 16px;
}

.login-search {
  margin: 16px 0px 8px 0px;
}

.login-error {
  background: #F0E8E0;
  color: #800000;
  padding: 8px;
}

.lowercase {
  text-transform: lowercase;
}

/**
 * Login panel: Missing JavaScript error
 */
#login-scriptError {
  font-size: 13px;
}

#login-scriptError p {
  color: #606060;
}

#login-scriptError p strong {
  color: #000000;
}

/**
 * Login panel: Browser warnings
 */
#login-clientCheck-warnings {
  background: #FFFFF0;
  font-size: 13px;
  -webkit-border-bottom-left-radius: 6px 6px;
  -webkit-border-bottom-right-radius: 6px 6px;
}

#login-clientCheck-warningHeader {
  background: #FFFFC0;
  border-top: 1px solid #F0F0B0;
  color: #606040;
  display: block;
  font-size: 12px;
  padding: 4px;
  text-align: center;
  text-decoration: none;
}

#login-clientCheck-warningHeader:hover {
  text-decoration: underline;
}

/**
 * Login panel: Browser errors
 */
#login-clientCheck-errors {
  font-size: 13px;
  padding-top: 8px;
}

#login-clientCheck-errorContent {
  background: #FFFFF0;
  border-top: 1px solid #F0F0B0;
  margin-top: 16px;
  -webkit-border-bottom-left-radius: 6px 6px;
  -webkit-border-bottom-right-radius: 6px 6px;
}

#login-clientCheck-errorHeader p {
  color: #606060;
  margin: 8px 0px 0px 0px;
  padding-left: 16px;
  padding-right: 16px;
  width: 300px;
}

#login-clientCheck-errorHeader strong {
  color: #404040;
}

/**
 * Login panel: Browser checklist
 */
ul.login-clientCheck-list {
  margin: 0px;
  padding: 16px 16px 8px 16px;
}

ul.login-clientCheck-list li {
  display: block;
  list-style-type: none;
  margin-bottom: 12px;
  padding-left: 24px;
}

* html ul.login-clientCheck-list li { /* IE hack */
  width: 340px;
}

li.login-clientCheck-successful {
  background: url(/assets/check-success-cb4a3c64ec3da2232b75d4aa8fd9e1280528b59a91a167081aee8bef84e181e2.png) no-repeat top left;
  color: #00A000;
}

* html li.login-clientCheck-successful { /* IE hack */
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/check-success.png",sizingMethod="crop");
}

li.login-clientCheck-error {
  background: url(/assets/check-error-ef1ef6c144bc8c80f7c4bc22d844f7c522201aca9125e6c63404267acd6d5f30.png) no-repeat top left;
  color: #C00000;
}

* html li.login-clientCheck-error { /* IE hack */
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/check-error.png",sizingMethod="crop");
}

li.login-clientCheck-warning {
  background: url(/assets/check-warning-f78ba1b70f01e43bb1b7b6faa2fb48da0563d2d2a5b17964b9e15b30e62b2d2c.png) no-repeat top left;
  color: #908000;
}

* html li.login-clientCheck-warning { /* IE hack */
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/check-warning.png",sizingMethod="crop");
}

/**
 * Titled group boxes.
 */
.common-group {
  border: 1px solid #C0C0C0;
  /*margin: 16px 32px 16px 32px;*/
  -webkit-border-radius: 6px 6px;
  -webkit-box-shadow: #C0C0C0 0px 2px 5px;
}

.common-group h2 {
  background: #DADADA url(/assets/header-background-676ff70a76897318d5581a37e3921b5f28bbabdb58200511a5bc323a4ac080d0.gif) repeat-x top left;
  border-bottom: 1px solid #C0C0C0;
  color: #404040;
  font-size: 16px;
  margin-bottom: 24px;
  padding: 8px 16px 8px 16px;
  -webkit-border-top-left-radius: 6px 6px;
  -webkit-border-top-right-radius: 6px 6px;
}

.common-group h2.subgroup {
  background: #DADADA url(/assets/header-bkgd-subgroup-a4d1c8683c514e4e4c81dc47426e81f20d0b514428cb33c729aa033f8a085351.jpg) repeat-x top left;
  border-top: 1px solid #C0C0C0;
}

.common-group .child-group {
  clear: both;
}

/**
 * Class/course list for Students and Teachers.
 */
#common-course-list {
  padding-top: 0px;
  padding-bottom: 0px;
}

* html #common-course-list { /* IE hack */
  padding-top: 24px;
  width: 100%;
}

.common-course {
  float: left;
  margin: 0px 4px 15px 5px;
  text-align: center;
  width: 131px;
}

* html .common-course { /* IE hack */
  margin-left: 16px;
  margin-right: 16px;
}

.common-course a img {
  border: none;
}

.common-course .course-title {
  font-size: 12px;
  display: block;
  margin-top: 8px;
}

.common-course .course-title a {
  color: #404080;
  font-weight: bold;
  text-decoration: none;
}

.common-course .course-title a:hover {
  text-decoration: underline;
}

.common-course:hover .course-title a {
  text-decoration: underline;
}

/**
 * Page footer.
 */
#common-footer {
  background: url(/assets/page-footer-18c4f72cd7fb1298a26ccd95b6717314300218579fecf24883b587b52af8386c.png) no-repeat top left;
  clear: both;
  height: 88px;
  margin: 0px;
  padding-top: 14px;
  padding-left: 180px;
}

.common-footer-tyger {
  background: url(/assets/page-footer-18c4f72cd7fb1298a26ccd95b6717314300218579fecf24883b587b52af8386c.png) no-repeat top left !important;
}

* html #common-footer { /* IE hack */
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/page-footer.png",sizingMethod="crop");
}

#common-footer p {
  color: #707070;
  font-size: 10px;
  font-weight: bold;
  margin: 0px;
  padding-top: 4px;
  text-transform: uppercase;
}

.common-footer-tyger p {
  margin: 0 0 0 80px !important;
}

#common-footer p strong {
  color: #505050;
  font-size: 12px;
  padding-left: 4px;
}

#common-footer p i {
  font-style: normal;
  text-transform: lowercase;
}

/**
 * Empty DIV to fix layout issues in IE6.
 * Hidden on other browsers.
 */
div.ie-fix {
  display: none;
}

* html div.ie-fix {
  display: block;
  font-size: 1px;
}

#admin-menu {
  height: 48px;
  margin: 0px 24px 0px 24px;
  width: 720px;
  position: relative;
}

#admin-menu h3 {
  background: url(/assets/admin-menu-cap-left-f8ffaef88abc9280f59c56bc300b32062b7ddbee7bfb4dc6113b088c4f019c4d.png) no-repeat top left;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 48px;
  margin: 0px;
  width: 24px;
}

* html #admin-menu h3 { /* IE hack */
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/admin-menu-cap-left.png",sizingMethod="crop");
}

#admin-menu h3 span {
  display: none;
}

#admin-menu-items {
  background: url(/assets/admin-menu-content-b5bd5708fe45c0f4c834d97678600ebde0d52b271290090608dffac109d5e8f2.png) repeat-x top left;
  height: 30px;
  left: 24px;
  padding: 9px 0px 9px 0px;
  position: absolute;
  top: 0px;
  width: 672px;
}

* html #admin-menu-items { /* IE hack */
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/admin-menu-content.png",sizingMethod="scale");
}

#admin-menu ul {
  margin: 0px;
  padding: 0px;
}

#admin-menu ul li {
  border-left: 1px solid #C0B0A0;
  border-right: 1px solid #A08070;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 14px;
  margin: 0px;
  padding: 8px 12px 8px 12px;
  text-align: center;
  width: 96px;
}

#admin-menu ul li a {
  color: #604020;
  display: block;
  text-decoration: none;
}

#admin-menu ul li a:hover {
  text-decoration: underline;
}

#admin-menu ul li.selected {
  background: url(/assets/admin-menu-selected-5f90df3861c7b8ed810546e75eca0617d5767c12fba53f8c43b355cff5adf2eb.png) repeat-x top left;
  border-left: 1px solid #B09080;
}

#admin-menu ul li.selected a {
  color: #302010;
  text-decoration: none;
}

#admin-menu-item-start {
  border-right: 1px solid #A08070;
  float: left;
  font-size: 12px;
  height: 14px;
  margin: 0px;
  padding: 8px 0px 8px 38px;
}

#admin-menu-item-end {
  border-left: 1px solid #C0B0A0;
  float: left;
  font-size: 12px;
  height: 14px;
  margin: 0px;
  padding: 8px 0px 8px 0px;
}

#admin-menu-footer {
  background: url(/assets/admin-menu-cap-right-3f61b989e6ede4f73ade87eea22cb52dad8b149c78b9bfc0c12bb1a992940a9b.png) no-repeat top left;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 48px;
  margin: 0px;
  width: 24px;
}

* html #admin-menu-footer { /* IE hack */
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/admin-menu-cap-right.png",sizingMethod="crop");
}

#helpSection {
  font-size: 16px;
  margin-left: 366px;
  margin-top: -42px;
  margin-bottom: 44px;
  width: 66px;
  -webkit-border-radius: 6px 6px;
  -webkit-box-shadow: #C0C0C0 0px 2px 5px;
}

#helpSection p {
  margin: 16px;
}

#helpSection .buttons {
  text-align: right;
  width: 50px;
}

#helpSection .buttons input {
  font-size: 16px;
}

#helpPageStyles {
  font-size: 16px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 280px;
  -webkit-border-radius: 6px 6px;
  -webkit-box-shadow: #C0C0C0 0px 2px 5px;
}

/*
 *  root
 */
#index-message {
  background: #E0F0F0;
  border: 1px solid #406060;
  color: #404060;
  font-size: 14px;
  padding: 48px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
  width: 400px;
  -webkit-box-shadow: #C0C0C0 0px 2px 5px;
}

.class-links {
  color: #1c6ac3;
  font-weight: bold;
  text-decoration: none;
}
#admin-content .teacher-section-links {
  font-size: 12px;
  margin: 0 40px 0 0;
  padding-top: 7px;
  float: right;
}
* html #admin-content .teacher-section-links { /* IE hack */
  right: 74px;
}
#admin-content .teacher-section-links a {
  border: 1px solid #A0A0A0;
  color: #404040;
  display: block;
  float: left;
  margin: 0px 0px 0px 3px;
  padding: 4px;
  text-decoration: none;
}
#admin-content .teacher-section-links a:hover {
  border-color: #004080;
  color: #004080;
}
#admin-content .admin-group .teacher-section-links a {
  border: 1px solid #A0A0A0;
  color: #404040;
}

.common-group .child-group {
  clear: both;
}

.common-group .group-links {
  font-size: 10px;
  margin: 0px;
  padding-top: 0px;
  float: right;
}

.common-group .group-links a {
  border: 1px solid #A0A0A0;
  color: #404040;
  display: block;
  float: left;
  margin: 0px 0px 0px 3px;
  padding: 4px;
  text-decoration: none;
}

.common-group .group-links a:hover {
  border-color: #004080;
  color: #004080;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
