.WDSort {
	cursor:pointer;
}
.WDSortHover {
	color:#FF9900;
	text-decoration:underline;
}
.WDSortASC {
	background:url(/images/upBox.gif) center right no-repeat;
	cursor:pointer;
}

.WDSortDESC {
	background:url(/images/downBox.gif) center right no-repeat;
	cursor:pointer;
}
.WDRow {
}
.WDAltRow {
	background-color:#f4f4f4;
}
.WDErrorInput {
	border:1px solid #FF0000;
}
.moveable {
}
.moveable tr {
	cursor:pointer;
}
