/* CSS Document */
table {
	font-size: 12px;
}

table.table_list {
/*	border-top: 1px solid #000000;*/
	border-bottom: 1px solid #CCCCCC;
	width: 99.5%;
	padding: 0;
	margin: 0;
	font-size: 10px;
}

table.table_list thead {
	background-color: #faeada;
	background-image: url(../images/webpart_yellow.gif);
	font-size: 10px;
}

table.table_list thead th {
	padding: 7px 8px 7px 8px;
}

td.splitter {
	line-height: 6px;
	/*border-top: 1px solid #000000;*/
	border-bottom: 1px solid #CCCCCC;
}

tr.odd {
	background-color: #F0F0F0;
}

tr.even {
	background-color: #FFFFFF;
}

tr.new {
	background-color: #DDF0DD;
}

tr.remove {
	background-color: #F0DDDD;
}

tr.shaded {
	color: #BBBBBB;
}

td.spacer {
	padding: 7px 8px 7px 8px;
}

td.balance {

}

td.currency {
    width: 24px;
}

.trimmed
{
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
