/*
    CSS File for album scripts
*/

/*  Global Styles
    */
body
    {
    font-family:    sans-serif;
    }
form
    {
    padding:    0px;
    margin:     0px;
    }

/*  Shared styles
    */
#headertable
    {
    border:         0px;
    width:          100%;
    }
#albumheaderright
    {
    text-align:     right;
    }
#albumjump
    {
    text-align:     right;
    }
#cartstatus
    {
    font-family:    sans-serif;
    font-size:      small;
    text-align:     right;
    color:          #ffcc33;
    padding:        0px;
    margin:         0px;
    }

/*  Thumbnail images page   */
#thumbnailtable
    {
    margin-left:    auto;
    margin-right:   auto;
    text-align:     center;
    }
.thumbnailtext
    {
    text-align:     center;
    font-size:      x-small;
    }
.thumbnailcell
    {
    vertical-align: bottom;
    padding:        0px 10px 10px 10px;
    }
    .thumbnailcell a
        {
        color:              black;
        text-decoration:    none;
        }
    .thumbnailcell a img
        {
        border:             0px;
        }
/*  Styles for main image page
    */
#imagetable
    {
    border:     0px;
    margin-left:    auto;
    margin-right:   auto;
    }
    
#imagetitle
    {
    font-size:          large;
    font-family:        sans-serif;
    text-align:         center;
    padding-bottom:     20px;
    }
/*  Styles for the color, b&w, sepia links on the
    primary image pages.
    */
#imagefooterleft
    {
    padding-top:    20px;
    text-align: left;
    }
#imagefooterright
    {
    padding-top:    20px;
    text-align: right;
    padding-left: 50px;
    }
#imagefooterpagenumber
    {
    text-align: center;
    font-size:  xx-small;
    padding-top:    10px;
    }
#imagecell
    {
    text-align: center;
    }
#fullsizeimage
    {
    border:     1px solid black;
    }
#colorversion
    {
    border:     1px solid black;
    background: url('images/button_color.jpg');
    font-size:  small;
    padding:    10px 5px 0px 5px;
    color: black;
    text-decoration: none;
    }
#bwversion
    {
    border:     1px solid black;
    background: url('images/button_bw.jpg');
    font-size:  small;
    padding:    10px 5px 0px 5px;
    color:      black;
    text-decoration:    none;
    }
#sepiaversion
    {
    border:     1px solid black;
    background: url('images/button_sepia.jpg');
    font-size:  small;
    padding:    10px 5px 0px 5px;
    color:      black;
    text-decoration:    none;
    }

