table.sortable thead {
    font-weight: bold;
    cursor: default;
}
body {
    font-size: 0.75em; 
    background-color: #edb;
    background-color: white;
    border-top: none;
}
td, th, table {
    font-family:Arial,sans-serif;
    border: 1px solid #888;
}
thead th {
    padding: 0.2em;
}
td, th {
    padding: 0.3em;
    margin: 0;
}

tr:nth-child(even) td { background-color: #FAFAFA; }

a {
    color: #c1b89b;
    text-decoration: underline;
    xtext-decoration: none;
}
td a {
    color: black;
    text-decoration: none;
}

dt {
    font-weight: bold;
}
dd {
    padding-left: 2em;
    border-bottom: solid 1px #ccc;
}

.main {
    font-size: 140%; 
}

/* Generic classes */
.center {
    text-align: center;
}

.small {
    font-size: 75%;
}

.cursive {
font-family: Baskerville, "Palatino Linotype", Times, "Times New Roman", serif!important;
}

/* Specific layout elments */ 
#branding a {
    text-decoration: none;
    color: #333;
}

#branding {
    background-color: #FFD700!important; /* Gold */
}

.container_12, .headfoot  {
    width: 100%!important;
    margin-left: 0%;
    margin-right: 0%;
}

/* Status classes */

td.excellent {
    background-color: #CCFF9F!important;
}
td.error {
    background-color: #FF9F9F!important;
}


td.right { text-align: right; }
th { text-align: center; }
th span.units { font-size: 70%; }

