/**
 * $Horde: whups/themes/screen.css,v 1.6 2005/07/08 20:00:43 chuck Exp $
 */

/* Table CSS, added for BC. */
th {
    color: #333;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 11px;
}
.sortarrow {
    font-weight: bold;
    font-color: #000;
    font-size: 16px;
}

del {
  background: transparent;
}

th {
    border-bottom: 1px solid #999;
}
.query {
    background: #cdcdcd;
}
.comment_body {
    background: #fff;
    color: #000;
}
.pc_l {
    background: #eee;
    border-left: 8px solid #009;
    -moz-border-radius-topleft: 15px;
    border-top: 2px solid #009;
}
.pc_r {
    background: #eee;
    border-right: 8px solid #009;
    -moz-border-radius-topright: 15px;
    border-top: 2px solid #009;
}
.pc_m {
    background: #eee;
    border-top: 2px solid #009;
}
.pc_b {
    background: #eee;
    border-left: 8px solid #009;
    border-right: 8px solid #009;
    border-bottom: 2px solid #009;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
}
.c_l {
    background: #eee;
    border-left: 8px solid #ccc;
    -moz-border-radius-topleft: 15px;
    border-top: 2px solid #ccc;
}
.c_r {
    background: #eee;
    border-right: 8px solid #ccc;
    -moz-border-radius-topright: 15px;
    border-top: 2px solid #ccc;
}
.c_m {
    background: #eee;
    border-top: 2px solid #ccc;
}
.c_b {
    background: #eee;
    border-left: 8px solid #ccc;
    border-right: 8px solid #ccc;
    border-bottom: 2px solid #ccc;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
}
