table {
    border:             2px solid #999999;
    border-collapse:    collapse;
    margin:             2%;
    font-size:          80%;
}
table.lt30 {
    float:              left;
    width:              30%;
}
table.rt30 {
    float:              right;
    width:              30%;
}
table.w100 {
    width:              96%;
}
th {
    font-size:          80%;
    background:         #eeeeee;
    border:             1px solid #cccccc;
    padding:            1px 5px;
}
td {
    border:             1px solid #cccccc;
    border-bottom:      1px solid #999999;
    padding:            2px 5px;
    white-space:        nowrap;
}
td.controls {
    color:              #cccccc;
    text-align:         center;
}
td.wrap {
    white-space:        normal;
}
table img {
    vertical-align:     middle;
    padding:            0;
    margin:             0;
}
tr.bold td {
    font-weight:        bold;
}
tr.grey td {
    color:              #cccccc;
}
td.center {
    text-align:         center;
}
a.delete {
    color:              #aa0000;
}
#pub_index table {
    width:              98%;
    margin:             1%;
}
