body {
  margin: 0;
  background-color: #000;
  background-image: url( '/images/background.jpg' );
  background-repeat: no-repeat;
  font-family: sans-serif, verdana, arial;
  color: #fff;
  font-size: 0.8em;
}

h6, h5, h4, h3, h2, h1 {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

img {
  border: 0;
}

a {
  color: white;
}

a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 1em;
}

.main-navigation li { margin-bottom: 5px; }

.introduction {
  text-indent: 12px;
}

.signature {
  font-style: italic;
  text-align: right;
}

#div_browserwarning {
  display: none;
  position: absolute;
  padding: 2px 4px;
  top: 15px;
  left: 450px;
  width: 370px;
  height: 40px;
  overflow: hidden;
  font-size: 0.8em;
  color: yellow;
  border: 1px solid #fff;
  background-color: #000;
  cursor: pointer;
}

#div_info {
  position: absolute;
  font-size: 0.9em;
  top: 102px;
  left: 90px;
  width: 264px;
  height: 205px;
}
.character-info-image { float: left; margin-right: 14px; }
.character-info-name { font-weight: bold; width: 150px; overflow: hidden; white-space: nowrap; }
.character-info-upper-half { height: 105px; }

#div_navigation {
  position: absolute;
  top: 435px;
  left: 71px;
  text-align: center;
  width: 187px;
}

#div_player {
  position: absolute;
  top: 720px;
  left: 72px;
  height: 89px;
}

#div_settings {
  display: none;
  text-align: right;
  position: absolute;
  top: 720px;
  left: 630px;
  width: 300px;
}

#div_javascriptsetting {
}

#div_playersetting {
  display: none;
}

#div_navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#div_navigation li {
  margin: 0;
  padding: 0;
}

#div_maintitle {
  position: absolute;
  top: 0px;
  left: 72px;
  width: 350px;
  height: 86px;
  background-image: url( '/images/main-title-gold.png' );
}

#div_maintitle img {
  width: 350px;
  height: 40px;
}

#div_logo {
  position: absolute;
  top: 338px;
  left: 125px;
  width: 81px;
  height: 78px;
  background-image: url( '/images/sf-logo.png' );
}

#div_logo_overlay {
  display: none;
  position: absolute;
  top: 338px;
  left: 125px;
  width: 81px;
  height: 78px;
  background-image: url( '/images/sf-logo-overlay.png' );
}

#div_footer {
  position: absolute;
  top: 760px;
  left: 260px;
  width: 440px;
  height: 85px;
  text-align: center;
}

#div_preview {
  border: 0px dotted white;
  position: absolute;
  top: 86px;
  left: 372px;
  width: 558px;
  height: 237px;
  overflow: hidden;
}

#div_preview_overlay_top {
  z-index: 98;
  position: absolute;
  top: 0;
  left: 0;
  width: 543px;
  height: 25px;
  background-image: url( '/images/preview-overlay.png' );
}

#div_preview_overlay_bottom {
  z-index: 99;
  position: absolute;
  top: 212px;
  left: 0;
  width: 543px;
  height: 25px;
  background-image: url( '/images/preview-overlay.png' );
  background-position: 0 -212px;
}

#div_content {
  border: 0px dotted white;
  position: absolute;
  top: 345px;
  left: 280px;
  width: 625px;
  color: #000;
}

/*'''''''''''''''''''*\
|   Character icons   |
\*___________________*/

.div-manifest {
  width: 651px;
  height: 240px;
  overflow: auto;
}
.div-carousel-icon {
  float: left;
  width: 100px;
  height: 100px;
  margin: 5px;
  border: 1px solid #000;
}

/*''''''''''''*\
|   Carousel   |
\*____________*/

.div-carousel-button {
  width: 32px;
  height: 32px;
  cursor: pointer;
  float: left;
}

.div-carousel-container-wrapper {
  overflow: hidden;
  float: left;
}

.div-carousel-button.prev {
  background-image: url( '/images/prev-horizontal.png' );
}
.div-carousel-button.prev.enabled  { background-position: -32px; }
.div-carousel-button.prev.hover    { background-position: -0;    }
.div-carousel-button.prev.clicked  { background-position: -64px; }
.div-carousel-button.prev.disabled { background-position: -96px; }

.div-carousel-button.next {
  background-image: url( '/images/next-horizontal.png' );
}
.div-carousel-button.next.enabled  { background-position: -32px; }
.div-carousel-button.next.hover    { background-position: -0;    }
.div-carousel-button.next.clicked  { background-position: -64px; }
.div-carousel-button.next.disabled { background-position: -96px; }

/*''''''''''''''''''*\
|   Story extracts   |
\*__________________*/

.div-mission {
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  margin-top: 5px;
  margin-bottom: 20px;
}
.div-mission .div-mission-pdf {
  text-align: right;
  float: right;
}
.div-mission p {
  text-shadow: 1px 1px #000;
  text-align: left;
  text-indent: 12px;
}
.div-mission .p-mission-title {
  font-size: 1.4em;
}
.div-mission .p-mission-teaser {
  font-style: italic;
}

/*'''''''''''*\
| jScrollPane |
\*___________*/

.scroll-pane {
  overflow: auto; width: 528px; height:207px; color: #fff; font-weight: bold; padding: 15px;
}

a.jScrollArrowUp {
  opacity: 0.5;
  background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
  background-position: 0 -15px;
}
a.jScrollArrowDown {
  opacity: 0.5;
  background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
  background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
  background-position: 0 -30px;
}

.jScrollPaneTrack {
  background: #f60;
  opacity: 0.5;
}

.jScrollPaneContainer {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.jScrollPaneTrack {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  height: 100%;
  background: #777;
}
.jScrollPaneDrag {
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  background: #036 url(../images/drag_grab.gif) no-repeat 50% 50%;
}
.jScrollPaneDragTop {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.jScrollPaneDragBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
a.jScrollArrowUp {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  text-indent: -2000px;
  overflow: hidden;
  /*background-color: #666;*/
  height: 9px;
}
a.jScrollArrowUp:hover {
  /*background-color: #f60;*/
}

a.jScrollArrowDown {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  text-indent: -2000px;
  overflow: hidden;
  /*background-color: #666;*/
  height: 9px;
}
a.jScrollArrowDown:hover {
  /*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
  /*background-color: #f00;*/
}

