﻿.cell
{
    background-color: #FFFFFF;
}
.left
{
    background-image: url('line_vl.png');
    background-repeat: repeat-y;
}
.right
{
    background-image: url('line_vr.png');
    background-repeat: repeat-y;
}
.top
{
    background-position: bottom;
    background-image: url('line_hu.png');
    background-repeat: repeat-x;
    background-color: #FFFFF2;
}
.bottom
{
    background-image: url('line_hl.png');
    background-color: #FFFFF2;
    background-repeat: repeat-x;
}
.img-cell
{
    background-color: #FFFFF2;
}
.img-top
{
    vertical-align: bottom;
}
.img-bottom
{
    vertical-align: top;
}
.btn-cell
{
    background-color: #FFFFFF;
    text-align: right;
    padding-bottom: 6px;
}
.btn-img
{
    cursor: pointer;
}
