/**
 * OKD web - main CSS Stylesheet
 *
 * @project Project
 * @version 1.3
 * @date 20.11.2012 14:09:13
 * @author pavekrej <krejci@cyberfox.cz>
 * @author janrenn <renner@cyberfox.cz>
 * @copyright Cyber Fox, s.r.o. 2012
 */



/**
 * ---------------
 * @section GLOBAL
 * -----------------
 */

body {
    background: #f1f1f2;
}

.main-wrapper {
    margin: 0 auto;
    background: #ffffff;
    background-repeat: no-repeat;
    background-position: 50% top;
    overflow-x: hidden;
}

.bg-1 {
    background-image: url('../images/bg-main-background-1.jpg');
}

.bg-2 {
    background-image: url('../images/bg-main-background-2.jpg');
}

.bg-3 {
    background-image: url('../images/bg-main-background-3.jpg');
}

.bg-4 {
    background-image: url('../images/bg-main-background-4.jpg');
}

.bg-5 {
    background-image: url('../images/bg-main-background-5.jpg');
}

.bg-6 {
    background-image: url('../images/bg-main-background-6.jpg');
}

.bg-7 {
    background-image: url('../images/bg-main-background-7.jpg');
}

.container {
    position: relative;
}

body a {
    outline: none;
}



/**
 * ---------------
 * @section HEADER + SUBMENU
 * -----------------
 */

.header {
    height: 140px;
    padding-top: 16px;
}

.header .logo {
    height: 60px;
}

.header .logo > div {
    background: #ffffff;
    height: 60px;
    width: 165px;
}

.header .logo > div {
    margin-bottom: 0px;
}

.header .header-text {
    border-left: 2px solid #ffffff;
    height: 60px;
    margin-left: -3px;
    padding: 0px 1px 0 0px;
}

.header .header-text > div {
    background: url('../images/bg-transparent.png');
    font-size: 16px;
    margin: 0px 0 0 12px;
    color: #ffffff;
    font-weight: 700;
    line-height: 19px;
    padding: 10px 14px 0 14px;
    height: 50px;
    text-shadow: 1px 1px 1px #1c1e1c;
    width: 335px;
}

.header .header-text > div.en {
    width: 356px;
}

.header .header-text > div a,
.header .header-text > div span {
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
}

.header .header-text > div a {
    text-decoration: underline;
}

.header .header-text > div a:hover {
    text-decoration: none;
}

.header .header-menu {
    margin: 14px 0 0 18px;
    position: relative;
}

.header .header-menu span.languages a,
.right-menu .paging-background a {
    background: url('../images/bg-link-transparent.png') repeat-x top left;
    border: 1px solid #959595;
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    padding: 2px 3px 0px 3px;
    float: left;
    margin-right: 2px;
}

.header .header-menu span.languages a.active,
.right-menu .paging-background a.active {
    background: #8dbe48;
    border: 1px solid #8dbe48;
}

.header .header-menu span.languages a:hover,
.right-menu .paging-background a:hover {
    background: #006131;
    border: 1px solid #006131;
}

.right-menu .paging-background a {
    padding: 1px 6px;
}

.header .header-menu .search {
    position: relative;
}

.header .header-menu .search input {
    margin: 0px;
}

.header .header-menu .search input.input {
    height: 19px;
    background: #ffffff;
    border: 0px;
    position: absolute;
    top: 0;
    left: 15px;
    width: 157px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12px;
}

.header .header-menu .search input.button {
    background: #ffffff url('../images/bg-search-button.png') repeat-x 20px 0px;
    position: absolute;
    left: 181px;
    height: 21px;
    border: 0px;
    text-align: center;
    color: #000000;
    font-size: 11px;
    cursor: pointer;
    top: 0px;
    min-width: 78px;
}

.header .header-menu .search input.button:hover {
    background: #ffffff url('../images/bg-search-button.png') repeat-x bottom;
}



/**
 * ---------------
 * @section LEFT COLUMN
 * -----------------
 */

.main-content .left-menu {
    margin: 0 13px 0px 0;
    padding-bottom: 20px;
}

/* Main menu */
.left-menu .main-menu > ul > li {
    list-style: none;
    margin-top: 2px;
}

.left-menu .main-menu > ul > li:first-child {
    margin-top: 0px;
}

/* First level */
.left-menu .main-menu > ul {
    margin: 0 0 14px 0;
    padding-left: 0px;
}

.left-menu .main-menu > ul > li > a {
    background: url('../images/bg-main-menu.png') repeat top left;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
}

.left-menu .main-menu > ul > li > a > span {
    display: block;
    padding: 2px 16px;
    width: 149px;
    position: relative;
    z-index: 10;
}

.left-menu .main-menu > ul > li.active > a,
.left-menu .main-menu > ul > li.active > a:hover {
    background: #006131;
}

.left-menu .main-menu > ul > li.active > a > span,
.left-menu .main-menu > ul > li > a > span:hover,
.left-menu .main-menu > ul > li.active:hover > a > span {
    background: url('../images/bg-right-menu-item.png') no-repeat right -78px;
}

.left-menu .main-menu > ul > li > a:hover {
    background: #006131;
}

/* Second level */
.left-menu .main-menu > ul > li > ul,
.left-menu .main-menu > ul > li > ul ul {
    background: #858585;
    padding: 0 0 0px 0px;
    padding-left: 0px;
}

.left-menu .main-menu > ul > li > ul li {
    border-top: 1px solid #cccccc;
    list-style: none;
    margin: 0px;
}

.left-menu .main-menu > ul > li > ul > li:first-child {
    border-top: 0px;
}

.left-menu .main-menu > ul > li > ul a {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    padding: 4px 17px 4px 17px;
    display: block;
}

.left-menu .main-menu > ul > li > ul > li a:hover,
.left-menu .main-menu > ul > li > ul li.active {
    background-color: #8dbe48;
}

.left-menu .main-menu > ul > li > ul > li > ul a {
    background-image: url('../images/bg-main-menu-item.png');
    background-repeat: no-repeat;
}

.left-menu .main-menu > ul > li > ul > li > ul a:hover {
    background-image: url('../images/bg-main-menu-item.png');
    background-repeat: no-repeat;
}

/* Third level */
.left-menu .main-menu > ul > li > ul > li > ul {
    background: #b3b3b3;
}

.left-menu .main-menu > ul > li > ul > li > ul > li > a,
.left-menu .main-menu > ul > li > ul > li > ul > li > a:hover {
    background-image: none;
    padding-left: 26px;
}

.left-menu .main-menu > ul > li > ul > li > ul > li.active > a {
    background: #b1ce72;
}

.left-menu .main-menu > ul > li > ul > li > ul > li.active > a:hover {
    background: #8dbe48;
}

/* Fourth level */
.left-menu .main-menu > ul > li > ul > li > ul > li > ul {
    background: #adadad;
}

.left-menu .main-menu > ul > li > ul > li > ul > li > ul > li > a,
.left-menu .main-menu > ul > li > ul > li > ul > li > ul > li > a:hover {
    background-image: url('../images/bg-main-menu-item.png');
    background-repeat: no-repeat;
    background-position: 26px 10px;
    padding-left: 37px;
}

.left-menu .main-menu > ul > li > ul > li > ul > li > ul > li.active > a {
    background: #b1ce72;
}

.left-menu .main-menu > ul > li > ul > li > ul > li > ul > li.active > a:hover {
    background: #8dbe48;
}

/* Fifth level */
.left-menu .main-menu > ul > li > ul > li > ul > li > ul > li > ul {
    background: #adadad;
    padding-left: 0px;
}

.left-menu .main-menu > ul > li > ul > li > ul > li > ul > li > ul > li a,
.left-menu .main-menu > ul > li > ul > li > ul > li > ul > li > ul > li a:hover {
    background-position: 35px 10px;
    padding-left: 46px;
}

.left-menu .main-menu > ul > li > ul > li > ul > li > ul > li > ul > li.active > a {
    background: #b1ce72;
}

.left-menu .main-menu > ul > li > ul > li > ul > li > ul > li > ul > li.active > a:hover {
    background: #8dbe48;
}

/* Sixth level */
.left-menu .main-menu > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
    background: #adadad;
    padding-left: 0px;
}

.left-menu .main-menu > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a,
.left-menu .main-menu > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a:hover {
    background-position: 45px 10px;
    padding-left: 56px;
}

.left-menu .main-menu > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li.active > a {
    background-color: #b1ce72;
}

.left-menu .main-menu > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li.active > a:hover {
    background-color: #8dbe48;
}

.left-menu .bookmark .content-links > ul.external-links {
    padding-left: 0px;
    margin: 0px;
}

