﻿
.mastertable_td_left_top
{
    height: 26px;
    background-image: url(../images/mastertable/body_left_top.png);
    background-repeat: no-repeat;
}

.mastertable_td_center_top
{
    width: 100%;
    background-image: url(../images/mastertable/body_center_top.png);
    background-repeat: repeat-x;
}

.mastertable_td_right_top
{
    white-space: nowrap;
    background-image: url(../images/mastertable/body_right_top.png);
    background-repeat: no-repeat;
}

.mastertable_td_left_middle
{
    background-image: url(../images/mastertable/body_left_middle.png);
    background-repeat: repeat-y;
}

.mastertable_td_center_middle
{
    background-color: #B9D300;
    height: 400px;
    vertical-align: top;
    text-align: left;
    padding-left: 16px;
    padding-top: 0px;
    padding-right: 18px;
    padding-bottom: 18px;
}

.mastertable_td_right_middle
{
    background-image: url(../images/mastertable/body_right_middle.png);
    background-repeat: repeat-y;
    background-color: White;
}

.mastertable_td_left_bottom
{
    background-image: url(../images/mastertable/body_left_bottom.png);
    background-repeat: no-repeat;
}

.mastertable_td_center_bottom
{
    background-image: url(../images/mastertable/body_center_bottom.png);
    background-repeat: repeat-x;
}

.mastertable_td_right_bottom
{
    background-image: url(../images/mastertable/body_right_bottom.png);
    background-repeat: no-repeat;
}
