table.packageWrapper {
}

table.packageWrapper tr.rline {
    height: 250px;
}

table.package {
    border:1px solid #ccc;
    font-size: 10px;
}

table.package tr {
    border:1px dotted #ccc;
}

table.package tr td.acol {
    width: 250px;
    height: 20px;
    background-color: #E0EAAA;
}

table.package tr td.bcol {
    color: #000;
    width: 50px;
    height: 20px;
    font-weight: bold;
}