.EntryStatusList
{
	width:100%;
	border-collapse: collapse;
}

.EntryStatusList tr:first-child
{
	text-align: center;
	font-size:200%;
	padding: 3px;
}

.EntryStatusList td
{
	vertical-align:top;
	border:0px;
	border-bottom:1px solid black;
}

.EntryStatusList .HeaderRow
{
	font-size:150%;
	background-color:lightgray;
}

.EntryStatusList tr:nth-child(2n + 3)
{
	background-color:lightyellow;
}

.EntryStatusList .balance
{
	text-align:right;
	padding-right:8px;
}

.EntryStatusDivisions
{
	border-collapse: collapse;
}

.EntryStatusDivisions tr:first-child
{
	text-align: center;
	font-size:200%;
	padding: 3px;
}

.EntryStatusDivisions td
{
	vertical-align:top;
	padding-left:10px;
	border:0px;
	border-bottom:1px solid black;
}

.EntryStatusDivisions .HeaderRow
{
	font-size:150%;
	background-color:lightgray;
}

.EntryStatusDivisions tr:nth-child(2n + 3)
{
	background-color:goldenrod;
}

.EntryStatusDivisions .balance
{
	text-align:right;
	padding-right:8px;
}


.EntryListHeader
{
	width:100%;
	border-collapse: collapse;
}

.EntryListHeader tr:first-child
{
	text-align: center;
	font-size:200%;
	padding: 3px;
}

.EntryList
{
	padding-top:10px;
	width:100%;
	border-collapse: collapse;
}

.EntryListXXXX tr:first-child
{
	text-align: center;
	font-size:200%;
	padding: 3px;
}

.EntryList td
{
	vertical-align:top;
	border:0px;
	border-bottom:1px solid black;
}

.EntryListDivision
{
	padding-top:20px;
	font-size:150%;
	text-align:center;
}

.EntryListHeaderRow
{
	font-size:150%;
	background-color:lightgray;
}

.EntryListEven
{
	background-color:lightyellow;
}

.EntryDivisions
{
	border-collapse: collapse;
}

.EntryDivisions tr:first-child
{
	text-align: center;
	font-size:200%;
	padding: 3px;
}

.EntryDivisions td
{
	vertical-align:top;
	padding-left:10px;
	border:0px;
	border-bottom:1px solid black;
}

.EntryDivisions .HeaderRow
{
	font-size:150%;
	background-color:lightgray;
}

.EntryDivisions tr:nth-child(2n + 3)
{
	background-color:goldenrod;
}

.EntryDivisions .balance
{
	text-align:right;
	padding-right:8px;
}
