.sort-table {
	border-collapse: collapse;
    /* width: 640px; */
    width:100%;
}

.sort-table thead {

}

.sort-table td {
	vertical-align: top;
	border:1px solid #DDD;
    padding:3px;
}

.sort-table thead td {
	border:1px solid #CCC;
    background-color: #EEE;
    color: rgb(0, 81, 157);
    padding:3px;

    text-align:center;
}

.sort-table thead td:active {
	border:1px solid #CCC;
    background-color: rgb(230, 230, 230);
    padding:3px;
}

.sort-table thead td[_sortType=None]:active {
/*	border:1px solid #660000;*/
    background-color: rgb(230, 230, 230);
    padding:3px;
}

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

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

}

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

.even {
	background:#FFF;
	color:#000;
}
