html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, font, img, ins, kbd, q, samp, small, sub, sup, var, dl, dt, dd, ul, li, fieldset, label, legend, caption, tbody, tfoot, header, nav, article, aside, footer, hgroup, section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: arial,serif;
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

:focus, :active {
    outline: 0
}

blockquote:before, blockquote:after {
    content: ""
}

blockquote {
    quotes: "" ""
}

header, nav, article, aside, footer, hgroup, section {
    display: block
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
}

.center {
    text-align: center;
}


/*---------------------------Основа------------------------------*/

.table_center {
    margin: 10px auto;
    border: 0 solid #000;
}

body {
    color: #1b3742;
    background: url('../img/bg.png') repeat;
}

#content {
    border: 1px solid #1b3742;
    -webkit-border-radius: 4px;
    border-radius: 16px 16px 16px 16px;
    background: #EBEBEB;
    box-shadow: 0 0 10px #000000;
}

/*---------------------------Шапка------------------------------*/

.header {
    border-bottom: 2px solid #A6A6A6;
    height: 150px;
}

.gerb {
    border-bottom: 2px solid #A6A6A6;
    height: 150px;
}

.gerb2 {
    border-bottom: 2px solid #A6A6A6;
    height: 150px;
}

@font-face {
    font-family: "MTCORSVA";
    src: url("../css/MTCORSVA.TTF");
}

.title1 {
    text-shadow: 1px 0 1px black;
    font-size: 40px;
    text-align: center;
    margin-top: 10px;
    font-family: MTCORSVA, serif;
    color: #46515A;
}

.title2 {
    color: #ac3326;
    text-shadow: 1px 0 1px black;
    font-size: 35px;
    text-align: center;
    margin-top: 10px;
    font-family: MTCORSVA, serif;
}

.title3 {
    color: #46515A;
    text-shadow: 1px 0 1px black;
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
    font-family: MTCORSVA, serif;
}

div.ui-datepicker{
 font-size:13px;
}

/*---------------------------Меню------------------------------*/

.menu {
    border-right: 2px solid #A6A6A6;
    height: 100px;
    width: 200px;
}

#button {
    width: 210px;
    margin: 0 auto 0 -20px;
}

#button li a {
    display: block;
    padding: 5px 5px 5px 0.5em;
    color: #1b3742;
    text-decoration: none;
    text-align: center;
    border: 1px solid #A6A6A6;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    font-family: Georgia, serif;
    vertical-align: middle;
    margin-top: 10px;
}

#button li {
    background: #DDDDDD;
    list-style-type: none;
}

#button li a:hover {
    background: #AFC0C9;
    border: 1px solid #A6A6A6;
    list-style: none;
}
.active {
    background: #AFC0C9;
}

/*---------------------------Центр------------------------------*/
.box {
    height: 100px;
    width: 760px;
}
/*---------------------------инфо линия------------------------------*/

.language_line{
    border-bottom: 2px solid #A6A6A6;
    height: 30px;
    margin: 0;
}

.button_ukr{
    float:left;
    margin-top: 2px;
    margin-bottom: -1px;
    margin-left:60px;
}

.button_en{
    float: left;
    margin-top: 2px;
    margin-bottom: -1px;
    margin-left:15px;
}

#network button {
    margin-top: 3px;
    margin-bottom: 2px;
    width: 200px;
    padding: 1px 0 2px 0;
    background: #DDDDDD;
    color: #1b3742;
    text-decoration: none;
    text-align: center;
    border: 1px solid #A6A6A6;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    font-family: Georgia, serif;
    text-decoration: none;
    float: right;
    margin-right: 10px;
}

#network button:hover {
    background: #AFC0C9;
    border: 1px solid #A6A6A6;
    list-style: none;
}

#network_en button {
    margin-top: 3px;
    margin-bottom: 2px;
    width: 240px;
    padding: 1px 0 2px 0;
    background: #DDDDDD;
    color: #1b3742;
    text-decoration: none;
    text-align: center;
    border: 1px solid #A6A6A6;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    font-family: Georgia, serif;
    text-decoration: none;
    float: right;
    margin-right: 10px;

}

#network_en button:hover {
    background: #AFC0C9;
    border: 1px solid #A6A6A6;
    list-style: none;
}

/*---------------------------футер------------------------------*/
#footer {
     border-top: 2px solid #A6A6A6;
     height: 50px;
 }