.sort-table {
	font:		Icon;
	border:		1px Solid ThreeDShadow;
	padding-top:10px;
}

.sort-table thead {
	background:	ButtonFace;
}

.sort-table td {
	padding:	2px 5px;
	vertical-align:top;
	text-align:left;
}

.sort-table thead td {
	border:			1px solid;
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	cursor:			default;
	background-color: #cdc59e;
	vertical-align:bottom;
	text-align: left;	
}

.sort-table thead td:active {
	border-color:	ButtonShadow ButtonHighlight
					ButtonHighlight ButtonShadow;
	padding:		3px 4px 1px 6px;
}

.sort-table td a {
  text-decoration:none;
}

.sort-table td a:hover {
	text-decoration:underline;
}

.sort-table thead td[_sortType=None]:active {
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	padding:		2px 5px;
}

.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
}

.sort-arrow.descending {
	background-image:		url("downsimple.png");

}

.sort-arrow.ascending {
	background-image:		url("upsimple.png");
}


td.topright {
	text-align: right;
}

td.bottomleft {
	vertical-align: bottom;
}

td.bottomright {
	vertical-align: bottom;
	text-align:right;
}

td.middleright {
	vertical-align: middle;
	text-align:right;
}

td.middleleft {
	vertical-align: middle;
	text-align:left;
}

.even {}
.odd {	
	background:#FFFF99;
}
