/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

body, html {
  font-family: Times, Arial, Helvetica, sans-serif;
  color: #000;
  background: #000; }

div, p, a, ul, li, h1, h2 {
  padding: 0;
  margin: 0; }

@font-face {
  font-family: Komika;
  src: url(../fonts/KOMTXT.ttf); }

body {
  width: 950px;
  margin: 0 auto;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

p {
  font-size: 28px;
  line-height: 30px; }

a {
  color: #fff; }

header a, .frame a, footer a {
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }

.btn.pl-area, .btn.pl-area-over, .btn.begin-over, .btn.ok-over, .btn.teacher-area-over, .btn.print-handbook-over, .btn.replay-over, .btn.ok, .btn.try-it-yourself, .btn.teacher-area, .btn.play-song, .btn.print-handbook, .btn.done-with-activity, .btn.help-over, .btn.next-monster, .btn.watch-video-over, .btn.save-over, .btn.print-maps, .btn.next-laser-over, .btn.play-song-over, .btn.yes-over, .btn.watch-video, .btn.send-email, .btn.continue, .btn.send-email-over, .btn.go-back-student-over, .btn.try-it-yourself-over, .btn.next-guard, .btn.continue-over, .btn.quit-over, .btn.print-story-over, .btn.yes, .btn.print-maps-over, .btn.cancel, .btn.next-monster-over, .btn.continue-small-over, .btn.continue-small, .btn.go-back-student, .btn.student-area-over, .btn.pause-song-over, .btn.done-over, .btn.no, .btn.pause-song, .btn.cancel-over, .btn.done, .btn.begin, .btn.go-back-over, .btn.email-summaries, .btn.next-guard-disabled, .btn.quit, .btn.next-laser, .btn.print-story, .btn.no-over, .btn.email-summaries-over, .btn.help, .btn.next-guard-over, .btn.student-area, .btn.done-with-activity-over, .btn.next-laser-disabled, .btn.replay, .btn.save, .btn.go-back {
  display: block;
  background-repeat: no-repeat;
  background-image: url("../images/buttons.png"); }

@media only screen and (min-width: 1000px) {
  .btn.begin:hover {
    background-position: 0px 0px;
    width: 110px;
    height: 34px; }

  .btn.ok:hover {
    background-position: -113px 0px;
    width: 81px;
    height: 43px; }

  .btn.teacher-area:hover {
    background-position: -197px 0px;
    width: 158px;
    height: 24px; }

  .btn.print-handbook:hover {
    background-position: -197px -27px;
    width: 200px;
    height: 53px; }

  .btn.replay:hover {
    background-position: 0px -37px;
    width: 79px;
    height: 25px; }

  .btn.ok {
    background-position: -400px 0px;
    width: 81px;
    height: 43px; }

  .btn.try-it-yourself {
    background-position: 0px -83px;
    width: 213px;
    height: 31px; }

  .btn.teacher-area {
    background-position: -216px -83px;
    width: 158px;
    height: 24px; }

  .btn.play-song {
    background-position: -216px -110px;
    width: 190px;
    height: 53px; }

  .btn.print-handbook {
    background-position: 0px -117px;
    width: 200px;
    height: 53px; }

  .btn.done-with-activity {
    background-position: -203px -166px;
    width: 123px;
    height: 47px; }

  .btn.help:hover {
    background-position: -377px -83px;
    width: 74px;
    height: 17px; }

  .btn.next-monster {
    background-position: -329px -166px;
    width: 172px;
    height: 31px; }

  .btn.watch-video:hover {
    background-position: -329px -200px;
    width: 173px;
    height: 31px; }

  .btn.save:hover {
    background-position: -400px -46px;
    width: 74px;
    height: 17px; }

  .btn.print-maps {
    background-position: 0px -173px;
    width: 200px;
    height: 53px; }

  .btn.next-laser:hover {
    background-position: 0px -229px;
    width: 172px;
    height: 31px; }

  .btn.play-song:hover {
    background-position: -175px -234px;
    width: 190px;
    height: 53px; }

  .btn.yes:hover {
    background-position: -409px -103px;
    width: 81px;
    height: 43px; }

  .btn.watch-video {
    background-position: 0px -290px;
    width: 173px;
    height: 31px; }

  .btn.send-email {
    background-position: -176px -290px;
    width: 204px;
    height: 50px; }

  .btn.continue {
    background-position: 0px -324px;
    width: 172px;
    height: 31px; }

  .btn.send-email:hover {
    background-position: -175px -343px;
    width: 204px;
    height: 50px; }

  .btn.go-back-student:hover {
    background-position: 0px -396px;
    width: 283px;
    height: 34px; }

  .btn.try-it-yourself:hover {
    background-position: -286px -396px;
    width: 213px;
    height: 31px; }

  .btn.next-guard {
    background-position: 0px -358px;
    width: 172px;
    height: 31px; }

  .btn.continue:hover {
    background-position: -286px -430px;
    width: 172px;
    height: 31px; }

  .btn.quit:hover {
    background-position: 0px -263px;
    width: 74px;
    height: 17px; }

  .btn.print-story:hover {
    background-position: 0px -433px;
    width: 200px;
    height: 53px; }

  .btn.yes {
    background-position: -382px -343px;
    width: 81px;
    height: 43px; }

  .btn.print-maps:hover {
    background-position: -203px -464px;
    width: 200px;
    height: 53px; }

  .btn.cancel {
    background-position: -368px -234px;
    width: 81px;
    height: 43px; }

  .btn.next-monster:hover {
    background-position: 0px -489px;
    width: 172px;
    height: 31px; }

  .btn.continue-small:hover {
    background-position: -383px -280px;
    width: 118px;
    height: 31px; }

  .btn.continue-small {
    background-position: -175px -520px;
    width: 118px;
    height: 31px; }

  .btn.go-back-student {
    background-position: 0px -554px;
    width: 283px;
    height: 34px; }

  .btn.student-area:hover {
    background-position: 0px -523px;
    width: 158px;
    height: 24px; }

  .btn.pause-song:hover {
    background-position: -296px -520px;
    width: 190px;
    height: 53px; }

  .btn.done:hover {
    background-position: -383px -314px;
    width: 69px;
    height: 25px; }

  .btn.no {
    background-position: -406px -464px;
    width: 81px;
    height: 43px; }

  .btn.pause-song {
    background-position: -286px -576px;
    width: 190px;
    height: 53px; }

  .btn.cancel:hover {
    background-position: 0px -632px;
    width: 81px;
    height: 43px; }

  .btn.done {
    background-position: -203px -433px;
    width: 68px;
    height: 25px; }

  .btn.begin {
    background-position: -82px -46px;
    width: 110px;
    height: 34px; }

  .btn.go-back:hover {
    background-position: 0px -591px;
    width: 118px;
    height: 31px; }

  .btn.go-back {
    background-position: -212px -701px;
    width: 118px;
    height: 31px; }

  .btn.email-summaries {
    background-position: -84px -625px;
    width: 165px;
    height: 53px; }

  .btn.next-guard-disabled {
    background-position: -252px -632px;
    width: 172px;
    height: 31px; }

  .btn.quit {
    background-position: -77px -263px;
    width: 74px;
    height: 17px; }

  .btn.next-laser {
    background-position: -252px -666px;
    width: 172px;
    height: 31px; }

  .btn.print-story {
    background-position: 0px -681px;
    width: 200px;
    height: 53px; }

  .btn.no:hover {
    background-position: -427px -632px;
    width: 81px;
    height: 43px; }

  .btn.email-summaries:hover {
    background-position: 0px -737px;
    width: 165px;
    height: 53px; }

  .btn.help {
    background-position: 0px -793px;
    width: 74px;
    height: 17px; }

  .btn.next-guard:hover {
    background-position: -168px -737px;
    width: 172px;
    height: 31px; }

  .btn.student-area {
    background-position: -77px -793px;
    width: 158px;
    height: 24px; }

  .btn.done-with-activity:hover {
    background-position: -343px -700px;
    width: 123px;
    height: 47px; }

  .btn.next-laser-disabled {
    background-position: -238px -771px;
    width: 172px;
    height: 31px; }

  .btn.replay {
    background-position: -121px -591px;
    width: 79px;
    height: 25px; }

  .btn.save {
    background-position: -343px -750px;
    width: 74px;
    height: 17px; }

  .btn.pirate {
    width: 213px;
    height: 31px;
    background: url(../images/pirate.png); }

  .btn.pirate:hover {
    background: url(../images/pirate-over.png); }

  .btn.monsters {
    width: 213px;
    height: 31px;
    background: url(../images/monsters.png); }

  .btn.monsters:hover {
    background: url(../images/monsters-over.png); } }
.btn.begin.hover {
  background-position: 0px 0px;
  width: 110px;
  height: 34px; }

.btn.ok.hover {
  background-position: -113px 0px;
  width: 81px;
  height: 43px; }

.btn.teacher-area.hover {
  background-position: -197px 0px;
  width: 158px;
  height: 24px; }

.btn.print-handbook.hover {
  background-position: -197px -27px;
  width: 200px;
  height: 53px; }

.btn.replay.hover {
  background-position: 0px -37px;
  width: 79px;
  height: 25px; }

.btn.ok {
  background-position: -400px 0px;
  width: 81px;
  height: 43px; }

.btn.try-it-yourself {
  background-position: 0px -83px;
  width: 213px;
  height: 31px; }

.btn.teacher-area {
  background-position: -216px -83px;
  width: 158px;
  height: 24px; }

.btn.play-song {
  background-position: -216px -110px;
  width: 190px;
  height: 53px; }

.btn.print-handbook {
  background-position: 0px -117px;
  width: 200px;
  height: 53px; }

.btn.done-with-activity {
  background-position: -203px -166px;
  width: 123px;
  height: 47px; }

.btn.help.hover {
  background-position: -377px -83px;
  width: 74px;
  height: 17px; }

.btn.next-monster {
  background-position: -329px -166px;
  width: 172px;
  height: 31px; }

.btn.watch-video.hover {
  background-position: -329px -200px;
  width: 173px;
  height: 31px; }

.btn.save.hover {
  background-position: -400px -46px;
  width: 74px;
  height: 17px; }

.btn.print-maps {
  background-position: 0px -173px;
  width: 200px;
  height: 53px; }

.btn.next-laser.hover {
  background-position: 0px -229px;
  width: 172px;
  height: 31px; }

.btn.play-song.hover {
  background-position: -175px -234px;
  width: 190px;
  height: 53px; }

.btn.yes.hover {
  background-position: -409px -103px;
  width: 81px;
  height: 43px; }

.btn.watch-video {
  background-position: 0px -290px;
  width: 173px;
  height: 31px; }

.btn.send-email {
  background-position: -176px -290px;
  width: 204px;
  height: 50px; }

.btn.continue {
  background-position: 0px -324px;
  width: 172px;
  height: 31px; }

.btn.send-email.hover {
  background-position: -175px -343px;
  width: 204px;
  height: 50px; }

.btn.go-back-student.hover {
  background-position: 0px -396px;
  width: 283px;
  height: 34px; }

.btn.try-it-yourself.hover {
  background-position: -286px -396px;
  width: 213px;
  height: 31px; }

.btn.next-guard {
  background-position: 0px -358px;
  width: 172px;
  height: 31px; }

.btn.continue.hover {
  background-position: -286px -430px;
  width: 172px;
  height: 31px; }

.btn.quit.hover {
  background-position: 0px -263px;
  width: 74px;
  height: 17px; }

.btn.print-story.hover {
  background-position: 0px -433px;
  width: 200px;
  height: 53px; }

.btn.yes {
  background-position: -382px -343px;
  width: 81px;
  height: 43px; }

.btn.print-maps.hover {
  background-position: -203px -464px;
  width: 200px;
  height: 53px; }

.btn.cancel {
  background-position: -368px -234px;
  width: 81px;
  height: 43px; }

.btn.next-monster.hover {
  background-position: 0px -489px;
  width: 172px;
  height: 31px; }

.btn.continue-small.hover {
  background-position: -383px -280px;
  width: 118px;
  height: 31px; }

.btn.continue-small {
  background-position: -175px -520px;
  width: 118px;
  height: 31px; }

.btn.go-back-student {
  background-position: 0px -554px;
  width: 283px;
  height: 34px; }

.btn.student-area.hover {
  background-position: 0px -523px;
  width: 158px;
  height: 24px; }

.btn.pause-song.hover {
  background-position: -296px -520px;
  width: 190px;
  height: 53px; }

.btn.done.hover {
  background-position: -383px -314px;
  width: 69px;
  height: 25px; }

.btn.no {
  background-position: -406px -464px;
  width: 81px;
  height: 43px; }

.btn.pause-song {
  background-position: -286px -576px;
  width: 190px;
  height: 53px; }

.btn.cancel.hover {
  background-position: 0px -632px;
  width: 81px;
  height: 43px; }

.btn.done {
  background-position: -203px -433px;
  width: 68px;
  height: 25px; }

.btn.begin {
  background-position: -82px -46px;
  width: 110px;
  height: 34px; }

.btn.go-back.hover {
  background-position: 0px -591px;
  width: 118px;
  height: 31px; }

.btn.go-back {
  background-position: -212px -701px;
  width: 118px;
  height: 31px; }

.btn.email-summaries {
  background-position: -84px -625px;
  width: 165px;
  height: 53px; }

.btn.next-guard-disabled {
  background-position: -252px -632px;
  width: 172px;
  height: 31px; }

.btn.quit {
  background-position: -77px -263px;
  width: 74px;
  height: 17px; }

.btn.next-laser {
  background-position: -252px -666px;
  width: 172px;
  height: 31px; }

.btn.print-story {
  background-position: 0px -681px;
  width: 200px;
  height: 53px; }

.btn.no.hover {
  background-position: -427px -632px;
  width: 81px;
  height: 43px; }

.btn.email-summaries.hover {
  background-position: 0px -737px;
  width: 165px;
  height: 53px; }

.btn.help {
  background-position: 0px -793px;
  width: 74px;
  height: 17px; }

.btn.next-guard.hover {
  background-position: -168px -737px;
  width: 172px;
  height: 31px; }

.btn.student-area {
  background-position: -77px -793px;
  width: 158px;
  height: 24px; }

.btn.done-with-activity.hover {
  background-position: -343px -700px;
  width: 123px;
  height: 47px; }

.btn.next-laser-disabled {
  background-position: -238px -771px;
  width: 172px;
  height: 31px; }

.btn.replay {
  background-position: -121px -591px;
  width: 79px;
  height: 25px; }

.btn.save {
  background-position: -343px -750px;
  width: 74px;
  height: 17px; }

.btn.pirate {
  width: 213px;
  height: 31px;
  background: url(../images/pirate.png); }

.btn.pirate.hover {
  background: url(../images/pirate-over.png); }

.btn.monsters {
  width: 213px;
  height: 31px;
  background: url(../images/monsters.png); }

.btn.monsters.hover {
  background: url(../images/monsters-over.png); }

header {
  position: relative;
  height: 40px;
  z-index: 1000;
  *zoom: 1; }
  header:before, header:after {
    content: " ";
    display: table; }
  header:after {
    clear: both; }
  header .logo {
    position: absolute;
    left: 9px;
    width: 224px;
    height: 52px;
    background: url(../images/logo.png); }
    header .logo a {
      position: absolute;
      display: block;
      width: 224px;
      height: 52px;
      z-index: 1000; }
  header .user-id {
    position: absolute;
    left: 234px;
    width: 250px;
    height: 40px;
    padding-right: 63px;
    font-size: 20px;
    line-height: 35px;
    text-align: right;
    letter-spacing: 1px;
    color: #fff;
    background: url(../images/key.jpg) right no-repeat; }
  header nav {
    float: right; }
    header nav ul {
      list-style: none; }
    header nav li {
      float: left;
      padding-top: 7px; }
  header h1 {
    position: absolute;
    width: 704px;
    height: 87px;
    top: 36px;
    left: 108px;
    background: url(../images/title.png);
    color: transparent;
    font: 0/0 a;
    text-shadow: none; }

.frame {
  position: relative;
  height: 534px;
  background: url(../images/backgrounds/bg0.gif);
  overflow: hidden; }
  .frame p, .frame .btn, .frame img, .frame .video-frame, .frame textarea, .frame .comic, .frame .details, .frame .main-idea {
    position: absolute; }

#preloader {
  background: url(../images/backgrounds/bg1.jpg); }
  #preloader img {
    top: 240px;
    left: 440px; }
  #preloader h2 {
    text-align: center;
    color: #fff;
    padding-top: 320px;
    font-size: 25px; }

