@charset "iso-8859-1";
/* The charset encoding declaration must be on the first line. */
/* Encode the sheet without a signature (no Byte Order Mark) */

/* 
    CSS Template Version 1.2
    Last Updated: 21 Jun 2005
    By John Bentley
*/

/* 
    We don't use the consistent font size hack. We just let the font
    appear larger in bad browsers like IE5. This means we can have valid css
*/

/* Images */
.bigImage
{
    padding: 1em;
    cursor: default;
    display: none;
    margin: 3em auto 0 auto;
}

.thumbnailImage
{
    margin: 0.1em;
    cursor: pointer;
    visibility: hidden;
}

.thumbnailRack
{
    float: left;
}

#imageSection
{
    height: 490px;
    padding: 1em;

}

#imageSection td
{
    border: 0;
}

#statusSection
{
    /* A hack to get IE to look the same */
    border: 1px solid #f5f5f5;
}

#statusMessage
{
    width: 160px;
    float: left;
    text-align: left;
    margin: 0 auto;
    padding-right: 1em;
}

#progressBarHolder
{
    border: 1px solid #dddddd;
    width: 50%;
    float: left;
    margin: 0.1em 0 0 0;
    visibility: hidden;
    text-align: left;
}

#progressBar
{
    background-color: #666699;
    width: 0;
    height: 1em;
    margin: 0;
}

#progressMessage
{
    width: 110px;
    text-align: left;
}

#instructions
{
    visibility: hidden;
    clear: both;
    margin-top: 0.5em;
}


