body {
    background: #ffffff url("global/bkgrnd_greydots.png") repeat;
    font-family: "DejaVu Sans", "Liberation Sans", sans-serif;
    padding-left: 1em;
    padding-right: 1em;
}

td, th, input {
    font-family: "DejaVu Sans", "Liberation Sans", sans-serif;
}

/* page title */

#titles {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #9E292B;
    color: #ffffff;
}

#header .links {
    background-color: #8C8F91;
    color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    font-size: small;
}

#header form {
    font-size: small;
}

#header a {
    color: white;
}

/* body */

#bugzilla-body {
    background: #ffffff;
    color: black;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #8C8F91;
    padding: 10px;
    font-size: small;
    border-radius: 5px;
}

#bugzilla-body td {
    vertical-align: top;
}

a:link,
a:link:hover {
    color: #0066CC;
}

a:visited {
    color: #6699CC;
}

a:link,
a:visited {
    text-decoration: none;
}

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

hr {
  border-color: #969696;
  border-style: dashed;
  border-width: 1px;
  margin-top: 10px;
}

/* edit */

#bugzilla-body th {
    font-weight: bold;
    vertical-align: top;
    white-space: nowrap;
}

#bug-form td {
    padding-top: 2px;
}

/* attachments */

#attachment-list {
    border: 2px solid #c8c8ba;
    font-size: small;
}

#attachment-list th {
    background-color: #e6e6d8;
    border: none;
    border-bottom: 1px solid #c8c8ba;
    text-align: left;
}

#attachment-list th a {
    color: #646456;
}

#attachment-list td {
    border: none;
}

#attachment-list-actions td {
    border-top: 1px solid #c8c8ba;
}

/* knob */

#knob {
    background-color: #e6e6d8;
    border: 1px solid #c8c8ba;
    padding: 5px;
    text-align: left;
}

#knob a {
    color: #646456;
}

#knob-buttons {
    margin-top: 10px;
    margin-bottom: 5px;
}

#knob-buttons p {
    display: inline;
    padding-left: 10px;
}

#knob-buttons a {
    font-size: small;
}

.reply-button a {
    padding-left: 2px;
    padding-right: 2px;
}

.bz_comment {
    background-color: #ffffff;
    margin: 1px 1px 10px 1px;
    border-width: 1px;
    border-style: solid;
    border-color: #c8c8ba;
    padding: 5px;
}

.bz_comment_text {
    font-size: medium;
}

.bz_first_comment {
}

.bz_comment_head,
.bz_first_comment_head {
    margin: 0; padding: 0;
    background-color: transparent;
    font-weight: bold;
}

.bz_comment.bz_private {
    background-color: #f0e8e8;
    border-color: #f8c8ba;
}

.bz_comment_head i,
.bz_first_comment_head i {
    font-style: normal;
}

.comment_rule {
    display: none;
}

a.bz_closed:link, a.bz_closed:visited { 
    text-decoration: line-through;
}

/* footer */

#footer {
    background: #8C8F91;
    color: #ffffff;
    width: 100%;
    font-size: small;
    border-radius: 5px;
}

#footer a {
    color: white;
}

#footer #links-actions,
#footer #links-edit,
#footer #links-saved,
#footer #links-special {
    margin-top: 2ex;
}

#footer .label {
    font-weight: bold;
    color: #ffffff;
}

#footer .links {
    border-spacing: 30px;
    padding-bottom: 2ex;
}

.separator {
    color: #cccccc;
}

#footer li.form {
    background-color: transparent;
}

/* tabs */

.tabbed .tabbody {
    background: #f8f8f8;
    padding: 1em;
    border-style: solid;
    border-color: #000000;
    border-width: 0 3px 3px 1px;
}

.tabs {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

.tabs td {
    background: #c8c8c8;
    border-width: 1px;
}

.tabs td.selected {
    background: #f8f8f8;
    border-width: 1px 3px 0 1px;
}

.tabs td.spacer {
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
}

/* other */

.bz_row_odd {
    background-color: #f0f0f0;
}

/* Rules specific for printing */
@media print {
    #header,
    #footer,
    .navigation {
        display: none;
    }

    body {
        background-image: none;
        background-color: #ffffff;
    }

    #bugzilla-body {
        border: none;
        margin: 0;
        padding: 0;
    }
}

form.mini_login input.bz_password {
    width: 8em;
}

.redhat_user a:link, .redhat_user a:hover { color: #781F1C }

.useful-links {
    padding-left: 1ex;
    padding-right: 1ex;
}

.links-actions {
    padding-top: 0.35em;
}

.bz_comment_text span.quote {
    white-space: pre-wrap;
}

.small_text {
    font-size: 0.85em;
}

/* REDHAT EXTENSION START 903706 */
.bz_private_field_name {
}

.bz_private_data {
    background-color: #f0e8e8;
}
/* REDHAT EXTENSION END 903706 */

/* REDHAT EXTENSION START 1225316 */
.throw_error {
    max-width: calc(90vw);
    background-color: white;
    border: 3px solid red;
}
.throw_error pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
/* REDHAT EXTENSION END 1225316 */


/* REDHAT EXTENSION START 1174529 */
#error_msg {
    font-size: initial;
}
/* REDHAT EXTENSION END 1174529 */

/* REDHAT EXTENSION START 1247476 */
#refresh_alert {
    margin-left: 1.5em;
}
/* REDHAT EXTENSION END 1247476 */

