th.headerSortUp {
     background-image: url(small_asc.gif);
/*     background-color: #3399FF; */
}
th.headerSortDown {
    background-image: url(small_desc.gif);
	/*background-color: #3399FF; */
}
th.header {

	background-image: url(small.gif);
    cursor: pointer;
	background-repeat: no-repeat;
	background-position: center left;
	border-right: 1px solid #dad9c7;
	white-space: nowrap;
	/*
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
    border-right: 1px solid #dad9c7;
    margin-left: -1px;
	*/
}
