/* WineHQ-ish look */

body {
    background-color: #000000;
    color: #000000;
    background-image: url("https://dl.winehq.org/share/images/bg.jpg");
    background-repeat: no-repeat;
    font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif;
    margin: 0;
    font-size: 10pt;
}

a:link    { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover   { text-decoration: underline; }

/* wine logo image */
#logo_glass {
    height: 157px;
    left: 50px;
    position: absolute;
    top: 20px;
    width: 100px;
    z-index: 2;
    border: none;
}

#logo_text {
    height: 58px;
    left: 110px;
    position: absolute;
    top: 40px;
    width: 186px;
    z-index: 3;
}

#logo_blurb {
    color: #999;
    font-size: 12px;
    left: 130px;
    position: absolute;
    top: 92px;
    z-index: 4;
}

/* top tabs */
#whq-tabs {
    float: right;
    margin-right: 1em;
}

#whq-tabs .whq-tabs-menu { display: none; }

#whq-tabs UL {
    list-style: none;
    padding: 0;
    margin: 0;
}
#whq-tabs LI {
    float: left;
    height: 28px;
    margin: 0px 2px 0px 2px;
    padding: 0px;
    text-align: center;
    background-color: #848484;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
#whq-tabs LI.s          { background-color: #cf3939; }
#whq-tabs LI.s A        { font-weight: bold; }
#whq-tabs LI:hover      { background-color: #832c2c; }
#whq-tabs LI A {
    display: block;
    min-width: 110px;
    height: 23px;
    padding: 3px 5px 3px 5px;
    font-size: 16px; color: white; text-decoration: none;
}

#main_content {
    padding: 85px 10px 10px 100px;
}
#content {
    background-color: white;
    border-radius: 7px;
    padding: 20px 20px 10px 80px;
}

img { border: 0; }

div.main, div.legend {
    margin: 25px 0 0;
    background-color: white;
    width: 100%;
    border: 1px solid #601919;
}

h1, h2 {
    text-align: center;
    background-color: #601919;
    color: #ffffff;
    padding: 4px;
    margin: 0;
}

table th {
    text-align: left;
    background-color: #601919;
    color: white;
    padding: 4px;
    margin: 0;
}

div.buglist {
    margin: 5px 20px;
    background-color: white;
    width: 100%;
    border: 1px solid #601919;
}
table.main, table.legend, table.regressions { width: 100%; }
table.main { border-collapse: collapse; }

table.legend ul { margin: 2px 0; }

tr.even { background-color: #fff8f8; }
tr.odd { background-color: #f8e8e8; }
.indent { padding: 0 2em; }

.id, .status, .testbot { text-align: center; }
.id, .status, .author { white-space: nowrap; padding: 2px 3px; }
.checkmark { text-align: center; color:green; }
.arrow { text-align: center; padding: 0 0; }
.failmark { text-align: center; color: red; }
.signoffextra { color: #A50D0D; border: 1px solid #601919; }
.sha1 { white-space: nowrap; font-family: monospace; padding: 2px 12px; }

.id :link, .sha1 :link, .subject :link { color: #A50D0D; text-decoration: none; }
.id :visited, .sha1 :visited, .subject :visited { color: #ff0000; text-decoration: none; }
.id :hover, .sha1 :hover, .subject :hover { color: #FF6666; text-decoration: underline; }
