/* tables */
table.pianotable {
}
table.pianotable thead tr th, table.pianotable tfoot tr th {
}
table.pianotable thead tr .header {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.pianotable tbody td {
	vertical-align: top;
}
table.pianotable tbody tr.odd td {
}
table.pianotable thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table.pianotable thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}
table.pianotable thead tr .headerSortDown, table.pianotable thead tr .headerSortUp {
	background-color:#999;
}
