.sort-table {
	font-family:	Arial; 
	border:		2px Solid ThreeDShadow;
	border-color:	ffcc99;
	font-size:	80%;
}

.sort-table thead {
	background:	ButtonFace;
}

.sort-table td {
	padding:	1px 4px;
}

.sort-table thead td {
	border:		1px solid;
	padding:	0px 0px;
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	cursor:			default;
}

.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 0px;
}

.sort-arrow.descending {
	background-image:		url("images/downsimple.png");
	
}

.sort-arrow.ascending {
	background-image:		url("images/upsimple.png");
}

.even {	background: #cecece; }
.odd {}
.sm { font-size: 70%; vertical-align: top; width: 0px; }