.sort-table {
}

.sort-table thead {
	background: whiteSmoke;
	background: -moz-linear-gradient(top, whiteSmoke, #E9E9E9);
	background: -webkit-gradient(linear, left top, left bottom, from(whiteSmoke), to(#E9E9E9));
}

.sort-table tbody td {
	padding: 1px 10px 0 1px;
	font-size: 90%;
	border-top: 1px solid white;
	border-bottom: 1px solid #EBEBEB;
	border-right:1px solid #eee;
}


.sort-table thead td:active {
	background: -moz-linear-gradient(top, #E9E9E9,whiteSmoke);
	background: -webkit-gradient(linear, left top, left bottom, from(#E9E9E9), to(whiteSmoke));
}

.sort-table thead td[_sortType=None]:active {
	border-width: 0 0 3px 0;
}

.sort-table thead td {
	border: 1px solid #D9D9D9;
	border-top-color: #EBEBEB;
	border-left-color: whiteSmoke;
	border-bottom-width: 2px;
	padding:8px 10px;
	text-shadow: 1px 1px  white;
	font-weight : bold;
	text-align: center;

}

.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
}

.sort-arrow.descending {
	background-image: url("../../_images/siapegov/sort_desc.gif");
}

.sort-arrow.ascending {
	background-image: url("../../_images/siapegov/sort_asc.gif");
}