body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: Arial, serif;
    font-size: 13px;
    color: #434343;
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Light'), url('MyriadPro-Light.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('MYRIADPRO-REGULAR.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed'), url('MYRIADPRO-COND.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold Italic'), url('MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold'), url('MYRIADPRO-SEMIBOLD.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed Italic'), url('MYRIADPRO-CONDIT.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Italic'), url('MYRIADPRO-BOLDIT.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Bold Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed Italic'), url('MYRIADPRO-BOLDCONDIT.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed'), url('MYRIADPRO-BOLDCOND.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold'), url('MYRIADPRO-BOLD.woff') format('woff');
}

.wrapper2 {
    margin-left: auto;
    background-color: #fff;
    margin-right: auto;
    max-width: 1150px;
    min-width: 960px;
    position: relative;
    width: 96%;
}

.zagolovokrazdel {
    /*position: relative;*/
    /*float: left;*/
    width: 58%;
    margin-left: 30%;
    font-family: 'Myriad Pro Bold Condensed', serif;
    font-size: 18px;
    color: #FFFFFF;
    height: 46px;
    line-height: 18px;
    z-index: 100;
}

.topfix {
    font-size: 18px;
    color: #FFFFFF;
}

.logo {
    position: relative;
    float: left;
    width: 30%;
}

.menutop {
    position: relative;
    float: left;
    width: 70%;
    white-space: nowrap;
    padding-bottom: 30px;
}

.menutop ul {
    padding: 0;
    white-space: nowrap;
}

.menutop li {
    position: relative;
    display: inline;
    list-style: none;
    float: left;
    padding-right: 24px;
    font-family: 'Myriad Pro Light', serif;
    font-size: 24px;
}

.menutop a {
    color: #877f68;
    text-decoration: underline;
}

.menutop a:visited {
    color: #877f68;
    text-decoration: underline;
}

.menutop a:hover {
    color: #877f68;
    text-decoration: none;
}

.autentification {
    /*position: relative;*/
    float: right;
    /*width: 12%;*/
    /*white-space: nowrap;*/
}

.clearblock30 {
    position: relative;
    float: left;
    width: 30%;
}

.inthebaze {
    position: relative;
    float: left;
    width: 70%;
    margin-left: 30%;
}

.kolvo {
    color: #CC3300;
}

.search {
    position: relative;
    float: left;
    width: 30%;
}

.searchzagolovok {
    position: relative;
    clear: both;
    width: 100%;
    background: url(../i/bgzagolov.png) top no-repeat;
    height: 39px;
    font-family: 'Myriad Pro Bold Condensed', serif;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 10px;
    top: -20px;
}

.searchsearch {
    position: relative;
    float: left;
    width: 70%;
    border: 5px #d5d1c9 solid;
    background: url(../i/bgsearch.gif) bottom repeat-x #fffffe;
    padding: 10px;
    color: #897f66;

    -moz-border-radius: 15px; /* закругление для старых Mozilla Firefox */
    -webkit-border-radius: 15px; /* закругление для старых Chrome и Safari */
    -khtml-border-radius: 15px; /* закругл. для браузера Konquerer системы Linux */
    border-radius: 15px; /* закругление углов для всех, кто понимает */
}

.searchsearch a {
    color: #897f66;
    text-decoration: underline;
}

.searchsearch a:visited {
    color: #897f66;
    text-decoration: underline;
}

.searchsearch a:hover {
    color: #897f66;
    text-decoration: none;
}

.formfield {
    border: 1px solid #b9b3a6;
    margin: 0;
    padding: 2px;
    vertical-align: middle;
    width: 80%;
}

