.bullet, .bulletCurrent, .bulletAlternate, .bulletAlternateCurrent {
	background-image: url('../images/icons/navigate_right_10.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width:10px;
	height: 10px
}
.sortAscending {
	background-image: url('../images/icons/sort_ascending.png');
	background-repeat: no-repeat;
	background-position: center center;
	width:16px;
	height: 16px
}
.sortDescending {
	background-image: url('../images/icons/sort_descending.png');
	background-repeat: no-repeat;
	background-position: center center;
	width:16px;
	height: 16px
}
.header {
	text-align: center
}

.selectAll {
	background-image: url('../images/icons/selectAll.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width:16px;
	height: 16px
}
.unSelectAll {
  background-image: url('../images/icons/unSelectAll.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width:16px;
	height: 16px
}
