.showMonitorParamSite { position: fixed; top:0px; left:0px; z-index: 999999; font-family: Arial; font-size: 13px; padding: 7px; color: red; font-weight:bold; cursor: pointer; opacity: 0.5; -moz-user-select: none; -webkit-user-select: none; }
.showMonitorParamSite:hover { opacity: 1; }
.monitopParamsSite { position: fixed; top: 0px; left:0px; z-index: 999999; color: #000; font-family: Arial; font-size: 13px; padding: 5px 15px 10px 5px; background: #fff; border:2px solid red; display: none; }
.monitopParamsSite table { border-collapse: collapse; }
.monitopParamsSite table td { padding-bottom: 3px !important; }
.monitopParamsSite table td span { font-weight: bold; }
.monitopParamsSite table td:first-child { width:81px; }
.monitopParamsSite table tr td:last-child { padding-left: 15px; color: #333; }
.closeMonitorParamSite { float: left; font-size: 13px; margin-bottom: 10px; color: red; font-weight:bold; cursor: pointer; -moz-user-select: none; -webkit-user-select: none; }
.clearLine { clear: both; }
.lineHrMonitorParamSite { float: left; width:100%; height: 1px; border-top:1px dashed #cfcfcf; margin-top: 8px; margin-bottom: 8px; }

#debug td { color: #000 !important; }
#debug a { color: #ff0000 !important; }
.nobr p { padding: 0px; margin: 0px; }
.clr { clear: both; }
.rel { position: relative; }
.errorM { font-size: 13px; color: #930; background-color: #FFECEC; padding: 1px 5px 1px 5px; border: 1px solid #930; position: absolute; height: auto; top: -21px; left: 10px; z-index: 3; white-space: nowrap; }
.errorM b {background-image: url('../images/error.gif'); background-repeat: no-repeat; position: absolute; height: 8px; width: 9px; left: -1px; bottom: -7px; display: block; z-index: 3;}
.no_select { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.formTableBids td { position: relative; }
.fieldError { border:1px solid red; }
.container { position: relative; }
.choiceLang {position: absolute; top:25px; right: 30px; z-index: 999; color:#656565}
.choiceLang a {  margin-left: 0px;  }
a.activeLang { color: #fff; font-weight: bold; cursor: default; height: 35px; width: 35px; background-color:#ff3700; padding:5px}

dictionary_main {
    position: relative;
    box-shadow: 0px 0px 15px red;
    display: block;
    z-index: 99999999;
}

dictionary_name {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000;
    color: #fff;
    padding: 2px 3px;
    display: none;
    z-index: 999999999;
    font-size: 14px;
    line-height: 17px;
    text-transform: none;
    cursor: pointer;
}

dictionary_main:hover dictionary_name {
    display: block;
}