table.bdg thead tr .header {
	background-image: url(/public/images/interface/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	height:25px;
	background-color: #f0fcff;
}
table.bdg thead tr .headerSortUp {
	background-image: url(/public/images/interface/asc.gif);
}
table.bdg thead tr .headerSortDown {
	background-image: url(/public/images/interface/desc.gif);
}
table.bdg thead tr .headerSortDown, table.bdg thead tr .headerSortUp {
	background-color: #cfefff;
}
