table.cmsTable caption {
    font-weight: bold;
    font-family: Verdana;
    font-size: 11px;
    color: #000;
    height: 20px;
    padding: 0px;
    background-color: #EBEBEB;
    background-image: none;
}
table.cmsTable {
    font-family: Verdana;
    font-size: 11px;
    color: #000;
    width: 200px;
}
table.cmsTable th {
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    background-color: #89D62D;
}
.row1 {
    background-color: #EBEBEB;
}
.row2 {
    background-color: #CCCCCC;
}
.cmsRow {
    color: #000;
}
.rowSel {
    background-color: #9094bd;
}

table.regTable {
    font-family: Verdana;
    font-size: 11px;
    color: #000;
}

table.regTable caption {
    font-weight: bold;
    color: #1c377f;
}

.lb {
    padding-top: 5px;
    font-weight: 500;
    color: #0099ff;
    font-weight: bold;
}
.mlb {
    cursor: pointer;
    text-decoration: underline;
    color: #1c377f;
}
.DataButton {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #89D62D;
    border: 1px solid #000;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}
.DataInput {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    border: 1px solid #9e9e9e;
}
.DataInput_marked {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    border: 1px solid #e11212;
}
.DataInput_required {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    border: 1px solid #9e9e9e;
}
div.wrong_login {
    font-weight: bold;
    font-family: Verdana;
    font-size: 12px;
    color: #ff0000;

}
table.debug {
    font-family: Verdana;
    font-size: 11px;
    color: #ff0000;
}
td.cmsAdd {
	padding-left: 20px;
}
.cmsLink {
    color: #000;
}
table.cmsTable td.firstLvl {
    font-family: Arial;
    font-size: 11px;
    color: #204093;
    padding-left: 20px;
    padding-right: 40px;
    padding-top: 2px;
    padding-bottom: 2px;
}
table.cmsTable td.secontLvl {
    font-family: Arial;
    font-size: 11px;
    color: #204093;
    padding-left: 40px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}