﻿table.RoundCornerTable
        {
        }
        .RoundCornerTable td.TopLeft, td.TopRight, td.BottomLeft, td.BottomRight
        {
            background-image: url(/images/RoundCorners/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, td.BottomMiddle
        {
            background-image: url(/images/RoundCorners/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, td.MiddleRight
        {
            background-image: url(/images/RoundCorners/RoundVert.png);
            background-repeat: repeat-y;
            width: 19px;
        }
        .RoundCornerTable td.MiddleMiddle
        {
            background-image: url(/images/RoundCorners/Trans64_60.png);
            background-repeat: repeat;
            text-align:left;
        }