.listTable
{
	
}

/* ROW HEADER */
.listTable .rowHeader
{
	text-align: left;
	text-decoration : none;
	color: #1E4A7F;
	font-size: 11px;
	padding: 2 2 2 2;
}
.listTable .rowHeader TH
{
	font-weight: normal;
	border-bottom: 1px solid #8EA8DB;
}

.listTable .rowHeader A
{
	font-size: 10px;
	font-weight: normal;
}

/* ROW FOOTER */
.listTable .rowFooter
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 11px;
	padding-bottom: 2px;
	color: #0b3d91;
	padding-top: 2px;
	text-align: left;
	text-decoration: none;
}
.listTable .rowFooter TD
{
	font-weight: bold;
	border-top: #8ea8db 1px solid;
}


/* ROW HOVER */
.listTable .rowHover
{
	padding: 2 2 2 2;
	font-size: 11px;
	cursor: pointer;
}

/* ROW CLEAR */
.listTable .rowClear
{
	padding: 2 2 2 2;
	font-size: 11px;
	color: #333333;
}
.listTable .rowClear A
{
	font-size: 11px;
	font-weight: normal;
}

.balanceTotal 
{
	background-color: #EEEEEE;
	font-weight: bold;
	color: #1E4A7F;
	border: 1px solid #8EA8DB;
}

.balanceEquals 
{
	color: #1E4A7F;
	border-bottom: 1px solid #8EA8DB;
}