/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
body {
    background: none #fff;
}

#outer-wrapper {
    background: url(bg_body.png) repeat-x 0 0 #fff;
}

h4#page-title {
    color: #003a72
}

.small_bottom_padding {
    font-size: smaller;
    font-style: italic;
    line-height: 1.5em;
}

.formFootnote {
    font-size: 80%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 2em;
    display: block;
}

h1, h2, h3 {
    font-size: 27px;
    line-height: 116%;
    font-family: "Palatino Linotype",serif;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: normal;
    padding-bottom: 4px;
    margin-top: 15px;
}

h2 {
    font-size: 21px;
}

    h2.page-title {
        font-size: 24px;
        border-bottom: 2px solid #ffcc00;
    }

h3 {
    font-size: 17px;
    border-bottom: 1px solid #ffcc00;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 10px;
}

h5 {
    font-size: 12px;
    font-weight: normal;
}

a {
    color: #008bc8;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a.arrow-link {
        padding: 0px 0 0 12px;
        font-size: 12px;
        font-family: Verdana;
        /*background: url(../images/gui/bg_box-actions-arrow.gif) no-repeat 0px 3px;*/
        float: left;
        display: block;
        vertical-align: top;
    }

ul {
    /*list-style-image: url("../images/gui/bullet_line.gif");*/
    margin: 0 0 0 14px;
    padding: 0;
}

#skip-to-content, #banner h3, #navigation h1, #breadcrumbs h1 {
    display: none;
    position: absolute;
}

#banner h2 {
    padding-top: 80px;
}

#wrapper {
    font-size: 12px;
    line-height: 20px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #002555;
    background: url(bg_head.png) no-repeat 50% 0;
}

    #wrapper.extranet {
        /*background-image: url(../images/gui/bg_head_extranet.png);*/
    }

h1.company-title {
    background: url(bg_logo_en.gif) no-repeat;
    width: 174px;
    height: 92px;
    border-bottom: 0;
    margin: 0;
}

#heading {
    height: 91px;
    display: block;
    position: relative;
}

    #heading .logo {
        background: url(../images/gui/bg_logo_en.gif) no-repeat !important;
        width: 174px !important;
        height: 90px !important;
        border-bottom: 0;
        margin-top: 1px;
    }

#content-wrapper {
    width: 960px;
    margin: 0 auto;
}

#tools-navigation {
    height: 30px;
    width: 960px;
}

    #tools-navigation ul {
        text-align: right;
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: 760px;
        display: block;
        float: left;
    }

    #tools-navigation li {
        display: inline;
        line-height: 30px;
        border-right: 1px solid #ccc;
        padding-bottom: 0;
    }

        #tools-navigation li:last-child {
            border-right: 0;
        }

    #tools-navigation a {
        text-decoration: none;
        padding: 0 7px;
        font-size: 11px;
    }

    #tools-navigation li:last-child a {
        padding-right: 0;
    }

    #tools-navigation #Language {
        float: left;
        height: 30px;
        margin: 0;
        width: 190px;
        padding: 4px 0 0 10px;
    }

        #tools-navigation #Language legend {
            display: none;
        }

        #tools-navigation #Language fieldset {
            border: 0;
            margin: 0;
            padding: 0;
        }

        #tools-navigation #Language select {
            border: 1px solid #78CCF0;
            color: #585858;
            font-family: verdana,arial,helvetica,sans-serif;
            font-size: 11px;
            width: 190px;
        }

#navigation {
    width: 960px;
}

    #navigation ul {
        display: block;
        float: left;
        width: 960px;
        list-style-type: none;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #caebfc;
    }

    #navigation li {
        display: block;
        float: left;
        width: 160px;
        list-style-type: none;
        margin: 0;
        padding: 0 0 15px 0;
    }

        #navigation li:hover, #navigation li.selected {
            background: url(../images/gui/bg_menu_selected.png) no-repeat 50% 0;
            color: #002555;
            border-bottom: 5px solid #caebfc;
            padding-bottom: 10px;
        }

    #navigation a {
        display: block;
        float: left;
        width: 150px;
        padding: 19px 5px 0 5px;
        text-align: center;
        color: #008bc8;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
    }

        #navigation a:hover {
            text-decoration: underlined;
        }

#content {
    clear: both;
}

#wrapper.extranet #content {
    margin-top: 40px;
}

#wrapper.extranet #navigation {
    display: none;
}

#breadcrumbs {
    padding: 7px 0 5px;
    font-size: 11px;
    float: left;
    width: 86%;
}

    #breadcrumbs ul li {
        display: inline;
    }

        #breadcrumbs ul li span {
            padding: 0 5px;
        }

        #breadcrumbs ul li a {
            color: #668fa2;
        }

        #breadcrumbs ul li.last a {
            text-decoration: none;
        }

.addthis_toolbox {
    float: right;
    padding-top: 5px;
}

.portlet-title,
.article-title {
    font-size: 20px;
    border-bottom: 1px solid #ffcb05;
    font-weight: normal;
}

.portlet-content {
    padding: 15px 0;
}

#wrapper .portlet-boundary {
    margin-bottom: 15px;
    clear: both;
}

.signed-out .portlet-asset-publisher .add-asset-selector,
.signed-out .portlet-borderless-bar,
.signed-out .portlet-topper-toolbar,
.signed-out .icon-actions {
    margin: 0;
    display: none;
}

/* Dark box */
.box-dark {
    border: 1px solid #d7effa;
}

.box-dark-inner {
    border: 0px solid #d7effa;
}

.box-dark .portlet,
.box-dark .portlet-borderless-container {
    border: 1px solid #fff;
    background: url(../images/gui/bg_dark.gif) repeat-x 0 0 #e6eef2;
}

.box-dark-inner .portlet-borderless-container-inner {
    border: 0px solid #fff;
    background: url(../images/gui/bg_dark.gif) repeat-x 0 0;
}

.box-dark .portlet-topper,
.box-dark .portlet-content,
.box-dark .portlet-borderless-container .portlet-body {
    padding: 11px 7px 8px;
}

.box-dark .portlet-content {
    border-bottom: 0;
    border-top: 1px solid #f2f6f8;
}

.box-dark .portlet-topper h1 {
    border: 0;
}

.box-dark .portlet-body h2 {
    display: none;
}

/* Dark Blue box */
.box-dark-blue {
    border: 1px solid #d7effa;
}

    .box-dark-blue .portlet,
    .box-dark-blue .portlet-borderless-container {
        border: 1px solid #fff;
        background: url(../images/gui/bg_dark-blue.gif) repeat-x 0 0 #caebfc;
    }

        .box-dark-blue .portlet-topper,
        .box-dark-blue .portlet-content,
        .box-dark-blue .portlet-borderless-container .portlet-body {
            padding: 11px 7px 8px;
        }

    .box-dark-blue .portlet-content {
        border-bottom: 0;
        border-top: 1px solid #f2f6f8;
    }

    .box-dark-blue .portlet-topper h1 {
        border: 0;
    }

/* Grey box */
.box-gray {
    border: 1px solid #ececee;
}

    .box-gray .portlet,
    .box-gray .portlet-borderless-container {
        background: url(../images/gui/bg_box-card.gif) #f5f5f5 repeat-x 0 0;
    }

        .box-gray .portlet-topper,
        .box-gray .portlet-content,
        .box-gray .portlet-borderless-container .portlet-body {
            padding: 11px 7px 8px;
        }

    .box-gray .portlet-content {
        border-bottom: 0;
        border-top: 1px solid #f2f6f8;
    }

    .box-gray .portlet-topper h1,
    .box-gray .portlet-body h2,
    .box-gray .portlet-title,
    .box-gray .article-title {
        padding: 0 0 10px;
        display: block;
        background: url(../images/gui/bg_box-card-title.gif) no-repeat 0 100%;
        font-family: "Palatino Linotype",serif;
    }

