/* Style bug rows according to severity. */
.bz_severity_urgent { color: red; font-weight: bold; }
.bz_severity_high { color: red; }
.bz_severity_low { color: #666; }

/* Style bug rows according to priority similar to severity. */
.bz_priority_urgent { color: red; font-weight: bold; }
.bz_priority_high { color: red; }

tr.bz_bugitem:hover {
    background-color: #ccccff;
}

/* we use a first-child class and not the pseudo-class because IE
 *  * doesn't support it :-( */
tr.bz_secure td.first-child {
  background-image: url("../../../images/secure.gif");
  background-position: center left;
  background-repeat: no-repeat;
  background-color: inherit;
}

.bz_result_count {
    font-weight: bold;
}

/* REDHAT EXTENSION START 1216256 */
td.bz_ext_bz_count_column,
td.bz_longdescs\.count_column,
td.bz_cf_pm_score_column,
td.bz_id_column {
    padding-right: 1em;
    text-align: right;
}
/* REDHAT EXTENSION END 1216256 */

