﻿div#gallerydiv
{
    width: 100%;
    text-align: center;
}

table#gallerytable
{
    text-align: center;
    width: 100%;
    display: table;
}

tr.galleryrow
{
    display: table-row;
}

td.galleryimage
{
    display: table-cell;
    vertical-align: top;
    width: 25%;
    padding: 5px 5px 5px 5px;
    margin: 10px 0px 0px 0px;
}

td.galleryGroupimage
{
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding: 5px 5px 5px 5px;
    margin: 10px 0px 0px 0px;
}

.lblPictureGroupDescription
{
    font-size: 14pt;
    font-weight: bold;
}

.lblPictureDescription
{
    font-size: 12pt;
    font-weight: bold;
}

.tblDescription
{
    background: #A2CD5A;
}