.externaldb-portlet .portlet-topper h1 {
    font-size: 16px;
}

.externaldb-portlet p.chm-search-fields {
    margin: 0 0 11px;
    padding: 0;
    border: 1px solid #fff;
    display: block;
}

    .externaldb-portlet p.chm-search-fields span.chm-search-fields-inner {
        border: 1px solid #d0dce2;
        display: block;
        background-color: #fff;
    }

    .externaldb-portlet p.chm-search-fields .aui-field-input-text {
        border: 0;
        font-size: 11px;
    }

    .externaldb-portlet p.chm-search-fields .aui-field-inline {
        width: 245px;
    }

        .externaldb-portlet p.chm-search-fields .aui-field-inline .aui-field-content {
            width: 245px;
            margin: 0;
        }

    .externaldb-portlet p.chm-search-fields .chm-search-button .aui-button-content input {
        width: 41px;
        height: 22px;
        background: url(../images/gui/btn_magnifier.gif) no-repeat 0 0 transparent;
        vertical-align: middle;
    }

.externaldb-portlet p.chm-accept {
    padding: 11px 0;
    margin: 0;
    border-top: 1px solid #c6d1d7;
    display: block;
}

.externaldb-portlet p:first-child {
    border-top: 0;
}

.aui-fieldset-content p.chm-search-fields .aui-field .aui-field-content .aui-field-element {
    border: 0;
}

/* Manage substance / Create / Edit */
.substance-portlet .aui-fieldset-content .substance-field-wrapper {
    clear: both;
}

.substance-portlet .aui-fieldset-content .substance-field .aui-field {
    width: auto;
}


#footer-wrapper {
    width: 100%;
    background: url(../images/gui/bg_footer_wrapper.png) repeat-x 0 0 #fff;
}

#footer {
    width: 960px;
    margin: 60px auto 0;
    min-height: 250px;
    padding: 10px 0 30px;
    position: relative;
}

/* Navigation Portlet */

.box-navigation {
    list-style-type: none;
    width: 100%
}

    .box-navigation ul {
        width: 100%;
        list-style-type: none;
        padding: 0;
        margin: 0;
        float: left;
    }

        .box-navigation ul li a {
            display: block;
            padding: 0;
            margin: 0;
            text-decoration: underlined;
        }

    .box-navigation li {
        padding: 7px 0 6px 10%;
        font-weight: bold;
        font-size: 90%;
        background-position: 0 7px;
        background-repeat: no-repeat;
        float: left;
        width: 90%;
        position: relative;
        border-bottom: 1px solid #d7effa;
    }

    .box-navigation a.OpenClose {
        display: block;
        float: left;
        width: 16px;
        height: 16px;
        background-color: transparent;
        position: absolute;
        left: 0;
    }

    .box-navigation ul.Menu li {
        background-image: url(../images/gui/bg_local.gif);
        font-weight: normal;
        font-size: 100%;
        list-style-image: none;
    }

    .box-navigation li.Selected a {
        color: #022656;
        text-decoration: none;
        cursor: text;
    }

    .box-navigation li.Selected li a {
        color: #018ec4;
        text-decoration: underlined;
    }

    /*.box-navigation li.Selected a:hover, #Header li.Selected a:hover{color:#039; cursor:text;}*/

    .box-navigation li.Selected a.OpenClose:hover {
        cursor: pointer;
    }

    .box-navigation li.Selected li a:hover {
        cursor: pointer;
        text-decoration: underline;
    }

    .box-navigation ul.Menu li.Collapsed {
        background-image: url(../images/gui/bg_local_closed.gif);
        border-bottom: 1px solid #d7effa;
    }

    .box-navigation ul.Menu li.Expanded li.Collapsed {
        background-image: url(../images/gui/bg_local_closed.gif);
        border-bottom: 1px solid #d7effa;
    }

    .box-navigation ul.Menu li.Expanded li.Expanded li.Collapsed {
        background-image: url(../images/gui/bg_local_closed.gif);
        border-bottom: 1px solid #d7effa;
    }

    .box-navigation ul.Menu li.Expanded li.Expanded li.Expanded li.Collapsed {
        background-image: url(../images/gui/bg_local_closed.gif);
        border-bottom: 1px solid #d7effa;
    }

    .box-navigation ul.Menu li.Expanded {
        background-image: url(../images/gui/bg_local_open.gif);
        border-bottom: 0px solid #d7effa;
    }


/* Login portlet */
.portlet-login {
}

.portlet-boundary_1_WAR_webformportlet_ .aui-fieldset-legend {
    display: none;
}

/* Layout widths */
.portlet-column {
    padding: 0 12px 0 0;
}

.portlet-column-last {
    padding: 0;
}

.portlet-column-content {
    padding: 0;
}

.box-left {
    float: left;
    margin-right: 12px;
}

.box-right {
    float: right;
}

.box-clear {
    clear: both;
}

/* Generic elements */
span.Date {
    display: block;
    color: #616264;
    font-size: 11px;
}

span.Data {
    display: block;
    float: left;
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid #d4d4db;
}

/* Link list: Contains date and link */
.box-link dl,
.box-link ul {
    margin: 0;
}

.box-link ul {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
}

    .box-link dl dt,
    .box-link ul li {
        margin: 0;
        padding: 18px 0 10px 0;
        border-top: 1px dotted #cecfd1;
        line-height: 15px;
    }

        .box-link dl dt:first-child,
        .box-link ul li:first-child {
            margin: 0;
            padding-top: 0;
            border: none;
        }

        .box-link dl dt a,
        .box-link li a {
            font-weight: bold;
        }

.box-link dl dd {
    margin: 0;
    padding: 0 0 18px;
}

.box-link .info {
    padding: 12px 0px;
}

/* Box card: ForPublic consultations content etc */
.portlet-body td {
    vertical-align: top;
}

.box-card dl {
    margin: 0;
    float: left;
    width: 184px;
    min-height: 118px;
    display: block;
    padding: 9px;
    border: 1px solid #ececee;
    margin: 0 12px 12px 0;
    background: url(../images/gui/bg_box-card.gif) #f5f5f5 repeat-x 0 0;
}

    .box-card dl.Consultations2 {
        width: 292px;
    }

    .box-card dl.Last {
        margin-right: 0;
    }

.box-card dt {
    padding: 0 0 10px;
    display: block;
    background: url(../images/gui/bg_box-card-title.gif) no-repeat 0 100%;
    font-family: "Palatino Linotype",serif;
    font-size: 17px;
    line-height: 25px;
}

.box-card dd {
    display: block;
    padding: 10px 0;
    margin: 0;
}

/*Grey box*/
.grey-box {
    clear: both;
    display: block;
    padding: 9px 2%;
    border: 1px solid #ececee;
    margin: 0 12px 12px 0;
    background: url(../images/gui/bg_box-card.gif) #f5f5f5 repeat-x 0 0;
    width: 96%;
    float: left;
}

    .grey-box h3 {
        padding: 0 0 10px;
        display: block;
        background: url(../images/gui/bg_box-card-title.gif) no-repeat 0 100%;
        font-family: "Palatino Linotype",serif;
        font-size: 17px;
        line-height: 25px;
        border: none;
    }

    .grey-box span.Date {
        padding-left: 12px;
    }

    .grey-box .Link {
        float: left;
        margin: 5px 0;
        width: 100%;
    }

    .grey-box a {
        padding: 0px 0 0 12px;
        font-size: 12px;
        font-family: Verdana;
        background: url(../images/gui/bg_box-actions-arrow.gif) no-repeat 0px 3px;
        float: left;
        display: block;
        vertical-align: top;
    }

    .grey-box .comment {
        color: #616264;
        font-size: 11px;
        padding: 10px 0px 0px 4px;
        display: inline;
    }

    .grey-box ul {
        list-style: none;
        margin: 0em;
    }

    .grey-box li {
        display: block;
        margin-top: 1px;
        padding: 0px 0px 4px;
        float: left;
        width: 100%;
    }

        .grey-box li:first-child {
            border-top: none;
        }

        .grey-box li a.title {
            background: url("../images/gui/bg_box-actions-arrow2.gif") no-repeat scroll 0px 90% transparent;
            display: block;
            font-family: "Palatino Linotype",serif;
            font-size: 15px;
            padding-left: 20px;
            vertical-align: top;
            margin-left: 10px;
        }

    .grey-box p {
        float: left;
        width: 100%;
        padding: 0px 8px 0px 12px;
    }