.left-menu .bookmark .content-links > ul.external-links > li {
    list-style: none;
    border-top: 2px solid #ffffff;
}

.left-menu .bookmark .content-links > ul.external-links > li a {
    background: #696a6c url('../images/bg-external-link.png') no-repeat 8px 50%;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    display: block;
    padding-left: 31px;
    margin-right: 0px;
    padding-right: 0px;
}

.left-menu .bookmark .content-links > ul.external-links > li.magazine a {
    background: #696a6c url('../images/bg-magazine.png') no-repeat 10px 50%;
}

.left-menu .bookmark .content-links > ul.external-links > li.magazine a:hover {
    background: #8dbe48 url('../images/bg-magazine.png') no-repeat 10px 50%;
}

.left-menu .bookmark .content-links > ul.external-links > li a:hover {
    background: #8dbe48 url('../images/bg-external-link.png') no-repeat 8px 50%;
    text-decoration: none;
    color: #ffffff;
}

.left-menu .bookmark .content-links > ul.external-links > li a span {
    display: block;
    padding: 6px 3px 6px 9px;
    border-left: 2px solid #ffffff;
}

.left-menu .bookmark {
    margin-bottom: 6px;
}

.left-menu .bookmark.margin {
    margin-bottom: 11px;
}

.left-menu .bookmark > .content-links {
    background: #ffffff;
    padding-bottom: 8px;
}

.left-menu .bookmark > .heading {
    height: 42px;
    font-size: 20px;
    color: #ffffff;
    position: relative;
}

.left-menu .bookmark > .heading > .heading-text {
    width: 139px;
    padding: 5px 0 7px 16px;
    text-shadow: 1px 0 1px #38413D;
}

/* Calendar */
table.calendar {
    margin: 0px -1px 0 0;
    border-collapse: collapse;
    color: #ffffff;
}

table.calendar thead tr > th {
    background: #808080;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 11px;
    padding: 4px 0px;
}

table.calendar thead tr > th.month {
    background: #bfbfbf;
    text-align: left;
    padding: 6px 15px 2px 15px;
    font-weight: 700;
    font-size: 12px;
}

table.calendar tbody tr:nth-child(2n) td, tbody tr.even td {
    background: #808080;
}

table.calendar thead tr > th:last-child {
    border-right: 0px;
}

table.calendar thead tr > th.weekend,
table.calendar tbody tr > td.weekend {
    background: #bfbfbf;
}

table.calendar th, td, caption {
    padding: 0px;
}
table.calendar tbody tr > td.other {
    background: #e6e6e6;
}

table.calendar tbody tr > td {
    background: #808080;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    text-align: center;
}

table.calendar tbody tr > td:last-child {
    border-right: 0px;
}

table.calendar tbody tr > td.action a:hover {
    background: #8dbe48;
}

table.calendar tbody tr > td a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 4px 0;
}

table.calendar tbody tr > td a:hover {
    color: #ffffff;
    text-decoration: none;
}

table.calendar thead tr > th.month > div {
    position: relative;
    top: -2px;
}

table.calendar thead tr > th.month > div > a.previous,
table.calendar thead tr > th.month > div > a.next {
    font-size: 15px;
    text-decoration: none;
    font-weight: 700;
    color: #666666;
}

table.calendar thead tr > th.month > div a.previous:hover,
table.calendar thead tr > th.month > div a.next:hover {
    color: #c1001f;
}

table.calendar tbody tr > td.action {
    background: #006131;
    font-weight: 700;
}

table.calendar tbody tr > td.action > div:first-child {
    position: relative;
    z-index: 10;
}

table.calendar tbody > tr > td.action > div > a > span.action {
    background: url('../images/bg-calendar-arrow.png') no-repeat 21px bottom;
    position: absolute;
    left: -16px;
    bottom: 27px;
    padding-bottom: 10px;
}

table.calendar tbody > tr > td.action > div > a > span.action > span {
    background: #ffffff;
    color: #666666;
    font-size: 11px;
    font-weight: 500;
    height: auto;
    min-width: 209px;
    padding: 8px 12px;
    text-align: left;
    border: 2px solid #006131;
    display: block;
}

table.calendar tbody > tr > td.action > div > a > span.action > span strong {
    color: #696a6c;
    padding-bottom: 3px;
    display: block;
}

table.calendar tbody > tr > td.action > div > a > span.action > span > span {
    border-top: 1px solid #eaeaeb;
    padding: 5px 0;
    display: block;
}

table.calendar tbody > tr > td.action > div > a > span.action > span > span:first-child {
    border-top: 0px;
}


/**
 * ---------------
 * @section RIGHT COLUMN
 * -----------------
 */

.main-content .right-menu {
    margin: 0 -6px 0px 3px;
    padding-bottom: 20px;
}

.right-menu .paging-background {
    height: 34px;
}

/* Bookmarks */
.right-menu .bookmark {
    margin-bottom: 11px;
}

.right-menu .bookmark.hs.en  {
    margin-top: 0px;
}

.right-menu .bookmark.hs {
    margin-bottom: 11px;
    margin-top: -8px;
}

.right-menu .bookmark > .content-links {
    background: #ffffff;
    padding-bottom: 8px;
}

.right-menu .bookmark.no-padding > .content-links {
    padding-bottom: 0px;
}

.right-menu .bookmark.serial {
    padding-bottom: 11px;
}

.right-menu .bookmark.serial .image {
    background: none;
    height: 130px;
    margin-bottom: 5px;
}

.right-menu .bookmark.serial a.external-link {
    color: #696a6c;
    display: inline-block;
}

.right-menu .bookmark.serial a.external-link:hover {
    text-decoration: none;
}

.content-links a {
    color: #006131;
    text-decoration: underline;
    font-size: 11px;
}

.content-links a:hover {
    text-decoration: none;
}

.right-menu .bookmark > .heading {
    height: 42px;
    font-size: 20px;
    color: #ffffff;
    position: relative;
}

.right-menu .bookmark > .heading > .heading-text {
    width: 199px;
    padding: 5px 0 7px 16px;
    text-shadow: 1px 0 1px #38413D;
}

.right-menu .bookmark.serial > .heading > .heading-text {
    text-shadow: 0px 0 1px #38413D;
}

.right-menu .bookmark > .heading > .heading-text > a,
.left-menu .bookmark > .heading.green > .heading-text > a {
    color: #ffffff;
    text-decoration: none;
}

.right-menu .bookmark > .heading.green-light > .heading-text > a:after {
    color: #8dbe48;
}

.right-menu .bookmark > .heading.grey > .heading-text > a:after,
.right-menu .bookmark > .heading.black > .heading-text > a:after,
.right-menu .bookmark > .heading.green > .heading-text > a:after,
.right-menu .bookmark > .heading.green-light > .heading-text > a:after,
.left-menu .bookmark > .heading.green > .heading-text > a:after,
.left-menu .bookmark > .heading.green-light > .heading-text > a:after {
    content: " »";
    font-size: 0.75em;
    padding-left: 0px;
    position: relative;
    top: -1px;
    text-shadow: 0px 0px 0px;
}

.right-menu .bookmark > .heading.grey > .heading-text > a:hover:after,
.right-menu .bookmark > .heading.black > .heading-text > a:hover:after,
.right-menu .bookmark > .heading.green > .heading-text > a:hover:after,
.right-menu .bookmark > .heading.green-light > .heading-text > a:hover:after,
.left-menu .bookmark > .heading.green > .heading-text > a:hover:after,
.left-menu .bookmark > .heading.green-light > .heading-text > a:hover:after {
    color: #ffffff;
    text-shadow: 1px 0 1px #38413D;
}

.right-menu .bookmark > .heading.grey > .heading-text > a:after {
    color: #696a6c;
}

.right-menu .bookmark > .heading.black > .heading-text > a:after {
    color: #000000;
}

.right-menu .bookmark > .heading.green > .heading-text > a:after,
.left-menu .bookmark > .heading.green > .heading-text > a:after {
    color: #006131;
}

.right-menu .heading.grey > .arrow,
.right-menu .heading.black > .arrow,
.right-menu .heading.green > .arrow,
.right-menu .heading.green-light > .arrow,
.left-menu .heading.green > .arrow {
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    position: absolute;
}

.right-menu .heading.green > .arrow,
.left-menu .heading.green > .arrow {
    border-top: 15px solid transparent;
    border-left: 15px solid #8dbe48;
}

.right-menu .heading.green-light > .arrow {
    border-top: 15px solid transparent;
    border-left: 15px solid #bae57e;
}

