﻿
.RoundCornerTable td.TopLeft, .RoundCornerTable td.TopRight, .RoundCornerTable td.BottomLeft, .RoundCornerTable td.BottomRight
{
    background-image: url(/images/RoundCorners.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
}

.RoundCornerTable td.TopRight
{
    background-position: -19px 0px;
}
.RoundCornerTable td.BottomLeft
{
    background-position: 0px -19px;
}
.RoundCornerTable td.BottomRight
{
    background-position: -19px -19px;
}
.RoundCornerTable td.TopMiddle, .RoundCornerTable td.BottomMiddle
{
    background-image: url(/images/RoundHori.png);
    background-repeat: repeat-x;
    height: 19px;
}
.RoundCornerTable td.BottomMiddle
{
    background-position: 0px -19px;
}
.RoundCornerTable td.MiddleRight
{
    background-position: -19px 0px;
}
.RoundCornerTable td.MiddleLeft, .RoundCornerTable td.MiddleRight
{
    background-image: url(/images/RoundVert.png);
    background-repeat: repeat-y;
    width: 19px;
}

td.MiddleMiddle
{
    position: relative;
    background-repeat: repeat;
    
}
.RoundCornerTable td.MiddleMiddle
{
    background-image: url(/images/Trans64_60.png);
}

.Tans60Back td.MiddleMiddle
{
    background-image: url(/images/Trans64_60.png);
}