/*Grey Box Search Library*/
.grey-box-search {
    clear: both;
    margin: 0;
    display: block;
    padding: 9px 2%;
    border: 1px solid #ececee;
    margin: 30px 12px 12px 0;
    background: url(../images/gui/bg_box-card.gif) #f5f5f5 repeat-x 0 0;
    width: 96%;
    float: left;
}

    .grey-box-search h3 {
        margin-bottom: 8px;
        padding: 0 0 10px;
        display: block;
        background: url(../images/gui/bg_box-card-title.gif) no-repeat 0 100%;
        font-family: "Palatino Linotype",serif;
        font-size: 17px;
        line-height: 25px;
        border: none;
    }

    .grey-box-search .facet-breadcrumb {
        padding-left: 12px;
        font-size: 15px;
    }

    .grey-box-search ul {
        list-style: none;
        margin: 0;
    }

    .grey-box-search li {
        display: block;
        margin-top: 8px;
        float: left;
    }

        .grey-box-search li a {
            background: url("../images/gui/bg_box-actions-arrow2.gif") no-repeat scroll 0px 2px transparent;
            display: block;
            font-family: "Palatino Linotype",serif;
            font-size: 13px;
            padding-left: 15px;
            vertical-align: top;
            margin: 0;
            float: left;
        }

        .grey-box-search li span {
            display: inline;
            float: left;
            margin: 0 15px 0 0;
        }

/*Container*/
.box-dark-container {
    clear: both;
    display: block;
    border: 1px solid #d7effa;
    float: left;
    width: 100%;
}

.container {
    border: 1px solid #fff;
    background: url(../images/gui/bg_dark.gif) repeat-x 0 0 #e6eef2;
    float: left;
    width: 99.5%;
}

    .container h3 {
        padding: 10px 0px 0px 8px;
        font-size: 17px;
        line-height: 25px;
        border: none;
    }

    .container .content {
        padding-left: 8px;
    }

    .container .Text {
        margin-bottom: 1em;
        padding: 0px 8px;
    }

    .container .content a {
        display: inline;
        padding: 0px 0 0 12px;
        font-size: 15px;
        font-family: "Palatino Linotype",serif;
        background: url(../images/gui/bg_box-actions-arrow2.gif) no-repeat 0px 100%;
        text-decoration: none;
    }

    .container .content .comment {
        display: inline;
        color: #616264;
        font-weight: bold;
        padding-left: 5px;
    }

    .container .content .photo {
        border: 4px double #e2e1e1;
        width: 165px;
        height: 250px;
        margin-top: 14px;
    }

    .container .content .photoCaption {
        padding-top: 10px;
    }

.dark-container {
    float: left;
    border: 1px solid #fff;
    background: url(../images/gui/bg_dark.gif) repeat-x 0 0 #e6eef2;
}

.container ul {
    list-style: none;
    float: left;
    width: 92%;
    padding: 0;
    margin: 5px 4%;
}

    .container ul.secondary {
        list-style: none;
        margin: 0em;
    }

.container li {
    display: block;
    border-top: 1px dotted #CECFD1;
    margin-top: 1px;
    padding: 8px 0px 4px;
    float: left;
    width: 100%;
}

    .container li:first-child {
        border-top: none;
    }

    .container li a.title {
        background: url("../images/gui/bg_box-actions-arrow.gif") no-repeat scroll 42px 9px transparent;
        display: block;
        font-family: "Palatino Linotype",serif;
        font-size: 15px;
        padding: 8px 0 0 60px;
        vertical-align: top;
        margin-left: 24px;
    }

.container p {
    padding: 10px 0px 0px 60px;
}

.container span {
    width: 100%;
}

.container img {
    float: left;
    display: block;
    border: 0px solid #ffffff;
    vertical-align: middle;
}

/*Plain*/
.plain img {
    border: 4px double #e2e1e1;
    float: left;
}

.plain .photoText {
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 270px;
}

.plain p {
    margin: 0;
    padding: 0 0 16px 0;
}

.plain h2 {
    clear: both;
    border-bottom: 1px solid #FFCB05;
    font-size: 21px;
    display: block;
    margin: 0 0 7px 0;
    padding-top: 30px;
}

.plain .Text {
    margin-bottom: 1em;
    padding-top: 10px;
}

.plain h3 {
    padding-top: 10px;
    font-size: 18px;
}

.plain h4 {
    padding-bottom: 20px;
    font-family: Verdana;
    font-size: 14px;
}

.plain h5 {
    padding-bottom: 20px;
    font-family: Verdana;
    font-size: 13px;
}

.plain ul.plain_list, .plain ul.plain_list ul {
    list-style: none;
    margin: 0;
    padding-bottom: 6px;
}

    .plain ul.plain_list li, .plain ul.plain_list li {
        background: url("../images/gui/bullet_line.gif") no-repeat 0px 5px;
        padding: 0px 0 0 12px;
    }

    .plain ul.plain_list ul {
        margin: 8px 0px 0px 2px;
    }

.plain .plain_link_list {
    padding: 0px;
}

.plain ul.plain_link_list {
    list-style: none;
    margin: 0px;
    padding-bottom: 3px;
}

    .plain ul.plain_link_list li a {
        list-style: none;
        padding: 0px 0 0 12px;
        font-size: 15px;
        font-family: "Palatino Linotype",serif;
        list-style-image: none;
        background: url(../images/gui/bg_box-actions-arrow.gif) no-repeat 0 5px;
    }

    .plain ul.plain_link_list li ul {
        list-style: none;
        margin: 12px;
    }

        .plain ul.plain_link_list li ul li a {
            list-style: none;
            display: inline;
            padding: 0px 0 0 12px;
            font-size: 15px;
            font-family: "Palatino Linotype",serif;
            list-style-image: none;
            background: url(../images/gui/bg_box-actions_subarrow.gif) no-repeat 0px 10px;
        }


/*Plain Dark*/
.plain-dark {
    clear: both;
    display: block;
    border: 1px solid #d7effa;
    float: left;
}

.plain-dark-container {
    border: 1px solid #fff;
    background: url(../images/gui/bg_dark.gif) repeat-x 0 0 #e6eef2;
    float: left;
    padding-bottom: 10px;
}

.plain-dark img {
    border: 4px double #e2e1e1;
    width: 200px;
    height: 115px;
    margin: 14px 0px 0px 5px;
    float: left;
}

.plain-dark span.Date {
    padding: 12px 0px 0px 220px;
}

.plain-dark h4 {
    padding: 2px 0px 0px 220px;
}

.plain-dark p {
    padding: 10px 13px 0px 220px;
}

.plain-dark ul {
    list-style: none;
}

.plain-dark li {
    padding: 2px 0px 0px 200px;
}

    .plain-dark li a {
        background: url("../images/gui/bg_box-actions-arrow2.gif") no-repeat scroll 0px 90% transparent;
        display: block;
        font-family: "Palatino Linotype",serif;
        font-size: 15px;
        padding-left: 20px;
        vertical-align: top;
        margin-left: 0px;
    }

