body, td, input, select {
    background-color: #000000;
    color: #C0C0C0;
    font-family: Trebuchet MS, Verdana;
    font-size: 10pt;
}

textarea {
    background-color: #000000;
    color: #C0C0C0;
}

h1 {
    font-size: 20pt;
    font-weight: bold;
}

h2 {
    font-size: 16pt;
    font-weight: bold;
}

hr {
    height: 2px;
    color: #C0C0C0;
    border-style: solid;
}

A, A:visited {
    color: #F0F0F0;
    font-weight: bold;
    text-decoration: none;
}

A:hover {
    color: #FF0000;
    font-weight: bold;
    text-decoration: underline;
}

INPUT, SELECT, TEXTAREA {
    color: #C0C0C0;
    background-color: #303030;
    border: 1px solid #C0C0C0;
}

SELECT {
    color: #C0C0C0;
    background-color: #303030;
}

/* Stuff for Bugzilla
 *
 * See BUGZILLA_ROOT/css/*.css
 */

/* my stuff */

#banner {
    border: 0pt;
    margin-bottom: 6pt;
}

#banner-name {
    font-family: Trebuchet MS, Verdana;
    font-size: 20pt;
    font-weight: bold;
    color: #C0C0C0;
}

#footer, #footer form {
    background-color: #000000;
    border: 0pt;
}

#banner-version {
    font-family: Trebuchet MS, Verdana;
    font-size: 8pt;
    background-color: #000000;
    color: #C0C0C0;
}

#useful-links {
    background-color: #303030;
    color: #C0C0C0;
    border: 1pt solid #C0C0C0;
}

.bz_attachment, .bz_attachment_head {
    background-color: #303030;
    border-color: #C0C0C0;
}

.bz_comment {
    background-color: #303030;
};

/* from buglist.css */
.bz_id_column {
    text-align: right;
}

.bz_blocker, .bz_blocker td {
    color: #FF4040;
    font-weight: bold;
}

.bz_critical, .bz_critical td {
    font-weight: bold;
}

.bz_enhancement, .bz_enhancement td {
    color: #00D000;
}

.bz_secure, .bz_secure TD {
}

/* from duplicates.css */
tree#results-tree {
    margin-right: 0px;
    border-right-width: 0px;
    margin-left: 0px;
    border-left-width: 0px;
}

treechildren:-moz-tree-cell-text(resolution-FIXED) {
    text-decoration: line-through;
}

treecol#id_column { width: 6em; }
treecol#duplicate_count_column { width: 5em; }
treecol#duplicate_delta_column { width: 5em; }

/* from edit_bug.css */
.bz_private { color: red ; }
.bz_disabled { color: #c0c0c0 ; }

.bz_obsolete { text-decoration: line-through underline; }

table#flags th, table#flags td { vertical-align: baseline; text-align: left; }

/* from panel.css */
.text-link { margin-left:      3px; }

.text-link:hover {
    text-decoration:  underline;
    cursor:           pointer;
}

.descriptive-content { }
.descriptive-content[focused=true] { }

/* End of Bugzilla stuff */
