





* {
	margin: 0;
	padding: 0;
}
h2, h3 {
    font-size: 1.2em;
}
a, img {
	border: none;
}
a {
    font: 14px/18px Tahoma;
    color: blue;
}
a:focus { 
	outline: none; 
}

a:hover {
	text-decoration: none;
}
p {
	margin-top: 10px;
}
ul, ol {
	list-style-position: inside;
}
td {
	vertical-align: top;
}
.clear {
    clear: both;
    height: 0;
    font-size: 0;
}

body {
}

.header {
    position: relative;
    height: 320px;
    background: #dcdcdc;
}
    .header .logo {
        position: absolute;
        top: 27px;
        left: 0;
    }
    .header h1 {
        margin-left: 216px;
        padding-top: 32px;
        font: bold 30px/30px Arial;
        color: #0063c3;
        text-transform: uppercase;
    }
    .header h2 {
        display: none;
        /*position: absolute;
        left: 0;
        top: 156px;
        font: bold 34px/34px Arial;
        color: #0061c3;*/
    }
    .header .countries {
        /*display: none;*/
        position: absolute;
        top: 196px;
        left: 0;
        /*margin: 44px 0 0 216px;*/
        height: 72px;
    }
    *+html .header .countries {
        padding-top: 44px;
    }
    .header .countries li{
        float: left;
        position: relative;
        width: 70px;
        list-style: none;
    }
    .header .countries li a{
        font-size: 10px;
        line-height: 12px;
        color: #003399;
    }
    .header .countries li a.name{
        position: relative;
        top: -10px;
    }
    .header .countries li .flag-parent{
        position: relative;
    }
    .header .countries li .flag-effect{
        position: absolute;
        top: 0;
        left: 0;
        width: 56px;
        height: 37px;
    }
    .countries .group {
        display: block;
        position: absolute;
        top: -22px;
        left: 0;
        width: 150px;
        font-size: 10px;
        text-transform: uppercase;
    }
	.header .menu-head {
            position: absolute;
            left: 0;
            bottom: 0;
            display: block;
            padding-top: 14px;
            list-style-type: none;
            white-space: nowrap;
	}
	.header .menu-head li{
            float: left;
            position: relative;
            margin-right: -1px;
            background: url(../i/bg-menu.gif) 0 0 repeat-x;
	}
        .header .menu-head li a,
        .header .menu-head .active a {
            display: block;
            border: 1px solid #b6b6b6;
            padding: 9px 20px 9px;
            font: bold 14px Tahoma;
            color: #454545;
            text-decoration: none;
        }
	.header .menu-head .active{
            color: #003399;
	}
	.header .menu-head .active {
            margin-top: -14px;
	}
	.header .menu-head .active a{
            padding: 16px 30px 17px;
            border-bottom: none;
	}
        .header .menu-head li u,
        .header .menu-head li i{
            display: none;
        }


#main {
    clear: both;
    border-top: 1px solid #848484;
    border-bottom: 1px solid #848484;
    padding: 5px 0 60px;
    font: 14px/20px Tahoma;
    overflow: hidden;
}
#main-left {
    float: left;
    margin-left: -167px;
    width: 100%;
    overflow: hidden;
}
#main-right {
    float: left;
    width: 167px;
}
#right-col {
    float: right;
    margin-right: -383px;
    width: 100%;
}
#left-col {
    float: right;
    width: 216px;
}
#left-col a{
    display: block;
}
#left-col img{
    margin-top: 10px;
}
#left-col .title{
    padding: 10px 0;
    background: #454545;
    text-align: center;
    font: 13px/19px Tahoma;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