.plain-dark ul li ul {
    list-style: none;
    margin: 8px 12px 12px 12px;
}

    .plain-dark ul li ul li {
        list-style: none;
        padding: 0px 0px 0px 12px;
    }

        .plain-dark ul li ul li a {
            list-style: none;
            display: inline;
            padding: 0px 0 0 12px;
            font-size: 15px;
            font-family: "Palatino Linotype",serif;
            list-style-image: none;
            background: url(../images/gui/bg_box-actions_subarrow.gif) no-repeat 0px 100%;
            text-decoration: none;
        }

/*News Items*/
.news-items ul {
    list-style: none;
    margin: 0px;
}

    .news-items ul li {
        display: block;
        border-top: 1px dotted #CECFD1;
        margin-top: 1px;
        padding: 8px 0px 4px;
        float: left;
        width: auto;
    }

        .news-items ul li:first-child {
            border-top: none;
            padding-top: 0px;
        }

        .news-items ul li p {
            padding: 10px 13px 0px 0px;
            float: left;
            width: auto;
        }

        .news-items ul li ul li a {
            background: url("../images/gui/bg_box-actions-arrow2.gif") no-repeat scroll 0px 90% transparent;
            display: block;
            font-family: "Palatino Linotype",serif;
            font-size: 15px;
            padding-left: 20px;
            text-decoration: none;
            vertical-align: top;
            margin-left: 0px;
        }

        .news-items ul li ul li ul {
            margin-left: 22px;
            padding-top: 8px;
        }

            .news-items ul li ul li ul li a {
                list-style: none;
                display: inline;
                padding: 0px 0 0 12px;
                font-size: 15px;
                font-family: "Palatino Linotype",serif;
                list-style-image: none;
                background: url(../images/gui/bg_box-actions_subarrow.gif) no-repeat 0px 100%;
            }

.news-items div.comment ul {
    list-style: none;
    margin: 0px;
    clear: both;
}

    .news-items div.comment ul li {
        display: inline;
        border-left: 1px solid #CECFD1;
        float: left;
        width: auto;
        border-top: none;
        margin: 0;
        padding: 0 3px;
    }

        .news-items div.comment ul li:first-child {
            border-left: none;
            padding: 0 3px 0 0;
        }

/* Tags box */
.box-tags h2 {
    display: none;
}

.box-tags ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.box-tags li {
    float: left;
    display: block;
}

    .box-tags li a {
        float: left;
        display: block;
        padding: 5px
    }

    .box-tags li.Tag1 {
        font-size: 18px;
    }

    .box-tags li.Tag2 {
        font-size: 16px;
    }

    .box-tags li.Tag3 {
        font-size: 14px;
    }

    .box-tags li.Tag4 {
        font-size: 12px;
    }

    .box-tags li.Tag5 {
        font-size: 11px;
    }

/* Side link list */
.box-actions .portlet-topper,
.box-actions .portlet-content,
.box-actions {
    padding: 0 7px;
}
    /*.box-actions .portlet-body-inner{padding:0 0px;}*/
    /*.box-actions .portlet-body h2 {display:none;}*/
    .box-actions dl,
    .box-actions ul {
        margin: 0;
    }

    .box-actions ul {
        padding: 0;
        list-style-type: none;
    }

    .box-actions li,
    .box-actions dt {
        border-top: 1px solid #c6d1d7;
        display: block;
        min-height: 44px;
    }

        .box-actions li:first-child,
        .box-actions dt:first-child {
            border-top: 0;
        }

    .box-actions h2 {
        display: none;
    }

    .box-actions li .comment {
        font-size: 10px;
        margin-left: 95px;
        padding-top: 3px;
    }

    .box-actions .SidebarImg {
        float: left;
        display: block;
        border: 0px solid #ffffff;
        vertical-align: middle;
        padding: 4px 0px 0px 6px;
    }

    .box-actions .SidebarAction {
        display: inline;
    }

    .box-actions .Separator {
        border-top: 1px dotted #C6D1D7;
    }

    .box-actions dt.Subscribtion {
        background: url(../images/gui/bg_act-mail.png) no-repeat 6px 50%;
    }

    .box-actions .IdentifyObligation {
        background: url(../images/gui/bg_act-mail.png) no-repeat 6px 50%;
    }

    .box-actions .ECHAterm {
        background: url(../images/gui/bg_act-search.png) no-repeat 6px 50%;
    }

    .box-actions a {
        display: block;
        padding: 9px 0 0 96px;
        font-size: 15px;
        font-family: "Palatino Linotype",serif;
        background: url(../images/gui/bg_box-actions-arrow.gif) no-repeat 63px 100%;
        text-decoration: none;
    }

        .box-actions a:hover {
            text-decoration: underline;
        }

    .box-actions dd {
        padding-left: 96px;
        font-size: 11px;
        margin: 0;
    }

    .box-actions h3 {
        padding: 10px 0px 0px 0px;
        margin: 0px;
        border: none;
    }

    .box-actions .photo {
        border: 1px solid #ebebeb;
        width: 165px;
        height: 250px;
        margin-top: 14px;
    }

    .box-actions .photoCaption {
        padding-top: 10px;
    }

    .box-actions .Link {
        padding-top: 4px;
    }

        .box-actions .Link a {
            display: inline;
            padding: 9px 0 0 12px;
            font-size: 15px;
            font-family: "Palatino Linotype",serif;
            background: url(../images/gui/bg_box-actions-arrow.gif) no-repeat 0px 100%;
        }

    .box-actions .comment {
        display: inline;
        color: #616264;
        font-weight: bold;
    }

/* Form elements */
.aui-fieldset {
    display: block;
    border: 1px solid #d7effa;
    clear: left;
    width: auto;
}

    .aui-fieldset h3 {
        border: none;
        padding-top: 10px
    }

.aui-fieldset-content {
    border: 1px solid #fff;
    background: url(../images/gui/bg_dark.gif) repeat-x 0 0 #e6eef2;
    display: block;
    clear: left;
}

    .aui-fieldset-content ul {
        list-style: none;
    }

    .aui-fieldset-content li {
        padding: 6px 0px;
    }

    .aui-fieldset-content .aui-textboxlistentry-holder li {
        clear: both;
        padding: 4px 8px 8px 10px;
    }

        .aui-fieldset-content .aui-textboxlistentry-holder li span {
            clear: both;
            color: #616264;
            display: inline;
            font-size: 11px;
            margin-right: 9px;
            padding: 0;
        }

.aui-textboxlistentry-close {
    right: 0;
}

.aui-fieldset-content li a {
    background: url("../images/gui/bg_box-actions-arrow.gif") no-repeat scroll 0px 100% transparent;
    display: inline;
    font-family: "Palatino Linotype",serif;
    font-size: 15px;
    padding: 20px 0 0 20px;
    text-decoration: none;
}

.aui-fieldset-content li span {
    color: #616264;
    font-size: 11px;
    padding: 20px 0px 0px 4px;
    display: inline;
    clear: both;
}

.aui-fieldset-content .aui-field {
    display: block;
    float: left;
    width: 100%;
    clear: left;
}

    .aui-fieldset-content .aui-field .aui-field-content {
        margin: 2px 9px 3px;
        display: block;
        float: left;
    }

        .aui-fieldset-content .aui-field .aui-field-content .aui-field-content {
            margin: 0;
        }

        .aui-fieldset-content .aui-field .aui-field-content .aui-field-label {
            display: block;
            float: left;
            width: 173px;
            padding: 5px 10px;
            background-color: #e0e9ee;
            margin-right: 12px;
            font-weight: normal;
        }

        .aui-fieldset-content .aui-field .aui-field-content .aui-field-content {
            margin: 0;
        }

        .aui-fieldset-content .aui-field .aui-field-content .aui-field-element {
            display: block;
            float: left;
            border: 1px solid #fff;
        }

.aui-fieldset-content .aui-field-input-asset-selector .aui-field-content .aui-field-element,
.aui-fieldset-content .aui-field-date .aui-field-content .aui-field-element {
    border-style: none;
}

