.sort-table {
	font-size: 10px;
    font-family: Verdana,Tahoma,Arial,Helvetica;
	border:		1px Solid ThreeDShadow;
	background:	Window;
	color:		WindowText;
	overflow : scroll;
}

.sort-table-div
{
	width: 100%;
	height: expression(body.clientHeight - dataHeader.clientHeight - 2 + 'px');
	overflow: auto;
}

.sort-table thead {
	background:	#EFEFE3;
}

.sort-table td {
	padding:	2px 5px;
}

.sort-table thead td {
	font-size:		11px;
	border:			1px solid;
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	cursor:			default;
	height:			18px;
}

.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 4px;
}

.sort-arrow.descending {
	background-image:		url("/media/bilder/ikoner/sort/downsimple.png");
	
}

.sort-arrow.ascending {
	background-image:		url("/media/bilder/ikoner/sort/upsimple.png");
}