/* right-col */
.calendar {
    position: relative;
}
.calendar .inner {
    position: relative;
    margin: 0 auto;
}
.calendar table {
    position: relative;
    border-collapse: collapse;
    z-index: 2;
}
.calendar caption {
    padding-bottom: 5px;
    font: normal 12px/18px Tahoma;
    text-transform: uppercase;
}
    .calendar .ld,
    .calendar .rd {
        display: block;
        position: absolute;
        top: 13px;
        width: 9px;
        height: 9px;
        background: url(../i/calendar-direct.gif) 0 0 no-repeat;
        cursor: pointer;
        z-index: 3;
    }
    .calendar .ld {
        left: 20px;
    }
    .calendar .rd {
        right: 20px;
        background-position: -9px 0 ;
    }
.calendar td {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    color: #0162c3;
    cursor: default;
}
.calendar .dow {
    color: #000;
    border: none;
    font-weight: normal;
}
.calendar td a {
    display: block;
    margin: -2px 1px 0 -1px;
    padding-top: 5px;
    height: 14px;
    background: #f9aa03;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.calendar .up{
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    _left: 38px;
}
*+html .calendar .up{
    left: 38px;
}
* html .calendar .up{
    left: 38px;
}
.calendar .up td{
    border: 1px solid #767676;
}
.calendar .month,
.calendar .year {
    float: left;
    margin: 12px 0 0 5px;
    padding: 5px;
    background: #fff;
    font: 12px/18px Tahoma;
    text-transform: uppercase;
}
#main-right .title {
    position: absolute;
    top: 8px;
    left: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
#main-right .last-news p{
    margin-top: 10px;
    font-size: 11px;
    color: #000;
}
#main-right .last-news a{
    display: block;
    margin-right: 10px;
    font: 12px/14px Arial;
    color: #003399;
}
#content {
    padding: 12px 393px 12px 10px;
    background: white;
}

#footer {
    padding: 30px 0 20px;
    background: #dcdcdc;
    color: rgb(88,88,88);
    overflow: hidden;
}
#footer a {
    margin-right: 20px;
    color: rgb(88,88,88);
    font: 11px/13px Tahoma;
}
#footer .copy {
    float: left;
    margin-left: 14px;
    width: 216px;
    background: #dcdcdc;
    font: 11px/13px Tahoma;
}
#footer .links {
    float: left;
    margin-right: -230px;
    background: #dcdcdc;
}

#content .submenu li {
    display: inline;
    padding: 0 5px 0 2px;
    _padding-left: 6px;
    border-right: 1px solid #5e5e5e;
}
*+html #content .submenu li {
    padding-left: 6px;
}

