.sort-table {
	font:		Icon;
	border:		1px Solid ThreeDShadow;
	color:		white;
}

.sort-table thead {
    FONT-FAMILY: Verdana, Arial;
	BACKGROUND-COLOR: #7D8AA6
}

.sort-table td {
	padding:	2px 5px;
}

.sort-table thead td {
    FONT-WEIGHT: 	bold;
    FONT-SIZE: 		11px;
	text-decoration:underline;
    COLOR: 			white;
	cursor: 		pointer;
}

.sort-table thead td:active {
	border-color:	ButtonShadow ButtonHighlight 
					ButtonHighlight ButtonShadow;
	padding:		3px 4px 1px 6px;
}

.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
}

.sort-arrow.descending {
	background-image:		url("../img/upsimple.png");	
}

.sort-arrow.ascending {
	background-image:		url("../img/downsimple.png");	
}