.right-menu .heading.grey > .arrow,
.right-menu .heading.black > .arrow {
    border-top: 15px solid transparent;
    border-left: 15px solid #808080;
}

.right-menu .bookmark > .heading.grey > .block,
.right-menu .bookmark > .heading.black > .block,
.right-menu .bookmark > .heading.green > .block,
.right-menu .bookmark > .heading.green-light > .block,
.left-menu .bookmark > .heading.green > .block {
    position: absolute;
    top: 15px;
    height: 27px;
    width: 15px;
    right: 0px;
}

.right-menu .bookmark > .heading.grey > .heading-text,
.right-menu .bookmark > .heading.grey > .block {
    background: #696a6c;
}

.right-menu .bookmark > .heading.black > .heading-text,
.right-menu .bookmark > .heading.black > .block {
    background: #000000;
}

.right-menu .bookmark > .heading.green > .heading-text,
.right-menu .bookmark > .heading.green > .block,
.left-menu .bookmark > .heading.green > .heading-text,
.left-menu .bookmark > .heading.green > .block {
    background: #006131;
}

.right-menu .bookmark > .heading.green-light > .heading-text,
.right-menu .bookmark > .heading.green-light > .block {
    background: #8dbe48;
}

.right-menu .bookmark .content-links > .title,
.left-menu .bookmark .content-links > .title {
    color: #006131;
    font-size: 12px;
}

.right-menu .bookmark .bookmark-links-menu > a,
.left-menu .bookmark .bookmark-links-links > a {
    text-decoration: underline;
    color: #006131;
    font-size: 11px;
}

.right-menu .bookmark .bookmark-links-menu > a:hover,
.left-menu .bookmark .bookmark-links-menu > a:hover {
    text-decoration: none;
}

.right-menu .bookmark .image {
    height: 128px;
    background: #696a6c;
}

.right-menu .bookmark .links-images {
    position: relative;
    padding-top: 2px;
    height: 62px;
}

.right-menu .bookmark .links-images img {
    margin-left: 0px;
    position: absolute;
}

.right-menu .bookmark .links-images a {
    position: absolute;
    text-decoration: none;
    color: #ffffff;
}

.right-menu .bookmark .links-images a > span.link {
    background: transparent;
    border-left: 2px solid #FFFFFF;
    display: block;
    font-size: 11px;
    height: 23px;
    padding: 7px 0 0 6px;
}

.right-menu .bookmark .links-images a.first,
.right-menu .bookmark .links-images a.second {
    height: 30px;
    left: 92px;
    padding: 0 0 0 30px;
    width: 108px;
    cursor: pointer;
}

.right-menu .bookmark .links-images a.first:hover,
.right-menu .bookmark .links-images a.second:hover {
    cursor: pointer;
}

.right-menu .bookmark.do-you-know-that .content-links {
    position: relative;
}

.right-menu .bookmark .links-images a.first {
    top: 2px;
    background: #bfbfbf url('../images/bg-link-info-1.png') no-repeat 10px 7px;
}

.right-menu .bookmark .links-images a.second {
    top: 34px;
    background: #bfbfbf url('../images/bg-link-info-2.png') no-repeat 4px 6px;
}


.right-menu .bookmark .links-images a.first:hover,
.right-menu .bookmark .links-images a.first.active {
    background: #8dbe48 url('../images/bg-link-info-1.png') no-repeat 10px 7px;
}

.right-menu .bookmark .links-images a.second:hover,
.right-menu .bookmark .links-images a.second.active {
    background: #8dbe48 url('../images/bg-link-info-2.png') no-repeat 4px 6px;
}

.right-menu .bookmark .title,
.right-menu .bookmark .info-block > div.text {
    padding: 11px 15px 0px 15px;
    margin-bottom: 0px;
}

.right-menu .bookmark .info-block > div.text > p {
    margin-bottom: 0px;
}

.right-menu .bookmark .info-block > div.text {
    color: #666666;
    line-height: 15px;
}

.left-menu .bookmark .title,
.left-menu .bookmark .title + div.perex {
    padding: 9px 9px 0px 15px;
}

.left-menu .bookmark .bookmark-links {
    padding: 5px 9px 0px 15px;
}

.right-menu .bookmark .title a,
.left-menu .bookmark .title a {
    text-decoration: none;
    color: #006131;
    font-size: 12px;
}

.right-menu .bookmark .title a:hover,
.left-menu .bookmark .title a:hover {
    text-decoration: underline;
}

.right-menu .bookmark .bookmark-links {
    margin: 6px 15px 5px 15px;
}

.right-menu .bookmark .bookmark-links > a {
    color: #8e8888;
    background: url('../images/bg-more-button.png') no-repeat 0px 1px;
    padding-left: 18px;
    text-decoration: none;
}

.right-menu .bookmark .bookmark-links > a:hover {
    background: url('../images/bg-more-button-active.png') no-repeat 0px 1px;
    text-decoration: underline;
}


.right-menu .bookmark span.separator {
    color: #006131;
    font-size: 10px;
    margin: 0 2px;
}

.right-menu .bookmark .bookmark-items a {
    background: #696a6c url('../images/bg-internal-link.png') no-repeat 86px 50%;
    border-top: 2px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 6px 32px 6px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right-menu .bookmark .bookmark-items a:hover {
    background: #8dbe48 url('../images/bg-internal-link.png') no-repeat 86px 50%;
}

.right-menu .bookmark .bookmark-items .span-2 {
    margin-right: 2px;
    width: 114px;
}

.right-menu .bookmark .bookmark-items .span-2.last {
    margin-right: 0px;
}

.right-menu .bookmark .bookmark-items .span-4.last a {
    background-position: 202px 50%;
}

/* Banners */
.right-menu .banners > .info-text + div.clearfix {
    position: relative;
}

.right-menu .banners > .info-text,
.left-menu .banners > .info-text {
    margin-bottom: 8px;
    color: #666666;
    font-size: 11px;
    padding-right: 0px;
}

.right-menu .banners a,
.left-menu .banners a {
    color: #8dbe48;
    text-decoration: underline;
    float: left;
}

.right-menu .banners a.banner-1,
.right-menu .banners a.banner-1 > span {
    height: 53px;
    width: 104px;
    cursor: pointer;
    top: 0px;
    left: 0px;
}

.right-menu .banners a.banner-1 {
    position: relative;
}

.right-menu .banners a.banner-1 > span {
    background: url('../images/bg-banner-1.png') no-repeat 0px 0px;
    position: absolute;
}

.right-menu .banners a.banner-1 > span:hover {
    background: url('../images/bg-banner-1.png') no-repeat 0px -53px;
}

.right-menu .banners a.banner-2,
.right-menu .banners a.banner-2 > span {
    height: 63px;
    width: 80px;
    cursor: pointer;
    top: 0px;
    left: 0px;
}

.right-menu .banners a.banner-2 {
    position: relative;
}

.right-menu .banners a.banner-2 > span {
    background: url('../images/bg-banner-2.png') no-repeat 0px 0px;
    position: absolute;
}

.right-menu .banners a.banner-2 > span:hover {
    background: url('../images/bg-banner-2.png') no-repeat 0px -63px;
}

.right-menu .banners a.banner-3,
.right-menu .banners a.banner-3 > span {
    height: 52px;
    width: 53px;
    cursor: pointer;
    top: 0px;
    left: 0px;
}

.right-menu .banners a.banner-3 {
    position: relative;
}

.right-menu .banners a.banner-3 > span {
    background: url('../images/bg-banner-3.png') no-repeat 0px 0px;
    position: absolute;
    top: 0;
}

.right-menu .banners a.banner-3 > span:hover {
    background: url('../images/bg-banner-3.png') no-repeat 0px -52px;
}

.right-menu .banners a.banner-4,
.right-menu .banners a.banner-4 > span {
    height: 52px;
    width: 144px;
    cursor: pointer;
    top: 0px;
    left: 0px;
}

.right-menu .banners a.banner-4 {
    position: relative;
}

.right-menu .banners a.banner-4 > span {
    background: url('../images/bg-banner-4.png') no-repeat 0px 0px;
    position: absolute;
}

.right-menu .banners a.banner-4 > span:hover {
    background: url('../images/bg-banner-4.png') no-repeat 0px -52px;
}

.right-menu .banners a.banner-5,
.right-menu .banners a.banner-5 > span {
    height: 38px;
    width: 163px;
    top: 0px;
    left: 0px;
    margin-bottom: 12px;
    cursor: pointer;
}

.right-menu .banners a.banner-5 {
    position: relative;
}

.right-menu .banners a.banner-5 > span {
    background: url('../images/bg-banner-5.png') no-repeat 0px 0px;
    position: absolute;
}

.right-menu .banners a.banner-5 > span:hover {
    background: url('../images/bg-banner-5.png') no-repeat 0px -38px;
}



/**
 * ---------------
 * @section FOOTER
 * -----------------
 */

.footer {
}

/* Copyright */
.footer .copyright {
    background: #006131;
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    height: 19px;
    padding-top: 2px;
}

/* Left and right links */
.footer .left-links,
.footer .right-links {
    background: #666666;
    height: 20px;
    padding-top: 1px;
}

.footer .left-links {
    padding-left: 10px;
    margin-left: -10px;
    border-left: 2px solid #ffffff;
}

.footer .right-links {
    margin-left: -10px;
}

.footer .right-links > div {
    padding-right: 8px;
}

.footer .left-links a,
.footer .right-links a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 5px 2px 5px;
    float: left;
    text-transform: lowercase;
}

