
body {
    font-family: Verdana, "Trebuchet MS", "Lucida Grande", Arial, Helvetica, Geneva, sans-serif;
    background-color: black;
    color: white;
}

a:link {
    background-color: inherit;
    color: aqua;
    text-decoration: none;
}

a:visited {
    background-color: inherit;
    color: fuchsia;
    text-decoration: none;
}

a:hover {
    background-color: inherit;
    color: yellow;
    text-decoration: underline;
}

span#hour {
    vertical-align: top;
}

h1 span.time, h2 span.percent {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: medium;
}

ol.chartlist > li {
    position: relative;
    border-bottom: 1px dotted #303030;
}

ol.chartlist > li span.value {
    z-index: 0;
    display: block;
    width: 100%;
}

ol.chartlist > li span.value a {
    background-color: inherit;
    color: white;
}

ol.chartlist > li span.value span.bug {
    text-decoration: line-through;
}

ol.chartlist > li span.barchart {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000040;
    color: inherit;
    height: 100%;
    z-index: -2;
    display: block;
}

ol.chartlist > li span.percent {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    text-align: right;
    z-index: -1;
}

div.header {
    border-bottom: 1px dotted #303030;
}

div.footer {
    border-top: 1px dotted #303030;
}

ul.menu {
    display: block;
    list-style: none;
    margin: 0;
    padding: .5em;
    text-align: center;
}

ul.menu li {
    display: inline;
    margin: 1em;
}

img.logo_left {
    float: left;
}

img.logo_right {
    float: right;
}

a.rss {
    margin-left: 3px;
    padding: 0 0 0 19px;
    color: inherit;
    background: url("feed-icon-14x14.png") no-repeat 0 50%;
}

ul.rsslist {
    list-style: none;
}

ul.rsslist > li {
    border-bottom: 1px dotted #303030;
}

ul.rsslist > li a {
    background-color: inherit;
    color: white;
}

ul.rsslist > li > p {
    margin-left: 1em;
}

a > img {
    border: 0;
    border-top: thin dotted;
    border-bottom: thin dotted;
}
