﻿legend
{
	background-color: Transparent;
	position: relative;
	/* left: -7px; */
	/* top: -13px; */
}
fieldset
{
	position: relative;
}

div.AddBorders .rgHeader,
div.AddBorders th.rgResizeCol,
div.AddBorders .rgFilterRow td,
div.AddBorders .rgRow td,
div.AddBorders .rgAltRow td,
div.AddBorders .rgEditRow td,
div.AddBorders .rgFooter td
{
	border-style: solid;
	border-color: #aaa;
	border-width: 0 0 1px 1px;
}
div.AddBorders .rgHeader:first-child,
div.AddBorders th.rgResizeCol:first-child,
div.AddBorders .rgFilterRow td:first-child,
div.AddBorders .rgRow td:first-child,
div.AddBorders .rgAltRow td:first-child,
div.AddBorders .rgEditRow td:first-child,
div.AddBorders .rgFooter td:first-child
{
	border-left-width:0;
}
