li
{
    margin-left: 10px;
    list-style-position: outside;
    list-style: disc;
    list-style-type: disc;
}

.GalleryViewAndSelection
{
    background-color: Black;
    background-image: url(/SiteImages/gradient_bkg3.jpg);
    background-repeat: repeat-x;
    padding-bottom: 10px;
    width: 743px;
}

.GalleryPreviewImagePanel
{
    border-style: none;
    border-width: thin;
    border-color: #7e7e7e;
    text-align: center;
    width: 100%;
    height: 460px;
}

.PreviewImageText
{
    padding-left: 5px;
    padding-right: 5px;
    color: silver;
    font-weight: normal;
    font-size: small;
    text-align: left;
}

.GalleryPreviewImage
{
    padding: 10px;
    azimuth: center;
    vertical-align: middle;
    /* height: 400px; */
    /* width: 450px; */
}

td.PhotoSelection
{
    border: solid 1px grey;
    text-align: center;
    width: 100%;
}

.PhotoSelectionPanel
{
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    text-align: left;
    /* width: 100%; */
    padding: 10px;
    overflow: auto;
}

.GalleryThumbnail
{
    margin: 2px;
    width: 45px;
    height: 45px;
}

.RegistrationFrame
{
    width: 600px;
}

.Registration .Section
{
}

.RegistrationFrame .InputLabel
{
    font-weight: bold;
    width: 100px;
    vertical-align: text-top;
    text-align: right;
}

.RegistrationFrame .InputData
{
    width: 200px;
}

.RegistrationError
{
    color: Maroon;
}
