/* CSS for uptime */

body, table, tr, td, th {
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: x-small;
}

form { padding:0; margin: 0; }

.headerlinks { font-size: x-small; }
.tableheader {
    color: white;
    font-size: small;
    font-weight: bold;
    padding: 3pt;
}

.tableheaderlink {
    color: white;
    font-size: small;
    font-weight: bold;
    padding: 3pt;
    link: white;
}

.newsinternal { font-weight: bold; background: orange }

.boxtitle { font-weight: bold; color: #333399; }

.severe td,.severe {
 color: #ff0000;
 list-style-image: url(/images/witness/warning_tiny.gif);
}

.maybe td,.maybe {
 color: #df6000;
 list-style-image: url(/images/witness/warning_tiny.gif);
}

A, A:link { color: #339; text-decoration: none; }
A:visited { color: #B36; text-decoration: none; }
A:active, A:hover { color: #99F; text-decoration: underline; }

