﻿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;
        }

a.badge {
    margin:10px 10px 10px 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 8px 2px 8px;
    border-radius: 12px;
    text-transform: uppercase;
    color: #fff;
    background-color: #5151e6;
}


    a.badge:hover {
        background-color: #8bf56e;
        color: #f44;
        transform: scale(1.1);
    }