

.grid {
	font: Icon;
	font-size:10px;
	color: #333;
	border:	1px solid #706CA6;
}
.grid td {
	background: #FFF;
	padding: 2px 5px;
	white-space: nowrap;
	border-bottom: 1px solid #EEE;
}
.grid thead td {
	background: #CDCCDD;	
	border: 1px solid;
	border-color: #FFF #706CA6 #706CA6 #FFF;
	cursor: pointer;
}
.sort-arrow {
	width: 11px;
	height: 11px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0px 2px;
}
.sort-arrow.descending {
	background-image: url('../img/arrow_down.gif');
}
.sort-arrow.ascending {
	background-image: url('../img/arrow_up.gif');
}
