﻿.thumbContainer, .pushed
{
    background-color: #E2EAD2;
    border: 1px solid gray;
    border-left: 1px solid white;
    border-top: 1px solid white;
    padding: 8px;
    padding-top: 5px;
}
.pushed
{
    background-color: #F5F8E5;
    border: 1px solid white;
    border-left: 1px solid gray;
    border-top: 1px solid gray;
}
.thumbContainer img
{
    margin-bottom: 7px;
}
.thumbContainer .chkExcluir
{
    float: right;
    margin-bottom: 2px;
}
.thumbContainer .chkExcluir input
{
    vertical-align: middle;
}

#photos
{
    min-height: 300px;
    _height: 300px;
    text-align: center;
    width: 710px;
    margin: auto;
}

.view
{
    width: 700px;
    font-size: 9px;
    text-align: center;
}

.view table.photo-frame
{
    border-collapse: collapse;
    border: 0px;
    min-height: 20px;
    text-align: left;
}

.photo-frame img
{
    border: solid 4px #ffffff;
    max-width: 650px;
}

.photo-frame .topx--
{
    background-image: url(../images/frame/frame-topx--.gif);
    background-repeat: no-repeat;
    width: auto;
    height: 4px;
    vertical-align: top;
}

.photo-frame .top-x-
{
    background-image: url(../images/frame/frame-top-x-.gif);
    background-repeat: repeat-x;
    width: auto;
    height: 4px;
}

.photo-frame .top--x
{
    background-image: url(../images/frame/frame-top--x.gif);
    background-repeat: no-repeat;
    width: auto;
    height: 4px;
    vertical-align: top;
}

.photo-frame .midx--
{
    background-image: url(../images/frame/frame-midx--.gif);
    background-repeat: repeat-y;
    width: 4px;
    height: auto;
}

.photo-frame .mid--x
{
    background-image: url(../images/frame/frame-mid--x.gif);
    background-repeat: repeat-y;
    width: 4px;
    height: auto;
}

.photo-frame .botx--
{
    background-image: url(../images/frame/frame-botx--.gif);
    background-repeat: no-repeat;
    width: 4px;
    height: 4px;
    vertical-align: top;
}

.photo-frame .bot-x-
{
    background-image: url(../images/frame/frame-bot-x-.gif);
    background-repeat: repeat-x;
    width: auto;
    height: 4px;
}

.photo-frame .bot--x
{
    background-image: url(../images/frame/frame-bot--x.gif);
    background-repeat: no-repeat;
    width: 4px;
    height: 4px;
    vertical-align: bottom;
}

table.detalhesAlbum
{
    text-align: left;
    margin-left: 30px;
    width: 650px;
    font-size: 11px;
    color: #003300;
}

.detalhesAlbum p
{
    padding: 2px;
    margin: 2px;
}