.searchbutton {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.clear {
    position: relative;
    width: 100%;
    clear: both;
}

.content {
    position: relative;
    float: left;
    width: 70%;
}

.foto {
    position: relative;
    float: left;
    width: 50%;
    top: -20px;
}

.foto img {
    /*padding-bottom: 10px;*/
    border: 1px solid black;
    border-radius: 3px;
}

.fotozagolov {
    position: relative;
    top: 0;
    /*font-family: 'Myriad Pro Bold Condensed', serif;*/
    font-family: 'Myriad Pro Condensed', serif;
    font-size: 47px;
    color: #c8c3ba;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

.footer1 {
    position: relative;
    float: left;
    width: 30%;
}

.footer2 {
    position: relative;
    float: left;
    width: 70%;
}

b, strong {
    font-family: Arial, serif;
    color: #000;
    font-size: 13px;
}

span.depo-stat {
    font-family: 'Myriad Pro Bold Condensed', serif;
    color: #000;
    font-size: 18px;
}

span.depo-stat-date {
    font-family: 'Myriad Pro Condensed', serif;
    color: #000;
    font-size: 18px;
}

div.depo-stat {
    font-family: 'Myriad Pro Condensed', serif;
    font-size: 16px;
}

h1 {
    /*font-family: 'Myriad Pro Bold Condensed', serif;*/
    font-family: 'Myriad Pro Condensed', serif;
    font-size: 40px;
    color: #00689e;
    padding-top: 0;
    padding-bottom: 18px;
    margin: 0;
}

p {
    font-size: 16px;
    font-weight: normal;
    color: #434343;
    padding: 0 0 20px;
    margin: 0;
    line-height: 22px;
}

a {
    color: #00689e;
    text-decoration: underline;
}

a:visited {
    color: #00689e;
    text-decoration: underline;
}

a:hover {
    color: #00689e;
    text-decoration: none;
}

/*	======================= */

div.footer2 span.depo-add {
    position: relative;
    width: 100%; /* for IE 6 */
    cursor: pointer;
}

div.footer2 span.depo-add span {
    font-family: 'Myriad Pro Condensed', serif;
    font-size: 29px;
    color: #74694d;
    position: absolute;
    left: 13px;
    top: -34px;
    width: 100%;
}

.depoPDay, .depoPWeek {
    cursor: pointer;
}

.depoPLogin, .depoPLogged {
    float: right;
    white-space: nowrap
}

.depoPLoggedImg {
    float: left;
}

.log-hide {
    display: none;
}

span.depo-col-title, div.depo-col-group, div.depo-servlab {
    font-family: 'Myriad Pro Light', serif;
    font-size: 26px;
    color: #877f68;
}

div.depo-col-group {
    font-weight: bold;
    cursor: pointer;
}

span.depo-col-title {
    text-decoration: underline;
    cursor: pointer;
}

p.depo-col-hide {
    display: none;
}

p.depo-col-show {
    display: block;
}

div.depo-link a, span.depo-task {
    font-family: 'Myriad Pro Light', serif;
    font-size: 26px;
    color: #877f68;
}

div.depo-link a {
    text-decoration: underline;
}

td.depo-col-text, td.depo-col-att {
    vertical-align: top;
}

td.depo-col-att {
    width: 100px;
}

/*--------------------j3----------------------------------*/
.round {
    border-radius: 0.3125em; /* 5/16 */
    -moz-border-radius: 0.3125em; /* 5/16 */
    -webkit-border-radius: 0.3125em; /* 5/16 */
}

select#partition {
    font-size: 125%;
    padding: 0.5em;
    border: 1px solid #d9dbdd;
    border-top-left-radius: 0.3125em;
    border-bottom-left-radius: 0.3125em;
    width: 95% !important;
}

.j3-copyright {
    font-size: small;
    display: none;
}

.topfix a, .topfix a:visited, .topfix a:hover {
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
}

.stat-link {
    text-decoration: underline;
    cursor: pointer;
}

.stat-link:hover {
    text-decoration: none;
}

.ui-autocomplete {
    font-size: 13px;
}

.lang {
    /*position: relative;*/
    /*right: -120px;*/
}

.depo-task-block {
    margin: 20px;
}

.zag-r {
    position: relative;
    left: -1px;
}

span.plant-stat {
    display: inline-block;
    width: 48px;
}

.kolvo.depo-p-col-count {
    color: #877f68;
}

div.content p {
    text-align: justify;
}