table.cmsTable caption {
    font-weight: bold;
}
table.cmsTable {
}
table.cmsTable th {
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    background-color: #007CC2;
}
.row1 {
    background-color: #EEEEEE;
}
.row2 {
}
.cmsRow {
}
.rowSel {
    background-color: #D2D2D2;
}

table.regTable {
}

table.regTable caption {
    font-weight: bold;
}

.lb {
    padding-top: 5px;
    font-weight: 500;
    color: #007CC2;
    font-weight: bold;
}
.mlb {
    cursor: pointer;
    text-decoration: underline;
}
.DataButton {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #007CC2;
    border: 1px solid #00689F;
    color: #fff;
}
.DataInput {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    border: 1px solid #000;
}
.DataInput_marked {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    border: 1px solid #cc0000;
}
.DataInput_required {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    border: 1px solid #007CC2;
}
div.wrong_login {
    font-weight: bold;
}