﻿body {
}
.CellBottom
{
	border-bottom: #cccccc 1px solid;
}
.CellTop
{
	border-top: #cccccc 1px solid;
}
.roundTopLeft {
	background-image: url(images/bodyCurveUpperLeft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
.roundTopRight {
	background-image: url(images/bodyCurveUpperRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
.roundBottomLeft {
	border: none;
	background-image: url(images/bodyCurveLowerLeft.gif);
	background-repeat: no-repeat;
	background-position: left Bottom;
}
.sideLeftBorder
{
	border-right: 0px;
	background-position: left top;
	border-top: 0px;
	border-left: #cccccc 1px solid;
	border-bottom: 0px;
	background-repeat: repeat-y;
}
.TreeControl table td { vertical-align:top; }
