.sort-table {
	font:		Icon;
	border:		1px Solid ThreeDShadow;
	background:	Window;
	color:		WindowText;
}

.sort-table thead {
	background:	#E3E2EC;
}

.sort-table td {
	padding:	2px 5px;
}

.sort-table thead td {
	border:			1px solid;
	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-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;
}

table {
	border-spacing:0px;
	border-collapse: collapse ;
}

.alt1 td, .alt2 td, th {
	border:solid 1px #999;
	white-space:nowrap;
}

th {
	background-color: #cccccc;
}

.alt1 {
	background-color: #99ccff;
}

.alt2 {
	background-color: #ffffff;
}

.noborder {
	text-align:right;
}

.alt2 .noborder {
	border:none;
	background-color:#fff;
}

.alt1 .noborder {
	border:none;
	background-color:#99ccff;
}

.alt1:hover, .alt2:hover, .alt1:hover .noborder, .alt2:hover .noborder {
	background-color: #B9DCFF;
}

td.user {
	white-space:normal;
}
