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

table.regTable {
}

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

.lb {
    padding-top: 5px;
    font-weight: 500;
    color: #444;
    font-weight: bold;
    /*text-align: right;*/
}
.lbb {
    padding-top: 5px;
    font-weight: 500;
    color: #444;
    font-weight: bold;
    text-align: right;
    padding-right: 8px;
}
.lbL {
	font-family: Verdana;
	font-size: 11px;
    color: #fff;
    text-align: left;
    white-space: nowrap;
}
.lbL1 {
	font-family: Verdana;
	font-size: 11px;
    color: #fff;
    text-align: left;
    padding-left: 5px;
}
.lbL2 {
	font-family: Verdana;
	font-size: 11px;
    color: #fff;
    text-align: right;
    white-space: nowrap;
    padding-right: 5px;
}
a.linkas {
	text-decoration: underline;
	font-family: Verdana;
	font-size: 11px;
    color: #fff;
}

.mlb {
    cursor: pointer;
    text-decoration: underline;
}
.DataButton {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #F2ECE3;
    border: 1px solid #A8A9A8;
    color: #283858;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}
.DataButtonL {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #FB9600;
    border: 1px solid #FFC000;
    color: #fff;/*
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;*/
    width: 65px;
}
.DataInput {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    border: 1px solid #000;
}
.DataInputL {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    width: 100px;
    border: 1px solid #fff;
    background-color: #706E6E;
}
.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 #013066;
}
div.wrong_login {
    font-weight: bold;
}
.wrong_loginL {
	font-family: Verdana;
    font-size: 11px;
    color: #fff;
    text-decoration: underline;
}
table.login_bottom {
    width: 100%;
    padding-top: 5px;
    padding-right: 7px;
}
td.login_bottom {
    text-align: left;
    font-family: Verdana;
    font-size: 11px;
    color: #fff;
    padding-left: 8px;
}
td.login_bottom_button {
    text-align: right;
    font-family: Verdana;
    font-size: 11px;
    color: #fff;
}
td.login_bottom_td {
    text-align: left;
    font-family: Verdana;
    font-size: 11px;
    color: #fff;
    padding-right: 5px;
}
table.login_form {
    width: 100%;
}
td.keisti_info {
    padding-left: 5px;
}
td.lbLL {
    font-family: Verdana;
	font-size: 11px;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    padding-left: 8px;
}