

/* Sortable tables */
body {
	font-size: 12px; font-weight:bold; font-family: Arial;
}
table {
	font-size: 10px; font-family: Arial; width: 100%;
}
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
	font-size: 10px; 
	font-family: Arial;
}

th {border: 1px solid #000; background-color:#eee;}
td {border: 1px solid #000; }