#frame1 {
  background: url(../images/backgrounds/bg1.jpg); }
  #frame1 h2 {
    position: absolute;
    top: 90px;
    left: 100px;
    width: 700px;
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    text-align: center; }
  #frame1 .pirate {
    position: absolute;
    top: 170px;
    left: 60px; }
  #frame1 .monsters {
    position: absolute;
    top: 170px;
    left: 510px; }

#frame1 .loading {
  background: #000; }

footer {
  position: relative;
  width: 950px;
  height: 30px;
  background: url(../images/footer.gif) 0 5px no-repeat; }
  footer .audio-toggle {
    position: absolute;
    bottom: 7px;
    left: 35px;
    display: none; }
  footer nav {
    float: right;
    padding-right: 35px; }
    footer nav ul {
      list-style: none; }
    footer nav li {
      float: left;
      padding-top: 5px; }

.alert {
  position: fixed;
  top: 0;
  width: 950px;
  height: 100%;
  z-index: 2000;
  overflow: hidden;
  color: #fff;
  background: url(../images/overlay.png); }
  .alert .content {
    position: relative;
    margin: 200px auto 0;
    width: 197px;
    height: 139px;
    padding: 0 15px;
    background: url(../images/alert.gif);
    z-index: 1000; }
  .alert h2 {
    padding-bottom: 12px;
    text-align: center;
    font-weight: bold;
    color: #f9d83a; }
  .alert p {
    font-size: 20px;
    line-height: 22px;
    text-align: center; }
  .alert .btn {
    position: absolute;
    bottom: 5px;
    color: transparent;
    font: 0/0 a;
    text-shadow: none; }
  .alert .yes {
    left: 40px;
    bottom: -2px; }
  .alert .no {
    right: 40px;
    bottom: -2px; }
  .alert .continue-small {
    left: 53px; }

.alert.small h2 {
  padding-bottom: 5px; }
.alert.small p {
  font-size: 18px; }

#alert h2 {
  padding-bottom: 1px; }

