@import url("http://www.mcs.anl.gov/~gawor/javawscore/HEAD/clover/clover-reports-html/style.css");
@import url("http://www.globus.org/css/default.css");

TABLE {
    FONT-SIZE: 11px;
}

table tr.odd td {
    background: #ddddff;
}
.graph {
    position: relative;
    width: 15em;
    border: 1px solid #00ff00;
    background: #df0000;
}
.graph .bar {
    display: block;
    position: relative;
    background: #00df00;
    text-align: center;
    color: #000000;
    height: 2em;
    line-height: 2em;
}
.graph .bar span {
        position: absolute; left: 1em;
}

