.Grid
{
	width: 100%;
	background-color: white;
	/*padding-left: 30px;
	padding-right: 30px;
	height: 100%;*/
	
}
.Grid TH
{
	text-align: left;
	background-color: DEDEDE;
}
.Grid TH,
.Grid TD
{
	
}

.Grid_Cell
{
	padding: 3px 5px 3px 15px;
	height: 25px;
	border-bottom: 2px dotted #82C34D;
	border-top: 2px dotted #82C34D;
	color: #6F6F6F;
	cursor: default;
}
.Grid TR
{
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}

.Grid TR.Grid_Hover
{
	background-color: #dbd9da;
	background-image: url(images/bulletHover.gif);
}

.Grid TR.Grid_Selected
{
	background-color: #E6F2DA;
	background-image: url(images/selected_bullet.gif);
}

.Grid_Selected .Grid_Cell
{
	padding-left: 22px !important;
}

.Grid A:active,
.Grid A:hover,
.Grid A:link,
.Grid A:visited
{
	color: #7EC44A;
	text-decoration: none;
	font-weight: bold;
}

SPAN.zlStatementIcon
{
	float: none;
}

.RightArrowLink,
.LeftArrowLink
{
	background-repeat: no-repeat;
	height: 18px;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: 5db100;
	cursor: pointer;
}

.LeftArrowLink
{
	background-image: url(images/arrowLeft.gif);
	background-position: center left;
	padding-left: 7px;
}

.RightArrowLink
{
	background-image: url(images/arrowRight.gif);
	background-position: center right;
	padding-right: 7px;
}