.aui-button-holder {
    padding: 0;
    margin: 12px 8px;
    border-top: 1px dotted #c6d1d7;
}

    .aui-button-holder .aui-button-input {
        margin: 8px 4px;
    }

#_documentsearch_WAR_echaportlet_fm {
    padding-top: 10px;
}
/* Checkbox / Radio */
.aui-fieldset-content .aui-field-choice .aui-field-content {
    margin: 0;
    display: inline;
}

    .aui-fieldset-content .aui-field-choice .aui-field-content .aui-field-label {
        display: inline;
        width: auto;
        padding: 0;
        background-color: transparent;
        margin-right: 0;
    }

    .aui-fieldset-content .aui-field-choice .aui-field-content .aui-field-element {
        display: inline;
        border: 0;
    }

.lfr-categories-selector-list li, .aui-tree-container li {
    padding-bottom: 0;
}

#filesLabel,
#reportsLabel {
    margin: 9px 9px 0;
    display: block;
    float: left;
    clear: left;
}

.aui-tagselector {
    margin: 9px;
    display: block;
    float: left;
    clear: left;
}

.aui-fieldset-content .aui-field-input-asset-selector .aui-field-content .aui-field-element .aui-tagselector {
    margin: 0px;
}

#fileSelector,
#reportSelector {
    margin-bottom: 0;
}

.aui-fieldset-content .left-selector-column .aui-field .aui-field-content .aui-field-label,
.aui-fieldset-content .right-selector-column .aui-field .aui-field-content .aui-field-label {
    float: none;
}

/* Form tags */
.aui-textboxlistentry {
    background-color: #e0e9ee;
    border-top: 1px solid #c6d1d7;
}

/* Tables*/
.results-grid {
    clear: both;
    margin-top: 15px;
}

.results-header {
    background-color: #ffcb05;
}

    .results-header th {
        font-size: 12px;
        background-color: #ffcb05;
        color: #113460;
        border: 1px solid #ffac01;
        border-width: 0 1px 1px;
        border-left-color: #ffe413;
        border-bottom-color: #fff;
        font-size:80%;
    }

.results-row td {
    font-size: 80%;
    border: 1px solid #c6d1d7;
    border-left-color: #fff;
    border-top-color: #fff;
    /*background: url(../images/gui/bg_table_cell.gif) #fff repeat-x 0 0;*/
    padding: 5px;
    
}

    .results-header th:last-child,
    .results-row td:last-child {
        border-right: 0;
    }

.documentsearch-portlet .results-header,
.documentsearch-portlet .results-header th, .echasearch-portlet .results-header,
.echasearch-portlet .results-header th {
    background: transparent;
    border-style: none;
}

.alt td {
    background-color: #efeff0;
    background-image: none
}

.taglib-search-iterator-page-iterator-bottom,
.taglib-search-iterator-page-iterator-top {
    font-size: 11px;
    line-height: 30px;
    padding: 0;
    margin: 13px 0;
    clear: left;
    float: left;
    width: 100%;
    /*background: url(../images/gui/bg_pagination.gif) #f5f5f6 repeat-x 0 0;*/
    border-bottom: 1px solid #ebecec
}

.taglib-page-iterator {
    padding: 2px 8px
}

    .taglib-page-iterator .search-results,
    .taglib-page-iterator .search-pages {
        color: #616264;
    }

.echasearch-portlet span.Date {
    padding: 8px 0px;
}

/* Tables: sorting */
.results-header .sort-column .result-column-name {
    background-image: none;
    font-style: normal;
    padding: 0;
}

.results-header .result-column-name a {
    display: inline-block;
    padding: 0 15px 0 0;
    /*background: url(../images/gui/bg_sort.gif) no-repeat 100% 50%;*/
    color: #113460;
}

.results-header .sort-asc .result-column-name a {
    /*background-image: url(../images/gui/bg_sort_asc.gif);*/
}

.results-header .sort-desc .result-column-name a {
    /*background-image: url(../images/gui/bg_sort_desc.gif);*/
}

/*Template Table*/
.template-table {
    clear: both;
    margin-top: 15px;
}

    .template-table table {
        border-collapse: separate;
        border-spacing: 0px;
    }

    .template-table th {
        background-color: #ffcb05;
        color: #113460;
        border: 1px solid #ffac01;
        border-width: 0 1px 2px;
        border-left-color: #ffe413;
        border-bottom-color: #fff;
        font: Verdana;
        font-size: 12px;
        padding: 5px 10px;
    }

    .template-table tr:nth-child(even) td {
        border-width: 1px;
        border-style: solid;
        border-color: #fff #c6d1d7 #c6d1d7 #fff;
        /*background: url(../images/gui/bg_table_cell.gif) #fff repeat-x 0 0;*/
        font: Verdana;
        font-size: 12px;
        color: #002555;
        padding: 5px 10px;
    }

    .template-table tr:nth-child(odd) td {
        border-width: 1px;
        border-style: solid;
        border-color: #fff #c6d1d7 #c6d1d7 #fff;
        background-color: #efeff0;
        background-image: none;
        font: Verdana;
        font-size: 12px;
        color: #002555;
        padding: 5px 10px;
    }

/* Collapsible Panel */
.lfr-collapsible {
    clear: both;
    border: 0;
    margin: 0 0 15px 0;
}

.lfr-panel-titlebar {
    border: 1px solid #cbebfc;
    /*background: url(../images/gui/bg_collapse_closed.gif) repeat-x 0 0 #fdfefe;*/
    margin-bottom: 0;
    position: relative;
}

.lfr-panel .lfr-panel-titlebar {
    margin-bottom: 0;
}

.lfr-panel.lfr-extended .lfr-panel-titlebar {
    /*background: url(../images/gui/bg_collapse_expanded.gif) repeat-x 0 0 #ccecfc;*/
}

.lfr-panel.lfr-collapsed .lfr-panel-titlebar {
    background: url(../images/gui/bg_collapse_closed.gif) repeat-x 0 0 #fdfefe;
}

.lfr-panel-titlebar .lfr-panel-button {
    position: absolute;
    left: 7px;
    top: 10px;
    width: 11px;
    height: 11px;
    /*background: url(../images/gui/bg_collapse_btn_closed.gif) no-repeat;*/
}

.lfr-extended .lfr-panel-titlebar .lfr-panel-button {
   /* background: url(../images/gui/bg_collapse_btn_expanded.gif) no-repeat;*/
}

.lfr-panel.lfr-collapsed .lfr-panel-titlebar .lfr-panel-button {
    /*background: url(../images/gui/bg_collapse_btn_closed.gif) no-repeat;*/
}

.lfr-panel-titlebar .lfr-panel-title {
    font-size: 12px;
    margin-left: 30px;
    line-height: 15px;
    padding: 8px 0 7px;
}

.lfr-collapsed .lfr-panel-titlebar .lfr-panel-title {
    color: #008bc8;
}

.lfr-panel .lfr-panel-content .aui-fieldset-content {
    border-width: 0;
}

    .lfr-panel .lfr-panel-content .aui-fieldset-content .lfr-form-row {
        margin: 0;
        border-bottom: 1px solid #caebfc;
    }

        .lfr-panel .lfr-panel-content .aui-fieldset-content .lfr-form-row:hover {
            margin: 0;
            border-bottom: 1px solid #caebfc;
            background: transparent;
        }

.lfr-panel .lfr-panel-content p {
    padding-left: 20px;
}

.lfr-panel.lfr-extended, .lfr-panel-container, .lfr-floating-container {
    border: none;
}