.footer .left-links a:hover,
.footer .right-links a:hover {
    text-decoration: underline;
}

.footer .left-links span,
.footer .right-links span {
    color: #ffffff;
    font-size: 10px;
    margin-top: 2px;
    float: left;
}

.footer .right-links > .right > span {
    margin: 0px !important;
    font-size: 12px;
}

/* Footer - logo */
.footer .footer-logo > div {
    padding: 15px 0px 0 17px;
}

.footer .footer-logo,
.footer .footer-text {
    background: #bfbfbf;
    min-height: 75px;
    color: #ffffff;
}

.footer .footer-logo a img {
    margin: 0 auto;
}

.footer .footer-logo a {
    color: #ffffff;
    text-decoration: underline;
}

.footer .footer-logo a:hover {
    text-decoration: none;
}

.footer .footer-logo a.logo {
    margin-bottom: 2px;
}

.footer .footer-logo a.logo,
.footer .footer-logo > div > a.logo > span {
    height: 32px;
    width: 136px;
    cursor: pointer;
    top: 0px;
    left: 0px;
    display: block;
}

.footer .footer-logo a.logo {
    position: relative;
}

.footer .footer-logo > div > a.logo > span {
    background: url('../images/bg-logo-footer.png') no-repeat 0px 0px;
    position: absolute;
}

.footer .footer-logo > div > a.logo > span:hover {
    background: url('../images/bg-logo-footer.png') no-repeat 0px -32px;
}

/* Footer - text */
.footer .footer-text {
    background: #bfbfbf;
    min-height: 75px;
    margin-left: -10px;
}

.footer .footer-text {
    color: #ffffff;
}

.footer .footer-text p {
    width: 680px;
    margin: 0px;
    padding: 14px 15px 5px 15px;
    font-size: 11px;
    line-height: 15px;
    border-left: 2px solid #ffffff;
}



/**
 * ---------------
 * @section MIDDLE COLUMN
 * -----------------
 */

.main-content > .content-page {
    position: relative;
}

/* Main bookmark */
.content-page .main-heading {
    height: 34px;
    position: relative;
}

.content-page .main-heading > div.text {
    background: #006131;
    float: left;
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    height: 29px;
    padding: 5px 5px 0 20px;
    text-shadow: 1px 0px 1px #38413d;
    min-width: 195px;
}

.content-page .main-heading > div.text > h1 {
    background: none;
    height: 24px;
    padding: 5px 0 0 1px;
    background: #006131;
    color: #ffffff;
    font-size: 18px;
    margin: 0;
}

.content-page .main-heading > div.text > h1 + a.rss {
    background: url('../images/bg-rss.png') no-repeat right 3px;
    color: #ffffff;
    font-size: 11px;
    margin-left: 6px;
    padding-right: 13px;
    position: relative;
    text-decoration: none;
    top: 8px;
}

h1 + .right-border {
    top: -34px;
}

h1.left + .right-border {
    top: -5px;
}

.right-border {
    position: relative;
    top: -5px;
    left: 20px;
}

.content-page .main-heading .arrow {
    border-left: 15px solid #8DBE48;
    border-top: 15px solid transparent;
    height: 0px;
    width: 0px;
}

.content-page .main-heading .block {
    background: #006131;
    height: 19px;
    width: 15px;
}



/**
 * ---------------
 * @section MIDDLE COLUMN - HTML CONTENT
 * -----------------
 */

.content-page > .middle-content > .wrapper-raw-page {
    background: #ffffff;
    padding: 20px 20px 20px 20px;
    min-height: 800px;
}

.html-text {
    margin: 0px;
    color: #666666;
}

