.noSort:before
{
	padding-right: 5px;
	content: "\2013";
}

.sortAsc:before
{
	content: "\2191";
}

.sortDesc:before
{
	content: "\2193";
}

.sort
{
	text-decoration: underline;
}
.sort:before
{
	text-decoration: underline;
	padding-right: 5px;
	display: inline-block;
	text-decoration: none;
}
.spanTable {
    border: 0;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
} 