.lfr-panel .lfr-panel-content {
    padding: 10px 2%;
    width: 95.8%;
    border: 1px solid #caebfe;
}

    .lfr-panel .lfr-panel-content .plain_list ul {
        list-style-image: url("../images/gui/bullet_line.gif");
        margin-left: 14px;
        padding: 0px 0px 3px 20px;
    }

    .lfr-panel .lfr-panel-content .plain_link_list {
        padding-left: 20px;
    }

        .lfr-panel .lfr-panel-content .plain_link_list ul {
            list-style: none;
            margin: 0px;
            padding-bottom: 3px;
        }

        .lfr-panel .lfr-panel-content .plain_link_list li a {
            /*background: url("../images/gui/bg_box-actions-arrow2.gif") no-repeat scroll 0px 100% transparent;*/
            display: inline;
            font-family: "Palatino Linotype",serif;
            font-size: 15px;
            padding: 20px 0 0 20px;
            text-decoration: none;
        }

        .lfr-panel .lfr-panel-content .plain_link_list li span {
            color: #616264;
            font-size: 11px;
            padding: 20px 0px 0px 4px;
            display: inline;
            clear: both;
        }

        .lfr-panel .lfr-panel-content .plain_link_list ul li ul {
            list-style: none;
            margin: 12px;
        }

            .lfr-panel .lfr-panel-content .plain_link_list ul li ul li a {
                list-style: none;
                display: inline;
                padding: 0px 0 0 36px;
                font-size: 15px;
                font-family: "Palatino Linotype",serif;
                list-style-image: none;
                /*background: url(../images/gui/bg_box-actions_subarrow.gif) no-repeat 25px 100%;*/
                text-decoration: none;
            }

input[type="submit"], input[type="button"], input[type="reset"], button, .lfr-actions.lfr-extended, .lfr-actions.lfr-extended ul {
    text-shadow: 0 0 #FFFFFF;
}

/* Custom layout for Main Content */
.ctn-wrapper {
    float: left;
    clear: left;
    width: 100%;
    margin-bottom: 15px;
}

.cnt-box {
    float: left;
    width: 100%;
}
/* This takes content accoring to page layout column */
.cnt-content {
    float: left;
}

.box-left {
    float: left;
}

.box-right {
    float: right;
}

.cnt-content h4 {
    margin-bottom: 15px;
    display: block;
    width: 100%;
}

.cnt-image {
    display: block;
    background-color: #fff;
}

    .cnt-image br {
        display: none;
    }

.img-left {
    float: left;
}

.img-padding-right {
    padding-right: 12px;
}

.img-width-50-left {
    float: left;
    width: 49%;
    margin-right: 1%;
}

.img-width-50-right {
    float: left;
    width: 49%;
    margin-left: 1%;
}

.img-width-100 {
    width: 100%;
    float: left;
}

    .img-width-50-left h3, .img-width-50-right h3, .img-width-100 h3 {
        margin-bottom: 10px;
        padding-bottom: 10px;
        display: block;
        /*background: url(../images/gui/bg_box-card-title.gif) no-repeat 0 100%;*/
        font-family: "Palatino Linotype",serif;
        font-size: 17px;
        line-height: 25px;
        border: none;
    }

    .img-width-50-left img, .img-width-50-right img, .img-width-100 .Img {
        float: left;
        display: block;
        border: 0px solid #ffffff;
        vertical-align: middle;
        padding: 0px 0px 0px 6px;
    }

.img-width-50-left .Content, .img-width-50-right .Content {
    padding-top: 7px;
}

.img-width-100 .Content {
    padding-top: 15px;
}

    .img-width-50-left .Content h4, .img-width-50-right .Content h4, .img-width-100 .Content h4 {
        margin-left: 80px;
        font-weight: bold;
    }

    .img-width-50-left .Content h5, .img-width-50-right .Content h5, .img-width-100 .Content h5 {
        margin-left: 80px;
        padding-top: 10px;
    }

    .img-width-50-left .Content p, .img-width-50-right .Content p, .img-width-100 .Content .Text {
        margin-left: 80px;
        padding-top: 10px;
        margin-bottom: 0px;
    }

    .img-width-50-left .Content .plain_list, .img-width-50-right .Content .plain_list, .img-width-100 .Content .plain_list {
        margin-left: 82px;
    }

        .img-width-50-left .Content .plain_list ul, .img-width-50-right .Content .plain_list ul, .img-width-100 .Content .plain_list ul {
            /*list-style-image: url("../images/gui/bullet_line.gif");*/
            margin-left: 14px;
            padding-bottom: 0px;
        }

            .img-width-50-left .Content .plain_list ul li, .img-width-50-right .Content .plain_list ul li, .img-width-100 .Content .plain_list ul li {
                margin-bottom: 10px;
            }

    .img-width-50-left .Content .plain_link_list, .img-width-50-right .Content .plain_link_list, .img-width-100 .Content .plain_link_list {
        margin-left: 82px;
    }

        .img-width-50-left .Content .plain_link_list ul, .img-width-50-right .Content .plain_link_list ul, .img-width-100 .Content .plain_link_list ul {
            list-style: none;
            margin: 0px;
            padding-bottom: 3px;
        }

            .img-width-50-left .Content .plain_link_list ul li, .img-width-50-right .Content .plain_link_list ul li, .img-width-100 .Content .plain_link_list ul li {
                margin-bottom: 12px;
                padding-bottom: 0;
            }

                .img-width-50-left .Content .plain_link_list ul li ul li, .img-width-50-right .Content .plain_link_list ul li ul li, .img-width-100 .Content .plain_link_list ul li ul li {
                    margin-bottom: 4px;
                }

                .img-width-50-left .Content .plain_link_list ul li a, .img-width-50-right .Content .plain_link_list ul li a, .img-width-100 .Content .plain_link_list ul li a {
                    list-style: none;
                    display: inline;
                    padding: 8px 0 0 16px;
                    font-size: 15px;
                    font-family: "Palatino Linotype",serif;
                    list-style-image: none;
                    /*background: url(../images/gui/bg_box-actions-arrow.gif) no-repeat 0px 14px;*/
                }

                .img-width-50-left .Content .plain_link_list ul li ul, .img-width-50-right .Content .plain_link_list ul li ul, .img-width-100 .Content .plain_link_list ul li ul {
                    list-style: none;
                    margin: 12px 12px 0px;
                }

                    .img-width-5-left .Content .plain_link_list ul li ul li a, .img-width-50-right .Content .plain_link_list ul li ul li a, .img-width-100 .Content .plain_link_list ul li ul li a {
                        list-style: none;
                        display: inline;
                        padding: 0px 0 0 12px;
                        font-size: 15px;
                        font-family: "Palatino Linotype",serif;
                        list-style-image: none;
                        /*background: url(../images/gui/bg_box-actions_subarrow.gif) no-repeat 0px 100%;*/
                    }

        .img-width-50-left .Content .plain_link_list .comment, .img-width-50-right .Content .plain_link_list .comment, .img-width-100 .Content .plain_link_list .comment {
            color: #616264;
            font-size: 11px;
            padding: 10px 0px 0px 4px;
            display: inline;
        }

    .img-width-100 .Content .Ul ul {
        margin: 4px;
        padding: 1px 0 0 12px;
    }

.main-content-link {
    padding: 4px 0px 18px 0px;
}

    .main-content-link a {
        display: block;
        padding-left: 14px;
        font-size: 15px;
        font-family: "Palatino Linotype",serif;
        /*background: url(../images/gui/bg_box-actions-arrow.gif) no-repeat 0px 100%;*/
        text-decoration: none;
    }

.main-content-list ul {
    /*list-style-image: url('../images/gui/bullet_line.gif');*/
    margin-left: 14px;
}

    .main-content-list ul li {
        padding: 6px 4px;
    }

.split-2 .img-left,
.split-8-2 .img-left {
    margin-right: 12px;
}

.img-right {
    float: right;
}