#play {
  z-index: 2000;
  position: absolute;
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }

#help {
  position: fixed;
  top: 0;
  width: 950px;
  height: 100%;
  z-index: 2000;
  overflow: hidden;
  color: #fff;
  background: url(../images/overlay.png); }
  #help .content {
    position: relative;
    margin: 100px auto 0;
    width: 391px;
    height: 425px;
    padding: 10px 30px;
    background: url(../images/popup.gif);
    z-index: 1000; }
  #help .scroll {
    width: 391px;
    height: 340px;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #help h2 {
    padding-bottom: 12px;
    text-align: center;
    font-weight: bold;
    color: #f9d83a; }
  #help h3 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 24px; }
  #help p, #help li {
    font-size: 20px;
    line-height: normal;
    padding-bottom: 20px; }
  #help .btn {
    position: absolute;
    bottom: 10px;
    left: 195px;
    color: transparent;
    font: 0/0 a;
    text-shadow: none; }

#print {
  display: none; }

#overlay {
  position: absolute;
  top: 0;
  opacity: .5; }

#development {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #fff;
  padding: 0 10px; }
  #development label, #development select {
    display: block; }
  #development select {
    max-height: 100px;
    padding: 2px;
    margin-bottom: 20px; }
	
	/* new */
	
	/*For Yellow Rollover*/
	/*.btn.student-area {
    background-position: -156px -830px;
    width: 87px;
    height: 19px;  }*/
	
	.btn.student-area {
    background-position: -156px -856px;
    width: 87px;
    height: 19px; 
	}
	
	.btn.student-area:hover {
    background-position: -156px -856px;
    width: 87px;
    height: 19px; 
	}
	
	/*new button */
	.btn.pl-area {
    background-position: -273px -830px;
    width: 165px;
    height: 19px;  }
	
	.btn.pl-area:hover {
    background-position: -273px -856px;
    width: 165px;
    height: 19px; 
	}
	 .btn.teacher-area {
    background-position: 0px -830px;
    width: 127px;
    height: 19px; }
	
  .btn.teacher-area:hover {
    background-position: 0px -856px;
    width: 127px;
    height: 19px; }
