﻿#galleryMenuBar
{
    width: 100%;
    background-color: #CDA54D;
    min-height: 1px;
    text-align: right;
}

.addPanel
{
 
    visibility: hidden;
    height: 0px;
    overflow: auto;
    
}

.watermarkText
{
    font-family: 'Courier New' , Courier, monospace;
    font-size: 11px;
    font-style: italic;
    color: #C0C0C0;
}

.galleryItem
{
    padding: 10px;
    clear: both;
    border: 2px solid #808080;
    width: 400px;
    min-height: 130px;
    background-color: #FCF1D4;
}

.galleryThumbnail
{
    background-position: center center;
    border: 1px solid #333333;
    float: left;
    width: 120px;
    height: 120px;
}

.galleryThumbInfo
{
    float: left;
    padding-left: 5px;
    text-align: left;
}

.galleryThumbTitle
{
    font-size: 14px;
    font-weight: bold;
}

.photoThumbnailOuter
{
    border: 1px solid #999999;
    width: 150px;
    height: 150px;
    background-color: #FCF1D4;
}

.photoThumbnail
{
    border: 1px solid #333333;
    background-position: center center;
    background-color: Black;
    width: 125px;
    height: 125px;
    margin-top: 10px;
    background-repeat: no-repeat;
}

.photoOuter
{
    margin: 20px auto 0px auto;
    width: 800px;
    border: 1px solid #7A4B15;
    background-color: #FCF1D4;
    padding: 5px;
}

.photoDetailsTab
{
    background-color: #7A4B15;
    height: 20px;
    width: 200px;
    margin: 0px auto 0px auto;
    color: #FFFFFF;
    text-align: center;
}

.photoDetailsPanel
{
    width: 790px;
    margin: 0px auto 0px auto;
    background-color: #7A4B15;
    color: #FFFFFF;
    height: 0px;
}

.photoDetailsTitle
{
    font-size: 16px;
}