.html-text h1,
.html-text h2,
.html-text h3,
.html-text h4 {
    line-height: 19px;
    margin: 15px 0 5px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.html-text h1 {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0px 0 10px 0;
    color: #2a2a2a;
    font-weight: 700;
}

.html-text h2 {
    font-size: 14px;
    padding-bottom: 5px;
    color: #404040;
    border-bottom: 1px solid #f1f1f2;
}

.html-text h3 {
    font-size: 12px;
    padding-bottom: 5px;
    color: #404040;
    border-bottom: 1px solid #f1f1f2;
}

.html-text h4 {
    font-size: 12px;
    padding-bottom: 5px;
    color: #404040;
    text-decoration: none;
}

.html-text h4,
.html-text h5 {
    font-size: 11px;
}

.html-text p {
    color: #666666;
    margin: 0px 0 6px 0;
    line-height: 19px;
    font-size: 12px;
}

.html-text abbr {
    border-bottom: 0px;
}

.html-text ul {
    padding-left: 0px;
    line-height: 19px;
}

.html-text ul li {
    background: url('../images/bg-list-item.png') no-repeat 0px 8px;
    list-style: none;
    padding-left: 10px;
    line-height: 22px;
}

.html-text a {
    color: #006030;
    text-decoration: underline;
}

.html-text a:hover {
    text-decoration: none;
}

.html-text strong {
    color: #4a4a4a;
}

.html-text table {
    width: 100%;
}

.html-text table > thead > tr > th {
    background: #ededed;
    height: 30px;
    padding: 0 10px;
}

.html-text table > tbody > tr > td {
    background: none;
    border-bottom: 1px solid #ededed !important;
    height: 30px;
    padding: 0 10px;
}

.html-text img.left {
    margin: 5px 16px 5px 0;
}

.html-content {
    clear: both;
    padding-top: 7px;
}

.html-text table > thead > tr > th.text-center,
.html-text table > tbody > tr > td.text-center {
    text-align: center;
}

.html-text table > thead > tr > th.text-center,
.html-text table > tbody > tr > td.text-right {
    text-align: right;
}

.html-text > h1 + p > a.left {
    margin: 0px;
}

.html-text > h1 + p > a.left > img,
.html-text > h1 + div > a.left > img,
.content > h1 + p > a.left > img,
.content > h1 + div > a.left > img {
    margin: 5px 16px 4px 0px;
    background: #ffffff;
    border: 2px solid #eeeeee;
    padding: 2px;
}

.html-text .text-right {
    text-align: right;
}


/**
 * ---------------
 * @section MIDDLE COLUMN - LIST ITEMS
 * -----------------
 */

.middle-content > .wrapper-list-page {
    background: #ffffff;
    padding: 0 10px 15px;
    min-height: 800px;
}

.wrapper-list-page table {
    margin: 20px 0 0 10px;
    font-size: 11px;
    width: 490px;
}

.wrapper-list-page table > tbody > tr > td {
    background: none;
    height: 38px;
}

.wrapper-list-page table > tbody > tr:first-child > td {
    border-top: 1px solid #f1f1f2;
}

.wrapper-list-page table > tbody > tr > td:first-child {
    padding-left: 15px;
}

.wrapper-list-page table > tbody > tr > td:last-child {
    padding-right: 0px;
}

.wrapper-list-page table > tbody tr > td a {
    text-decoration: none;
}

.wrapper-list-page table > tbody tr > td a:hover {
    text-decoration: underline;
}

.wrapper-list-page td.download,
.wrapper-list-page td.download a {
    color: #696a6c;
}

.wrapper-list-page table > tbody tr:nth-child(1n) td, tbody tr.even td {
    background: none;
}

.wrapper-list-page table > tbody tr:nth-child(2n) td, tbody tr.even td {
    background: none;
}

.wrapper-list-page table img {
    padding: 8px;
    float: right;
}

.wrapper-list-page table td > strong {
    font-size: 13px;
}



/**
 * ---------------
 * @section MIDDLE COLUMN - NEWS
 * -----------------
 */

.middle-content > .wrapper-home-page {
    background: #ffffff;
    padding: 0px 10px 15px 10px;
    min-height: 800px;
}

.content-page .new {
    background: #ffffff;
    border-top: 1px solid #eaeaeb;
}

.content-page .news-list > .new:first-child {
    border-top: 0px;
}

.content-page > .middle-content > .wrapper-home-page .summary,
.content-page .news-list > span.empty,
.content-page .periodical-list > span.empty {
    position: relative;
    top: 19px;
    left: 10px;
    padding-bottom: 15px;
    text-align: left;
    color: #9a9a9a;
}

.content-page .periodical-list > span.empty {
    left: 0px;
}

.content-page .new-main + .new + .new + .new {
    border-bottom: 1px solid #8c8c8c;
}

.content-page .new-main > .wrapper {
    background: #ffffff;
    padding: 3px 10px 0 10px;
    position: relative;
}

.content-page .new > .wrapper {
    padding: 16px 10px 15px 10px;
}

.content-page .new > .wrapper-last {
    padding: 13px 15px 3px 15px;
}

.content-page .new-main > .wrapper > div.category,
.content-page .new > .wrapper > div.category,
.content-page .new > .wrapper-last > div.category {
    font-size: 11px;
    color: #666666;
    font-weight: 700;
    margin-bottom: 2px;
}

.content-page .new-main > .wrapper > div.category {
    padding-top: 13px;
}

.content-page .new-main > .wrapper > div.category.source {
    padding-top: 0px;
}

.content-page .new-main > .wrapper > h2,
.content-page .new > .wrapper > h2,
.content-page .new > .wrapper-last > h2 {
    margin-bottom: 7px;
    line-height: 14px;
}

.content-page .new-main > .wrapper > h2 a,
.content-page .new > .wrapper > h2 a,
.content-page .new > .wrapper-last > h2 a {
    color: #006131;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.content-page .new-main > .wrapper > h2 a:hover,
.content-page .new > .wrapper > h2 a:hover,
.content-page .new > .wrapper-last > h2 a:hover {
    text-decoration: underline;
}

.content-page .new > .wrapper > p,
.content-page .new-main > .wrapper > p {
    font-size: 11px;
    color: #666666;
    font-weight: 500;
    margin-bottom: 3px;
    line-height: 19px;
}

.content-page .new > .wrapper > div.links,
.content-page .new-main > .wrapper > div.links {
    height: 22px;
}

.content-page .new > .wrapper > div.links a,
.content-page .new-main > .wrapper > div.links a {
    color: #006131;
    text-decoration: none;
}

.content-page .new > .wrapper > div.links a:hover,
.content-page .new-main > .wrapper > div.links a:hover {
    text-decoration: underline;
}

.content-page .new > .wrapper > div.links span {
    color: #006131;
    font-size: 10px;
}

.content-page .new > .wrapper > div.links > a > img,
.content-page .new-main > .wrapper > div.links > a > img {
    position: relative;
    top: 3px;
    margin-left: 2px;
}

.content-page .new > .wrapper > a > img {
    margin: 3px 0px 0px 15px;
    background: #ffffff;
    padding: 2px;
    border: 2px solid #eeeeee;
}

.content-page .new-main > .wrapper > a > img {
    margin: 15px 18px 7px 0px;
    left: 0;
    border: 2px solid #eeeeee;
    padding: 2px;
}

.content-page .new > .wrapper > abbr {
    margin: 3px 0px;
    font-size: 12px;
    border-bottom: 0px;
    padding-left: 8px;
    background: url('../images/bg-list-date.png') no-repeat 0px 5px;
}

.content-page .new-main > .wrapper > h3 a {
    font-size: 13px;
}

.wrapper-home-page div.new.event abbr {
    padding-left: 0px;
    background: none;
}

.content-page .new .wrapper-last .category {
    float: left;
    color: #666666;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 2px;
    padding-right: 7px;
}

.content-page .new .wrapper-last h2 {
    line-height: 16px;
}




/**
 * ---------------
 * @section MIDDLE COLUMN - LIST - NEWS, ARTICLES, EVENTS
 * -----------------
 */

.content-page > .middle-content > .wrapper-global-page {
    background: #ffffff;
    padding: 5px 10px 15px 10px;
    min-height: 800px;
}

.wrapper-global-page > .new:first-child {
    border-top: 0px;
}

.archive {
    margin-left: 10px;
}


/**
 * ---------------
 * @section MIDDLE COLUMN - SITEMAP PAGE
 * -----------------
 */

.content-page > .middle-content > .wrapper-sitemap-page {
    background: #ffffff;
    padding: 15px 15px 15px 15px;
    min-height: 800px;
}

.wrapper-sitemap-page ul li {
    background: url('../images/bg-list-item.gif') no-repeat 15px 7px;
    line-height: 25px;
    padding-left: 30px;
}

.wrapper-sitemap-page ul li a {
    text-decoration: none;
}

.wrapper-sitemap-page ul li a:hover {
    text-decoration: underline;
}




/**
 * ---------------
 * @section MIDDLE COLUMN - SEARCH
 * -----------------
 */

.content-page > .middle-content > .wrapper-search-page {
    background: #ffffff;
    padding: 15px 15px 15px 15px;
    min-height: 800px;
}

.wrapper-search-page ul > li > h3 {
    border-bottom: 0px;
    padding: 0px;
    margin: 0px;
}

.wrapper-search-page ul > li h3 a {
    text-decoration: none;
}

.wrapper-search-page ul > li h3 a:hover {
    text-decoration: underline;
}

.wrapper-search-page ul > li {
    border-top: 1px solid #f1f1f2;
    padding-top: 12px;
    padding-bottom: 5px;
    background-position: 0px 18px;
}

.wrapper-search-page ul > li:first-child {
    border: 0px;
}

.wrapper-search-page ul > li p.text {
    margin-bottom: 0px;
}

.wrapper-search-page ul > li p.text + p {
    margin-bottom: 5px;
}

.wrapper-search-page .summary {
    position: absolute;
    right: 15px;
    top: 49px;
}



/**
 * ---------------
 * @section MIDDLE COLUMN - LIST ITEMS - FILES
 * -----------------
 */

.content-page .middle-content > .wrapper-list-items-page {
    background: #ffffff;
    padding: 15px 10px 15px 10px;
    min-height: 800px;
}

.wrapper-list-items-page ul {
    margin: 0px;
}

.wrapper-list-items-page ul > li {
    background: none;
    list-style: none;
    border-top: 1px solid #eaeaeb;
    margin: 0px;
    padding: 8px 10px 8px 10px;
}

.wrapper-list-items-page ul > li {
    border: 0px;
}

.wrapper-list-items-page ul > li strong {
    color: #006131;
}

.wrapper-list-items-page ul > li abbr {
    font-size: 12px;
    border-bottom: 0px;
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
    width: 56px;
}

.wrapper-list-items-page ul > li span.separator {
    margin-right: 7px;
    color: #a7a7a7;
}

li.filelist > p {
    margin-bottom: 2px;
}



/**
 * ---------------
 * @section MIDDLE COLUMN - PHOTOGALLERY
 * -----------------
 */

/* Photogallery - Albums */
.content-page .middle-content > .wrapper-photogallery-page {
    background: #ffffff;
    padding: 0px 10px 15px 10px;
    min-height: 800px;
}

.wrapper-photogallery-page ul.photogallery {
    margin: 0px;
    padding: 0px;
}

.wrapper-photogallery-page ul.photogallery > li {
    background: none;
    border-top: 1px solid #eaeaeb;
    padding: 10px 10px;
}

.wrapper-photogallery-page ul.photogallery > li:first-child {
    border: 0px;
}

.wrapper-photogallery-page ul.photogallery > li img {
    background: #ffffff;
    border: 2px solid #eeeeee;
    padding: 2px;
    margin-right: 16px;
}

.wrapper-photogallery-page ul.photogallery > li h2 {
    border-bottom: 0px;
    line-height: 14px;
    margin: 7px 0 0px 0;
}

.wrapper-photogallery-page ul.photogallery > li h2 span {
    font-size: 11px;
    text-transform: none;
    font-weight: 500;
    margin-left: 3px;
}

.wrapper-photogallery-page ul.photogallery > li h2 a {
    background: none;
    color: #006131;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.wrapper-photogallery-page ul.photogallery > li h2 a:hover {
    text-decoration: underline;
}

/* Photogallery - Album */
.content-page .middle-content .wrapper-photogallery-album-page {
    background: #ffffff;
    padding: 20px 10px 15px 10px;
    min-height: 800px;
}

.content-page .middle-content .wrapper-photogallery-album-page.video {
    padding-top: 0px;
}

.wrapper-photogallery-album-page ul.photogallery {
    margin: 20px 0 0 10px;
    padding: 0px;
}

.wrapper-photogallery-album-page ul.photogallery {
    padding-right: 0px;
    margin-right: 0px;
    width: 510px;
}

.wrapper-photogallery-album-page ul.photogallery li {
    background: none;
    list-style: none;
    margin: 0 16px 14px 0;
    padding: 0px;
}

.wrapper-photogallery-album-page ul.photogallery.photos li {
    margin-right: 7px;
    width: 161px;
}

.wrapper-photogallery-album-page ul.photogallery,
.wrapper-photogallery-album-page ul.photogallery > li > ul {
    margin-bottom: 0px;
}

.wrapper-photogallery-album-page ul.photogallery > li > ul {
    padding-left: 0px;
}

.wrapper-photogallery-album-page ul.photogallery > li > ul > li {
    list-style: none;
    margin: 0px;
    line-height: 18px;
}

.wrapper-photogallery-album-page ul.photogallery > li {
    padding-right: 0px;
}

.wrapper-photogallery-album-page ul.photogallery > li > ul img {
    background: #ffffff;
    margin-right: 0px;
    padding: 2px;
}

.wrapper-photogallery-album-page ul.photogallery > li > ul > li > strong > a {
    text-decoration: none;
    color: #006131;
    font-size: 12px;
    padding-bottom: 6px;
}

.wrapper-photogallery-album-page ul.photogallery > li > ul > li > strong > a:hover {
    text-decoration: underline;
}

/* Photogallery - Photo */
.content-page .middle-content .wrapper-photogallery-photo-page {
    background: #ffffff;
    padding: 20px 20px 15px 20px;
    min-height: 800px;
}

.wrapper-photogallery-photo-page img {
    border: 2px solid #eaeaeb;
    padding: 2px;
    background: #ffffff;
}

.wrapper-photogallery-album-page .content {
    padding: 0 10px;
}

li.text {
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.photogallery span.download a,
a.download-photo {
    background: url('../images/bg-download.png') no-repeat 0px 4px;
    color: #9a9a9a;
    text-decoration: none;
    padding-left: 12px;
}

ul.photogallery span.download a:hover,
a.download-photo:hover {
    text-decoration: underline;
}

ul.photogallery span.detail-photo {
    padding-right: 9px;
}

.photo-wrapper {
    width: 490px;
}



/**
 * ---------------
 * @section MIDDLE COLUMN - PERIODICAL
 * -----------------
 */

.content-page .middle-content > .wrapper-periodical-page {
    background: #ffffff;
    padding: 15px 10px 15px 10px;
    min-height: 800px;
}

.wrapper-periodical-page ul.periodical {
    margin: 0px;
    padding: 0px;
}

.wrapper-periodical-page ul.periodical li {
    background: none;
    border-top: 1px solid #eaeaeb;
    padding-bottom: 15px;
}

.wrapper-periodical-page ul.periodical li:first-child {
    border-top: 0px;
}

.wrapper-periodical-page ul.periodical li h2 {
    border-bottom: 0px;
    margin-top: 4px;
}

.wrapper-raw-page p.line {
    padding-bottom: 15px;
}

.wrapper-raw-page ul.periodical-list {
    margin: 0px;
}


.wrapper-raw-page ul.periodical-list li {
    background: none;
    padding-left: 0px;
}

.wrapper-raw-page ul.periodical-list li h2 {
    background: #f1f1f2;
    padding: 6px 11px 4px 11px;
    border-bottom: 1px solid #dfdfdf;
}

.wrapper-raw-page ul.periodical-list li h2 a {
    color: #000000;
    text-decoration: none;
}

.wrapper-raw-page ul.periodical-list li img {
    background: #ffffff;
    padding: 2px;
    border: 2px solid #eeeeee;
}

.wrapper-raw-page ul.periodical-list li .date {
    padding: 5px 0 8px 0;
}

.wrapper-raw-page ul.periodical-list li div p {
    line-height: 19px;
    padding: 4px 0 0px 0;
}

.wrapper-raw-page ul.periodical-list ul {
    margin-bottom: 10px;
}

.wrapper-raw-page ul.periodical-list ul > li {
    background: url('../images/bg-list-item.png') no-repeat 0px 8px;
    list-style: none;
    padding-left: 10px;
    line-height: 22px;
}

.wrapper-raw-page div.text {
    padding-top: 4px;
}

.wrapper-raw-page .pager {
    padding-right: 0px;
}



/**
 * ---------------
 * @section MIDDLE COLUMN - VIDEO LIST
 * -----------------
 */

.content-page .middle-content > .wrapper-video-page {
    background: #ffffff;
    padding: 15px 10px 15px 10px;
    min-height: 800px;
}

.wrapper-video-page > ul.photogallery {
    margin: 0px;
    padding: 0px;
}

.wrapper-photogallery-album-page ul.photogallery li.heading,
.wrapper-photogallery-album-page ul.photogallery li.text {
    width: 152px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wrapper-photogallery-album-page .summary,
.wrapper-photogallery-page .summary,
.wrapper-list-page .summary{
    position: relative;
    top: 19px;
    left: 10px;
    padding-bottom: 15px;
    text-align: left;
    color: #9a9a9a;
}



/**
 * ---------------
 * @section MIDDLE COLUMN - FORM
 * -----------------
 */

.content-page .middle-content > .wrapper-form-page {
    background: #ffffff;
    padding: 20px 25px 15px 25px;
    min-height: 800px;
}

.wrapper-form-page table {
    color: #666666;
}

.wrapper-form-page table tr td + td {
    text-align: left;
}

.wrapper-form-page table tr td {
    width: 50%;
}

.wrapper-form-page table tbody tr:nth-child(2n) td,
.wrapper-form-page table tbody tr.even td {
    background: none;
}

.wrapper-form-page table tbody tr td {
    padding: 0px;
}

.wrapper-form-page table tbody tr td:first-child {
    padding-left: 0px;
}

.wrapper-form-page table tbody input {
    width: 234px;
    background: #ffffff;
    border: 1px solid #c9c9c9;
    text-align: center;
    color: #000000;
    font-size: 12px;
    height: 18px;
    margin-right: 0px;
}

.wrapper-form-page table tbody input:focus {
    border: 1px solid #c9c9c9;
}

.wrapper-form-page table span.required {
    color: #ee0707;
}

.wrapper-form-page table td.login  {
    padding-top: 10px;
}

.wrapper-form-page table .button-login:hover {
    background: #006131;
}

.wrapper-form-page table tbody td.checkbox {
    text-align: right;
    padding-top: 5px;
    cursor: pointer;
}

.wrapper-form-page table tbody td.checkbox input {
    margin: 5px 6px 0 0;
    width: auto;
    float: right;
}

.wrapper-form-page table tbody label {
    cursor: pointer
}

.wrapper-form-page table tbody td.checkbox label {
    float: right;
    margin: 5px 15px 0 0;
}

.wrapper-form-page table .button-login {
    background: #8DBE48;
    border: 0px;
    color: #ffffff;
    cursor: pointer;
    height: 27px;
    padding: 0px 15px;
    width: auto;
    margin: 0px 4px 0 0 !important;
}

.wrapper-form-page table .button-login:focus {
    border: 0px;
}

label.error.required {
    padding: 0px;
    background: none;
    border: 0px;
    color: inherit;
}

input.error {
    padding: 0px;
    height: 18px;
    border: 1px solid #f31a1a !important;
}

.errorMessage {
    color: #f31a1a;
    margin: 3px 0 5px;
    display: block;
}

.user {
    text-align: right;
    padding: 10px 10px 0 0;
}

a.logged-user {
    background: none;
    border: 0px;
    color: #ffffff;
    text-decoration: underline;
    position: absolute;
    top: 127px;
    left: 272px;
    text-shadow: 1px 1px 1px #323533;
    width: 72px;
}

a.logged-user:hover {
    text-decoration: none;
}



/**
 * ---------------
 * @section COMMON PARTS
 * -----------------
 */

/* Pager */
ul.yiiPager {
    border: 0 none;
    display: inline;
    font-size: 11px;
    line-height: 100%;
    margin: 0;
    padding: 0;
}
ul.yiiPager li {
    display: inline;
}
ul.yiiPager a:link, ul.yiiPager a:visited {
    border: 1px solid #9AAFE5;
    color: #0E509E;
    font-weight: bold;
    padding: 1px 6px;
    text-decoration: none;
}
ul.yiiPager .page a {
    font-weight: normal;
}
ul.yiiPager a:hover {
    border: 1px solid #0E509E;
}
ul.yiiPager .selected a {
    background: none repeat scroll 0 0 #2E6AB1;
    color: #FFFFFF;
    font-weight: bold;
}
ul.yiiPager .hidden a {
    border: 1px solid #DEDEDE;
    color: #888888;
}
ul.yiiPager .first, ul.yiiPager .last {
    display: none;
}

/* Pager */
.pager {
    padding-right: 10px;
}

.pager li {
    background: none !important;
    padding-left: 0px !important;
}

ul.yiiPager .first,
ul.yiiPager .last {
    display: inline;
}

ul.yiiPager a:link,
ul.yiiPager a:visited {
    background: #8dbe48;
    color: #ffffff;
    border: 1px solid #8dbe48;
}

ul.yiiPager li.page a:hover {
    background: #8dbe48;
    color: #ffffff;
    border: 1px solid #8dbe48;
}

ul.yiiPager li.page.selected a {
    background: #006131;
    color: #ffffff;
    border: 1px solid #006131;
}

ul.yiiPager li.page.selected a:hover {
    border: 1px solid #006131;
}

ul.yiiPager li.previous a,
ul.yiiPager li.next a,
ul.yiiPager li.first a,
ul.yiiPager li.last a{
    background: #ffffff;
    border: 1px solid #d9d9d9;
    color: #666666;
}

ul.yiiPager li.previous a:hover,
ul.yiiPager li.next a:hover,
ul.yiiPager li.first a:hover,
ul.yiiPager li.last a:hover {
    background: #eaeaeb;
    color: #666666;
}

.list-view .pager {
    margin-top: 10px;
    text-align: right;
}

/* Others */
.content-page a[target="_blank"],
.content-page a.out,
.content-page p.content-page a.out {
    background: url('../images/bg-html-link-external.png') no-repeat right 4px;
    padding-right: 11px;
    margin-right: 5px;
}

.content-page p.content-page a.out {
    font-weight: 700;
}

.content-page a.new-win {
    background: none;
    padding: 0px;
    margin: 0px;
}

.goback {
    text-align: left;
    font-weight: 700;
    margin-top: 8px;
}

.flash-notice.flash-message {
    background: #fff6bf;
    border: 1px solid #ffd324;
    margin-bottom: 8px;
    padding: 0 15px 1px;
    color: #514721;
}

.search-warning {
    height: 20px;
    left: 15px;
    padding: 1px 10px;
    position: absolute;
    text-align: center;
    top: 25px;
    width: 139px;
}

img.pl-version {
    margin: 5px 14px 6px 0;
}

p.do-you-know {
    font-weight: 700;
    margin-bottom: 3px;
}

h3.rss + p > img {
    border: 0px;
}

/* Date selector */
.select-date,
.select-search {
    padding: 20px 10px 15px 10px;
}

.select-date .select,
.select-search .select {
    background: #e6e6e6 url('../images/bg-select-date.png') no-repeat right 0px;
    height: 18px;
    padding: 1px 10px 0 10px;
    width: 58px;
    margin-right: 10px;
    text-align: left;
    font-size: 11px;
    color: #666666;
    position: relative;
}

.select-date .select:hover,
.select-search .select:hover {
    background-position: right -19px;
}

.select-date .select-box,
.select-search .select-box {
    background: #e6e6e6;
    width: 78px;
    height: auto;
    position: absolute;
    left: 0px;
    top: 19px;
    padding: 0px;
}

.select-date .select-box ul,
.select-search .select-box ul {
    padding-left: 0px;
    margin: 0px;
}

.select-date .select-box ul li,
.select-search .select-box ul li {
    list-style: none;
    background: #999999;
    border-top: 1px solid #ffffff;
}

.select-date .select-box ul li a,
.select-search .select-box ul li a {
    text-decoration: none;
    padding: 1px 10px;
    display: block;
    color: #ffffff;
}

.select-date .select-box > a,
.select-search .select-box > a {
    background: #999999;
    padding: 3px 0px;
    text-align: center;
    width: 26px;
    color: #ffffff;
    text-decoration: none;
    border-top: 1px solid #ffffff;
}

.select-date .select-box > a:hover,
.select-search .select-box > a:hover,
.select-date .select-box ul li a:hover,
.select-search .select-box ul li a:hover,
.select-date .select-box > a.active,
.select-search .select-box > a.active,
.select-date .select-box ul li a.active,
.select-search .select-box ul li a.active {
    background: #006030;
}

.select-date .button-search,
.select-search .button-search {
    background: #006030;
    color: #ffffff;
    text-align: center;
    border: 0px;
    height: 19px;
    font-size: 12px;
    cursor: pointer;
    padding-bottom: 2px;
}

.select-date .button-search:hover,
.select-search .button-search:hover {
    background: #8dbe48;
}

.select-date .date-value,
.select-search .date-value {
    border: 1px solid #C9C9C9;
    font-size: 11px;
    height: 14px;
    margin: 0 7px 0 0;
    padding-top: 2px;
    text-align: center;
    width: 71px;
}

.select-date .date-value:focus,
.select-search .date-value:focus {
    border: 1px solid #C9C9C9;
}

.no-js input.date-value {
    display: inline-block;
}

.no-js .select {
    display: none;
}

.no-js .hint {
    display: none;
}

.event-list span.empty {
    margin-left: 10px;
    color: #666666;
}

.select-date > p,
.select-search > p {
    margin: 0px 0 10px 0;
    color: #006131;
}

.select.month {
    width: 80px;
}

.select.month > .select-box {
    width: 100px;
}

.select.language {
    width: 130px;
}

.select.language > .select-box {
    width: 150px;
}

.popup-title {
    text-align: left;
}

input.dictionary {
    height: 17px;
    margin-right: 10px;
    margin-top: 0;
    padding: 0 5px;
    color: #666666;
    font-size: 10px;
}

span.loading-dict {
    display: block;
    background: url('../images/loading.gif') top left no-repeat;
    height: 16px;
    width: 16px;
    margin-left: 10px;
}

input.dictionary:focus {
    border-color: #bbbbbb;
}

.dictionary-results div.dict-item {
    line-height: 26px;
    border-top: 1px solid #eaeaeb;
    line-height: 30px;
    padding: 0 10px;
}

.dictionary-items .list .empty {
    margin-left: 10px;
    color: #666666;
}

.event-list.error-dict {
    padding-bottom: 8px;
}

/* Suggest form */
.suggestPageFormContent {
    bottom: 0em;
    left: -269% !important;
    margin: 0 0 14px 10px !important;
    padding: 10px 13px !important;
    width: 357px !important;
    color: #666666;
}

.suggestPageFormContent p.flash-message {
    text-align: left;
    background: none;
    font-size: 12px;
    color: #666666;
    padding: 3px 0 3px 0;
    border: 0px;
    border-bottom: 1px solid #c9c9c9;
    text-transform: uppercase;
    font-weight: 700;
}

.suggestPageFormContent table {
    width: 100% !important;
    margin: 0px;
}

.suggestPageFormContent table input[type=text] {
    padding: 2px 4px;
    width: 216px;
    font-size: 12px;
    margin: 0px;
    border: 1px solid #c9c9c9;
}

.suggestPageFormContent table input[type=text]:focus,
.suggestPageFormContent table textarea:focus {
    border: 1px solid #c9c9c9;
}

.suggestPageFormContent table textarea {
    padding: 5px;
    width: 214px;
    height: 50px;
    margin: 0px;
    border: 1px solid #c9c9c9;
    font-size: 12px;
}

tbody tr:nth-child(2n) td,
tbody tr.even td {
    background: none;
}

.suggestPageFormContent table input.button {
    border: 0px;
    background: #8dbe48;
    font-size: 12px;
    color: #ffffff;
    padding: 4px 6px;
    cursor: pointer;
}

.suggestPageFormContent table input.button:hover {
    background: #006131;
}

.suggestPageFormContent table input.button.green {
    margin-right: 7px;
}

.suggestPageFormContent table td.buttons {
    text-align: right;
}

.suggestPageFormContent div.errorMessage {
    padding-right: 8px;
}

td.errorMessage div {
    text-align: right;
}

.suggestPageFormContent tr.errorMessage {
    display: table-row;
}

#divSuggestPageForm > img {
    display: none;
}

/* Maps */
.contactmap-doly {
    background-image: url('../images/images_map/d5_bg.gif');
}

div.contactmap-doly {
    float: right;
    height: 365px;
    width: 311px;
}

div.contactmap-doly img {
    border: 0 none;
    display: block;
    height: 365px;
    margin: 0;
    padding: 0;
    width: 311px;
}

ol#contactmapdolylist li.level {
    /*list-style: none;*/
}

.contactmap-mista {
    background-image: url('../images/images_map/m1_bg.gif');
}

div.contactmap-mista {
    float: right;
    height: 273px;
    width: 311px;
}

div.contactmap-mista img {
    border: 0 none;
    display: block;
    height: 273px;
    margin: 0;
    padding: 0;
    width: 311px;
}

/* Filter - homepage */
.filter {
    height: 144px;
    left: 216px;
    position: absolute;
    top: 56px;
    width: 28px;
}

a.hp-link {
    position: absolute;
    left: 0px;
    width: 28px;
    height: 28px;
    text-decoration: none;
    color: #ffffff;
}

a.hp-link.item-1 {
    background: #696a6c url('../images/bg-link-menu-1.png') no-repeat 50% 50%;
    top: 0px;
}

a.hp-link.item-2 {
    background: #696a6c url('../images/bg-link-menu-3.png') no-repeat 50% 50%;
    top: 29px;
}

a.hp-link.item-3 {
    background: #696a6c url('../images/bg-link-menu-4.png') no-repeat 50% 50%;
    top: 58px;
}

a.hp-link.item-4 {
    background: #696a6c url('../images/bg-link-menu-5.png') no-repeat 50% 50%;
    top: 87px;
}

a.hp-link.item-5 {
    background: #696a6c url('../images/bg-link-menu-2.png') no-repeat 50% 50%;
    top: 116px;
}

a.hp-link.item-1:hover,
a.hp-link.item-2:hover,
a.hp-link.item-3:hover,
a.hp-link.item-4:hover,
a.hp-link.item-5:hover,
a.hp-link.item-1.active,
a.hp-link.item-2.active,
a.hp-link.item-3.active,
a.hp-link.item-4.active,
a.hp-link.item-5.active {
    background-color: #8dbe48;
}

a.hp-link:hover span.arrow,
a.hp-link.active span.arrow {
    background: url('../images/bg-list-menu-items.png') no-repeat top left;
    height: 28px;
    left: 28px;
    position: absolute;
    width: 14px;
}

a.hp-link span.text {
    background: #696a6c;
    height: 22px;
    padding: 6px 18px 0 18px;
    position: absolute;
    right: 29px;
    text-align: right;
    white-space: nowrap;
}

a.hp-link:hover span.text,
a.hp-link.active span.text {
    background: #8dbe48;
}

.filter.not-image {
    left: 18px;
    top: 50px;
}

.new-main.not-image {
    padding-left: 50px;
    min-height: 171px;
}

.content-links.events .title,
.content-links.events .bookmark-links {
    padding-left: 0px !important;
    padding-top: 2px !important;
}

.heading-small > a {
    text-decoration: none;
    color: #515151;
    font-weight: 700;
    font-size: 13px;
}

.left-menu .bookmark.events {
    margin-top: -6px;
    background: #dedede;
    margin-bottom: 12px;
}

.left-menu .bookmark.events > .content-links.events {
    background: #dedede;
    padding: 0px 11px 10px 11px;
}

.left-menu .bookmark.events > .heading-small {
    background: url('../images/bg-events.png') no-repeat top right;
    padding: 7px 11px 0px 11px;
    text-transform: uppercase;
}

.left-menu .bookmark.events > .heading-small > a {
    font-size: 11px;
}

.left-menu .bookmark.events > .content-links.events a strong {
    color: #666666;
    font-weight: 500;
    font-size: 11px;
}

.title > a + a {
    background: url('../images/bg-more-grey.png') no-repeat left 6px;
    float: right;
    color: #515151 !important;
    padding-left: 12px;
}

.title > a + a:hover {
    background: url('../images/bg-more-grey-active.png') no-repeat left 6px;
}



/**
 * ---------------
 * @section MIDDLE COLUMN - RAW CONTENT
 * -----------------
 */

.content {
    color: #666666;
}

.content a {
    color: #006030;
    text-decoration: underline;
}
.content a:hover {
    color: #006030;
    text-decoration: none;
}
.content form {
    margin: 0;
    padding: 0;
}
.content p {
    margin: 0;
}
.content i,
.content em {
    display: block;
}
.content ul {
    margin: 4px 0 0 18px;
    padding: 0;
}
.content ol {
    margin: 0 0 0 32px;
    padding: 0;
}
.content li {
    margin: 4px;
    padding: 0;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    cursor: default;
    margin: 0;
    padding: 0;
    color: #1a1a1a;
    font-weight: 700;
}
.content h2,
.content h2 *,
.content h3,
.content h3 *,
.content h4,
.content h4 *,
.content h5,
.content h5 *,
.content h6,
.content h6 * {
    color: #006030;
}
.content h1 a,
.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a,
.content h6 a {
    text-decoration: none;
}
.content h1 a:hover,
.content h2 a:hover,
.content h3 a:hover,
.content h4 a:hover,
.content h5 a:hover,
.content h6 a:hover {
    text-decoration: underline;
}
.content h1 {
    margin-bottom: 10px;
}
.content h1,
.content h1 * {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
}
.content h2,
.content h2 * {
    font-size: 15px;
    line-height: 18px;
}
.content h3,
.content h3 * {
    font-size: 13px;
    line-height: 18px;
}
.content h4,
.content h4 * {
    font-size: 13px;
    line-height: 15px;
}
.content h5,
.content h5 * {
    font-size: 12px;
    line-height: 18px;
}
.content h6,
.content h6 * {
    font-size: 12px;
    line-height: 15px;
}

.content table {
    border-bottom: 11px solid #fff;
    table-layout: fixed;
    border-collapse:collapse;
    width: auto;
    margin-top: 10px;
}

.content table,
.content table td, {
    border-bottom: 1px solid #eaeaeb !important;
}

.content table tr:first-child td {
    border-top: 1px solid #eaeaeb !important;
}

.content table thead th {
    color: #758;
    font-size: 11px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

.content table thead th,
.content table tbody td {
    padding: 4px 5px;
}

.content table thead th {
    background: #f0f0f0;
}

.content tbody tr:nth-child(2n) td,
.content tbody tr.even td {
    background: none;
}

.content img {
    margin: 5px 10px;
    padding: 2px;
    border: 2px solid #eeeeee;
}

.content .box {
    background: #f2f2f2;
    color: #006030;
    float: right;
    margin: 5px 0 5px 10px;
    padding: 10px 13px;
    width: 44%;
    font-size: 11px;
}

.content .box a {
    background: none;
    padding-right: 0px;
}

.bf {
    left: -4000px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

td.td01 {
    vertical-align: top;
}

a.wraps-image {
    background: none !important;
    padding: 0px !important;
}

.navigation-photogallery {
    padding-top: 8px;
    width: 33%;
}

.photogallery-download {
    padding-top: 8px;
    width: 67%;
}

.goback.photogallery {
    display: block;
}

.search.left p {
    margin-top: -18px;
}




/* Banners */
.image-banner {
    height: 440px;
    position: absolute;
    width: 185px;
}

.image-banner.right-side {
    right: -181px;
    top: 20px;
}

.image-banner.left-side {
    left: -196px;
    top: 156px;
}

.banner {
    height: 614px;
    width: 106px;
    z-index: 6;
    position: absolute;
    top: -742px;
}

div.banner.right-banner {
    right: -138px;
}

div.banner.left-banner {
    left: -132px;
}

div.heading.video .heading-text > a {
    font-size: 15px;
    line-height: 18px !important;
    padding-top: 2px;
}

div.heading.video {
    height: 49px !important;
}

div.heading.video > .heading-text {
    padding: 6px 0 5px 16px !important;
    height: 38px !important;
}

div.heading.video > .block {
    height: 34px !important;
}

.background {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    display: block;
}

.background.bg-1,
.background.bg-2,
.background.bg-3,
.background.bg-4,
.background.bg-5,
.background.bg-6,
.background.bg-7 {
    background-repeat: no-repeat;
    background-position: 50% top;
}

.background img {
    margin: 0 auto;
}

.background > span {
    margin: 0 auto;
    height: 1400px;
    width: 1278px;
    display: block;
}

table.about-us td {
    vertical-align: top !important;
}

body.no-js .paging-background {
    visibility: hidden;
}

div.text > h1 + a.rss {
    margin-right: -6px;
}

.select-search select {
    float: left;
    margin: 0 10px 0 0;
}

a.archive-reports {
    position: relative;
    top: 6px;
}

a.archive-reports:after {
    content: " »";
}

img.banner-header {
    margin-top: 15px;
}

img.banner-header:hover {
    opacity: 0.9;
}
