table.cmsTable caption {
    font-weight: bold;
    color: #fff;
    text-align: left;
}
table.cmsTable {
    font-family: Arial;
    font-size: 11px;
    color: #000;
    width: 200px;
}
table.cmsTable th {
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    background-color: #822f1d;
    white-space: nowrap;
}
table.cmsTable td {
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
}
.row1 {
    background-color: #fff;
}
.row2 {
    background-color: #f9f3e3;
}
.cmsRow {
    color: #999;
}
.rowSel {
    background-color: #ddd; 
}

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

table.regTable caption {
    font-weight: bold;
    color: #f9f3e3;
    text-align: left;
    
}

.lb {
    padding-top: 5px;
    font-weight: 500;
    /*color: #204093;*/
    color: #822f1d;
    font-weight: bold;
}
.mlb {
    cursor: pointer;
    text-decoration: underline;
    color: #822f1d;
}
.in {
	border: 1px solid #822f1d;
}

.DataButton {
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #822f1d;
    border: 1px solid #000;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}
.DataInput {
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #999;
    border: 1px solid #822f1d;
    height: 16px;
}
.DataInput_marked {
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    border: 1px solid #e11212;
}
.DataInput_required {
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    border: 2px solid #822f1d;
}
div.wrong_login {
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    color: #ff0000;
    

}
table.debug {
    font-family: Arial;
    font-size: 11px;
    color: #fff;
}
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;
}


div.prefix_path {
    padding-top: 10px;
    padding-bottom: 10px;
}
div.back_div {
    padding-top: 10px;
}
div#newsDummy {
    padding-top: 10px;
    padding-bottom: 10px;
}
div.txtSearchForm {
    padding-top: 10px;
    padding-top: 10px;
}
div.langLB a {
    color: #1072BA;
    font-size: 11px;
    text-decoration: none;
}
div.langLB a:hover {
    text-decoration: underline;
}
span.actLangLb {
    padding-right: 5px;
}
span.actLang {
    padding-right: 20px;
}
span.otherLangs {
    padding-right: 5px;
}

div.cms_ChooseBtns {
	display: block;
	clear: both;
}
div.cms_ImageInAdmin {
	display: block;
	float: left;
}
