.sort-table {
  border-collapse:collapse;
  font-size: 8pt;
}

.sort-table thead {
	background:	ButtonFace;
}

.sort-table td {
  border: 1px solid white;
  vertical-align: top;
  background-color: #f5f5f5;
  padding: 2px;
}

.sort-table thead td {
	border:			1px solid white;
	background-color: #f0f0f0;
	cursor:			pointer;
}

.grayrow td {
	background-color: #f0f0f0;
}

.whiterow td {
	background-color: #FFFFFF;
}

.sort-table thead td[_sortType=None] {
	cursor: default;
}

.sort-table thead td:active {
	background-color: #e5e5e5;
}

.sort-table thead td[_sortType=None]:active {
	background-color: #f0f0f0;
}

.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
}

.sort-arrow.descending {
	background-image:		url("../images/downsimple.png");

}

.sort-arrow.ascending {
	background-image:		url("../images/upsimple.png");
}