.cnt-image-file {
    display: block;
    margin-bottom: 1px;
    border: 1px solid #e1e2e2;
}

    .cnt-image-file img {
        border: 1px solid #fff;
        height: auto !important;
    }

.img-caption {
    display: block;
    background-color: #ffcb05;
    color: #002555;
    font-weight: bold;
}

.img-caption-grey {
    /*background: url("../images/gui/bg_box-card.gif") repeat-x scroll 0px -10px #F5F5F5;*/
    border: 1px solid #E1E2E2;
    color: #002555;
    display: block;
    font-weight: bold;
}

.img-caption span {
    display: block;
    padding: 8px 9px;
}

.img-caption-grey span {
    display: block;
    padding: 3px 0px;
}

.img-caption a {
    padding: 8px 9px;
    display: block;
    color: #002555;
}

.img-caption-grey a {
    padding: 3px 0px;
    display: block;
    color: #002555;
}

.img-caption-grey span .text {
    text-decoration: none;
    text-align: left;
    padding: 0px 5px;
    color: #585858;
}

.img-caption span a {
    padding: 0;
}

.img-caption-grey span a {
    padding: 0;
    text-decoration: none;
    color: #008bc8;
}

    .img-caption-grey span a:hover {
        padding: 0;
        text-decoration: underline;
    }

.cnt-div {
    border-left: 1px dotted #cecfd1;
    margin-left: 47px;
    padding-left: 60px;
}

hr.hidden {
    visibility: hidden;
}

/* CK Editor styles */
.html-editor hr.hidden {
    visibility: visible !important;
}

.html-editor .cnt-image img {
    width: 100px !important;
    height: 100px !important;
}

/* gkons CSS, For: 
1. top header language <select><option>...
2. top header search textfield with advanced search link
3. top navigation
4. footer navigation
 */

/* Header search form */
form#header-search-box div {
    width: 100%;
}

    form#header-search-box div.simple-search {
        border: 1px solid #008bc8;
        background-color: #fff;
        border-radius: 4px;
    }

        form#header-search-box div.simple-search div {
            display: inline;
            width: auto;
        }

form#header-search-box input[type="text"] {
    font-size: 11px;
    color: #585858;
    border: 0;
    width: 270px;
}

#heading .search-box {
    text-align: right;
    width: 320px;
    position: absolute;
    right: 0;
    top: 30px;
}

form#header-search-box #search-button {
    width: 41px;
    height: 22px;
    /*background: url("../images/gui/btn_magnifier.gif") no-repeat scroll 0 0 transparent;*/
    vertical-align: middle;
}

#heading .search-box .advanced-search {
    text-align: right;
    font-size: 11px;
    line-height: 15px;
    padding-top: 8px;
}

    #heading .search-box .advanced-search a:link,
    #heading .search-box .advanced-search a:visited {
        color: #D7EFFA;
        text-decoration: none;
    }

    #heading .search-box .advanced-search a:hover {
        text-decoration: underline;
    }

.aui-field-content:after, .aui-button-holder:after {
    display: inline;
}

#heading .search-box span button#trigger {
    display: none;
}

.Sitemap {
    float: left;
    font-size: 11px;
    padding-bottom: 30px;
    padding-top: 24px;
    width: 960px;
}

    .Sitemap dl {
        float: left;
        margin: 0 0 0 12px;
        width: 150px;
    }

        .Sitemap dl:first-child {
            margin-left: 0;
        }

    .Sitemap dt {
        font-weight: bold;
        margin-bottom: 20px !important;
    }

    .Sitemap a {
        color: #616264;
        text-decoration: none;
    }

    .Sitemap dd {
        margin: 0;
    }

        .Sitemap dd a {
            display: block;
            padding-left: 10px;
            /*background: url(../images/gui/bg_footer_arrow.gif) no-repeat 0 5px;*/
        }

    .Sitemap a:hover {
        text-decoration: underline;
    }

    .Sitemap dd {
        margin-bottom: 5px;
    }

.bottomtext {
    clear: both;
    color: #9b9ba2;
    font-size: 11px;
    text-align: left;
    position: absolute;
    bottom: 0;
    line-height: 15px;
    padding: 7px 0 8px;
    width: 100%;
}

    .bottomtext p {
        margin: 0;
        padding: 0;
    }
/* gkons CSS - END */

/* CSS for Tags selector */
.aui-tagselector-content .aui-textboxlistentry-holder,
.aui-tagselector-focused .aui-textboxlistentry-holder {
    background-color: transparent;
    border-width: 0;
    padding: 0;
}
/* CSS for Tags Selector */

/* Hide search icon from tags selector & category selector from search & document search */
.echasearch-portlet .aui-tagselector-content .aui-buttonitem .aui-icon-search,
.documentsearch-portlet .aui-tagselector-content .aui-buttonitem .aui-icon-search {
    display: none;
}

/* Show search icon in search buttons in search & document search */
.echa-search-icon {
    display: none;
}

.echasearch-portlet .echa-search-icon,
.documentsearch-portlet .echa-search-icon {
    display: inline-block;
    margin-top: -3px;
    vertical-align: middle;
    background: url("/echa-styled-theme/images/aui/icon_sprite.png") no-repeat scroll -160px -112px transparent;
    height: 16px;
    overflow: hidden;
    text-indent: -99999em;
    width: 16px;
}

.echasearch-portlet .toggle-link {
    margin: 0px 0px 8px 11px;
}

.echasearch-portlet .aui-button-submit {
    float: left;
    width: 100%;
    margin: 0px;
}

.echasearch-portlet .aui-button-content {
    float: left;
    margin: 8px 0px 3px 155px;
    background: none repeat scroll 0 0 #CAEBFC;
    border-radius: 4px 4px 4px 4px;
    width: auto;
}

.echasearch-portlet .taglib-search-toggle-advanced .aui-button-content {
    float: left;
    margin: 8px 0px 3px 295px;
    background: none repeat scroll 0 0 #CAEBFC;
    border-radius: 4px 4px 4px 4px;
    width: auto;
}

.echasearch-portlet .echa-search-icon {
    float: left;
    width: 16px;
    margin: 6px 0px 0px 4px;
}

.echasearch-portlet .aui-button-input-submit {
    float: right;
    margin: 0px;
    clear: none;
    width: auto;
}

.documentsearch-portlet .aui-button-submit {
    float: left;
    width: 100%;
    margin: 0px;
}

.documentsearch-portlet .aui-button-content {
    float: left;
    margin: 8px 0px 3px 295px;
    background: none repeat scroll 0 0 #CAEBFC;
    border-radius: 4px 4px 4px 4px;
    width: auto;
}

.documentsearch-portlet .echa-search-icon {
    float: left;
    width: 16px;
    margin: 8px 0px 0px 4px;
}

.documentsearch-portlet .aui-button-input-submit {
    float: left;
    margin: 0px;
    clear: none;
    width: auto;
}

.anyClass border {
    border: 1px solid #ECECEE;
}

.opens-new-window-accessible {
    background: url(../images/common/open_window.png) no-repeat 3px 50%;
    display: inline-block;
    height: 20px;
    overflow: hidden;
    text-indent: -9999px;
    width: 20px;
}

/*Custom Layout Templates*/
.tpl-w474 {
    width: 474px;
}

.tpl-w312 {
    width: 312px;
}

.tpl-w636 {
    width: 636px;
}

.tpl-w960 {
    width: 960px;
}

/* Custom Editor*/
.clear-header, .clear-footer {
    margin-bottom: 0em;
    height: 1px;
}
/* Grid */
/* Grid */
.Grid {
    float: left;
    width: 99.6%;
    border: 1px solid #d7effa;
    padding: 1px 0.2%;
    margin: 0em;
}

dl.Grid dt {
    color: #002555;
    background-color: #E6EEF2;
    font-family: Verdana;
    font-size: 12px;
    clear: both;
    display: block;
    float: left;
    padding: 4px 2%;
    text-align: left;
    font-weight: bold;
    width: 46%;
}

