

.tblAccounts
{
	width:100%;
	font-size:11px;
	margin-bottom:10px;
}
.tblAccounts .hr
{
	height:1px;
 	border-bottom:1px solid #f9aeae;

}
.tblAccounts th
{
	background-color:#ffe3e3;
	text-align:left;
	height:20px;
}
.tblAccounts td
{
	height:20px;
	border-bottom:1px solid  #ffe3e3;
}

.tblAccounts td,th
{
	padding-left:4px;
	padding-right:4px;
}
.tblAccounts .right
{
	font-weight:bold;
	text-align:right;
	padding-right:10px;
}
.tblAccounts .hotspot
{
	
}
.tblAccounts .hotspot:hover
{
	text-decoration:underline;
	color:#0000ff;
	cursor:pointer;
}


.tblAccounts .important
{
	color:#0000ff;
}


.tblAccounts th.total
{
	text-align:right;
}


.tblAccounts td.total
{
	background:#ffe3e3;
	text-align:right;
}


