html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
    color: #000;
    font-size: 0.9em;
}

a:link, a:visited {
    color: #0000AA;
    text-decoration: underline;
}

a:hover {
    color: #810;
    text-decoration: underline;
}

img {
    border: none;
}

blockquote {
    margin: 2px 10px;
}

ul {
    padding-left: 10px;
    list-style: none;
}

li {
}

#infoPanel {
    width: 100%;
}

#ident {
    font-size: 1.5em;
}

#browserInfo {
}

#pivotalLogo {
    padding-top: 5px;
}

#resultsArea {
    width: 100%;
}

#resultsArea td {
    width: 50%;
    border: 1px solid black;
    vertical-align: top;
}

#resultsArea td.header {
    border: none;
}

#testResult {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

#traceLevelDiv, #timeoutOptionsDiv {
    float: right;
    padding: 3px;
    border: 1px solid black;
}

#testsInfo {
    width: 100%;
    height: 200px;
    overflow: scroll;
}

.testPage {
    font-weight: bold;
}

.testPage, .testResult {
    width: 100%;
}

.testPage:hover, .testResult:hover {
    background-color: #eeeeee;
}

.running {
    color: orange;
}

.recentlyUpdated {
    display: block !important;
}

.noTestsYet {
    color: lightgray;
}

.ready {
    color: gray;
}

.running {
    color: yellow;
}

.success {
    color: green;
}

.failure {
    color: orange;
}

.error {
    color: red;
}

.hidePassed .success {
    display: none;
}

.stackTrace {
    display: block;
    padding-left: 1em;
    color: red;
}
