﻿td.TD_LeftTop
{
	width:30px; height:30px; 
    background-image: url('HorizontalSprites.png'); 
    background-repeat: no-repeat;
    background-position: 0 0px;
}

td.TD_CenterTop
{
	width:auto; height:30px;
    background-image: url('HorizontalSprites.png'); 
    background-repeat: repeat-x;
    background-position: 0 -120px; 
}

td.TD_RightTop
{
	width:30px; height:30px;
    background-image: url('HorizontalSprites.png'); 
    background-repeat: repeat-x;
    background-position: 0 -30px; 
}

td.TD_LeftMiddle
{
	width:30px; height:auto;
    background-image: url('VerticalSprites.png'); 
    background-repeat: repeat-y;
    background-position: 0 0px;  
}

td.TD_CenterMiddle
{
	width:auto; height:auto; 
	background-color:#EBEBEB;
}
td.TD_RightMiddle
{
	width:30px; height:auto;
    background-image: url('VerticalSprites.png'); 
    background-repeat: repeat-y;
    background-position: -30 0px; 
}

td.TD_LeftDown
{
	width:30px; height:30px;
    background-image: url('HorizontalSprites.png'); 
    background-repeat: no-repeat;
    background-position: 0 -60px;
}
td.TD_CenterDown
{
	width:auto; height:30px;
    background-image: url('HorizontalSprites.png'); 
    background-repeat: repeat-x;
    background-position: 0 -150px; 
}
td.TD_RightDown
{
	width:30px; height:30px;
    background-image: url('HorizontalSprites.png'); 
    background-repeat: no-repeat;
    background-position: 0 -90px;
}