html,body{
margin: 0;
padding: 0;
font-size: 100%;
font-family:Arial;
font-size:12px;
}

table.sortable thead {
color:#000000;
cursor:pointer;
text-decoration:underline;
}

#thistable thead th {
border-bottom:#000000 1px solid;
border-top:#000000 1px solid;
}

#thistable tbody td {
border-bottom:#CCCCCC 1px solid;
}

#titles td {
font-size:10px;
}

td {
font-family:Arial;
font-size:12px;
}

a:link, a:visited, a:active {
color:#0000CC;
text-decoration:none;
}

a:hover {
background-color:#FFFFCC;
text-decoration:underline;
}

.tab-on {
background-color:#6699CC;
color:#FFFFFF;
font-weight:bold;
}

.tab-off {
background-color:#FFFFFF;
color:#000000;
}