/* proto5.css */
/*
* background color: 2c2c2c
* activated barcodeline:6a6a6a
* inactive barcodeline: 353535
*
* */

* {
    margin: 0;
    padding: 0;
}
html, body, #page {
    background: #000000;
    background-color: #000000;
}

div#noscript {
    position: relative;
    left: 0;
    clear: both;
    display: block;
    float: none;
    height: 404px;
    overflow: auto;
    border: 1px solid #999999;
    border-width: 1px 0;
}
#legendContainer {
    display: none;
}
body.js #legendContainer {
    display: block;
}
/* VERTICAL POSITION */
#page {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 555px;
}
h1.summary {
    position: relative;
    top: 0px;
    font-size: 140%;
    font-weight: normal;
}

#tagnav {
    position: relative;
    top: 10px;
}
body.js #tagnav li span {
    cursor: pointer;
}
#barcodeContainer {
    position: relative;
    top: 40px;
    border: 0px solid red;
    width: 100%;
    height: 404px;
}
#caption {
    position: relative;
    top: 414px;
}

body.js h1.summary, body.js #tagnav, body.js #contactInfo, body.js #caption, body.js #legendContainer {
    position: absolute;
}
body.js #tagnav {
    top: 30px;
}
body.js #barcodeContainer {
    top: 70px;
}
body.js #caption {
    position: absolute;
    top: 475px;
}
body.js #legendContainer {
    position: absolute;
    top: 480px;
}
#contactInfo {
    position: relative;
    top: 40px;
}
body.js #contactInfo {
    position: absolute;
    top: 530px;
}
/* END VERTICAL POSITIONING */


body {
    color: #CCC;
    font: 12px / 2em Arial, Helvetica, sans-serif;
}
.summary {
    text-indent: 0;
    font-family: Arial, sans-serif;
    font-size: 11pt;
    letter-spacing: -1px;
    color: #999999;
    width: 500px;
    margin: auto;
    text-align: center;
    font-weight: normal;
}
h1.summary {
    margin: 0 auto;
}
#tagnav {
    margin: 0;
    padding: 0;
    color: white;
    list-style: none;
    width: 550px;
    margin: 0 auto;
    height: 1.6em;
    border-bottom: 0px solid #353535;
    padding: 0 150px;
}
#tagnav li {
    color: #999999;
    text-transform: uppercase;
    text-align: center;
    width: 110px;
    float: left;
}

