@import url("/css/timelines/defaults.css");
@import url("/css/timelines/WK.css");
@import url("/css/timelines/MS.css");
@import url("/css/timelines/YD.css");
@import url("/css/sets.css");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  line-height: 1; }

html, body {
  height: 100%;
  width: 100%; }

body {
  background: #493723;
  text-align: center;
  color: black;
  font-family: "Arial", "Verdana", "Helvetica", sans-serif;
  font-size: 90%; }

#mainWrap {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1024px;
  min-height: 676px; }

.minHeight {
  height: 676px;
  width: 0px;
  float: none;
  clear: both; }

.minWidth {
  width: 1024px;
  height: 0px;
  float: none;
  clear: both; }

#mediaData {
  overflow: hidden;
  height: 0px;
  width: 0px;
  font-size: 0px; }

#wrap, #grid, #displayManager, #displayPanel, #player {
  width: 1024px;
  height: 676px;
  overflow: hidden;
  position: absolute; }

#wrap {
  top: 50%;
  left: 50%;
  margin-top: -338px;
  margin-left: -512px;
  overflow: visible; }

#grid {
  display: block;
  background-color: #493723;
  height: 626px;
  top: 0px;
  left: 0px; }
  #grid ul, #grid #flashGrid {
    list-style-type: none;
    margin-top: 25px;
    margin-left: 25px;
    height: 601px;
    width: 984px; }
    #grid ul.noFlash,     #grid #flashGrid.noFlash {
      width: 1014px; }
    #grid ul li,     #grid #flashGrid li {
      width: 110px;
      height: 110px;
      margin-right: 15px;
      margin-bottom: 15px;
      background-color: black;
      float: left;
      cursor: pointer;
      overflow: hidden; }
    #grid ul.small li,     #grid #flashGrid.small li {
      width: 48px;
      height: 48px; }
      #grid ul.small li.BS,       #grid #flashGrid.small li.BS {
        width: 110px;
        height: 110px; }

.masks {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px; }
  .masks .mask {
    position: absolute;
    z-index: 9999;
    background: #493723; }
  .masks .maskTop {
    width: 100%;
    height: 25px;
    top: 0px;
    left: 0px; }
  .masks .maskLeft {
    width: 25px;
    height: 100%;
    top: 0px;
    left: 0px; }
  .masks .maskRight {
    width: 890px;
    height: 100%;
    top: 0px;
    right: 0px; }
  .masks .maskBottom {
    width: 100%;
    height: 522px;
    bottom: 0px;
    left: 0px; }

.cameraFlash {
  background-color: white;
  width: 100%;
  height: 576px;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999; }

#noPlayers, #noJS {
  position: absolute;
  top: 200px;
  left: 256px;
  width: 512px;
  font-size: 1.5em;
  text-align: center;
  color: white;
  background-color: black;
  padding: 20px;
  z-index: 9999999; }
  #noPlayers a,   #noJS a {
    color: #FDB813; }

#displayManager {
  top: -9999px; }
  #displayManager .background {
    background: black url('/images/layout/displayManager-bg.jpg') top left no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 576px;
    filter: alpha(opacity = 100); }
  #displayManager.photo {
    height: 585px; }
  #displayManager .logo {
    width: 110px;
    height: 110px;
    cursor: pointer;
    background: #F2AE05 url('/images/thumbs/BS.jpg') top left no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 111; }
    #displayManager .logo:hover {
      background-position: 0 0; }
  #displayManager .playButton {
    width: 107px;
    height: 81px;
    background: url('/images/buttons/PLAY.png') top left no-repeat;
    cursor: pointer;
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 111; }
    #displayManager .playButton:hover {
      background-position: bottom left; }
  #displayManager.MS .playButton {
    width: 105px;
    height: 81px;
    background-image: url('/images/buttons/MS_PLAY.png'); }
  #displayManager.WK .playButton {
    width: 109px;
    height: 60px;
    background-image: url('/images/buttons/WK_PLAY.png'); }
  #displayManager.YD .playButton {
    width: 119px;
    height: 66px;
    background-image: url('/images/buttons/YD_PLAY.png'); }
  #displayManager .prevButton {
    width: 112px;
    height: 135px;
    background: url('/images/buttons/photos-previous.png') top left no-repeat;
    position: absolute;
    top: 210px;
    left: 40px;
    cursor: pointer;
    display: none;
    z-index: 500; }
  #displayManager .nextButton {
    width: 112px;
    height: 135px;
    background: url('/images/buttons/photos-next.png') top left no-repeat;
    position: absolute;
    top: 210px;
    right: 40px;
    cursor: pointer;
    display: none;
    z-index: 500; }

