td.no-results{
	font-weight: bold;
	text-align: center;
}

tr.transaction-deposit td{
	color: gray;
}

tr.transaction-non-posted td{
	color: #81adef;
}

.row-cursor{
	cursor: pointer;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.left{
	text-align: left;
}

.table tr td.ellipsis, .ellipsis, .table tr td.ellipsis-300, .ellipsis-300{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.table tr td.ellipsis, .ellipsis{
	max-width: 200px;
}

.table tr td.ellipsis-300, .ellipsis-300{
	max-width: 300px;
}

div.popover, div.popover .arrow{
	position: absolute;
}