.sort-tableTheadTd{
	cursor: pointer;
	color: #64613C;
	background-color: #EEEEEE;
	border-top: 1px solid;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid;
	border-left: 1px solid #FFFFFF;
}


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

.sort-arrow.descending {
	background-image:		url("images/sortable_desc__laos_hotel.gif");
	
}

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