body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, blockquote, table, th, td, embed, object {
    padding: 0;
    margin: 0; 
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img, abbr {
    border: 0;
}
address, caption, cite, code, dfn, em, 
h1, h2, h3, h4, h5, h6, strong, th, var {
    font-weight: normal;
    font-style: normal;
}
ul {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 1.0em;
}
q:before, q:after {
    content: '';
}
a, ins {
    text-decoration: none;
}

body {
    position: relative;
}

.zebra{
    background-color: #D1D1D1;
}

.msg{
    padding:10px;
    margin:10px 0;
}

#help-form{
    display:none;
}


.clr{
    clear:both;
}

.i-red {
    color: #ff0000;
    vertical-align: top;
}

/***************************************/
.adr_panel{
    float:left;
    border:1px solid #d3d3d3;
    padding:10px;
}

.adr_panel .adres{

}

.adr_panel .search{
    float:left;
    padding-top:10px;
}



#main_table *{
    -webkit-touch-callout: none!important;
    -webkit-user-select: none!important;
    -khtml-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
}

.ajax-loader {
    background-image: url("/img/ajax-loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 60px;
    width: 100%;
    display:none;
}

.font-bold {
    font-weight: bold;
}

/************************************/
.progress-title {
    text-align: center;
    font-size: 17px;
    margin-bottom: 25px;
    margin-top: 10px;

}
.progress-data {
    text-align: center;
    margin-left: 260px;
    width: 700px;
    border: 1px solid #000;
    height: 20px;
    font-size: 15px;
}
.progress-data-visual {
    background: lightBlue;
    height: 18px;
    margin-left: 262px;
    margin-top: -20px;
    width: 0px;
}
#progress {
    margin-bottom: 25px;
}
.get-rep{
    display:none;
}

/**************************************/
#help-form, #help-form-additional, #help-form-contacts, #help-form-files {
    display: none;
}
#help-form td.last {
    width: 390px;
    padding-left: 5px;
    vertical-align: top;
}
#help-form td.first {
    text-align: right;
    vertical-align: top;
    width: 196px;
}
#help-form .named, #help-form-files .named {
    font-weight: bold; 
    font-style: italic;
}
#help-form a, #help-form-files a {
    color: #06c;
    text-decoration: underline;
}
#help-form .button, #help-form-additional .button, #help-form-contacts .button, #help-form-files .button {
    cursor: pointer;
    float: left;
    height: 30px;
    margin-left: 90px;
    padding-top: 10px;
    text-align: center;
    width: 150px;
    border: 1px solid #555555;
    color: #fff;
    /*background: url("images/ui-bg_highlight-soft_30_787878_1x100.png") repeat-x scroll 50% 50% #787878;*/
}

.help-form-help {
    font-style: italic;
    font-size: 13px;
    padding-left: 7px;
    margin-bottom: 10px;
}

/****************************************/
.info{
    border: 1px solid #aaaaaa;
    float: right;
    margin-left: 10px;
    padding: 10px;
}