﻿table.Box,
table.SimpleBox
{
	margin-top: 5px;
}

.Box td.Title,
.SimpleBox td.Title
{
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	color: White;
	font-weight: bold;
	font-size: small;
}

.Box td.Title
{
	behavior: url(JavaScript/iepngfix.htc);
	background-image: url(Images/Box/Up.png);
}

.SimpleBox td.Title
{
	background-image: url(Images/Box/Border.png);
	background-position: top;
}

.Box td.UpDx,
.SimpleBox td.UpDx,
.Box td.UpSx,
.SimpleBox td.UpSx
{
	behavior: url(JavaScript/iepngfix.htc);
	background-repeat: no-repeat;
	width: 7px;
	height: 7px;
}

.Box td.UpSx
{
	background-image: url(Images/Box/UpSx.png);
}

.SimpleBox td.UpSx
{
	background-image: url(Images/Box/SimpleUpSx.png);
}

.Box td.UpDx
{
	background-image: url(Images/Box/UpDx.png);
}

.SimpleBox td.UpDx
{
	background-image: url(Images/Box/SimpleUpDx.png);
}

.Box td.Sx,
.SimpleBox td.Sx
{
	background-image: url(Images/Box/Border.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 7px;
	height: 7px;
}

.Box td.Dx,
.SimpleBox td.Dx
{
	background-image: url(Images/Box/Border.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 7px;
	height: 7px;
}

.Box td.Down,
.SimpleBox td.Down
{
	background-image: url(Images/Box/Border.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.Box td.DownSx,
.Box td.DownDx,
.SimpleBox td.DownSx,
.SimpleBox td.DownDx
{
	behavior: url(JavaScript/iepngfix.htc);
	background-repeat: no-repeat;
	width: 7px;
	height: 7px;
}

.Box td.DownSx,
.SimpleBox td.DownSx
{
	background-image: url(Images/Box/DownSx.png);
}

.Box td.DownDx,
.SimpleBox td.DownDx
{
	background-image: url(Images/Box/DownDx.png);
}
