﻿body {
}




   td.TopLeft
{
	width: 20px;
	height: 20px;
	background-image: url(Images/Shadow/TL.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	white-space: nowrap;
	font-size:1px;
}
   td.Top
{
	height: 20px;
	background-image: url(Images/Shadow/T.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	white-space: nowrap;
	font-size:1px;
}
   td.TopRight
{
	width: 20px;
	height: 20px;
	background-image: url(Images/Shadow/TR.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	white-space: nowrap;
	font-size:1px;
}

   td.Left
{
	width: 20px;
	background-image: url(Images/Shadow/L.gif);
	background-position: right;
	background-repeat: repeat-y;
	white-space: nowrap;
}
	td.Right
{
	width: 20px;
	background-image: url(Images/Shadow/R.gif);
	background-repeat:repeat-y;
	white-space: nowrap;
}

	td.BottomLeft
{
	width: 20px;
	height: 20px;
	background-image: url(Images/Shadow/BL.gif);
	background-repeat: no-repeat;
	background-position: top right;
	white-space: nowrap;
	font-size:1px;
}

	td.Bottom
{
	height: 20px;
	background-image: url(Images/Shadow/B.gif);
	background-repeat: repeat-x;
	white-space: nowrap;
	font-size:1px;
}

	td.BottomRight
{
	width: 20px;
	height: 20px;
	background-image: url(Images/Shadow/BR.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
	font-size:1px;
}
