﻿DIV.gallery_edit
{
    height: 670px;
    overflow: auto;
}

DIV.gallery_edit DIV.image_frame
{
    float: left;
}

DIV.gallery_edit DIV.image_frame TABLE
{
    width: 200px;
    table-layout: fixed;
    margin: 2px;
}

DIV.gallery_edit DIV.image_frame TD.cellImg
{
    height: 180px;
    background-color: White;
    text-align: center;
    vertical-align: middle;
}

DIV.gallery_edit DIV.image_frame TD.cellEdit
{
    background-color: White;
    padding: 4px 0px 4px 10px;
}

DIV.gallery_edit DIV.image_frame TD.cellEdit INPUT
{
    margin-left: -6px;
    width: 100%;
    border: solid 1px #e0e0e0;
    text-align: center;
}

DIV.gallery_edit DIV.image_frame TD.cellDate
{
    color: Gray;
    font-size: 8px;
    text-align: center;
    padding-top: 2px;
    background-color: White;
}

DIV.gallery_edit TD.gallery_addimage
{
    width: 200px;
    height: 210px;
    text-align: center;
    vertical-align: middle; /*background-color: White;*/
}

DIV.simple_gallery TABLE
{
    margin: 0px auto;
}

DIV.simple_gallery TD.simgal_cell_header, DIV.simple_gallery TD.simgal_cell_footer
{
    background-color: #202020;
    color: #606060;
}

DIV.simple_gallery TD.simgal_cell_img
{
    background-color: #404040;
}


DIV.simple_gallery_nobgr TABLE
{
    margin: 0px auto;
}

DIV.lightbox_frame
{
    background-color: White;
}

DIV.lightbox_description
{
    font-size: 16px;
    color: #606060;
    padding: 0px 5px 5px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

