﻿table.Shadow {}
table.Shadow td.tl
{
	background-image: url(../../Images/Layout/Shadows/tl.jpg);
	background-repeat: no-repeat;
	height: 7px;
	width: 7px;
}
table.Shadow td.t
{
	background-image: url(../../Images/Layout/Shadows/t.jpg);
	background-repeat: repeat-x;
	height: 7px;
}
table.Shadow td.tr
{
	background-image: url(../../Images/Layout/Shadows/tr.jpg);
	background-repeat: no-repeat;
	height: 7px;
	width: 7px;
}
table.Shadow td.l
{
	background-image: url(../../Images/Layout/Shadows/l.jpg);
	background-repeat: repeat-y;
	width: 7px;
}
table.Shadow td.r
{
	background-image: url(../../Images/Layout/Shadows/r.jpg);
	background-repeat: repeat-y;
	width: 7px;
}
table.Shadow td.bl
{
	background-image: url(../../Images/Layout/Shadows/bl.jpg);
	background-repeat: no-repeat;
	height: 7px;
	width: 7px;
}
table.Shadow td.b
{
	background-image: url(../../Images/Layout/Shadows/b.jpg);
	background-repeat: repeat-x;
	height: 7px;
}
table.Shadow td.br
{
	background-image: url(../../Images/Layout/Shadows/br.jpg);
	background-repeat: no-repeat;
	height: 7px;
	width: 7px;
}