table.grid {
	border-collapse: collapse;
}

td.grid, th.grid {
	padding: 0.25em;
	border: 1px solid #CCC;
}

thead.grid, tfoot.grid {
	background-color: #DDD;
	font-weight: bold;
}

tr.rowodd {

}

tr.roweven {
	background-color: #DBE5F1;
}

.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #DDFFAC;
	background-image: url(../images/upgrid.gif);
}
.sortdesc {
	background-color: #B9DDFF;
	background-image: url(../images/downgrid.gif);
}
.nosort {
	cursor: default;
}
