﻿.GrayTrans
{
    width: 100%;
    margin: 0px 0px 10px 0px;
}

.GrayTrans td
{
    font: normal normal 12px Trebuchet MS, Arial, Helvetica;
}

.GrayTrans .tl
{
    background: transparent url('images/graytrans_01.png') top left no-repeat;
    width: 18px;
    height: 11px;
}

.GrayTrans .t
{
    background: transparent url('images/graytrans_02.png') top left repeat-x;
    width: auto;
    height: 11px;
}

.GrayTrans .tr
{
    background: transparent url('images/graytrans_03.png') top right no-repeat;
    width: 11px;
    height: 11px;
}

.GrayTrans .ml
{
    background: transparent url('images/graytrans_04.png') top left repeat-y;
    width: 18px;
}

.GrayTrans .m
{
    background: transparent url('images/graytrans_05.png') top left;
    width: auto;
}

.GrayTrans .mr
{
    background: transparent url('images/graytrans_06.png') top right repeat-y;
    width: 11px;
}

.GrayTrans .bl
{
    background: transparent url('images/graytrans_07.png') bottom left no-repeat;
    width: 18px;
    height: 18px;
}

.GrayTrans .b
{
    background: transparent url('images/graytrans_08.png') bottom left repeat-x;
    width: auto;
    height: 18px;
}

.GrayTrans .br
{
    background: transparent url('images/graytrans_09.png') bottom right no-repeat;
    width: 11px;
    height: 18px;
}