#player {
  height: 576px;
  overflow: hidden;
  z-index: 100; }
  #player object {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%; }
    #player object embed {
      width: 100%;
      height: 100%; }
    #player object.low {
      width: 400px;
      height: 225px;
      left: 312px;
      top: 170px; }

#displayPanel {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 110;
  height: 576px; }
  #displayPanel.waitingForPlayer {
    width: 1023px;
    height: 675px; }
  #displayPanel .photo, #displayPanel .preview {
    width: 100%;
    overflow: hidden;
    text-align: center; }
  #displayPanel .photo {
    height: 480px;
    position: absolute;
    top: 25px; }
  #displayPanel #displayPanelFlash {
    height: 576px;
    z-index: 120;
    position: relative; }
  #displayPanel .set {
    position: absolute;
    width: 655px;
    z-index: 100;
    top: 170px;
    left: 185px;
    text-align: center;
    height: 385px;
    overflow: hidden; }
    #displayPanel .set img {
      width: 110px;
      height: 110px;
      margin: 10px;
      display: inline;
      cursor: pointer;
      position: relative; }
  #displayPanel .labels {
    width: 100%;
    height: 100%;
    position: relative; }
  #displayPanel .siteMap {
    font-size: 12px;
    color: #F2AE05;
    margin: 25px 0 0 155px;
    list-style-type: none; }
    #displayPanel .siteMap h1 {
      font-size: 24px;
      margin-bottom: 6px; }
      #displayPanel .siteMap h1 a {
        color: white; }
    #displayPanel .siteMap h2 {
      font-size: 18px;
      margin-bottom: 6px; }
      #displayPanel .siteMap h2 a {
        color: white; }
    #displayPanel .siteMap h3 {
      font-size: 15px; }
    #displayPanel .siteMap a {
      color: #F2AE05;
      text-decoration: none; }
      #displayPanel .siteMap a:hover {
        color: white;
        text-decoration: underline; }
    #displayPanel .siteMap ul {
      display: block;
      width: 100%;
      position: relative; }
      #displayPanel .siteMap ul li {
        display: block;
        width: 200px;
        float: left;
        position: relative; }
        #displayPanel .siteMap ul li li {
          padding-top: 7px; }
        #displayPanel .siteMap ul li.PA {
          width: 100%; }
        #displayPanel .siteMap ul li.YD {
          width: 190px;
          left: 25px; }
        #displayPanel .siteMap ul li.MS {
          width: 170px; }
        #displayPanel .siteMap ul li.OP h3 {
          padding-top: 15px; }
        #displayPanel .siteMap ul li.OP ul ul {
          display: none; }
        #displayPanel .siteMap ul li.OT {
          width: 350px; }
          #displayPanel .siteMap ul li.OT li {
            float: none;
            clear: both;
            width: 170px; }
          #displayPanel .siteMap ul li.OT .OL {
            position: absolute;
            top: 0px;
            right: 0px; }
        #displayPanel .siteMap ul li.disabled, #displayPanel .siteMap ul li.BS, #displayPanel .siteMap ul li.SM, #displayPanel .siteMap ul li.CR {
          display: none; }
        #displayPanel .siteMap ul li.type-set ul {
          left: 15px;
          width: 140px; }

#timeline {
  width: 1024px;
  height: 100px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: black;
  z-index: 1111;
  overflow: hidden; }

#footer {
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: -60px; }
  #footer .links {
    text-align: center;
    width: 100%; }
    #footer .links a, #footer .links span {
      color: #271C10;
      text-decoration: underline;
      cursor: pointer; }
      #footer .links a .note,       #footer .links span .note {
        color: #7B6651; }
      #footer .links a:hover,       #footer .links span:hover {
        color: black; }
        #footer .links a:hover .note,         #footer .links span:hover .note {
          color: #2B231B; }
    #footer .links span {
      color: white; }