#content .submenu li.last {
    border-right: none;
}
#content .submenu li a,
.breadcrumb a,
.breadcrumb span {
    font: 13px/18px Tahoma;
    color: #0061c2;
}
.mainpage .resume a.title {
    font-size: 1.1em;
    color: #003399;
}
.mainpage .events {
    clear: both;
    margin-top: 20px;
}
.mainpage .events .date,
.docs .search-res .date{
    font-size: 11px;
}
.mainpage .events .item {
    float: left;
    display: block;
    width: 32%;
    margin-left: 1%;
}
.mainpage .events .item img {
    display: block;
}
.events.list .item {
    float: none;
    clear: both;
    font-size: 12px;
    line-height: 14px;
}
.events.list .item img,
.news .list .item img{
    float: left;
    margin: 0 15px 10px 0;
}
.events .item a,
.search-res a {
    color: #003399;
}
.news .item .date,
.events.list .item .date{
    margin-bottom: 5px;
    font-size: 11px;
}
.about .desc {
    margin-top: 15px;
}
.about .item,
.calendar,
.search,
.measure .docs,
.qa{
    position: relative;
    margin-top: 1px;
    background: #e5e5e5;
}
.about .item a,
.calendar p,
.search p,
.measure .docs p,
.qa .title {
    display: block;
    padding: 8px 12px 9px;
    background: url(../i/bg-about.gif) 0 0 repeat-x;
    font: bold 14px/14px Tahoma;
    text-transform: uppercase;
    color: #fff;
}
.calendar p{
	font-weight: normal;
	font-size: 13px;
}
.about .item div,
.calendar .inner,
.search form,
.measure .docs ul,
.qa .field {
    padding: 8px 10px 12px;
}
form .text,
#main-right .search .text {
    width: 80%;
    height: 14px;
    margin-right: 10px;
    padding: 7px;
    border: 1px solid #fff;
    font: 12px/12px Tahoma;
    color: #454545;
}
form .button,
#main-right .search .button {
    width: 56px;
    height: 28px;
    border: none;
    /*padding: 0 8px;*/
    background: #454545;
    color: #fff;
    font-size: 12px;
}
#main-right .search .text {
    width: 62px;
}
.tl, .tr, .br, .bl {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    background: url(../i/bg-about-corner.gif) 0 0 no-repeat;
}
.tr{
    top: 0;
    right: 0;
    background-position: 0 -5px;
}
.br {
    bottom: 0;
    right: 0;
}
.bl{
    bottom: 0;
    background-position: -5px 0;
}
.tl {
    top: 0;
    left: 0;
    background-position: -5px -5px;
}
*+html .tl,
*+html .tr{
    top: 2px;
}
.qa p {
    margin-top: 0;
}
.qa .answer {
    margin: 20px 0;
}
.qa .question {
    margin-top: 20px;
}
/*.about .item .tl,
.about .item .tr,
.about .item .br,
.about .item .bl,
.calendar .tl,
.calendar .bl,
.search .bl,
.search .tl,
.search .br,
.search .tr{
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    background: url(../i/bg-about-corner.gif) 0 0 no-repeat;
}
.about .item .tr,
.search .tr{
    top: 0;
    right: 0;
    background-position: 0 -5px;
}
.about .item .br,
.search .br{
    bottom: 0;
    right: 0;
}
.about .item .bl,
.calendar .bl,
.search .bl{
    bottom: 0;
    background-position: -5px 0;
}
.about .item .tl,
.calendar .tl,
.search .tl{
    top: 0;
    left: 0;
    background-position: -5px -5px;
}
*/
.docs .item li,
.measure .docs li,
.measure .events li,
.news .item li{
    list-style: none;
}
.docs .item a,
.measure .events li a,
.news .list .item a {
    color: #003399;
}
.measure .docs li {
    margin-top: 10px;
}
.measure h2 {
    font-size: 16px;
    color: #003399;
}
.measure .date {
    margin: 10px 0;
}
.measure .docs li.first {
    margin-top: 0;
}
.measure .docs li a {
    color: #0061c2;
}
.docs .item li,
.news .list .item{
    margin-top: 10px;
    line-height: 14px;
}
.docs .view .title,
.news .view .title {
    font-weight: bold;
}

.news .view .title span{
    margin-right: 10px;
    font-size: 0.8em;
    font-weight: normal;
}
.news .item .desc {
    margin-bottom: 20px;
    font-size: 12px;
}
.news .paging {
    margin-top: 50px;
    text-align: center;
}
.news .paging li {
    display: inline;
    list-style: none;
}
.news .paging li a,
.news .paging .active{
    margin-right: 10px;
    padding: 0 5px;
    text-decoration: none;
    font: bold 16px Arial;
    color: #003399;
    background: #b5c4e1;
}
.news .paging .active{
    color: #454545;
}

.main-search .search-res .search-menu {
    margin-top: 20px;
}
.main-search .search-res .subtitle {
    margin-right: 10px;
    font-weight: bold;
}
.main-search .search-res .search-menu .active {
    color: #000;
    text-decoration: none;
    cursor: default;
}
.main-search .search-res .item {
    /*margin-left: 20px;*/
}
.main-search .search-res .item a {
    display: block;
    margin-top: 15px;
}
.main-search .search-res .item .desc {
    margin-top: 0;
    margin-left: 10px;
    font-size: 0.9em;
}
.search .text {
    border: 1px solid #ccc;
}