#choosePrintJobsDlg {
    background: #fff;

    padding-top: 18px;
}
.printTitle {
    font-weight: bold;
    text-align: center;
    margin: 4px 20px;
    margin-bottom: 20px;
}
.printJobOption {
    padding: 13px 15px;

    margin: 10px 20px;
    border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: 2px 2px 4px #e5e5e5;
    color: #444;
    font-weight: normal;
    font-size: 12px;
}
.printJobSubGroupTitle {
    padding: 13px 15px 13px 32px;

    margin: 10px 20px;
    border: 1px solid #aaa;
    border-radius: 4px;
    /* box-shadow: 1px 1px 1px #ddd; */
    font-weight: bold;
    /* text-decoration: underline; */
    color: #444;
    font-size: 13px;
    background: #c6d5e0;
    /* line-height: 20px; */
    position: relative;
    cursor: pointer;
    font-weight: normal;
    font-style: italic;
}
.printJobSubGroupTitle:hover {
    background: #ccdbe6;
    border: 1px solid #bbb;
}
.printJobSubGroup {
    display: none;
    margin-top: 6px;
    max-height: 116px;
    overflow: auto;
    margin-right: 11px;
    border-top: 1px solid #abc;
    border-bottom: 1px solid #abc;
    padding: 6px 0;
}
#printJobCloseBtn {
    float: right;
    margin: 9px 20px 13px 20px;
    padding: 10px 30px;
    border: 1px solid #aaa;
}
.printJobSubGroupExpandImg {
    position: absolute;
    left: 13px;
    top: 13px;
}
.printJobSubOption {
    border: 1px solid #777;

    margin: 0px 4px 4px 4px;
    font-size: 11px;
    font-weight: normal;
    padding: 8px 8px;
    font-style: normal;
    position: relative;
    top: 2px;
}
.notFound {
    line-height: 23px;
    font-style: italic;
    font-size: 10px;
    color: #778899;
    text-align: center;
}