.sort-table 
{
	font-size:				8pt;
}

.sort-table thead 
{
	font-size:				8pt;
	font-weight:			bold;
	background-color:		#CBCBCB;
}

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

.sort-table thead td 
{
	border: 1px solid; 
	border-color:			#CBCBCB #808080 #808080 #CBCBCB;
	cursor:					pointer;
}

.sort-table thead td:active 
{
}

.sort-table thead td[_sortType=None]:active 
{
}

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

.sort-arrow.descending 
{
	background-image:		url("../images/down.png");

}

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