table.openotp_commit td {
        width: 30px;
        height: 20px;
        color: #555;
        font-weight: bold;
        text-align: center;
        background-color: #eee;
        border-right: #bbb 1px solid;
        border-bottom: #bbb 1px solid;
}
table.openotp_commit td.topframe {
        border-top: #bbb 1px solid;
}
table.openotp_commit td.leftframe {
        border-left: #bbb 1px solid;
}
table.openotp_commit td.noframe1 {
        background-color: transparent;
        border-bottom: none;
}
table.openotp_commit td.noframe2 {
        background-color: transparent;
        border-right: none;
        border-bottom: none;
}
table.openotp_commit td:hover {
        background-color: #fff;
        cursor: pointer;
}
