@import url('jquery.treeTable.css');

.report .td, .report .th {
	padding: 2px;
	overflow: hidden;
}
/* the first column total */
.report .total0 {
	font-weight: bold;
	font-style: italic;
}
/* the second column subtotal */
.report .total1 {
	font-weight: bold;
}
/* the third column subtotal */
.report .total2 {
	font-style: italic;
}
.report div.date {
	width: 6em;
}
.report div.comment {
	width: 6em;
}
.report div.account {
	width: 12em;
}
.report div.customer {
	width: 18em;
}
.report div.amount {
	text-align: right;
	width: 7em;
}
.report div.category {
	width: 5em;
}
.report div.first-name {
	width: 11em;
}
.report div.last-name {
	width: 14em;
}
.report div.time {
	width: 6em;
}
.report div.username {
	width: 10em;
}
.report div.address {
	width: 18em;
}
.report div.group {
	width: 10em;
}
.report div.status {
	width: 10em;
}
.report div.phone {
	6em;
}
.report .tr {
	border-bottom: 2px solid gray;
}
.report .report-header {
	border-bottom: 0px;
}
.report .l0, .report .l1, .report .l2, .report .l3 {
	position: relative;
	clear: both;
}
div.report {
	float: left;
}
.report {
	margin-bottom: 5px;
}
.report .total0, .report .total1, .report .total2, .report .total3 {
}

.report .account-total {
	background-color: yellow;
	font-weight: bold;
}
.report .client-total .customer {
	font-weight: bold;
}
.report .client-total .amount {
	font-weight: bold;
}
