.sort-table {
border:		0px Solid rgb(199,205,209);
background:	LightGrey;
color:		WindowText;
}

.sort-table thead {
background:	ButtonFace;
text-align: center;
}

.sort-table td {
padding:	1px;
}

.sort-table thead td {
border:			1px solid;
border-color:	ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
cursor:			default;
font-size: 10px;
text-align: center;
}

.sort-table thead td:active {
border-color:	ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
padding:	3px 4px 1px 6px;
text-align: center;
}

.sort-table thead td[_sortType=None]:active {
border-color:	ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
padding:		2px 5px;
text-align: center;
}

.sort-arrow {
width:					10px;
height:					10px;
background-position:	center center;
background-repeat:		no-repeat;
margin:					0 2px;
}

.sort-arrow.descending {
background-image:		url("/easeofsales/images/downsimple.png");

}

.sort-arrow.ascending {
background-image:		url("/easeofsales/images/upsimple.png");
}