/* Sortable tables */
table.sortable td {
	font-size:10px;
}
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
	font-size:10px;
}