.tfi-table{
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: transparent transparent transparent transparent;
	border-collapse: collapse;
	background-color: white;
	font-size: 10pt;
}
.tfi-table th{
	height: 50px;
	padding: 2px;
	background-color: #D9DDDE;
	vertical-align:middle;
}
.tfi-table td{
	padding: 2px;
	border-bottom: 2px solid #D9DDDE;
	font-size:11px;
}
.tfi-th-ufk_nazwa{
	width: 220px;
	text-align: left;
	vertical-align: bottom;
	border-right: 1px solid #FFFFFF;
}
.tfi-td-ukf_nazwa{
	text-align: left;
}
.tfi-th-rodzaj{
	width: 125px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.tfi-td-rodzaj{
	text-align: center;
}
.tfi-th-wartosc{
	width: 90px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.tfi-th-wartosc-last{
	width: 90px;
	border-left: 1px solid #FFFFFF;
}
.tfi-td-wartosc{
	text-align: center;
}
.tfi-tr-odd{
	background-color: #F5F5F5;
}
.tfi-tr-even{
	
}
.tfi-tr-odd .tfi-td-wartosc-up{
	text-align: center;
	background: url("/_items/TFI/img/up-odd.jpg") 10% 50% no-repeat;
}
.tfi-tr-odd .tfi-td-wartosc-down{
	text-align: center;
	background: url("/_items/TFI/img/down-odd.jpg") 10% 50% no-repeat;
}
.tfi-tr-even .tfi-td-wartosc-up{
	text-align: center;
	background: url("/_items/TFI/img/up-even.jpg") 10% 50% no-repeat;
}
.tfi-tr-even .tfi-td-wartosc-down{
	text-align: center;
	background: url("/_items/TFI/img/down-even.jpg") 10% 50% no-repeat;
}
.tfi-table th.header{
	background: url("/_items/TFI/img/orderarrow.jpg") 95% 50% no-repeat;
	background-color: #D9DDDE;
	font-size:11px;
}
.tfi-table th.headerSortUp{
	background: url("/_items/TFI/img/orderarrow-up.jpg") 95% 50% no-repeat;
	background-color: #D9DDDE;
}
.tfi-table th.headerSortDown{
	background: url("/_items/TFI/img/orderarrow-down.jpg") 95% 50% no-repeat;
	background-color: #D9DDDE;
}
.tfi-table td a{
	text-decoration: underline;
	color: #EA552A;
	cursor: pointer;
	font-size:11px;
}



