/* See Also: sortable.js */

/* The following is specific to sorting tables */
a img {
	border: 0;
}

table.sortable th,
table.sortable td {
	border-color: #6699cc;
}

table.sortable th {
	background-color: #FFCC66;
}