
.sort-table thead {
	background:	ButtonFace;
	font-weight: bold;
	text-transform: uppercase;
	height: 30px;
}

.sort-table td {
	padding:	1px 5px;
}

.sort-table thead td {
	border:			1px solid;
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
}

.sort-arrow {
	width:					10px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 0px 0 10px;
	background-image:		url("transp.gif");
}

.sort-arrow.descending {
	background-image:		url("downsimple.png");
	border-style: none;
}

.sort-arrow.ascending {
	background-image:		url("upsimple.png");
}