body.js #tagnav li span, body.js #tagnav li span.disabled:hover, body.js #tagnav li span:hover {
    /*border-bottom: 1px solid #FFF;*/
    color: White;
    padding-bottom: 6px;
    background: transparent url(../_img/arrow_top.gif) bottom center no-repeat;
}
body.js #tagnav li span.disabled {
    text-decoration: none;
    border-bottom-width: 0;
    background: none;
    color: #999999;
}
#barcode {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    height: 404px;
    overflow: visible;
}
body.js #barcode {
    overflow: hidden;
    position: absolute;
}
#barcode li, #barcode li.active {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
}
body.js #barcode li {
    float: left;
    text-align: left;
    position: relative;
    height: 404px;
    overflow: hidden;
}
body.js #barcode li.active {
    background-color: #999999;
    cursor: pointer;
}
body.js #legend li.activated {
    cursor: pointer;
    border: 1px solid #999999;
}
body.js #barcode li.notActive, body.js #legend li.notActive {
    background-color: #000000;
    background: #000000;
    background: transparent;
    cursor: text;
}
body.js #barcode li img, body.js #barcode img {

    top: 0;
    display: none;
}
body.js #barcode li.notActive img {
    background-color: #000000;
}
#barcode li span.digit {
    position: absolute;
    bottom: -25px;
    color: white;
    display: block;
    width: 1em;
    text-indent: 0;
}
#debugger {
    background: #333;
    border: 1px dotted yellow;
    padding: 10px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 200px;
    height: 100px;
}
#barcodePos {
    color: yellow;
}
#legendContainer h2 {
    text-indent: 0;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    letter-spacing: -1px;
    font-weight: normal;
    color: #000000;
    text-align: left;
    clear: both;
    display: block;
    margin: 0;
    position: relative;
    left: 0;
}
body.js #legendContainer h2 {
    color: #999999;
}
#legend {
    width: 100%; /*border-bottom:1px solid #999999;*/
    padding-top: 1px;
}
#legend li {
    /*border-right: 1px solid #999999;*/
    float: left;
    height: 10px;
    margin: 0;
    padding: 0;
    margin-right: 1px;
    width: 20px;
    list-style: none;
}
#legend li.opened {
    background: #999999;
}
#legend li.hover, #legend li:hover, #legend li.active {
    background: #FFF;
    cursor: pointer;
}
#legend li span {
    display: none;
}
#caption {
    position: absolute;
    top: 530px;
    color: white;
    text-indent: 0;
    text-transform: capitalize;
    font-family: Arial, sans-serif;
    font-weight: normal;
    width: 800px;
    font-size: 11pt;
    letter-spacing: -1px;
    padding: 0px;
    text-align: center;
    display: none;
}
#scrollLeft, #scrollRight {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100px;
    height: 404px;
    border: 1px solid #000000;
    z-index: 20;
    font-size: 20pt;
    background: #000000 url(../_img/scrollLeft.gif) center left no-repeat;
    cursor: pointer;
    display: none;
}
#scrollRight {
    left: auto;
    right: 0px;
    background: #000000 url(../_img/scrollRight.gif) center right no-repeat;
}
#scrollLeft:hover {
    background-image: url(../_img/scrollLeft_hover.gif);
}
#scrollRight:hover {
    background-image: url(../_img/scrollRight_hover.gif);
}
#loadingImagesUI {
    background: #000000;
    border: 1px solid #999999;
    color: #999999;
    width: 100%;
    height: 404px;
    position: absolute;
    display: block;
    z-index: 100;
    text-align: center;
    display: none;
}
#loadingImagesUI p {
    text-align: center;
    margin: 2em auto;
    padding: 10px;
    text-indent: 0;
    font-family: Arial, sans-serif;
    font-size: 12pt;
    letter-spacing: -1px;
    text-align: center;
    font-weight: normal;
}
#contactInfo, #credits {
    width: 800px;
    margin: auto;
    text-align: center;
}
p#contactInfo a {
    color: #999999;
}
#credits {
    /*    position: absolute;     bottom: 10px;     text-align: right;     right: 10px;     display: block;         width: 200px;     height: 26px;     */
}
#credits, #credits a {
    color: #999999;
}
#credits a {
    background: #000000 url(../_img/pixeline_logo_small.gif) top left no-repeat;
    display: block;
  /*  float: right;*/
    width: 97px;
    height: 26px;
}
#credits a span {
    display: none;
    width: 97px;
    height: 26px;
}
#imgCounter, #amountOfImages {
    position: absolute;
    bottom: 100px;
    display: block;
    text-align: center;
    right: 400px;
    font-size: 160pt;
    color: #3A3A3A;
}
#amountOfImages {
    right: 0px;
    color: #282828;
}
p#loadingMessage {
    color: White;
}
#abstract {
    z-index: 1000;
    position: absolute;
    top:70px;
    border: 1px solid #999999;
    color: #999999;
    background: black;
    height: 404px;
    width: 100%;
    display:none;
}
#abstract span#closeHelp {
    float: right;
    border: 1px dotted #999999;
    color: #999999;
    cursor: pointer;
    margin: 10px;
    padding: 0 10px;
    font-family: Arial, "sans-serif";
    font-size: 10px;
}
#abstract span#closeHelp:hover{
border:1px solid white;
color:White;
}
#abstract p, #abstract h2 {
    margin: 20px auto;
}
#abstract p {
    width: 770px;
    text-align:justify;
}
#abstract h2 {
    text-indent: 0;
    font-family: Arial, sans-serif;
    font-size: 13pt;
    letter-spacing: -1px;
    font-style:italic;
    color: #999999;
    width: 500px;
    margin:20px auto 0;
    text-align: center;
    font-weight: normal;
}
#helpButton {
    cursor: pointer;
    padding-bottom:4px;
    
}
#helpButton:hover{
color:White;
}