dl.Grid .first span {
    border-top: none;
}

dl.Grid span {
    display: block;
    border-top: 1px dotted #CECFD1;
    margin-top: 1px;
    padding: 8px 0px 4px;
}

dl.Grid dd {
    font-family: Verdana;
    font-size: 12px;
    display: block;
    float: left;
    padding: 4px 2%;
    text-align: left;
    width: 43%;
}

#p_p_id_56_INSTANCE_0000_ .portlet-topper {
    display: none;
}

.aui-tabview-list {
    border: none;
    border-radius: 0px;
}

.echa-tabs-list {
    margin: 0;
    padding: 0;
    float: left;
    border-bottom: 3px solid #CCECFC;
    padding: 0;
    width: 100%;
}

    .echa-tabs-list .aui-tab {
        font-weight: normal;
        color: #002555;
    }


    .echa-tabs-list li {
        display: inline;
        float: left;
        margin: 0;
        padding: 0 1px;
    }

    .echa-tabs-list .aui-tab-content {
        padding: 8px 0 0 0;
        margin-right: 2px;
    }

    .echa-tabs-list li a {
        color: #002555;
        float: left;
        color: #002555;
        padding: 8px 11px; /*padding of tabs*/
        margin: 0;
        text-decoration: none;
        /*background: url("../images/gui/bg_collapse_expanded.gif") repeat-x scroll 0 0 #CCECFC;*/
        border: 1px solid #CCECFC;
    }

        .echa-tabs-list li a#leftmostitem { /*Extra CSS for left most menu item*/
            border-left: 1px solid #d3bdbe; /*left border style*/
        }

        .echa-tabs-list li a#rightmostitem { /*Extra CSS for right most menu item*/
            border-right: 1px solid #d3bdbe; /*right border style*/
            background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
        }

        .echa-tabs-list .Selected span a, .echa-tabs-list li a:hover {
            color: black;
            /*background: url("../images/gui/bg_box-card.gif") repeat-x scroll 0 0 #F5F5F5; /*background image swap on hover*/
        }

    .echa-tabs-list .aui-tab-active, .echa-tabs-list .aui-tab-active a {
        background: none;
        color: inherit;
        text-decoration: none;
        text-shadow: none;
    }

        .echa-tabs-list .aui-tab-active span a {
            /*background: url("../images/gui/bg_box-card.gif") repeat-x scroll 0 0 #F5F5F5;*/
            color: #008bc8;
        }


        .echa-tabs-list .aui-tab-active:after {
            /*background: url("../images/gui/bg_box-card.gif") repeat-x scroll 0 0 #F5F5F5;*?
            border-color: transparent;
            border-style: none;
            border-width: 10px 10px 0;
            bottom: -7px;
            content: "-";
            display: block;
            height: 0;
            left: 50%;
            margin-left: -10px;
            position: absolute;
            text-indent: -9999px;
            width: 0;
            z-index: 20;
            color: #008bc8;
        }

/*docsLang*/
.docsLang {
    list-style: none;
    padding: 5px 0 0 0;
    margin: 5px 0;
    float: left;
    width: 100%;
}

    .docsLang li {
        float: left;
        width: 16px;
        margin-right: 5px;
    }

/*errorPage*/
#errorPage {
    float: left;
    width: 960px;
    /*background: url(../images/gui/bg_error.png) no-repeat 50% 0;*/
    min-height: 400px;
    font: normal 12px/15px Verdana,Arial,Helvetica,sans-serif;
    color: #002555;
}

    #errorPage .left {
        float: left;
        width: 50%;
    }

    #errorPage .right {
        float: left;
        width: 30%;
        padding: 68px 10% 0 10%;
    }

    #errorPage em {
        font-weight: bold;
        font-style: normal;
    }

    #errorPage h3, #errorPage h4 {
        font-family: "Palatino Linotype",serif;
        line-height: 28px;
        padding: 0;
        margin: 0;
    }

    #errorPage h3 {
        font-size: 24px;
        font-style: bold;
        line-height: 28px;
        margin-bottom: 20px;
        border: 0;
    }

        #errorPage h3 span {
            display: block;
            font-size: 14px;
        }

    #errorPage h4 {
        font-size: 21px;
        line-height: 25px;
    }

    #errorPage ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #errorPage li {
        /*background: url(../images/gui/bullet_line.gif) no-repeat 0 6px;*/
        padding: 0 0 10px 20px;
    }

    #errorPage a {
        color: #008bc8;
        text-decoration: none;
    }

        #errorPage a:hover {
            text-decoration: underline;
        }

/*imgLibrary*/
.imgLibrary .left, .imgLibrary .right {
    float: left;
    width: 49%;
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 1px dotted #CECFD1;
}

.imgLibrary .first {
    border-top: 0;
}

.imgLibrary .left {
    margin-right: 12px;
}

.imgLibrary p {
    float: left;
    width: 100%;
}

.imgLibrary .left p, .imgLibrary .right p {
    margin: 0;
    float: none;
    width: auto;
}

.imgLibrary img {
    border: 4px double #e2e1e1;
    margin: 0 12px 0 0;
    float: left;
    width: auto;
}

.imgLibrary h3 {
    float: left;
    width: 100%;
    padding: 5px 0 0 30px;
}
/*elena*/
.imgLibrary h4 {
    float: left;
    width: 100%;
}

/*videoGallery*/
.videoItem {
    float: left;
    width: 100%;
    padding: 15px 0 20px 0;
    border-top: 1px dotted #CECFD1;
}

    .videoItem.first {
        border-top: 0;
        padding-top: 0;
    }

    .videoItem h3 {
        float: left;
        width: 100%;
        border: none;
    }

    .videoItem p {
        margin: 0 0 5px 0;
    }

    .videoItem .video {
        float: left;
        width: auto;
    }

    .videoItem embed {
        width: 312px;
        height: 175px;
    }

    .videoItem .content {
        float: right;
        width: 50%;
    }

/*webinars*/
.webinar {
    float: left;
    width: 204px;
    padding: 0 0 0 12px;
}

    .webinar.first {
        padding-left: 0;
    }

    .webinar p {
        float: left;
        margin: 0;
        padding: 10px;
        width: 183px;
        border: 1px solid #e5e5e7;
        border-right-color: #ededee;
        border-left-color: #ededee;
        border-top: 0;
        /*background: url(../images/gui/bg_box-card.gif) #f5f5f5 repeat-x 0 0;*/
    }

        .webinar p a.title {
            display: block;
        }

        .webinar p span {
            display: block;
            color: #616264;
            font-size: 11px;
        }

    .webinar .video {
        float: left;
        height: 133px;
        width: 203px;
        border: 1px solid #E1E2E2;
    }

    .webinar embed {
        margin: 1px 0 1px 1px;
    }


/*Similar Results*/
.mlt-results ul {
    list-style: none;
    margin-left: 1em;
}

    .mlt-results ul li {
        font-size: 11px;
        padding-left: 0px
    }

.result-date {
    padding-top: 6px;
}

.taglib-echa-util-mlt img.icon {
    padding-top: 2px;
}

/*Translation popup notice */
.translation-notice {
    width: auto;
    top: 300px;
    left: 38%;
    padding: 20px 25px 20px 45px;
    background-position: 15px 24px;
    background-color: #fff;
    border: 3px solid #58c6f6;
}

    .translation-notice input {
        margin-left: 12px;
    }

/*webforms */
table {
    border-collapse: separate;
    border-spacing: 5px;
}

.ajax__calendar_container {
    border: 1px solid #646464;
    background-color: lemonchiffon;
    color: red;
    width: auto !important;
    height: auto !important;
}

.ajax__calendar_body {
    overflow: auto !important;
    width: 200px !important;
    height: 160px !important;
}
