.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	
}
.sortasc,
#proj_list th.sortasc {
	background-color: #DDFFAC;
	background-image: url(/img/st_up.gif);
	background-repeat:no-repeat;
}
.sortdesc, th.sortdesc,
#proj_list th.sortdesc {
	background-color: #B9DDFF;
	background-image: url(/img/st_down.gif);
	background-repeat:no-repeat !important;
	background-position: right center;
}
.nosort {
	cursor: default;
}

