﻿body {
    margin: 0;
    font-family: Arial, Geneva, sans-serif;
    width: auto;
    font-size: 11px;
}

@media screen {
    body {
        background-color: #004D6D;
    }
}

img {
    border: 0;
    outline: 0;
}

a {
    text-decoration: none;
    color: #009FE3;
}

.color1 {
    color: #fff;
}

.color2 {
    color: #000 !important;
}

.color4 {
    color: #0d7aa3;
}

.color5 {
    color: #333;
}

.nooutline {
    outline: none;
}

.nobackground {
    background: none;
    background-color: transparent;
}

.autowidth {
    width: auto;
}

.hr_cinza {
    color: #e5e5e5;
    height: 1px;
}

.txtbranco14bold {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

.txt12preto {
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.txt12cinzabold {
    font-size: 12px;
    color: #919090;
    font-weight: 700;
}

.txt11preto {
    font-size: 11px;
    color: #000;
    font-weight: 400;
}

.txt11vermelho {
    font-size: 11px;
    color: #009FE3;
    font-weight: 400;
}

.txtbranco13bold {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
}

.txt_14_cinza {
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

.txt14vermelho, .txt12vermelho {
    font-size: 12px;
    color: #009FE3;
    font-weight: 400;
}

.txt14vermelhobold, .txt12vermelhobold {
    font-size: 12px;
    color: #009FE3;
    font-weight: 700;
}

.linktxt_11_vermelho {
    font-size: 11px;
    color: #009FE3;
    font-weight: 400;
    text-decoration: underline;
}

.linktxt_11_vermelhobold {
    font-size: 11px;
    color: #009FE3;
    font-weight: 700;
    text-decoration: underline;
}

.linktxt_12_preto {
    font-size: 12px;
    color: #000;
    text-decoration: underline;
    font-weight: 400;
}

.linktxt_12_preto_linha20 {
    font-size: 12px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
}

    .linktxt_12_preto_linha20:hover, .linktxt_12_preto:hover, .deco {
        text-decoration: underline;
    }

.linktxt_12_pretobold {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}

.linktxt_12_cinza {
    font-size: 12px;
    color: #666;
    text-decoration: underline;
}

.linktxt_12_cinzabold {
    font-size: 12px;
    color: #666;
    font-weight: 700;
    text-decoration: underline;
}

.linktxt_12_cinza_linha22 {
    line-height: 22px;
    font-size: 12px;
    color: #666;
    text-decoration: underline;
    display: block;
}

    .linktxt_12_cinza_linha22:hover, .linktxt_12_cinza:hover {
        color: #333;
        text-decoration: underline;
    }

.linktxt_12_vermelho {
    font-size: 12px;
    color: #009FE3;
    text-decoration: underline;
}

    .linktxt_12_vermelho:hover, .linktxt_11_vermelhobold:hover {
        color: #000;
    }

.linktxt_12_vermelhobold {
    font-size: 12px;
    font-weight: 700;
    color: #009FE3;
    text-decoration: underline;
}

.linktxt_14_vermelhobold {
    font-size: 14px;
    font-weight: 700;
    color: #009FE3;
    text-decoration: underline;
}

.linktxt_14_pretobold {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}

.paginacao_active {
    font-size: 12px;
    color: #000;
    padding: 5px;
}

.arial {
    font-family: Arial, Helvetica, sans-serif;
}

.gotham {
    font-family: 'GothamNarrow-Medium';
}

.caps {
    font-variant: small-caps;
}

.uppercase {
    text-transform: uppercase;
}

.cursor {
    cursor: pointer;
}

.txt8 {
    font-size: 8px;
}

.txt9 {
    font-size: 9px;
}

.txt11 {
    font-size: 11px;
}

.txt12 {
    font-size: 12px;
}

.txt13 {
    font-size: 13px;
}

.txt14 {
    font-size: 14px;
}

.txt15 {
    font-size: 15px;
}

.txt16 {
    font-size: 16px;
}

.txt18 {
    font-size: 18px;
}

.txt20 {
    font-size: 20px;
}

.txt22 {
    font-size: 22px;
}

.txt24 {
    font-size: 24px;
}

.txt28 {
    font-size: 28px;
}

.txt30 {
    font-size: 30px;
}

.txt32 {
    font-size: 32px;
}

.txt36 {
    font-size: 36px;
}

.txt46 {
    font-size: 46px;
}

.txt42 {
    font-size: 42px;
}

.txt66 {
    font-size: 66px;
}

.pad20 {
    padding: 20px;
}

.fright {
    float: right;
}

.marginsides5 {
    margin-left: 5px;
    margin-right: 5px;
}

h4, h3, h2, h1, p {
    margin: 0;
}

.row {
    display: table-row;
}

.margin5 {
    margin: 5px;
}

.margin10 {
    margin: 10px;
}

.margin15 {
    margin: 15px;
}

.marginleft5 {
    margin-left: 5px;
}

.marginleft15 {
    margin-left: 15px;
}

.marginright5 {
    margin-right: 5px;
}

.margintop10 {
    margin-top: 10px;
}

.margintop20 {
    margin-top: 20px;
}

.acenter {
    text-align: center;
}

.menuheader.login.hover {
    background-color: #434142;
}

.head_top2_menu > ul > li a {
    color: #009FE3;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: -0;
    text-transform: uppercase;
    font-family: 'GothamNarrow-Medium';
    margin-right: 3px;
}

.input_pesquisa {
    behavior: url(/pie.htc);
    position: relative;
    width: 110px;
    height: 13px;
    font-size: 11px;
    color: #666;
    border: 0;
    border-radius: 5px;
    padding: 1px 5px;
}

.form_simples {
    margin: 0;
    padding: 0;
    font-size: 13px;
}

    .form_simples .divsingle {
        line-height: 35px;
        width: 100%;
    }

    .form_simples .divdouble {
        height: 35px;
        line-height: 35px;
        float: left;
    }

    .form_simples textarea, .form_simples input, .form_simples select {
        behavior: url(/pie.htc);
        border: 1px solid #dddddd;
        border-radius: 0px;
        position: relative;
        margin: 4px;
        width: 98%;
    }

    .form_simples .botao {
        color: #FFF;
        background-color: #016D9B;
        padding: 8px;
        margin: 20px auto;
        border: 2px solid #ddd;
        font-weight: 700;
        line-height: 19px;
        width: 95%;
        font-family: 'GothamNarrow-Medium';
        cursor: pointer;
    }

        .form_simples .botao.disabled {
            background-color: #DFDFDF;
            cursor: none;
        }

    .form_simples .botaoLogin {
        color: #FFF;
        background-color: #016D9B;
        padding: 8px;
        margin: 20px auto;
        border: 2px solid #ddd;
        font-weight: 700;
        line-height: 19px;
        width: 95%;
        font-family: 'GothamNarrow-Medium';
        cursor: pointer;
        width: 273px;
        clear: left;
        float: left;
    }

        .form_simples .botaoLogin.disabled {
            background-color: #DFDFDF;
            cursor: none;
        }

    .form_simples .noborder, input {
        border: 0;
    }

@font-face {
    font-family: 'GothamNarrow-Medium';
    src: url('gothamnarrow-medium.eot?#iefix') format('embedded-opentype'), url('gothamnarrow-medium.woff') format('woff'), url('gothamnarrow-medium.ttf') format('truetype'), url('gothamnarrow-medium.svg#gothamnarrow-medium') format('svg');
    font-weight: 400;
    font-style: normal;
}

.menuheader {
    padding: 3px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-decoration: underline;
    margin-left: 10px;
    margin-right: 10px;
}

.head_top2_menu ul li a {
    color: #009FE3;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: -0;
    text-transform: uppercase;
    font-family: 'GothamNarrow-Medium', Arial;
    margin-right: 3px;
    padding: 2px;
}

    .head_top2_menu ul li a:hover {
        /*        background-color: #f8f8f8;*/
        color: #009FE3;
        z-index: 3;
    }

.head_top2_menu ul li ul li:hover {
    background-color: #f8f8f8;
    cursor: pointer;
}

.head_top1 {
    width: auto;
    margin: 0;
    height: 33px;
    background-color: #009FE3;
}

.head_top1_b {
    width: 947px;
    margin: auto;
    height: 33px;
    line-height: 33px;
}

head_top1_b_links {
    margin-left: 30px;
}

.form_bot_pesquisatop {
    behavior: url(/pie.htc);
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #016D9B;
    color: white;
    font-size: 9px;
    line-height: 15px;
    margin-left: -10px;
    border: 2px solid whiteSmoke;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}

.head_top2 {
    width: 947px;
    margin: auto;
    height: 53px;
    background-color: #fff;
    display: table;
}

    .head_top2 .fleft {
        float: left;
        margin: -17px -8px -94px 8px;
    }

        .head_top2 .fleft img {
            z-index: 10000000;
            margin-left: -22px;
        }

.head_top2_menu ul {
    list-style: none;
    margin-left: -10px;
    display: inline;
    position: absolute;
    margin-top: 0px;
    margin-left: -40px;
}

    .head_top2_menu ul li {
        float: left;
        margin: 0;
    }

.pesquisa_topo {
    float: right;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    margin-right: 10px;
}

.links_topo {
    float: right;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 60px;
    height: 30px;
    line-height: 30px;
}

.head_hoverlogo_link {
    height: 35px;
    width: 87px;
    background-image: url(../img/head_logodgt.png);
    background-repeat: no-repeat;
    background-position: -14px -70px;
}

.home_animacao {
    width: 947px;
    margin: auto;
    height: 332px;
}

.head_hoverlogo {
    position: relative;
    background-color: transparent;
    z-index: 90;
    top: 86px;
    margin-bottom: -307px;
    width: 42px;
    height: 307px;
}

.head_image {
    position: relative;
    background-color: transparent;
    z-index: 80;
    width: 947px;
    height: 100%;
    overflow: hidden;
}

.head_image_slider {
    width: 2000px;
}

    .head_image_slider a {
        background-color: white;
        display: none;
    }

        .head_image_slider a:first-child {
            display: block;
        }

    .head_image_slider > img {
        height: 100%;
    }

.home_menu {
    position: relative;
    background-color: transparent;
    z-index: 101;
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin-top: -48px;
    margin-left: 29px;
    list-style: none;
    display: none /*block*/;
    padding: 0;
}

    .home_menu li {
        behavior: url(/PIE.htc);
        position: relative;
        z-index: 101;
        width: 23px;
        font-size: 0;
        overflow: hidden;
        display: table;
        opacity: 0.9;
        filter: alpha(opacity=90);
        float: left;
        border-left: 1px solid #282828;
        border-right: 1px solid #3A3A3A;
        cursor: pointer;
        table-layout: fixed;
        border-radius: 10000px;
        margin: 2px;
        border: 2px solid whiteSmoke;
    }

.home_menu_separador {
    height: 57px;
    width: 2px;
    float: left;
}

.home_menu_plus {
    width: 20px;
    height: 57px;
    float: left;
}

.home_menu_box {
    margin: auto;
}

.home_menu a {
    display: table-cell;
    height: 24px;
    vertical-align: middle;
    color: inherit;
    font-size: 0;
    text-transform: uppercase;
    font-family: 'GothamNarrow-Medium', Arial;
    table-layout: fixed;
    text-align: center;
    margin: 10px;
}

    .home_menu a > span {
        background-image: url(../img/home_menuplus.png);
        background-repeat: no-repeat;
        background-position: 5px center;
        padding: 0 15px 0 25px;
        text-align: left;
        display: inline-block;
    }

.menutext2linhas {
    float: left;
    line-height: 15px;
    width: 100px;
    height: 52px;
    margin-top: 12px;
}

.body_content {
    margin: auto;
    width: 947px;
    background: #FFF;
    display: table;
    position: relative;
}

.body_spacer40 {
    height: 40px;
    width: auto;
    display: block;
}

.body_spacer60 {
    height: 60px;
    width: auto;
    display: block;
}

.body_spacer22 {
    height: 22px;
    width: auto;
    display: block;
}

.body_spacer30 {
    height: 30px;
    width: auto;
    display: block;
}

.body_spacer10 {
    height: 10px;
    width: auto;
    display: block;
}

.spacer_20, .body_spacer20 {
    width: auto;
    height: 20px;
    display: block;
}

    .spacer_20, .body_spacer20.footerSep {
        background-color: white;
        width: 947px;
        margin: 0 auto;
    }

.spacer_10 {
    width: auto;
    height: 10px;
    display: block;
}

.spacer_5 {
    width: auto;
    height: 5px;
    display: block;
}

.body_containerleft {
    width: 700px;
    height: auto;
    float: left;
    display: table-cell;
}

.nofloat {
    float: none;
}

.body_leftcolumn {
    margin-left: 20px;
    width: 330px;
    height: auto;
    float: left;
    background-color: #e0e0e0;
    display: table-cell;
    padding-bottom: 6px;
}

.body_middlecolumn {
    margin-left: 20px;
    width: 330px;
    height: auto;
    float: left;
    background-color: #E0E0E0;
    display: table-cell;
    padding-bottom: 6px;
}

.body_column_free {
    padding: 0;
    height: auto;
    float: left;
    background-color: #e0e0e0;
    display: table-cell;
    margin-left: 20px;
}

.body_rightcolumn {
    margin-left: 20px;
    float: left;
    width: 210px;
    height: auto;
    display: table-cell;
}

.bodycolumn20 {
    float: left;
    width: 20px;
    height: auto;
    display: table-cell;
}

.box_button_cinza1 {
    width: auto;
    height: 19px;
    margin: 5px;
    margin-left: 6px;
    margin-top: 5px;
}

.breadcrumb {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #636363;
    margin-top: 30px;
    margin-bottom: 7px;
}

    .breadcrumb .initial {
        color: #EC008C;
        text-transform: uppercase;
        font-family: Trebuchet MS;
        font-size: 11.51px;
    }

    .breadcrumb a {
        font-family: Trebuchet MS;
        font-size: 11.51px;
        color: #3E7C94;
    }

.content_rightcontent {
    width: 550px;
    height: auto;
    float: left;
    display: table-cell;
    margin-left: 20px;
    -webkit-transition: width linear 0.4s;
    -moz-transition: width linear 0.4s;
    -ms-transition: width linear 0.4s;
    -o-transition: width linear 0.4s;
}

.initialW {
    width: 760px;
}

.initialWNoMenu {
    width: 927px;
}

.content_leftcolumn {
    margin-bottom: 5px;
    width: 164px;
    height: auto;
    float: left;
    display: table-cell;
}

.content_head {
    width: 947px;
    margin: auto;
}

.content_imagebottom {
    background-image: url(../img/p_hoverimg.png);
    width: auto;
    height: 10px;
    margin-top: -10px;
    position: relative;
    z-index: 10;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.content_headimage {
    width: 947px;
    height: 117px;
    position: relative;
}

.filter {
    background-color: #009FDB;
    width: 947px;
    height: 117px;
    margin-top: -120px;
    position: relative;
    float: left;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.content_imagebottom_galeria {
    background-image: url(../img/p_hoverimg.png);
    width: 947px;
    height: 57px;
    position: relative;
    z-index: 20;
    top: 385px;
    text-align: right;
}

    .content_imagebottom_galeria div img {
        border: 3px solid #928d8a;
        margin: 6px;
    }

        .content_imagebottom_galeria div img:hover {
            border: 3px solid #009FE3;
        }

.body_rightcontent, .body_leftcontent {
    margin-left: 20px;
    width: 685px;
    -webkit-transition: width linear 0.4s;
    -moz-transition: width linear 0.4s;
    -ms-transition: width linear 0.4s;
    -o-transition: width linear 0.4s;
}

.content_titred {
    width: auto;
    display: table;
    height: 30px;
}

    .content_titred .content_titred_tit {
        height: 30px;
        line-height: 30px;
        background-color: #009FE3;
        color: #FFF;
        display: table-cell;
        font-size: 15px;
        text-transform: uppercase;
        font-family: 'GothamNarrow-Medium', Arial;
        text-indent: 10px;
        float: left;
        padding-right: 10px;
    }

    .content_titred .content_titred_seta {
        behavior: url(/PIE.htc);
        width: 40px;
        height: 40px;
        display: table-cell;
        float: left;
        border-radius: 999px;
        border: 7px solid #009FE3;
        margin: -10px;
        z-index: 0;
        position: relative;
    }

.content_paginacao_right {
    width: auto;
    margin-right: 0;
    text-align: right;
    padding: 10px;
}

.caixa_botoes_peq {
    margin-bottom: 30px;
    height: 39px;
    float: left;
}

    .caixa_botoes_peq div, .menutext, .fleft {
        float: left;
    }

        .caixa_botoes_peq div a {
            color: #fff;
            font-size: 12px;
            font-weight: 700;
            margin-left: 5px;
            margin-right: 5px;
        }

.botoes_peq_red {
    behavior: url(/PIE.htc);
    position: relative;
    background-color: #009FE3;
    height: 19px;
    border-radius: 10px;
    line-height: 19px;
    padding: 5px;
}

.botoes_peq_color1aLeft {
    behavior: url(/PIE.htc);
    position: relative;
    background-color: #009FE3;
    height: 19px;
    border-radius: 10px 0 0 10px;
    line-height: 19px;
    padding: 5px;
}

.botoes_peq_color1aRight {
    behavior: url(/PIE.htc);
    position: relative;
    background-color: #009FE3;
    height: 19px;
    border-radius: 0 10px 10px 0;
    line-height: 19px;
    padding: 5px;
}

.botoes_peq_color1bMiddle {
    background-color: #016D9B;
    height: 19px;
    line-height: 19px;
    padding: 5px;
}

.botoes_peq_color1bRight {
    behavior: url(/PIE.htc);
    position: relative;
    background-color: #016D9B;
    height: 19px;
    border-radius: 0 10px 10px 0;
    line-height: 19px;
    padding: 5px;
}

.botoes_peq_cinza {
    behavior: url(/PIE.htc);
    position: relative;
    background-color: #016D9B;
    height: 19px;
    line-height: 19px;
    border-radius: 10px;
    padding: 5px;
}

.botoes_red_cinza {
    background-position: -87px -238px;
    width: 2px;
    height: 19px;
}

.botoes_red_transp {
    behavior: url(/PIE.htc);
    position: relative;
    background: #009FE3;
    color: #fff;
    width: 20px;
    height: 19px;
    font-weight: 700;
    border-radius: 76px;
    text-align: center;
    font-size: 16px;
    border: 2px solid #009FE3;
    margin-left: -5px;
    margin-top: -2px;
    padding-top: 1px;
}

.botoes_cinza_cinza {
    background-position: -87px -204px;
    width: 2px;
    height: 19px;
}

.botoes_peq_voltar {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #6d6e71;
    height: 19px;
    line-height: 19px;
}

.caixa_txt_right {
    width: auto;
    text-align: right;
}

.caixatxt_11_leftcolumn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    max-width: 210px;
    line-height: 18px;
}

.caixatxt_12_400 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    max-width: 400px;
    line-height: 18px;
    text-align: left;
}

.caixatxt_12_500 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    max-width: 500px;
    line-height: 18px;
}

.caixatxt_12_665 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    max-width: 665px;
    line-height: 18px;
    text-align: justify;
}

.caixa_destaques_cinza {
    padding: 15px;
    background-color: #e0e0e0;
    border-radius: 15px;
}

.titulovermelho_14 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 30px;
    font-weight: 700;
    /*color: #80A9BC;*/
    color: #3E7C94;
    display: table;
}

.content_accordion ul {
    margin: 0;
    padding: 0;
    margin-left: 10px;
}

.content_submenu, .content_accordion {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.content_left_menu, #content_left_menu_wrap > ul {
    width: 164px;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 35px;
    background-color: #80A9BC;
}

.content_left_menu_title {
    width: 164px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #009FE3;
    font-weight: 700;
}

.content_left_menu_bottom {
    width: 139px;
    height: 25px;
    position: relative;
    float: left;
    background-color: #80A9BC;
}

.content_left_menu_corner {
    border-top: 25px solid #CBDDE6;
    border-right: 25px solid transparent;
    position: relative;
    float: left;
}

.content_left_menu li, #content_left_menu_wrap > ul li {
    width: 140px;
    margin-left: 24px;
    background: url('/images/MenuBullet.png') top left;
    background-repeat: no-repeat;
    padding-bottom: 7px;
}

    .content_left_menu li a, #content_left_menu_wrap > ul li a {
        color: #231F20;
        font-size: 11.51px;
        text-transform: uppercase;
        display: block;
        margin-left: 20px;
        font-family: Trebuchet MS;
        width: 110px;
    }

.content_left_menu .selected, #content_left_menu_wrap > ul .selected {
    width: 110px;
    color: #EC008C;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.content_left_menu ul, #content_left_menu_wrap > ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

    .content_left_menu ul li, #content_left_menu_wrap > ul ul li {
        width: 140px;
        margin: 0;
        padding: 0;
        list-style: none;
        background-image: none;
        font-family: Trebuchet MS;
        color: white;
        font-size: 11.51px;
    }

        .content_left_menu ul li a, #content_left_menu_wrap > ul ul li a {
            overflow: hidden;
            display: block;
            line-height: normal;
            color: white;
            font-size: 11.51px;
            margin-top: 2px;
            margin-left: 0px;
            text-transform: none;
            text-decoration: none;
            font-family: Trebuchet MS;
        }

            .content_left_menu ul li a .active, #content_left_menu_wrap > ul ul li a .active {
                width: 180px;
                display: block;
                line-height: normal;
                color: #016D9B;
                font-size: 12px;
                font-weight: 700;
                margin-top: 2px;
                margin-left: 20px;
                text-transform: none;
            }

            .content_left_menu ul li a span, #content_left_menu_wrap > ul ul li a span {
                display: block;
                margin: 2px;
                margin-left: 0;
            }

        .content_left_menu ul li ul li, #content_left_menu_wrap > ul ul li ul li {
            width: 130px;
            font-family: Trebuchet MS;
            font-size: 11.51px;
            color: #CBDDE6;
            font-style: italic;
            padding-left: 5px;
            padding-top: 5px;
            padding-bottom: 5px;
            background: url('/images/menuSep.png') bottom center;
            background-repeat: no-repeat;
        }

            .content_left_menu ul li ul li a, #content_left_menu_wrap > ul ul li ul li a {
                overflow: hidden;
                display: block;
                line-height: normal;
                color: #CBDDE6;
                text-transform: none;
                text-decoration: none;
            }

.content_left_menu .submenu_active, #content_left_menu_wrap > ul .submenu_active {
    text-decoration: underline;
}

.content_left_menu .trimenu_active, #content_left_menu_wrap > ul .trimenu_active, .color3 {
    color: white !important;
}

.box_destaques_maximized .box_button {
    content: " ";
    width: 20px;
    height: 20px;
    background-image: url(../images/sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
}

.box_destaques_maximized .box_image {
    margin: auto;
    width: 295px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.box_destaques_minimized {
    margin: auto;
    width: auto;
    margin-left: 7px;
    margin-right: 7px;
    background-color: #FFF;
    height: 42px;
    border-bottom: 1px solid #dfe0e0;
    cursor: pointer;
    z-index: 1;
}

    .box_destaques_minimized:before {
        content: " ";
        width: 20px;
        height: 20px;
        background-image: url(../images/sprite.png);
        background-position: -20px 0;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        margin-top: 22px;
        margin-left: 296px;
        z-index: 999;
    }

.body_column_free .box_destaques_minimized {
    margin: auto;
    width: 680px;
    margin-left: 7px;
    margin-right: 7px;
    background-color: #FFF;
    height: 42px;
    background-image: url(../img/button_more.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    border-bottom: 1px solid #dfe0e0;
    cursor: pointer;
}

.box_destaques_minimized .box_description {
    visibility: hidden;
}

.box_destaques_minimized .box_date, .box_destaques_maximized .box_date {
    color: #548056;
    font-size: 12px;
    font-weight: 700;
}

.box_agenda_maximized, .box_destaques_maximized {
    width: 316px;
    margin: auto;
    margin-left: 7px;
    margin-right: 7px;
    background-color: #FFF;
    display: table;
    border-bottom: 1px solid #dfe0e0;
}

    .box_agenda_maximized .box_button {
        content: " ";
        width: 20px;
        height: 20px;
        background-image: url(../images/sprite.png);
        background-position: 0 -20px;
        background-repeat: no-repeat;
        display: block;
    }

    .box_agenda_maximized .box_title, .box_destaques_maximized .box_title {
        margin: auto;
        margin-left: 5px;
        margin-right: 5px;
        width: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .box_agenda_maximized .box_buttons_box, .box_destaques_maximized .box_buttons_box {
        width: auto;
        height: 19px;
        margin-left: 6px;
        display: inline-block;
    }

    .box_agenda_maximized .box_description, .box_destaques_maximized .box_description {
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        margin: 6px;
        width: auto;
    }

.box_agenda_minimized {
    height: 42px;
    margin: 0 auto;
    margin-left: 7px;
    margin-right: 7px;
    background-color: #FFF;
    border-bottom: 1px solid #dfe0e0;
    cursor: pointer;
    width: auto;
    z-index: 1;
}

    .box_agenda_minimized:before {
        content: " ";
        width: 20px;
        height: 20px;
        background-image: url(../images/sprite.png);
        background-position: -20px -20px;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        margin-top: 22px;
        margin-left: 296px;
        z-index: 999;
    }

.body_column_free .box_agenda_minimized {
    height: 42px;
    margin: 0 auto;
    margin-left: 7px;
    margin-right: 7px;
    background-color: #FFF;
    background-image: url(../img/button_more.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    border-bottom: 1px solid #dfe0e0;
    cursor: pointer;
    width: 680px;
}

.box_agenda_minimized .box_date, .box_agenda_maximized .box_date {
    color: #0d7aa3;
    font-size: 12px;
    font-weight: 700;
}

.box_agenda_minimized .box_title {
    height: 30px;
    width: auto;
    padding: 5px;
}

.box_button {
    width: 27px;
    height: 26px;
    cursor: pointer;
    float: right;
}

.box_buttons_margin10 {
    width: auto;
    height: 19px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.buttonred {
    height: 19px;
    line-height: 19px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    max-width: 180px;
    overflow: hidden;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #009FE3;
}

.buttonblue {
    height: 19px;
    line-height: 19px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    max-width: 180px;
    overflow: hidden;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #0d7aa3;
}

.buttonsdarkgrayblue {
    width: 27px;
    height: 19px;
    background-image: url(../img/botmid_cinza_blue.png);
}

.buttonsdarkgrayred {
    width: 27px;
    height: 19px;
    background-image: url(../img/botmid_cinza_red.png);
}

.title_rightcolumn {
    color: #009FE3;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'GothamNarrow-Medium', Arial;
    text-transform: uppercase;
}

.box_right_transparent1 {
    width: 200px;
    display: table;
    margin: auto;
}

.box_right_transparent2 {
    behavior: url(/pie.htc);
    position: relative;
    width: 200px;
    display: table;
    margin: auto;
    background-color: #E0E0E0;
    border-radius: 10px;
}

.box_right_cinza {
    behavior: url(/pie.htc);
    width: 200px;
    display: table;
    margin: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: relative;
    background-color: #e0e0e0;
}

    .box_right_cinza label {
        font-size: 11px !important;
    }

.box_left_transparent1 {
    width: 200px;
    display: table;
    margin: 0;
}

.box_left_transparent2 {
    width: 200px;
    display: table;
    margin: 0;
    margin-top: 20px;
}

.box_left_cinza {
    behavior: url(/PIE.htc);
    position: relative;
    width: 200px;
    display: table;
    margin: 0;
    margin-top: 20px;
    background-color: #e0e0e0;
    border-radius: 10px;
}

.titredcinza {
    margin: 6px;
    margin-bottom: 10px;
    width: auto;
    height: 31px;
    line-height: 31px;
    background-color: #009FE3;
    font-size: 15px;
    background-image: url(../img/titred_cinza_right.png);
    background-position: center right;
    background-repeat: no-repeat;
    text-indent: 10px;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'GothamNarrow-Medium', Arial;
}

.body_column_free .titredcinza {
    margin: 6px;
    margin-bottom: 10px;
    width: 680px;
    height: 31px;
    line-height: 31px;
    background-color: #009FE3;
    font-size: 15px;
    background-image: url(../img/titred_cinza_right.png);
    background-position: center right;
    background-repeat: no-repeat;
    text-indent: 10px;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'GothamNarrow-Medium', Arial;
}

.body_column_free .titbluecinza, .titbluecinza {
    height: 31px;
    line-height: 31px;
    background-color: #0d7aa3;
    font-size: 15px;
    background-image: url(../img/titblue_cinza_right.png);
    background-position: center right;
    background-repeat: no-repeat;
    text-indent: 10px;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'GothamNarrow-Medium', Arial;
    min-width: 310px;
    width: auto;
    margin: 6px 6px 10px;
}

.footer_newsletter {
    width: 910px;
    margin: auto;
    height: 52px;
    display: table;
}

.footer_newsletter_left {
    background-color: #dbebf1;
    float: left;
    width: 382px;
    line-height: 52px;
    height: 52px;
    display: table-cell;
}

.footer_newsletter_left_label {
    width: 136px;
    height: 31px;
    line-height: 31px;
    color: #009FE3;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    background-image: url(../img/sprites.png);
    background-position: 0 -272px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'GothamNarrow-Medium', Arial;
    text-indent: 10px;
    margin-right: 10px;
}

.footer_newsletter_left form {
    height: 52px;
    line-height: 52px;
    margin-left: 10px;
}

.footer_newsletter_mid {
    float: left;
    width: 205px;
    height: 52px;
}

.footer_newsletter_logo {
    float: left;
    width: 104px;
    height: 52px;
    text-align: center;
}

.footer_newsletter_right {
    background-color: #f3e0e5;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'GothamNarrow-Medium', Arial;
    color: #6d6e71;
    float: left;
    width: 322px;
    height: 52px;
    line-height: 52px;
    text-align: center;
}

    .footer_newsletter_right .telefone {
        font-weight: 700;
        color: #009FE3;
    }

.form_input_newsletter {
    background-color: #fff;
    color: #999;
    font-size: 11px;
    line-height: 11px;
    width: 140px;
    height: 17px;
}

.form_bot_newsletter {
    background-color: #6d6e71;
    color: #fff;
    width: 60px;
    height: 18px;
    line-height: 11px;
    font-size: 11px;
}

.footer_games {
    width: 910px;
    text-align: center;
    margin: auto;
    height: 50px;
    background-color: #e0e0e0;
    display: table;
}

.footer_games_left {
    width: 159px;
    height: 32px;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    background-color: #FFF;
    color: #009FE3;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'GothamNarrow-Medium', Arial;
    float: left;
}

.footer_games_center {
    width: 50px;
    height: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url(../img/sprites.png);
    background-position: 0 262px;
    float: left;
}

.footer_games_right {
    background-color: #FFF;
    width: 684px;
    height: 32px;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    list-style-type: none;
}

    .footer_games_right li {
        margin: 1px;
        margin-top: 5px;
        float: left;
        padding: 0;
        vertical-align: middle;
        display: table-cell;
    }

.footerMain {
    width: 948px;
    margin: auto;
    height: 97px;
    background-color: white;
    display: table;
}

    .footerMain .imgLink {
        width: 147px;
        /*height: 63px;*/
        position: relative;
        float: left;
        margin-left: 20px;
        margin-top: 27px;
    }

    .footerMain .link {
		/*display: none;*/
		padding-top: 15px;
        width: 134px;
        height: 63px;
        position: relative;
        float: left;
        margin-left: 4px;
        margin-top: 32px;
        font-family: sans-serif;
        font-size: 8px;
        color: #231F20;
        text-transform: uppercase;
        font-weight: bold;
    }

        .footerMain .link a {
            color: #231F20;
            text-decoration: none;
        }

    .footerMain .logo {
        position: relative;
        float: left;
        width: 145px;
        height: 54px;
        margin-left: 15px;
        margin-top: 23px;
    }

    .footerMain .contacts {
        float: left;
        margin-top: 28px;
        margin-left: 0px;
        font: 8px sans-serif;
        font-weight: bold;
        line-height: 11px;
    }

.table_simples div {
    line-height: 20px;
    padding: 10px;
}

.table_publicacoes img {
    width: 128px;
    border: 0;
}

.cell_70 {
    display: table-cell;
    width: 70px;
    float: left;
    margin-left: 20px;
    text-decoration: none;
}

.cell_125 {
    display: table-cell;
    width: 125px;
    float: left;
}

.cell_130 {
    display: table-cell;
    width: 130px;
    float: left;
}

.cell_170 {
    display: table-cell;
    width: 170px;
    float: left;
}

.cell_370 {
    display: table-cell;
    width: 370px;
    float: left;
}

.cell_470 {
    display: table-cell;
    width: 470px;
    float: left;
}

.cell_500 {
    display: table-cell;
    width: 500px;
    float: left;
}

.cell_510 {
    display: table-cell;
    width: 510px;
    float: left;
}

.table_650 {
    width: 650px;
    display: table;
}

.table_lista1 div div {
    display: table-cell;
}

.table_stripped .divRow {
    height: 30px;
    line-height: 30px;
    display: table-row;
    width: auto;
}

.table_mini_img {
    width: 20px;
    height: 20px;
    display: inline;
}

    .table_mini_img img {
        width: auto;
        height: auto;
    }

.odd, .oddrow {
    background-color: #ebebec;
    text-decoration: none;
}

    .odd div, .nodeco {
        text-decoration: none;
    }

.divTableCalendario {
    display: table;
    width: 665px;
}

.divTable, .table_stripped, .table_lista1 {
    display: table;
    width: auto;
}

    .divRow, .table_lista1 div {
        display: table-row;
        width: auto;
    }

.divCell, .cell {
    float: left;
    display: table-column;
}

.calendario {
    width: 400px;
    height: 266px;
    display: table;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}

    .calendario a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #fff;
    }

    .calendario .mes {
        behavior: url(/PIE.htc);
        position: relative;
        width: 400px;
        height: 22px;
        line-height: 22px;
        background-color: #016D9B;
        text-align: center;
        font-weight: 700;
        border-radius: 10px;
        margin-bottom: 3px;
    }

    .calendario .semana {
        behavior: url(/PIE.htc);
        position: relative;
        width: 400px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        border-radius: 34px;
        margin: 1px 0;
    }

        .calendario .semana div {
            behavior: url(/PIE.htc);
            position: relative;
            width: 57px;
            height: 22px;
            line-height: 22px;
            background-color: #016D9B;
            text-align: center;
            display: table-column;
            float: left;
            border-radius: 70px;
        }

    .calendario .leftright {
        behavior: url(/PIE.htc);
        position: relative;
        margin-left: 20px;
        margin-right: 20px;
        border-radius: 10px;
        background: white;
        padding: 0 10px;
        color: black;
    }

    .calendario .tabeladiasdomes, .table_publicacoes, .table_simples, .table {
        display: table;
    }

        .calendario .tabeladiasdomes .row {
            display: table-row;
            border-bottom: 1px solid #fff;
        }

            .calendario .tabeladiasdomes .row a {
                cursor: default;
            }

                .calendario .tabeladiasdomes .row a.calendarDayCell {
                    /*behavior: url(/PIE.htc);*/
                    /*position: relative;*/
                    cursor: pointer;
                    border-radius: 1000px;
                    border: 1px;
                }

                    .calendario .tabeladiasdomes .row a.calendarDayCell :hover {
                        border: 1px solid #333 !important;
                        margin: -1px -1px -1px 0;
                    }

            .calendario .tabeladiasdomes .row .cell {
                behavior: url(/PIE.htc);
                position: relative;
                display: table-column;
                width: 56px;
                height: 42px;
                line-height: 42px;
                text-align: center;
                background-color: #d4d4d4;
                float: left;
                margin-left: 1px;
                border-bottom: 1px solid #fff !important;
                color: black !important;
                border-radius: 99999px;
                font-weight: 700;
            }

            .calendario .tabeladiasdomes .row .cellpast {
                display: table-column;
                width: 56px;
                height: 42px;
                line-height: 42px;
                text-align: center;
                background-color: #d4d4d4;
                float: left;
                margin-left: 1px;
                cursor: pointer;
                color: #888 !important;
                font-weight: 700;
            }

            .calendario .tabeladiasdomes .row .cellon {
                display: table-column;
                width: 56px;
                height: 42px;
                line-height: 42px;
                text-align: center;
                background-color: #a6a4a4;
                float: left;
                margin-left: 1px;
                cursor: pointer;
                border-bottom: 1px solid #fff;
                color: #fff;
            }

            .calendario .tabeladiasdomes .row .cellselected {
                display: table-column;
                width: 56px;
                height: 42px;
                line-height: 42px;
                text-align: center;
                background-color: #009FE3;
                float: left;
                margin-left: 1px;
                cursor: pointer;
                color: white !important;
            }

.caixa_evento_calendario {
    behavior: url(/PIE.htc);
    position: relative;
    width: 250px;
    border-radius: 15px;
    background-color: #e8e6e6;
    padding: 0;
    margin-left: 15px;
}

    .caixa_evento_calendario img {
        /*width: 235px;*/
        margin-top: 5px;
    }

    .caixa_evento_calendario .descricao {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 225px;
    }

.galeria_fotos {
    width: 630px;
    height: 350px;
    background-color: #e0e0e0;
    display: table;
}

    .galeria_fotos .central {
        width: 520px;
        height: 350px;
        display: table-column;
        float: left;
        margin-left: 10px;
    }

    .galeria_fotos .imageBox {
        width: 160px;
        height: 150px;
        display: block;
        float: left;
        margin: 5px;
        margin-top: 20px;
    }

.content_headimage_galeria .imgbox img {
    max-height: 413px;
    min-height: 413px;
    max-width: 650px;
}

.imgbottomcaption {
    height: 24px;
    line-height: 24px;
    color: #FFF;
    font-size: 11px;
}

.imgbottomcaption_box {
    width: 600px;
    display: table;
    margin: auto;
}

.galeria_fotos_especifica {
    width: 650px;
    height: 350px;
    background-color: #e0e0e0;
    display: table;
}

    .galeria_fotos_especifica .central {
        width: 540px;
        height: 350px;
        display: table-column;
        float: left;
        margin-left: 10px;
        margin-top: 20px;
    }

    .galeria_fotos_especifica .imageBox {
        width: 130px;
        height: 90px;
        display: block;
        float: left;
        margin: 2px;
        margin-top: 8px;
    }

        .galeria_fotos_especifica .imageBox img {
            width: 120px;
            height: 80px;
            margin: 5px;
        }

.galeria_videos {
    width: 650px;
    height: 350px;
    background-color: #e0e0e0;
    display: table;
    border-radius: 30px;
    border: 4px solid #016D9B;
}

    .galeria_videos .lateral, .galeria_fotos_especifica .lateral, .galeria_fotos .lateral {
        width: 50px;
        height: 350px;
        text-align: center;
        display: table-column;
        float: left;
    }

    .galeria_videos .central {
        width: 530px;
        height: 350px;
        display: table-column;
        float: left;
        margin-left: 10px;
    }

    .galeria_videos .seta, .galeria_fotos_especifica .seta, .galeria_fotos .seta {
        margin-top: 160px;
    }

    .galeria_videos .imageBox {
        width: 155px;
        height: 105px;
        display: block;
        float: left;
        margin: 10px;
        margin-top: 30px;
    }

        .galeria_videos .imageBox div {
            text-indent: 5px;
        }

        .galeria_videos .imageBox:hover, .galeria_fotos_especifica .imageBox:hover, .home_menu li:hover, .home_menu li.current {
            background-color: #009FE3;
        }

        .galeria_videos .imageBox img {
            width: 145px;
            height: 95px;
            margin: 5px;
        }

div.contactos_accordion, div.faq_accordion {
    width: 600px;
    padding: 5px 20px !important;
}

.contactos_accordion .head, .faq_accordion .head {
    background-color: #80A9BC;
    border-bottom: 2px solid #016D9B;
    border-right: 2px solid #016D9B;
    cursor: pointer;
    width: 640px;
    height: 26px;
    line-height: 26px;
    display: table;
    font-size: 12px;
    font-weight: 700;
    color: white;
    text-indent: 25px;
    margin: 5px;
    padding: 0;
    background-repeat: no-repeat;
    background-image: url(../img/accordion_mais.png);
    background-position: left;
    outline: 0 !important;
}

    .contactos_accordion .head.ui-state-active, .faq_accordion .head.ui-state-active {
        background-color: #016D9B;
        border-bottom: 2px solid #009FE3;
        border-right: 2px solid #009FE3;
        background-image: url(../img/accordion_menos.png);
    }

.contactField {
    font-weight: 700;
    color: #016D9B;
}

.active {
    border-bottom: 2px solid #fff;
    cursor: pointer;
    width: 370px;
    height: 26px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #6d6e71;
    text-indent: 5px;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-image: url(../img/accordion_menos.png);
    background-position: right;
}

.contactos_accordion li ul {
    width: 370px;
    background-color: #e0e0e0;
    border-bottom: 2px solid #fff;
    margin: 0;
    padding: 0;
}

.contactos_contentdiv {
    background-color: #e0e0e0;
    min-height: 100px;
    margin: 0;
    padding: 10px;
}

.titverdecinza {
    height: 31px;
    line-height: 31px;
    background-color: #04735c;
    font-size: 15px;
    background-image: url(../img/titverde_cinza_right.png);
    background-position: center right;
    background-repeat: no-repeat;
    text-indent: 10px;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'GothamNarrow-Medium', Arial;
    min-width: 310px;
    width: auto;
    margin: 6px 6px 10px;
}

.body_middlecolumn_cinzaescuro {
    margin-left: 20px;
    width: 330px;
    height: auto;
    float: right;
    background-color: #a6a6a6;
    display: table-cell;
}

.box_entrevista_maximized {
    width: auto;
    margin: auto;
    margin-left: 7px;
    margin-right: 7px;
    background-color: #FFF;
    display: table;
    background-position: bottom right;
    background-repeat: no-repeat;
    border-bottom: 1px solid #dfe0e0;
}

    .box_entrevista_maximized .imgbox, .box_agenda_maximized .imgbox, .box_destaques_maximized .imgbox {
        width: 294px;
        height: 157px;
        display: block;
    }

    .box_entrevista_maximized .box_title {
        height: 36px;
        margin: auto;
        margin-left: 5px;
        margin-right: 5px;
        width: auto;
        padding: 5px;
    }

        .box_entrevista_maximized .box_title a, .box_agenda_minimized .box_title a, .box_agenda_maximized .box_title a, .box_destaques_minimized .box_title a, .box_destaques_maximized .box_title a {
            color: #000;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: 700;
            text-decoration: none;
            font-size: 13px;
        }

    .box_entrevista_maximized .box_image, .box_agenda_maximized .box_image {
        margin: auto;
        width: 295px;
    }

    .box_entrevista_maximized .box_buttons_box {
        width: auto;
        height: 19px;
        margin-left: 6px;
    }

    .box_entrevista_maximized .box_description {
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        margin: 6px;
        width: auto;
        color: #04735c;
    }

.microsite_body_column_free {
    width: 680px;
    padding: 0;
    height: auto;
    float: left;
    background-color: #e0e0e0;
    display: table-cell;
}

    .microsite_body_column_free .box_destaques_maximized {
        margin: auto;
        margin-left: 7px;
        margin-right: 7px;
        background-color: #FFF;
        display: table;
        background-image: url(../img/button_minus.png);
        background-position: bottom right;
        background-repeat: no-repeat;
        border-bottom: 1px solid #dfe0e0;
        width: 98%;
    }

        .microsite_body_column_free .box_destaques_maximized .box_destaques_content {
            height: 120px;
        }

        .microsite_body_column_free .box_destaques_maximized .box_image {
            margin: 5px;
            width: 240px;
            float: left;
            position: relative;
        }

            .microsite_body_column_free .box_destaques_maximized .box_image img {
                width: 240px;
            }

.microsite_menu, .margintop5 {
    margin-top: 5px;
}

    .microsite_menu ul {
        list-style: none;
        margin: 0;
        padding: 5px 15px;
        float: left;
        clear: both;
    }

        .microsite_menu ul li {
            float: left;
            margin: 0 2px;
            padding: 0 1px;
        }

    .microsite_menu li ul, .head_top2_menu li ul {
        margin: 0;
        padding: 0;
        background-color: transparent;
        background-image: url(../img/topmenu_submenu.png);
        margin-left: -50px;
        position: absolute;
        z-index: 100;
        border: 1px solid #d6d6d6;
        list-style: none;
        display: none;
        margin-top: -1px;
    }

        .microsite_menu li ul li, .head_top2_menu li ul li {
            color: #525252;
            font-size: 12px;
            min-height: 23px;
            line-height: 23px;
            font-family: 'GothamNarrow-Medium', Arial;
            border-bottom: 1px solid #d6d6d6;
            text-indent: -2px;
            margin-left: 10px;
            margin-right: 10px;
            float: none;
            width: 190px;
        }

        .microsite_menu li ul a:last-child, .head_top2_menu li ul a:last-child {
            border-bottom: 0 solid #d6d6d6;
        }

    .microsite_menu > ul:first-child > li {
        font-weight: 400;
        letter-spacing: -0;
        text-transform: uppercase;
        font-family: 'GothamNarrow-Medium';
    }

    .microsite_menu > ul > li a {
        color: #009FE3;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: -0;
        text-transform: uppercase;
        font-family: 'GothamNarrow-Medium';
        margin-right: 0;
    }

.ui-multiselect {
    width: 231px !important;
}

.erro, .table_publicacoes div, .pad5 {
    padding: 5px;
}

.tit_home_destaques {
    margin: 6px;
    margin-bottom: 10px;
    width: 327px;
    height: 31px;
    line-height: 31px;
    background-color: #76B378;
    font-size: 15px;
    background-position: center right;
    background-repeat: no-repeat;
    text-indent: 10px;
    color: white;
    text-transform: uppercase;
    font-family: 'GothamNarrow-Medium', Arial;
    margin-left: 8px;
}

    .tit_home_destaques:after {
        display: block;
        position: relative;
        border-top: 5px solid #4B6D4C;
        border-right: 5px solid transparent;
        content: " ";
        width: 0;
        margin-left: 322px;
        margin-top: -1px;
    }

    .tit_home_destaques .before {
        behavior: url(/PIE.htc);
        display: inline-block;
        border: 5px solid #76B378;
        border-image: initial;
        width: 33px;
        height: 33px;
        position: relative;
        top: 0;
        content: " ";
        margin-bottom: -17px;
        margin-top: -5px;
        background: url(../images/sprite.png);
        background-position: -44px -4px;
        border-radius: 1000px;
        margin-left: -18px;
    }

.tit_home_agenda {
    margin: 6px;
    margin-left: 8px;
    margin-bottom: 10px;
    width: 327px;
    height: 31px;
    line-height: 31px;
    background-color: #009FE3;
    font-size: 15px;
    background-position: center right;
    background-repeat: no-repeat;
    text-indent: 10px;
    color: white;
    text-transform: uppercase;
    font-family: 'GothamNarrow-Medium', Arial;
}

    .tit_home_agenda:after {
        display: block;
        position: relative;
        border-top: 5px solid #026390;
        border-right: 5px solid transparent;
        content: " ";
        width: 0;
        margin-left: 322px;
        margin-top: -1px;
    }

    .tit_home_agenda .before {
        behavior: url(/PIE.htc);
        position: relative;
        display: inline-block;
        border: 5px solid #009FE3;
        border-image: initial;
        width: 33px;
        height: 33px;
        position: relative;
        top: 0;
        content: " ";
        margin-bottom: -17px;
        margin-top: -5px;
        background: url(../images/sprite.png);
        background-position: -84px -4px;
        border-radius: 1000px;
        margin-left: -18px;
    }

.head_top2_menu {
    width: 750px;
    height: 53px;
    overflow: hidden;
    z-index: 0;
    background-image: url(../images/bg_menu.png);
    background-repeat: repeat-x;
}

    .head_top2_menu:before {
        display: block;
        width: 23px;
        height: 53px;
        background: url(../images/bg_menu_left.png);
        float: left;
        position: relative;
        margin-right: -23px;
        content: " ";
        z-index: 1;
    }

    .head_top2_menu > ul > li > a {
        color: black;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: -0;
        text-transform: uppercase;
        font-family: Arial;
        margin-right: 0;
        display: table-cell;
        vertical-align: middle;
        height: 48px;
        width: 87px;
        border: 1px solid white;
        text-align: center;
        padding: 2px 18px;
        z-index: 3;
    }

.buttonColor1aWrap {
    background-color: #009FE3;
    height: 19px;
    line-height: 19px;
    font-size: 11px;
    font-weight: 700;
    color: white;
    text-align: center;
    padding-left: 10px;
    padding-right: 8px;
    margin-left: -10px;
}

    .buttonColor1aWrap:after {
        display: block;
        position: relative;
        border-top: 4px solid #016D9B;
        border-left: 4px solid transparent;
        content: " ";
        width: 0;
        left: -10px;
        top: 0;
    }

.buttonColor1aWrapEnd {
    behavior: url(/PIE.htc);
    position: relative;
    background-color: #009FE3;
    height: 19px;
    line-height: 19px;
    font-size: 11px;
    font-weight: 700;
    color: white;
    text-align: center;
    padding-left: 10px;
    padding-right: 8px;
    border-radius: 0 10px 10px 0;
    margin-left: -10px;
}

    .buttonColor1aWrapEnd:after {
        display: block;
        position: relative;
        border-top: 4px solid #016D9B;
        border-left: 4px solid transparent;
        content: " ";
        width: 0;
        left: -10px;
        top: 0;
    }

.buttonColor1bEnd {
    behavior: url(/PIE.htc);
    background-color: #016D9B;
    height: 19px;
    line-height: 19px;
    font-size: 11px;
    font-weight: 700;
    color: white;
    text-align: center;
    padding-left: 8px;
    padding-right: 11px;
    margin-left: 1px;
    border-radius: 0 10px 10px 0;
    position: relative;
}

.buttonHighlightWrap {
    background-color: #76B378;
    height: 19px;
    line-height: 19px;
    font-size: 11px;
    font-weight: 700;
    color: white;
    text-align: center;
    padding-left: 10px;
    padding-right: 8px;
    margin-left: -10px;
}

    .buttonHighlightWrap:after {
        display: block;
        position: relative;
        border-top: 4px solid #527F54;
        border-left: 4px solid transparent;
        content: " ";
        width: 0;
        left: -10px;
        top: 0;
    }

.buttonHighlight {
    behavior: url(/PIE.htc);
    position: relative;
    background-color: #527F54;
    height: 19px;
    line-height: 19px;
    font-size: 11px;
    font-weight: 700;
    color: white;
    text-align: center;
    padding-left: 8px;
    padding-right: 11px;
    margin-left: 1px;
    border-radius: 0 10px 10px 0;
}

#share_box {
    border: 2px solid white;
    border-radius: 4px;
    box-shadow: 1px 2px 7px 4px #666;
    background: #CCC;
    width: 210px;
    height: 32px;
    z-index: 1000000;
}

#share_box_close {
    float: right;
    border: 1px solid #777;
    background: #BBB;
    color: #666;
    padding: 0 3px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 700;
    cursor: pointer;
}

    #share_box_close:hover {
        background: white;
    }

#at15pf, #at16pf {
    display: none !important;
}

.box_right_transparent1 img.block_image {
    max-height: 112px;
    max-width: 200px;
}

.box_right_transparent1 img.block_banner {
    max-height: 200px;
    max-width: 200px;
}

.capitals {
    text-transform: capitalize;
}

.nowrap {
    white-space: nowrap;
}

.aleft {
    text-align: left;
}

.aright {
    text-align: right;
}

.atop {
    display: table-cell;
    vertical-align: top;
}

.abottom {
    display: table-cell;
    vertical-align: bottom;
}

.amiddle {
    display: table-cell;
    vertical-align: middle;
}

.content_headimage_galeria {
    margin-top: -57px;
    width: 947px;
    z-index: 5;
    position: relative;
    background-color: #000;
    text-align: center;
    height: 440px;
    overflow: hidden;
}

.content_imagebottom_galeria img.selected {
    border-color: #fff;
}

.botmid_cinza {
    behavior: url(/PIE.htc);
    position: relative;
    background: #016D9B;
    color: white;
    width: 20px;
    height: 19px;
    font-weight: 700;
    border-radius: 76px;
    text-align: center;
    font-size: 16px;
    border: 2px solid #016D9B;
    margin-left: -5px;
    margin-top: -2px;
    padding-top: 1px;
}

.botmid_red {
    background-image: url(../img/botmid_red.png);
    width: 20px;
    height: 19px;
}

.content_left_menu_title a {
    color: inherit;
}

.dinline {
    display: inline;
}

.dblock {
    display: block;
}

.clear {
    clear: both;
    float: left;
}

.paginacao_inactive {
    behavior: url(/PIE.htc);
    position: relative;
    font-size: 12px;
    color: #009FE3;
    padding: 5px;
    border: 1px solid #016D9B;
    cursor: default;
    border-radius: 30px;
}

.field-validation-error {
    color: #EC008C !important;
    font-size: 11px!important;
    margin-left: 13px;
    position: relative;
}

Pseudo ::before element .field-validation-error:before {
    content: ' ';
    border: 8px solid;
    border-top-color: #EC008C !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent;
    border-left-color: transparent;
    position: absolute;
    left: -10px;
    top: -5px;
}

.input-validation-error {
    border: 1px solid red;
    background-color: #fee;
    float: left;
}

.validation-summary-errors {
    font-weight: 700;
    color: red;
}

.map_popup {
    border: 5px solid #fff;
    outline: 1px solid #aaa;
}

.table_mini_div {
    width: 24px;
    height: 20px;
    display: inline;
    float: left;
}

ul.contactos_accordion, ul.faq_accordion {
    width: 650px;
    display: table;
    list-style: none;
    padding: 5px;
}

div.faq_accordion p {
    text-align: left !important;
}

.blockmapcanvas {
    width: 800px;
    height: 800px;
    position: relative;
    bottom: 0;
    right: 0;
    margin-left: -600px;
    margin-top: -800px;
    z-index: 9999;
    display: none;
}

.contactmapmaindiv {
    position: relative;
    width: 640px;
    height: 360px;
    margin-left: 4px;
}

.contactmapdiv {
    position: relative;
    float: left;
    width: 640px;
    height: 360px;
}

.contactmap {
    width: 640px;
    height: 360px;
}

.contactmapSep {
    position: relative;
    height: 5px;
    width: 340px;
    float: left;
}

.polygonmapmaindiv {
    position: relative;
    width: 640px;
    height: 360px;
    margin-left: 4px;
}

.polygonmapdiv {
    position: relative;
    float: left;
    width: 640px;
    height: 360px;
}

.polygonmap {
    width: 640px;
    height: 360px;
}

.polygonmapSep {
    position: relative;
    height: 5px;
    width: 340px;
    float: left;
}

.table_stripped div div {
    height: 30px;
    display: table-column;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.box_title {
    max-width: 90% !important;
    margin-bottom: 5px !important;
}

    .box_title a {
        font-size: 12px !important;
    }

.box_description {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    font-size: 11px !important;
}

.box_destaques_minimized .box_title {
    height: 30px;
    width: auto;
    padding: 5px;
    display: table-cell;
    vertical-align: middle;
}

.body_leftcolumn .box_title {
    width: 290px;
}

.buttondarkgray {
    behavior: url(/PIE.htc);
    position: relative;
    height: 19px;
    line-height: 19px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-right: 3px;
    padding-left: 8px;
    background-color: #016D9B;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 6px;
}

.buttonred, .buttonblue {
    padding-right: 8px;
}

.content_imagebottom_galeria span {
    float: left;
    margin: 8px;
    color: white;
    max-width: 470px;
    text-align: left;
    position: absolute;
    font-size: 12px;
    line-height: 16px;
    top: 0;
    left: 0;
}

.mapBalloon, .txt10 {
    font-size: 10px;
}

.highlight {
    font-weight: bolder;
    background-color: #ddd;
}

.caixatxt_12_650 {
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    line-height: 18px;
    text-align: justify;
    font-size: 13px !important;
    padding-right: 25px;
    width: 97%;
}

.galeria_fotos .imageBox.hidden, .mapBalloonContent, .table_stripped .divRow.hidden, .validation-summary-valid, .field-validation-valid, .caixa_evento_calendario_wrap, .addthis_button_email span, .hidden, .box_agenda_minimized .box_button, .box_agenda_minimized .box_description, .box_agenda_minimized .box_buttons_box, .box_agenda_minimized .box_image, .box_agenda_minimized .imgbox, .box_agenda_maximized .hideOnMax, .box_agenda_minimized .hideOnMin, .box_destaques_minimized .box_button, .box_destaques_minimized .box_buttons_box, .box_destaques_minimized .box_image, .box_destaques_minimized .imgbox, .box_destaques_maximized .hideOnMax, .box_destaques_minimized .hideOnMin, .nodisplay {
    display: none;
}

.form_simples label {
    color: #005B7F !important;
    font: 700 13px arial, verdana;
}

.form_simples .registerText {
    float: left;
    clear: left;
    width: 100%;
}

.topSocialImg {
    margin-top: 1px;
    width: 30px;
    height: 30px;
}

.filter-form {
    width: 100%;
    position: relative;
    float: left;
}

    .filter-form > span {
        display: block;
        font-size: 18px;
        text-transform: uppercase;
        color: #005072;
        font-weight: bold;
        /*margin-top: -22px;*/
        margin-left: 15px;
    }

    .filter-form .textbox {
        font-size: 12px;
        color: white;
        font-weight: bold;
        margin-left: 33px;
        margin-top: 27px;
    }

    .filter-form .az {
        font-size: 12px;
        color: white;
        font-weight: bold;
        margin-left: 33px;
        margin-top: 15px;
    }

.azSpinner {
    position: relative;
    float: left;
}

    .azSpinner > span {
        background: none;
        border: none;
    }

.ui-spinner-up {
    background: none !important;
    margin-top: -27px !important;
    margin-left: 34px !important;
    height: 25px !important;
    float: left !important;
    position: relative !important;
    border-radius: 0 !important;
    border: none !important;
    background-image: linear-gradient(top, rgb(0,74,106) 75%, rgba(0,14,21,0) 100%) !important;
    background-image: -o-linear-gradient(top, rgb(0,74,106) 75%, rgba(0,14,21,0) 100%) !important;
    background-image: -moz-linear-gradient(top, rgb(0,74,106) 75%, rgba(0,14,21,0) 100%) !important;
    background-image: -webkit-linear-gradient(top, rgb(0,74,106) 75%, rgba(0,14,21,0) 100%) !important;
    background-image: -ms-linear-gradient(top, rgb(0,74,106) 75%, rgba(0,14,21,0) 100%) !important;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.75, rgb(0,74,106)), color-stop(1, rgba(0,14,21,0)) ) !important;
    cursor: pointer !important;
    background-color: rgb(0,74,106)\9 !important;
    margin-top: 0\9 !important;
    margin-left: 0\9 !important;
    top: 2px\9 !important;
    left: 34px\9 !important;
    position: absolute\9 !important;
    height: 20px\9 !important;
    background-color: #005072\9 !important;
}

.ui-spinner-down {
    background: none !important;
    margin-top: -27px !important;
    margin-right: 35px !important;
    height: 25px !important;
    float: right !important;
    position: relative !important;
    border-radius: 0 !important;
    border: none !important;
    background-image: linear-gradient(top, rgb(0,74,106) 75%, rgba(0,14,21,0) 100%) !important;
    background-image: -o-linear-gradient(top, rgb(0,74,106) 75%, rgba(0,14,21,0) 100%) !important;
    background-image: -moz-linear-gradient(top, rgb(0,74,106) 75%, rgba(0,14,21,0) 100%) !important;
    background-image: -webkit-linear-gradient(top, rgb(0,74,106) 75%, rgba(0,14,21,0) 100%) !important;
    background-image: -ms-linear-gradient(top, rgb(0,74,106) 75%, rgba(0,14,21,0) 100%) !important;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.75, rgb(0,74,106)), color-stop(1, rgba(0,14,21,0)) ) !important;
    cursor: pointer !important;
    background-color: rgb(0,74,106)\9 !important;
    margin-top: 0\9 !important;
    margin-left: 0\9 !important;
    top: 2px\9 !important;
    left: 138px\9 !important;
    position: absolute\9 !important;
    height: 20px\9 !important;
}

/*.ui-spinner-button {
    height: 29% !important;
}*/

.filter-form .auto-filter-text-field {
    font-size: 11px;
    font-size: 12px\9;
    color: white;
    font-weight: bold;
    margin-left: 33px;
    margin-top: 2px;
    width: 119px;
    height: 20px;
    background-color: transparent;
    background-image: linear-gradient(top, rgb(0,74,106) 75%, rgba(0,14,21,0) 100%);
    background-image: -o-linear-gradient(top, rgb(0,74,106) 75%, rgba(0,14,21,0) 100%);
    background-image: -moz-linear-gradient(top, rgb(0,74,106) 75%, rgba(0,14,21,0) 100%);
    background-image: -webkit-linear-gradient(top, rgb(0,74,106) 75%, rgba(0,14,21,0) 100%);
    background-image: -ms-linear-gradient(top, rgb(0,74,106) 75%, rgba(0,14,21,0) 100%);
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.75, rgb(0,74,106)), color-stop(1, rgba(0,14,21,0)) );
    outline: none;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-bottom: 0\9;
    line-height: 20px\9 !important;
    vertical-align: middle\9 !important;
}

    .filter-form .auto-filter-text-field.spinner {
        width: 88px;
        margin-left: 50px;
        text-align: center;
    }

.filter-form .subject {
    position: relative;
    float: left;
    font-size: 18px;
    color: #005072;
    font-weight: bold;
    margin-top: 25px;
    margin-left: 15px;
    margin-bottom: 10px;
}

.filter-form .subjectItem {
    position: relative;
    float: left;
    width: 90%;
    clear: left;
    font-size: 12px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 15px;
}

    .filter-form .subjectItem .checkbox {
        width: 19px;
        height: 25px;
        padding: 0 5px 0 0;
        background: url('/images/MenuBulletFooter.png') no-repeat;
        display: block;
        clear: left;
        float: left;
    }

    .filter-form .subjectItem input {
        position: relative;
        float: left;
    }

    .filter-form .subjectItem label {
        position: relative;
        background: url('/images/MenuBulletFooter.png') no-repeat;
        background-color: transparent;
        border: 0;
        text-align: left;
        padding: 0 6px;
        background-position: 0 10px;
        width: 100%;
    }

        .filter-form .subjectItem label.ui-state-active {
            color: #EC008C;
            background: url('/images/MenuBulletSelected.png') no-repeat;
            background-position: 0 8px;
        }

[id^=FilterChannels], [id^=FilterSubChannels] {
    top: -999999999999px;
}

.left, .contactmappoints {
    position: relative;
    float: left;
}

.right {
    position: relative;
    float: right;
}

.FilterField.text {
    border: 1px solid #A3A2A2;
}

.results-wrap {
    position: relative;
    height: 100%;
    float: left;
    width: 100%;
}

.results-page {
    clear: left;
    width: 100%;
    font: 13px Arial;
    min-height: 512px;
    float: left;
}

.results-page-overlay {
    clear: left;
    width: 104%;
    font: 13px Arial;
    min-height: 512px;
    float: left;
    position: absolute;
    left: -2%;
    top: -2%;
    text-align: center;
    background: #016D9B;
    opacity: 0.1;
    filter: alpha(opacity=10);
    height: 94%;
    padding-top: 10%;
    display: none;
}

.thVolunteer {
    font-size: 13px;
    font-family: Arial;
    color: White;
    background-color: #016D9B;
    height: 20px;
    border: 1px solid white;
    text-align: center;
}

.filterSep {
    width: 15px;
    height: 22px;
    position: relative;
    float: left;
}

.volunteerSep {
    height: 15px;
    width: 100%;
}

.volunteerGridSep {
    height: 5px;
    width: 100%;
}

.volunteer-result-cell {
    font-size: 13px;
    font-family: Arial;
    padding: 5px;
    text-align: center;
    border-bottom: 2px solid #A3A2A2;
}

#volunteer-result-table {
    float: left;
    margin-top: 17px;
    width: 100%;
}

.filterTitle {
    font-weight: 700;
    margin-left: 5px;
    display: inline-block;
    min-width: 60px;
    text-align: right;
}

#FilterOportunityDesignation {
    width: 150px;
}

.result-line {
    border-bottom: 1px dashed #dfe0e0;
    display: inline-block;
    float: left;
    clear: both;
    width: 100%;
    padding-top: 5px;
}

table.volunteering-item-details-table {
    width: 100%;
    border-spacing: 0;
}

    table.volunteering-item-details-table th, .box_bottomlink, .pad10 {
        padding: 10px;
    }

.ui-selectmenu {
    display: block;
    position: relative;
    height: 2em;
    text-decoration: none;
    overflow: hidden;
}

.ui-selectmenu-icon {
    position: absolute;
    right: 6px;
    margin-top: -8px;
    top: 50%;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0;
    visibility: hidden;
    overflow: auto;
}

.ui-selectmenu-open {
    visibility: visible;
}

.ui-selectmenu-menu-popup {
    margin-top: -1px;
}

.ui-selectmenu-menu li {
    padding: 0;
    margin: 0;
    display: block;
    border-top: 1px dotted transparent;
    border-bottom: 1px dotted transparent;
    border-right-width: 0 !important;
    border-left-width: 0 !important;
    font-weight: normal !important;
}

    .ui-selectmenu-menu li a, .ui-selectmenu-status {
        line-height: 1.4em;
        display: block;
        padding: .3em 1em;
        outline: none;
        text-decoration: none;
    }

    .ui-selectmenu-menu li.ui-selectmenu-hasIcon a, .ui-selectmenu-hasIcon .ui-selectmenu-status {
        padding-left: 20px;
        position: relative;
        margin-left: 5px;
    }

    .ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon {
        position: absolute;
        top: 1em;
        margin-top: -8px;
        left: 0;
    }

.ui-selectmenu-status {
    line-height: 1.4em;
}

    .ui-selectmenu-menu li span, .ui-selectmenu-status span {
        display: block;
        margin-bottom: .2em;
    }

.ui-selectmenu-menu li .ui-selectmenu-item-header, .bold {
    font-weight: 700;
}

.ui-selectmenu-menu li .ui-selectmenu-item-footer {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.ui-selectmenu-menu .ui-selectmenu-group {
    font-size: 1em;
}

    .ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
        line-height: 1.4em;
        display: block;
        padding: .6em .5em 0;
        font-weight: 700;
    }

    .ui-selectmenu-menu .ui-selectmenu-group ul {
        margin: 0;
        padding: 0;
    }

.pagination-sort-wrap {
    float: left;
}

.pagination-sort {
    cursor: pointer;
    padding: 2px 20px;
    border: 1px solid #dfe0e0;
}

    .pagination-sort.selected {
        background-position: 95% 50%;
        background-repeat: no-repeat;
        border: 1px solid #3E7C94;
    }

        .pagination-sort.selected.asc {
            background-image: url('../img/ArrowUpInactive.png');
        }

        .pagination-sort.selected.desc {
            background-image: url('../img/ArrowDownInactive.png');
        }

.schemaTable td {
    background-color: #A5C3D2 !important;
    border: 1px solid white!important;
    text-align: left !important;
}

.schemaTable label {
    color: #005B7F !important;
    margin: 5px;
    display: inline-block;
}

.schemaTable td:first-child {
    color: #005B7F !important;
    background-color: white !important;
    border-bottom: 1px solid #A5C3D2!important;
    min-width: 165px;
}

.schemaTable tr:nth-child(2n) td:first-child {
    border-color: white;
}

.loginPartial {
    position: absolute;
    width: 209px;
    height: 0;
    margin-left: 492px;
    margin-top: 25px;
    z-index: 999;
    background-color: #434142;
    overflow: hidden;
}

.loginSubdiv {
    position: relative;
    float: left;
    width: 209px;
    height: 19px;
}

.loginClose {
    cursor: pointer;
    background-image: url('../img/loginClose.png');
    position: relative;
    float: left;
    width: 6px;
    height: 6px;
    margin-top: 9px;
    margin-left: 189px;
}

.loginUsername {
    position: relative;
    float: left;
    width: 209px;
    height: 12px;
}

.loginUsernameLabel {
    position: relative;
    float: left;
    width: 59px;
    height: 12px;
    margin-left: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #D8D8D8;
    line-height: 12px;
}

.loginUsernameInput {
    width: 95px;
    height: 12px;
    position: relative;
    float: left;
}

    .loginUsernameInput input {
        width: 95px;
        height: 12px;
        border: none;
        padding: 0;
        margin: 0;
        font-size: 11px;
    }

.loginSep {
    position: relative;
    float: left;
    width: 209px;
    height: 8px;
}

.doLogin {
    position: relative;
    float: left;
    width: 23px;
    height: 13px;
    margin-left: 6px;
}

    .doLogin input {
        background-color: #B12D52;
        font-family: Arial, Helvetica, sans-serif;
        color: #D8D8D8;
        width: 23px;
        height: 13px;
        padding: 0;
        font-size: 11px;
    }

.URLHelpdesk {
    color: #6D6E71;
}

.icon_clip {
    background-image: url(../images/sprite.png);
    background-position: -40px 0;
    background-repeat: no-repeat;
}

.icon_calendar {
    background-image: url(../images/sprite.png);
    background-position: -80px 0;
    background-repeat: no-repeat;
}

.icon_contact {
    background-image: url(../images/sprite.png);
    background-position: -120px 0;
    background-repeat: no-repeat;
}

.icon_media {
    background-image: url(../images/sprite.png);
    background-position: -160px 0;
    background-repeat: no-repeat;
}

.icon_publication {
    background-image: url(../images/sprite.png);
    background-position: 0 -40px;
    background-repeat: no-repeat;
}

.icon_press {
    background-image: url(../images/sprite.png);
    background-position: -40px -40px;
    background-repeat: no-repeat;
}

.icon_question {
    background-image: url(../images/sprite.png);
    background-position: -80px -40px;
    background-repeat: no-repeat;
}

.icon_article {
    background-image: url(../images/sprite.png);
    background-position: -120px -40px;
    background-repeat: no-repeat;
}

.icon_folder {
    background-image: url(../images/sprite.png);
    background-position: -160px -40px;
    background-repeat: no-repeat;
}

.icon_error {
    background-image: url(../images/sprite.png);
    background-position: 0 -80px;
    background-repeat: no-repeat;
}

.icon_user {
    background-image: url(../images/sprite.png);
    background-position: -40px -80px;
    background-repeat: no-repeat;
}

.icon_form {
    background-image: url(../images/sprite.png);
    background-position: -80px -80px;
    background-repeat: no-repeat;
}

.icon_sitemap {
    background-image: url(../images/sprite.png);
    background-position: -120px -80px;
    background-repeat: no-repeat;
}

.icon_search {
    background-image: url(../images/sprite.png);
    background-position: -160px -80px;
    background-repeat: no-repeat;
}

.linktxt_12_preto span {
    behavior: url(/PIE.htc);
    position: relative;
    color: white;
    background-color: #016D9B;
    border-radius: 10px;
    padding: 2px;
    width: 20px;
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 5px;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white;
}

    .arrow-up.grey {
        border-bottom: 5px solid grey;
    }

.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
}

    .arrow-down.grey {
        border-top: 5px solid grey;
    }

.arrow-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid white;
}

    .arrow-right.grey {
        border-left: 5px solid grey;
    }

.arrow-left {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid white;
}

    .arrow-left.grey {
        border-right: 5px solid grey;
    }

.carousel {
    width: 100%;
    height: 50px;
    margin: 0 10px 20px 10px;
}

.carousel-prev, .carousel-next {
    background-color: darkgrey;
    height: 10px;
    width: 10px;
    padding: 20px 0px 20px 5px;
    cursor: pointer;
}

.carousel-prev {
    float: left;
}

.carousel-next {
    float: right;
}

.carousel-slider {
    width: 670px;
    float: left;
    overflow: hidden;
    height: 50px;
    padding: 0;
    background-color: #DDD;
}

.carousel-items {
    height: 50px;
    display: table;
    table-layout: fixed;
    width: 10000px;
}

.carousel-item {
    width: 128px;
    height: 50px;
    color: white;
    background-color: blue;
    display: inline-table;
    vertical-align: bottom;
    padding: 0px;
    margin-left: 5px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

    .carousel-item div {
        width: 128px;
        height: 40px;
        padding: 5px;
        color: white;
        display: table-cell;
        vertical-align: bottom;
        text-align: center;
    }

        .carousel-item div:hover {
            background-color: #fff;
            color: #000;
            opacity: 0.5;
            filter: alpha(opacity=50);
        }

.field-validation-valid {
    display: none;
}

.box_right_cinza .box_buttons_box {
    margin-left: -4px;
    margin-bottom: 12px;
    float: left;
    margin-top: 6px;
}

.box_buttons_box input {
    border: 0;
    background: transparent;
    font: inherit;
    height: auto;
    padding: 0;
    line-height: 15px;
    cursor: pointer;
}

.caixa_evento_calendario .box_buttons_box {
    margin-left: -4px;
    margin-bottom: 35px;
}

.TableFilter {
    margin: 2px 0px;
    width: 205px;
}

.TableFilterDatePicker {
    width: 88px;
    margin-right: 0px !important;
}

.ui-button::-webkit-input-placeholder {
    color: #ddd;
}

.ui-button:-moz-placeholder {
    color: #ddd;
}

.ui-button:-ms-input-placeholder {
    color: #ddd;
}

.ui-slider-handle {
    z-index: 1 !important;
}

#FilterForm .pagination-controls {
    width: 100%;
    text-align: right;
}

    #FilterForm .pagination-controls .pagination-page.current {
        font-weight: bold;
    }

.content_rightBlocks {
    position: relative;
    float: right;
    background-color: #0C1424;
    width: 194px;
    display: table;
    padding-top: 10px;
    margin-bottom: 30px;
    margin-right: 15px;
}

.blockClip {
    position: relative;
    float: left;
    width: 143px;
    margin-left: 25px;
    margin-bottom: 14px;
}

    .blockClip img, .blockClip .spacer {
        float: left;
        width: 35px;
        height: 35px;
        background: #009FE3;
        border: 0;
    }

    .blockClip .text {
        position: absolute;
        font: 13px Trebuchet MS;
        color: white;
        bottom: -3px;
        left: 45px;
    }

        .blockClip .text a {
            text-decoration: none;
            color: white;
        }

    .blockClip .clip {
        /*background-image: url('/images/clip.png');*/
        width: 37px;
        margin-bottom: 10px;
        position: absolute;
        top: 20px;
        left: -28px;
        display: none;
    }

.content_rightBlocks .toggle:after {
    border-top: 25px solid #003D58;
    border-right: 25px solid transparent;
    position: absolute;
    float: left;
    content: '';
    bottom: -25px;
    right: 0;
    cursor: pointer;
}

.headerTop {
    position: relative;
    width: 947px;
    height: 1px;
    background-color: #A5C3D2;
    margin: 0 auto;
}

.header {
    position: relative;
    margin: 0 auto;
    width: 947px;
    height: 123px;
    background-color: white;
}

    .header .logo {
        background-image: url('/images/logo.png');
        background-repeat: no-repeat;
        width: 215px;
        height: 100px;
        position: relative;
        float: left;
        margin-left: 22px;
        margin-top: 12px;
    }

    .header .right {
        width: 710px;
        height: 100px;
        position: relative;
        float: left;
    }

        .header .right .aaa {
            position: relative;
            float: left;
            width: 35px;
            height: 35px;
            background-image: url('/images/aaa.png');
            margin-left: 133px;
            margin-top: 46px;
        }

        .header .right .print {
            position: relative;
            float: left;
            width: 22px;
            height: 37px;
            background-image: url('/images/print.png');
            /*  Without AAA hidden margin-left: 202px;*/
            margin-left: 34px;
            margin-top: 46px;
            cursor: pointer;
        }

        .header .right .email {
            position: relative;
            float: left;
            width: 24px;
            height: 35px;
            background-image: url('/images/email.png');
            margin-left: 34px;
            margin-top: 46px;
        }

        .header .right .search {
            position: relative;
            float: left;
            width: 235px;
            width: 223px 9;
            height: 15px;
            margin-left: 34px;
            margin-top: 35px;
        }

            .header .right .search .submitText {
                position: relative;
                float: left;
                width: 11px;
                height: 7px;
                font-family: Trebuchet MS;
                font-size: 9.87px;
                color: #131718;
                margin-left: 6px;
                cursor: pointer;
            }

            .header .right .search .btnSubmit {
                position: relative;
                float: left;
                width: 27px;
                height: 50px;
                margin-left: 22px;
                background-color: transparent;
                background-image: url('/images/searchBtn.png');
                margin-top: -9px;
                cursor: pointer;
            }

            .header .right .search .input_search {
                position: relative;
                float: left;
                width: 172px;
                height: 13px;
                outline: none;
                color: #A5C3D2;
                font-family: Trebuchet MS;
                font-size: 9.87px;
                padding-left: 8px;
                border: 1px solid #A5C3D2;
            }

                /* all */
                .header .right .search .input_search::-webkit-input-placeholder {
                    color: #A5C3D2;
                    font-family: Trebuchet MS;
                    font-size: 9.87px;
                }

        .header .right .menuTop {
            position: relative;
            float: right;
            height: 17px;
            margin-left: -200px;
        }

            .header .right .menuTop .menuEntry {
                position: relative;
                float: left;
                height: 17px;
                background-color: #A5C3D2;
                padding-left: 21px;
                padding-right: 21px;
                font-family: Trebuchet MS;
                font-size: 9.87px;
                color: white;
                z-index: 100;
            }

                .header .right .menuTop .menuEntry a {
                    color: white;
                    text-decoration: none;
                    width: 100%;
                    float: left;
                }

.userMenu .menuEntry a {
    margin-top: 1px;
}

.header .right .menuTop .sep {
    position: relative;
    float: left;
    width: 1px;
    height: 17px;
}

.mainMenu {
    height: 23px;
    margin: -11px auto -12px;
    width: 947px;
}

    .mainMenu > ul {
        width: 947px;
        height: 23px;
        list-style: none;
        padding: 0;
        margin: 0;
        float: left;
        position: relative;
        margin-top: -12px;
    }

        .mainMenu > ul > li {
            position: relative;
            float: left;
            margin-right: 2px;
            z-index: 81;
        }

            .mainMenu > ul > li:hover > a,
            .mainMenu > ul > li > a.current {
                background-color: #EC008C !important;
                margin-right: -3px;
                border-right: 3px solid white;
            }

            .mainMenu > ul > li:hover > ul {
                display: block;
            }

            .mainMenu > ul > li:nth-child(1) > a {
                background: #000F24;
            }

            .mainMenu > ul > li:nth-child(2) > a {
                background: #003C58;
            }

            .mainMenu > ul > li:nth-child(3) > a {
                background: #004D6D;
            }

            .mainMenu > ul > li:nth-child(4) > a {
                background: #005B7F;
            }

            .mainMenu > ul > li:nth-child(5) > a {
                background: #0076A3;
            }

            .mainMenu > ul > li:nth-child(6) > a {
                background: #0084B5;
            }

            .mainMenu > ul > li:last-child {
                margin-right: 0px;
                background-color: #0084B5;
                border-right: 3px solid #0084B5;
            }

                .mainMenu > ul > li:last-child:hover,
                .mainMenu > ul > li:last-child:hover > a,
                .mainMenu > ul > li:last-child > a.current {
                    border-right: 3px solid #EC008C !important;
                }

            .mainMenu > ul > li > a {
                position: relative;
                float: left;
                height: 20px;
                padding-top: 3px;
                padding-left: 13px;
                padding-right: 14px;
                font-family: Trebuchet MS;
                font-size: 13.16px;
                color: white;
                text-transform: uppercase;
                display: table;
            }

            .mainMenu > ul > li > ul {
                display: none;
                list-style: none;
                padding: 0;
                margin: 0;
                float: left;
                position: absolute;
                margin-top: 23px;
                z-index: 11;
                min-width: 185px;
            }

                .mainMenu > ul > li > ul > li :hover {
                    color: #EC008C;
                }

                .mainMenu > ul > li > ul > li > a {
                    border: 5px solid #3D7B94;
                    display: table;
                    font-size: 11px;
                    min-width: 175px;
                    max-width: 175px;
                    font-family: Trebuchet MS;
                    color: white;
                    text-transform: uppercase;
                    background: #3D7B94;
                }

.submenuSeparator {
    height: 3px;
    /* IE6+ */
    background-color: #78A4B6;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #3D7B94 0%, #86ADBE 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #3D7B94 0%, #86ADBE 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #3D7B94 0%, #86ADBE 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3D7B94), color-stop(1, #86ADBE));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #3D7B94 0%, #86ADBE 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #3D7B94 0%, #86ADBE 100%);
}

.submenuLastDiv {
    height: 15px;
    width: 170px;
    background-color: #3D7B94;
    float: left;
}

.submenuCorner {
    border-top: 0px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #80A9BC;
    float: left;
}

.body_highlights {
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .body_highlights > label {
        font-family: 'Trebuchet MS';
        /*font-size: 25px;*/
        font-size: 23px;
        color: #80A9BC;
        margin: 2px 0 18px 74px;
        float: left;
    }

    .body_highlights .prev-page {
        float: left;
        margin: 143px 27px 0px 4px;
        width: 41px;
        height: 40px;
        cursor: pointer;
        background-image: url('/images/highlights_Left_Arrow.png');
    }

    .body_highlights .next-page {
        float: left;
        cursor: pointer;
        margin: 143px 4px 0px 27px;
        width: 41px;
        height: 40px;
        background-image: url('/images/highlights_Right_Arrow.png');
    }

.body_highlights_wrap {
    width: 800px;
    overflow: hidden;
    margin: 0 1px;
    padding: 0;
    float: left;
}

    .body_highlights_wrap .slide {
        width: auto;
        height: inherit;
        margin: 0;
    }

.highlight {
    width: 250px;
    background-color: transparent;
    float: left;
    position: relative;
    padding: 0px 10px;
}

    .highlight:after {
        width: 4px;
        height: 1000px;
        background: url('/images/dotted_border.png') repeat-y;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }

    .highlight .topImage {
        -width: 230px;
        margin-bottom: 4px;
    }

    .highlight .bottomImage {
        height: 90px;
        width: 230px;
    }

    .highlight .SideImage {
        margin: 0 5px 15px;
    }

.body_highlights .highlight_Title {
    font-family: 'Trebuchet MS';
    /*font-size: 20px;*/
    font-size: 18px;
    margin-bottom: 15px;
    float: left;
    width: 250px;
}

.highlight_Title > a {
    color: #80A9BC;
}

.body_highlights .highlight_Caption, .subContent_Caption {
    font-family: 'Trebuchet MS';
    font-size: 12px;
    color: #3E7C94;
    margin-bottom: 10px;
    width: 98%;
}

.body_highlights .highlight_More, .channelDescription_More {
    font-family: 'Trebuchet MS';
    font-size: 14px;
    font-style: italic;
    float: right;
    margin-right: 10px;
}

.body_highlights .highlight_ExtUrl {
    float: left;
    font-family: 'Trebuchet MS';
    font-size: 14px;
    font-style: italic;
    word-break: break-all;
}

    .body_highlights .highlight_ExtUrl a {
        min-height: 20px;
    }

    .body_highlights .highlight_ExtUrl a, .body_highlights .highlight_More a, .channelDescription_More a {
        color: black;
    }

.paginationHighlights {
    float: left;
    clear: left;
}

.body_bottomhighlight {
    float: left;
    margin: 0 76px 20px;
}

.bottomhighlight {
    float: left;
    width: 257px;
    margin-left: 10px;
    position: relative;
}

    .bottomhighlight:nth-child(2n) {
        width: 260px;
    }

    .bottomhighlight:last-child {
        width: 248px;
    }

    .bottomhighlight:after {
        background: url("/images/dotted_border.png") repeat-y scroll 0 0 transparent;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 4px;
    }

    .bottomhighlight:last-child:after, .micrositeChannel:last-child:after, .subChannelHighlight:last-child:after,
    .bottomhighlight.last-child:after, .micrositeChannel.last-child:after, .subChannelHighlight.last-child:after {
        background: none;
    }

.bottomhighlightTitle {
    float: left;
    width: 100%;
    height: 91px;
}

    .bottomhighlightTitle label {
        color: #80A9BC;
        float: left;
        font-family: 'Trebuchet MS';
        /*font-size: 24px;*/
        font-size: 22px;
        margin-bottom: 15px;
        margin-right: 20px;
        width: 167px;
    }

.bottomhighlightTopics {
    float: left;
    width: 250px;
}

    .bottomhighlightTopics img, .micrositeChannel .bullet {
        float: left;
        margin-bottom: -3px;
        margin-right: 8px;
        margin-top: 3px;
        clear: left;
    }

    .bottomhighlightTopics label {
        color: #3E7C94;
        font-family: 'Trebuchet MS';
        font-size: 12px;
    }

    .bottomhighlightTopics .Title {
        width: 224px;
        float: left;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
    }

        .bottomhighlightTopics .Title a {
            color: black;
        }

    .bottomhighlightTopics .Caption {
        float: left;
        clear: left;
        margin-left: 20px;
        margin-bottom: 15px;
    }

.footerMenu {
    margin: auto;
    background-color: #000F24;
    height: 283px;
    width: 948px;
}

    .footerMenu .menuEntry {
        position: relative;
        float: left;
        width: 204px;
        height: 185px;
        margin-top: 24px;
    }

        .footerMenu .menuEntry .title {
            position: relative;
            float: left;
            font-family: Trebuchet MS;
            /*font-size: 19.73px;*/
            /*font-size: 16px;*/
            font-size: 15px;
            font-weight: bold;
            color: white;
            height: 39px;
            width: 100%;
        }

        .footerMenu .menuEntry .bullet {
            position: relative;
            float: left;
            background: url('/images/MenuBulletFooter.png') left;
            background-repeat: no-repeat;
            width: 16px;
            height: 27px;
            clear: left;
        }

        .footerMenu .menuEntry .subItem {
            position: relative;
            float: left;
            font-family: Trebuchet MS;
            font-size: 11.51px;
            font-weight: bold;
            color: white;
        }

            .footerMenu .menuEntry .subItem a {
                color: white;
                text-decoration: none;
            }

    .footerMenu .localization {
        width: 336px;
        height: 283px;
        position: relative;
        float: left;
        margin-left: -25px;
    }

        .footerMenu .localization .map {
            width: 313px;
            height: 220px;
            position: relative;
            float: left;
            margin-top: 24px;
        }

        .footerMenu .localization .legend {
            position: relative;
            float: left;
            width: 313px;
            height: 32px;
            font-family: Trebuchet MS;
            font-size: 11.51px;
            color: white;
            margin-top: 7px;
            line-height: 15px;
        }

.entry_image_wrap {
    width: 947px;
    height: 332px; 
}

    .entry_image_wrap img {
        top: 0;
        left: 0;
    }

    .entry_image_wrap .SmallImage,
    .entry_image_wrap .BlueImage {
        width: 947px;
        float: left;
        position: absolute;
        background: #016D9B;
    }

/*.entry_image_wrap .blueLayer {
        width: 947px;
        height: 332px;
        background-color: #004D6D;
        opacity: 0.8;
        filter: alpha(opacity=80);
        position: absolute;
    }*/

.halfOpacityText {
    width: 100%;
    height: 100%;
    position: absolute;
    font-family: trebuchet ms;
    color: white;
    cursor: pointer !important;
    display: block;
}

    .halfOpacityText .centerImage {
        z-index: 1;
        position: absolute;
        left: 30%;
        top: 10%;
        opacity: 0.6;
        filter: alpha(opacity=60);
        cursor: pointer !important;
    }

    .halfOpacityText ._First_Letter {
        opacity: 0.5;
        filter: alpha(opacity=50);
        z-index: 1;
        font-size: 400px;
        position: absolute;
        right: 100px;
        top: -50px;
        cursor: pointer !important;
    }

    .halfOpacityText .First_Letter {
        opacity: 0.6;
        filter: alpha(opacity=60);
        z-index: 1;
        font-size: 250px;
        position: absolute;
        right: 100px;
        bottom: -60px;
        cursor: pointer !important;
    }

    .halfOpacityText .LeftText {
        font-size: 35px;
        width: 270px;
        z-index: 1;
        position: absolute;
        left: 130px;
        top: 100px;
        cursor: pointer !important;
    }

    .halfOpacityText .Text {
        font-size: 37px;
        position: absolute;
        max-width: 270px;
        right: 125px;
        bottom: 65px;
        z-index: 1;
        text-align: right;
        cursor: pointer !important;
    }

    .halfOpacityText .RightText {
        font-size: 15px;
        position: absolute;
        width: 270px;
        left: 600px;
        top: 130px;
        z-index: 1;
        cursor: pointer !important;
    }

    .halfOpacityText .smallText {
        font-size: 15px;
        position: absolute;
        width: 270px;
        left: 585px;
        top: 150px;
        z-index: 1;
        cursor: pointer !important;
    }

#content_left_menu_wrap a:hover {
    color: #EC008C;
}

#content_left_menu_wrap .submenuSeparator, #content_left_menu_wrap .submenuLastDiv, #content_left_menu_wrap .submenuCorner {
    display: none;
}

.blackTitle {
    font-family: 'Trebuchet MS';
    font-size: 20px !important;
    min-height: 30px;
    font-weight: bolder;
    color: black;
    text-align: left;
}

.content_left_menu_separator {
    margin-top: 2px;
    height: 3px;
    height: 5px\9;
    /* IE6+ */
    background-color: #217B98;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(left, #80A9BC 0%, #004C6D 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #80A9BC 0%, #004C6D 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #80A9BC 0%, #004C6D 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #80A9BC), color-stop(1, #004C6D));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #80A9BC 0%, #004C6D 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to right, #80A9BC 0%, #004C6D 100%);
}

.article_body_content {
    margin: 20px;
}

.breadcrumbRight {
    position: relative;
    float: right;
    margin-right: 10px;
}

.two-column {
    font-family: 'Trebuchet MS';
    font-size: 14px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
}

.three-column {
    font-family: 'Trebuchet MS';
    font-size: 14px;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
}

.content_headimage_text {
    font-family: trebuchet ms;
    color: white;
}

    .content_headimage_text .small {
        z-index: 1;
        width: 400px;
        font-size: 25px;
        position: absolute;
        text-align: right;
        top: 40px;
        right: 450px;
    }

    .content_headimage_text .big {
        z-index: 61;
        font-size: 100px;
        position: absolute;
        text-transform: uppercase;
        top: 19px;
        left: 515px;
    }

.closed {
    position: absolute;
    right: 0;
    padding-top: 10px;
}

.pointer {
    cursor: pointer;
}

/*
    VERIFICAR COM Sr. H.S.
    position: relative;
    float: left;
    width: 313px;
    height: 32px;
    font-family: Trebuchet MS;
    font-size: 11.51px;
    color: white;
    margin-top: 7px;
    line-height: 15px;
}*/

.divPicture {
    white-space: nowrap;
}

    .divPicture img {
        height: 100px;
        cursor: pointer;
    }

    .divPicture input {
        position: absolute;
        left: -99999px;
        top: -99999px;
    }

.finalFormTable {
    border-spacing: 0;
}

    .finalFormTable td {
        text-align: right !important;
        border: 0px;
    }

    .finalFormTable th {
        text-align: center !important;
    }

    .finalFormTable .divPicture img {
        height: 40px;
    }

    .finalFormTable tr:nth-child(2n+1) td:nth-child(2n) {
        background-color: #eee !important;
    }

.micrositeChannels {
    float: right;
    margin: 30px 10px 20px;
    height: 320px;
}

.micrositeChannel {
    float: left;
    width: 220px;
    margin-left: 10px;
    height: 100%;
    position: relative;
}

    .micrositeChannel:after {
        background: url("/images/dotted_border.png") repeat-y scroll 0 0 transparent;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 4px;
    }

    .micrositeChannel .title {
        color: black;
        float: left;
        font-family: 'Trebuchet MS';
        font-size: 14px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
        width: 88%;
    }

    .micrositeChannel .caption {
        clear: left;
        color: #3E7C94;
        float: left;
        font-family: 'Trebuchet MS';
        font-size: 14px;
        margin-left: 20px;
        margin-bottom: 35px;
        width: 87%;
    }

.channelName a {
    color: #80A9BC;
    float: left;
    font-family: 'Trebuchet MS';
    font-size: 39px;
    margin-bottom: 20px;
}

.channelName:hover a {
    color: #EC008C;
}

.subChannels .prev {
    width: 41px;
    height: 45px;
    cursor: pointer;
    float: left;
    margin-right: 15px;
}

.subChannels {
    float: right;
    position: relative;
    width: 100%;
}

.subChannel:first-child {
    color: #EC008C !important;
    border-left: 1px solid #DFE9EE;
    border-right: 1px solid #DFE9EE;
    border-bottom: 1px solid white;
}

.subChannel.first-child {
    color: #EC008C !important;
    border-left: 1px solid #DFE9EE;
    border-right: 1px solid #DFE9EE;
    border-bottom: 1px solid white;
}

.subChannel {
    float: left;
    font-family: 'Trebuchet MS';
    font-size: 25px;
    height: 45px;
    color: #80A9BC;
    padding: 0px 10px;
    white-space: nowrap;
}

.subChannels .next {
    float: left;
    cursor: pointer;
    width: 41px;
    height: 45px;
    margin-left: 15px;
}

.content_leftColumn {
    width: 698px;
    height: auto;
    float: left;
    display: table-cell;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-transition: width linear 0.4s;
    -moz-transition: width linear 0.4s;
    -ms-transition: width linear 0.4s;
    -o-transition: width linear 0.4s;
}

.fullW {
    width: 907px;
}

.subchannelsWrap {
    width: 586px;
    height: 46px;
    overflow: hidden;
    float: left;
}

.subContentBox {
    min-height: 30px;
    width: 100%;
    float: right;
    border: 1px solid #DFE9EE;
    margin-top: -1px;
    margin-bottom: 30px;
    overflow: hidden;
}

.subcontentBoxWrap {
    width: 1000000px;
}

.subContent {
    float: left;
    width: 700px;
}

.fullW .subContent {
    width: 907px !important;
}

.subChannelHighlight {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
}

.halfWHighlight {
    width: 50%;
}

.thirdWHighlight {
    width: 33.3333333%;
}

.subChannelHighlight:after {
    background: url("/images/dotted_border.png") repeat-y scroll 0 0 transparent;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
}

.subChannelHighlight .image {
    height: 100px;
}

.centeredText {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

    .centeredText .title {
        font-family: 'Trebuchet MS';
        font-size: 20px !important;
        font-weight: bolder;
        color: black;
    }

    .centeredText .caption {
        font-family: 'Trebuchet MS';
        font-size: 12px;
        color: #3E7C94;
    }

.centralHighlights {
    float: right;
    width: 100%;
    margin-bottom: 20px;
}

.centralHighlight {
    float: left;
}

    .centralHighlight .title {
        font-family: 'Trebuchet MS';
        font-size: 20px !important;
        font-weight: bolder;
        color: #80A9BC;
        margin-bottom: 5px;
    }

    .centralHighlight .caption {
        font-family: 'Trebuchet MS';
        font-size: 12px;
        color: black;
    }

.resultsTitle {
    position: relative;
    float: left;
    clear: left;
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    color: black;
    width: 100%;
    -webkit-transition: width linear 0.4s;
    -moz-transition: width linear 0.4s;
    -ms-transition: width linear 0.4s;
    -o-transition: width linear 0.4s;
    display: table;
}

    .resultsTitle a {
        text-decoration: none;
        color: black;
        display: inline-block;
    }

    .resultsTitle small {
        font-size: 10px !important;
        font-weight: normal;
        font-family: Trebuchet MS;
        color: #3E7C94;
    }

.resultsCaption {
    position: relative;
    float: left;
    clear: left;
    font-family: Trebuchet MS;
    font-size: 12px;
    color: #3E7C94;
    margin-bottom: 10px;
}

    .resultsCaption a {
        text-decoration: none;
        color: #3E7C94;
    }

.result_summary .highlight, .result_title .highlight {
    font-weight: bold;
    height: auto;
    width: auto;
    float: none;
    position: relative;
    padding: 0;
}

    .result_summary .highlight:after, .result_title .highlight:after {
        display: none;
    }

.searchResultsTitle {
    color: #EC008C;
    text-transform: uppercase;
    font-family: Trebuchet MS;
    font-size: 13px;
    line-height: 18px;
}

.search_result_wrapper .breadcrumb {
    margin: 10px 0;
    padding: 0;
}

    .search_result_wrapper .breadcrumb .initial:first-child {
        display: none;
    }

.errorPage {
    color: #EC008C;
    text-transform: uppercase;
    font-family: Trebuchet MS;
    font-size: 17px !important;
}

.DateShareTop {
    clear: left;
    padding-top: 20px;
    color: #6d6e71 !important;
    font-family: 'Trebuchet MS';
    font-size: 12px !important;
    padding-right: 25px;
    text-align: right;
}

    .DateShareTop strong {
        color: #EC008C;
    }

#downFont {
    height: 35px;
    width: 8px;
    position: relative;
    float: left;
    cursor: pointer;
}

#resetFont {
    height: 35px;
    width: 12px;
    position: relative;
    float: left;
    cursor: pointer;
}

#upFont {
    height: 35px;
    width: 15px;
    position: relative;
    float: left;
    cursor: pointer;
}

.footerImage {
    position: relative;
    float: left;
    margin-right: 6px;
    clear: left;
    margin-bottom: 7px;
}

.shareTop {
    float: right;
}

.filteredTableCrumbs {
    /*float: left;
    clear: left;*/
    margin-bottom: 10px;
}

    .filteredTableCrumbs > div {
        margin: 0;
        padding: 0;
        height: auto!important;
    }

        .filteredTableCrumbs > div span, .filteredTableCrumbs > div a {
            font-size: 10px !important;
            font-weight: normal;
        }

.shoppingBasket {
    position: relative;
    float: left;
    width: 132px;
    height: 15px;
    margin-left: 27px;
    margin-top: 35px;
    font-size: 9.87px;
    font-family: 'Trebuchet MS';
}

    .shoppingBasket .shoppingCart {
        display: none;
    }

        .shoppingBasket .shoppingCart .itemCount {
            color: #3E7C94;
            font-style: italic;
        }

    .shoppingBasket .icon {
        position: relative;
        float: right;
        width: 45px;
        height: 53px;
        background-color: transparent;
        background-image: url('/images/shoppingCar.png');
        margin-top: -25px;
        cursor: pointer;
        margin-right: 15px;
    }

.subjectItemChilds {
    display: none;
    width: 160px;
    margin-left: 15px;
}

.itemOptions {
    float: right;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -9px;
}

.updateCartItem {
    margin: 0;
    width: 55px;
    text-align: right;
}

.colorIE8 {
    color: #80a9bc !important;
}

.productCost {
    padding-right: 25px;
    font-size: 14px;
    font-family: 'Trebuchet MS';
}

.microsite_Body, .iframeCaption {
    float: left;
    line-height: 18px;
    margin-bottom: 20px;
    font-family: 'Trebuchet MS';
    font-size: 12px;
    color: #3E7C94;
}

.scriptorContentTitle {
    width: 100% !important;
    background-color: white !important;
    border-radius: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    margin-right: 0 !important;
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 13.16px !important;
    color: #231F20 !important;
}

.scriptorContentCaption {
    width: 100% !important;
    background-color: white !important;
    border-radius: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    margin-right: 0 !important;
    font-family: Trebuchet MS;
    font-size: 13.16px !important;
    color: #3E7C94 !important;
}

.iframeWrapper {
    position: relative;
    margin: 0 auto;
    width: 947px;
    background-color: white;
}

    .iframeWrapper .blackTitle {
        margin-bottom: 20px;
        padding: 0 20px;
        text-align: left;
    }

    .iframeWrapper .iframeCaption {
        padding: 0 20px;
    }

#content_left_menu_wrap > ul ul li ul li ul li a {
    overflow: hidden;
    display: block;
    line-height: normal;
    color: #CBDDE6;
    text-transform: none;
    text-decoration: none;
    padding-left: 10px;
}

.content_left_menu_separator_level_2 {
    margin-top: 2px;
    margin-left: 25px;
    width: 110px;
    height: 3px;
    height: 5px 9;
    background-color: #217B98;
    background-image: -ms-linear-gradient(left, #80A9BC 0%, #004C6D 100%);
    background-image: -moz-linear-gradient(left, #80A9BC 0%, #004C6D 100%);
    background-image: -o-linear-gradient(left, #80A9BC 0%, #004C6D 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #80A9BC), color-stop(1, #004C6D));
    background-image: -webkit-linear-gradient(left, #80A9BC 0%, #004C6D 100%);
    background-image: linear-gradient(to right, #80A9BC 0%, #004C6D 100%);
}

.content_left_menu_separator_level_3 {
    margin-top: 2px;
    margin-left: 40px;
    width: 90px;
    height: 2px;
    height: 5px 9;
    background-color: #217B98;
    background-image: -ms-linear-gradient(left, #80A9BC 0%, #004C6D 100%);
    background-image: -moz-linear-gradient(left, #80A9BC 0%, #004C6D 100%);
    background-image: -o-linear-gradient(left, #80A9BC 0%, #004C6D 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #80A9BC), color-stop(1, #004C6D));
    background-image: -webkit-linear-gradient(left, #80A9BC 0%, #004C6D 100%);
    background-image: linear-gradient(to right, #80A9BC 0%, #004C6D 100%);
}

#content_left_menu_wrap > ul ul li ul li {
    background: none;
}

.caixatxt_12_650 img {
    margin: 10px;
}

.footerArticle {
    /*width: 258px;
    height: 16px;*/
    float: left;
    position: relative;
    margin-left: 20px;
    margin-top: 5px;
    /*clear: left;*/
}

.breadcrumb_wrap {
    width: 100%;
    padding-top: 1px;
    padding-left: 20px;
}

.click_here {
    background-color: #0C1424;
    position: absolute;
    float: left;
    bottom: -25px;
    left: 0px;
    width: 87%;
    height: 25px;
    font-family: 'Trebuchet MS';
    color: white;
}

    .click_here label {
        position: absolute;
        right: 10px;
        top: 3px;
    }

.productContentTable, .accessRequestTable {
    font-family: arial, verdana;
    font-size: 13px;
    font-weight: 700;
    width: 71%;
}

.shopCartOptions {
    width: 179px !important;
    float: right;
    display: inline-block;
}

    .shopCartOptions a, .shopCartOptions button {
        clear: right;
        margin: 0;
        display: block;
        font-size: 12px;
    }

.shoppingCartForm {
    float: left;
}

    .shoppingCartForm form {
        margin-left: 168px;
    }

.submitShoppingCart {
    color: #FFF;
    background-color: #016D9B;
    padding: 8px;
    margin: 30px auto;
    border: 2px solid #ddd;
    font-weight: 700;
    font-family: 'GothamNarrow-Medium';
    cursor: pointer;
    margin-left: 42%;
}

    .submitShoppingCart.disabled {
        background-color: #DFDFDF;
        cursor: none;
    }

.shoppingCartTitle {
    float: left;
    width: 98%;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Trebuchet MS';
    font-size: 20px !important;
    min-height: 30px;
    font-weight: bolder;
}

.noContent {
    display: none;
}

.shoppingCartTotal {
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
}

div.contactos_accordion {
    background: transparent;
    border: 0;
    display: table;
    text-align: left;
    height: auto !important;
}

.ui-accordion-header-icon {
    display: none !important;
}

.productPrice {
    font-size: 13px !important;
    margin-top: 15px;
    float: left;
}

#mapTooltip {
    border: 1px solid #ddd !important;
    background: white !important;
    border-radius: 6px !important;
    padding: 6px;
}

.mapbc {
    margin-left: 20px;
    color: white;
}

    .mapbc a {
        color: white;
        text-decoration: none;
    }

.results-map-overlay {
    width: 194px;
    height: 350px;
    /*display: none;*/
    z-index: 5;
    position: absolute;
}

    .results-map-overlay img {
        position: absolute;
        width: 170px;
        top: 100px;
        left: 12px;
    }

.spanPCGT {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    text-align: justify;
    font-size: 13px !important;
    color: black;
    font-weight: normal;
}

.PCGTregion {
    float: left;
    position: relative;
    font-size: 12px !important;
    font-weight: normal;
    font-family: Trebuchet MS;
    color: #3E7C94;
}

.pageNumbers {
    position: relative;
    float: right;
    margin-top: 5px;
}

.paginationDropSpan {
    float: right;
    clear: both;
    margin-top: 5px;
}

    .paginationDropSpan select {
        font-family: Arial, Geneva, sans-serif;
        font-size: 11px;
    }

.form_shoppingCart .schemaTable input, .form_shoppingCart .schemaTable select {
    width: 98%;
    margin-left: 1%;
}

.spanPCGT > div {
    display: inline;
}

    .spanPCGT > div div span:after {
        content: ', ';
        display: inline;
    }

    .spanPCGT > div div {
        display: inline;
    }

        .spanPCGT > div div:last-child span:after {
            content: '';
            display: inline;
        }

.pcgtDropdownGroup {
    float: left;
    width: 100%;
    margin-top: 17px;
    overflow: visible;
}

.pcgtDropdown {
    color: #64c5d3;
    overflow: visible;
    padding: 5px;
    background-color: #005072;
    font-size: 13px;
    height: 20px;
    width: 170px;
    font-weight: bold;
    cursor: pointer;
    margin: 3px auto;
    position: relative;
}

    .pcgtDropdown:hover {
        background-color: #64c5d3;
        color: #005072;
    }

    .pcgtDropdown label {
        width: 145px;
        float: left;
        height: 16px;
        padding: 2px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .pcgtDropdown label + span {
            width: 20px;
            height: 20px;
        }

    .pcgtDropdown ul {
        z-index: 1;
        list-style-type: none;
        display: none;
        background: white;
        padding: 0;
        left: 0;
        top: 30px;
        margin-top: 0px;
        border: 1px solid #005072;
        position: absolute;
        overflow-y: auto;
        max-height: 400px;
        overflow-x: hidden;
        min-width: 179px;
    }

        .pcgtDropdown ul li {
            padding: 4px 3px;
            color: #003952;
            white-space: nowrap;
        }

            .pcgtDropdown ul li.selected {
                background-color: #64c5d3;
            }

            .pcgtDropdown ul li:hover {
                background-color: #003952;
                color: white;
            }

.igtTab {
    font-size: 14px;
    color: white;
    font-weight: bold;
    background-color: #2E90BD;
    padding: 8px;
    margin-bottom: 15px;
}

.dynamicFileField {
    color: #005B7F !important;
    display: inline-block;
    margin-left: 5px;
    font-weight: bold;
    width: 100%;
}

.removeFile {
    display: inline-block !important;
    width: 15px !important;
    margin-left: 10px !important;
}

.removeFileText {
    color: #005B7F !important;
    display: inline-block;
    margin-left: -4px;
}

.addCI {
    text-align: right !important;
    cursor: pointer !important;
}

.nationalitySelect {
    float: left;
}

.NationalSelect {
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    float: right;
}

    .NationalSelect input {
        width: 40px;
        font-family: Trebuchet MS;
        font-size: 12px;
        border: 1px solid black;
        font-weight: bold;
        text-align: center;
    }

.InternationalSelect {
    display: none;
    float: right;
}

.shoppingCartTotal > label {
    font-size: 14px;
    float: right;
    clear: right;
    margin-top: 5px;
}

.deliveryOptions > * {
    float: right;
    clear: right;
}

.NationalSelect > * {
    float: right;
    clear: right;
}

.authenticationMessage {
    font-family: Trebuchet MS;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    float: left;
    color: #EC008C;
}

.shoppingCartOrder, .previewshoppingCartOrder {
    width: 72%;
    margin-left: 15%;
    float: left;
}

.shoppingCartOrderItemsTitle {
    font-family: 'Trebuchet MS';
    font-size: 16px !important;
    min-height: 30px;
    font-weight: bolder;
    color: black;
    text-align: left;
    float: left;
    clear: left;
}

.shoppingCartOrderTotal {
    float: left;
    margin: 20px 0px;
    font-family: Trebuchet MS;
    font-size: 14px;
    font-weight: bold;
}

.lateralLinksWrapper {
    position: fixed;
    top: 50%;
    right: 1px;
}

    .lateralLinksWrapper > a {
        right: -74px;
        margin-left: -180px;
        text-transform: none;
        float: left;
        position: relative;
        cursor: pointer;
        width: 180px;
        font-size: 22px;
        font-family: 'Trebuchet MS';
        color: #80A9BC;
        background-color: white;
        text-align: center;
        padding-top: 7px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
    }

.lateralLinksBox {
    float: left;
    background-color: white;
    padding: 25px 10px;
    width: 220px;
    min-height: 180px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
}

.lateralLinkCategory {
    margin: 5px 0px;
    float: left;
    clear: left;
    width: 100%;
}

    .lateralLinkCategory > label {
        text-align: center;
        float: left;
        font-size: 18px;
        width: 100%;
    }

.lateralLink {
    float: left;
    width: 100%;
    font-size: 15px;
    margin-bottom: 3px;
    text-align: center;
}

.goBackShoppingCart {
    color: #FFF;
    background-color: #016D9B;
    padding: 8px;
    margin: 30px auto;
    border: 2px solid #ddd;
    font-weight: 700;
    font-family: 'GothamNarrow-Medium';
    cursor: pointer;
    margin-left: 25%;
}

.confirmShoppingCart {
    color: #FFF;
    background-color: #016D9B;
    padding: 8px;
    margin: 30px auto;
    border: 2px solid #ddd;
    font-weight: 700;
    font-family: 'GothamNarrow-Medium';
    cursor: pointer;
    margin-left: 10%;
}

#peekWrapper {
    /*position: relative;*/
    display: table;
    margin: 5% auto;
}

.thumb {
    width: 200px;
    height: 200px;
    float: left;
    border: 1px solid #ddd;
    background-color: #000f24;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: background-image 0.8s ease-in-out;
    -moz-transition: background-image 0.8s ease-in-out;
    -ms-transition: background-image 0.8s ease-in-out;
    -o-transition: background-image 0.8s ease-in-out;
    transition: background-image 0.8s ease-in-out;
    cursor: zoom-in;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    position: relative;
}

    .thumb#peekBig {
        cursor: zoom-out;
        cursor: -webkit-zoom-out;
        cursor: -moz-zoom-out;
    }

    .thumb .pageNumber {
        color: black;
        background: white;
        opacity: 0.9;
        filter: alpha(opacity=90);
        padding: 2px;
        font-weight: bold;
        position: absolute;
        bottom: 0;
        right: 0;
    }

.peekBigArrowLeft {
    font-size: 50px;
    top: 50%;
    position: absolute;
    cursor: pointer;
}

.peekBigArrowRight {
    font-size: 50px;
    top: 50%;
    right: 0;
    position: absolute;
    cursor: pointer;
}

.ui-dialog .ui-dialog-titlebar-close span {
    margin-left: -8px !important;
    margin-top: -8px !important;
}

.rangeFilterWrap {
    float: left;
    width: 95%;
    margin-left: 5px;
    margin-bottom: 15px;
}

#priceFilter, #weightFilter {
    float: left;
    width: 85%;
    margin-left: 12px;
}

.leftRangeLabel {
    float: left;
    color: white;
    height: 20px;
}

.rightRangeLabel {
    float: right;
    color: white;
    height: 20px;
}

.removeCI {
    color: #005B7F !important;
    display: inline-block;
    margin-left: 5px;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
}

.addCI {
    text-align: right !important;
    cursor: pointer !important;
}

.clone, .cloneChoose {
    cursor: pointer;
}

.tableCiChoose {
    width: 100%;
}

/*.tableCiChoose tbody {
        height: 200px;
        overflow: auto;
        display: inline-block;
    }*/

.pagination {
    width: 100%;
    position: relative;
    float: left;
    display: table;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .pagination .selectPage {
        width: 46px;
        position: relative;
        float: left;
        font-size: 11px;
        margin-left: 3px;
        margin-right: 3px;
    }

    .pagination .nextPrev {
        width: 100%;
        position: relative;
        float: left;
        display: table;
        margin-bottom: 5px;
        /*margin-left: -23px;*/
    }

        .pagination .nextPrev .prev {
            position: relative;
            float: left;
            font-weight: bold;
            cursor: pointer;
            font-size: 15px;
            padding-right: 5px;
            padding-top: 4px;
        }

        .pagination .nextPrev .next {
            position: relative;
            float: left;
            font-weight: bold;
            cursor: pointer;
            font-size: 15px;
            padding-left: 10px;
            padding-top: 4px;
        }

        .pagination .nextPrev .pageNumber {
            position: relative;
            float: left;
            font-size: 12px;
            font-weight: bold;
        }

        .pagination .nextPrev .init, .pagination .nextPrev .end {
            position: relative;
            float: left;
            color: #005B7F !important;
            font-weight: bold;
            margin-top: 2px;
            cursor: pointer;
            margin-left: 5px;
        }

        .pagination .nextPrev .prevCI, .pagination .nextPrev .nextCI {
            position: relative;
            float: left;
            color: #005B7F !important;
            font-weight: bold;
            margin-left: 5px;
            margin-top: 2px;
            cursor: pointer;
        }

            .pagination .nextPrev .prevCI.disabled, .pagination .nextPrev .nextCI.disabled, .pagination .nextPrev .init.disabled, .pagination .nextPrev .end.disabled {
                color: grey !important;
                cursor: none !important;
            }

.chooseCiMainDiv {
    position: relative;
    display: table;
    width: 100%;
}

.tableCiChoose .ciFieldValue {
    /*width: 320px;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;*/
}

    .tableCiChoose .ciFieldValue.selected {
        background-color: #CAFFCA !important;
    }

.tableCiChoose tr {
    cursor: pointer;
}

.tableCiChoose #ciCheck {
    width: 18px;
}

.tableCiChoose td:first-child {
    text-align: center !important;
    min-width: 20px !important;
    max-width: 20px !important;
    width: 20px !important;
    display: block;
}

/*.tableCiChoose td:last-child {
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
}*/
.content_rightcontent.fullW, .content_rightcontent.fullW .resultsTitle {
    width: 750px !important;
}

.resultsTitle .productImage {
    width: 150px;
    display: table-cell;
}

    .resultsTitle .productImage img {
        max-width: 110px;
        display: block;
        margin: 5px auto;
    }

.productTitle {
    font-size: 14px;
}

.resultsTitle .productInfo {
    display: table-cell;
    vertical-align: top;
    width: 79%;
}

    .resultsTitle .productInfo label {
        color: grey;
    }

.productOptions {
    padding: 6px;
    margin-bottom: 6px;
    display: inline-block;
    width: 150px;
    text-align: center;
    vertical-align: bottom;
}

    .productOptions .price {
        color: #EC008C;
        text-align: center;
        font-size: 14px;
        display: block;
        margin-bottom: 10px;
        font-weight: bold;
    }

.resultsTitle .previewPdf {
    margin: 0 auto;
    display: block;
}

.product_Body {
    width: 71%;
    float: left;
    margin-bottom: 10px;
}

.productContentTable td, .accessRequestTable td {
    background: #eee;
    font-weight: normal;
    vertical-align: top;
    padding: 5px;
}

.productContentTable tr:nth-child(2n) td, .accessRequestTable tr:nth-child(2n) td {
    background-color: #ddd;
}

.productContentTable td:first-child {
    font-weight: bold;
    width: auto;
    text-align: right;
}

.shoppingCart.productContentTable {
    width: 100%;
}

    .shoppingCart.productContentTable th, .accessRequestTable th {
        background-color: #ddd;
    }

.productContentTable td, .accessRequestTable td {
    text-align: center;
    vertical-align: middle;
}

.shoppingCart.productContentTable td:first-child {
    text-align: left;
}

.productOptions {
    padding: 6px;
    margin-bottom: 6px;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    float: right !important;
}

    .productOptions .price {
        color: #EC008C;
        float: right;
        text-align: center;
        font-size: 17px;
        display: block;
        font-weight: bold;
    }

    .productOptions .buttons {
        float: right;
        clear: right;
    }

        .productOptions .buttons a {
            display: block;
            width: 32px;
            height: 32px;
            font-size: 0;
            text-indent: -10000px;
            margin: 0;
            float: right;
        }

.addToCart {
    background-image: url('../images/addToCart.png');
}

.soldOut {
    background-image: url('../images/soldOut.png');
}

.requestQuotation {
    background-image: url('../images/priceTag.png');
}

.addQuotationCode {
    background-image: url('../images/codeTag.png');
}

.previewPdf {
    background-image: url('../images/preview.png');
}

.subProducts {
    background-image: url('../images/subProducts.png');
}

.downloadFile {
    background-image: url('../images/download.png');
}

.shopMainMenu {
    height: 40px;
    width: 947px;
}

    .shopMainMenu > ul {
        width: 947px;
        height: 40px;
        list-style: none;
        padding: 0;
        margin: 0;
        float: left;
        position: relative;
        background-color: #000F24;
    }

        .shopMainMenu > ul > li {
            position: relative;
            float: left;
            font-family: Trebuchet MS;
            font-size: 13.16px;
            color: white;
            text-transform: uppercase;
            border-right: solid 2px white;
            height: 30px;
            padding-top: 10px;
        }

            .shopMainMenu > ul > li > a {
                text-decoration: none;
                color: white;
                display: table;
                height: 31px;
                margin-top: -10px;
                padding-left: 14px;
                padding-right: 13px;
                padding-top: 9px;
            }

            .shopMainMenu > ul > li:hover > a {
                background-color: #EC008C;
            }

            .shopMainMenu > ul > li:last-child {
                border-right: none;
            }

                .shopMainMenu > ul > li:last-child > a {
                    padding-right: 15px;
                }

            .shopMainMenu > ul > li > ul {
                display: none;
                padding: 0;
                margin: 0;
                float: left;
                position: absolute;
                margin-top: 0px;
                z-index: 11;
                background-color: #3D7B94;
                padding-left: 13px;
                padding-right: 13px;
                /*border: 5px solid #0076A3;*/
            }

            .shopMainMenu > ul > li:hover > ul {
                display: block;
                float: left;
            }

            .shopMainMenu > ul > li > ul li {
                white-space: nowrap;
                list-style: none;
                margin: 10px;
                display: block;
                float: left;
            }

                .shopMainMenu > ul > li > ul li a {
                    color: white;
                    text-decoration: none;
                    margin: 0px;
                }

                    .shopMainMenu > ul > li > ul li a span {
                        text-decoration: none;
                        padding: 0;
                    }

                        .shopMainMenu > ul > li > ul li a span:hover {
                            color: #EC008C;
                        }

.shopCategories {
    height: auto;
    float: left;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    width: 904px;
    display: table;
}

    .shopCategories .category {
        position: relative;
        float: left;
        width: 224px;
        height: 198px;
        display: table;
        border-right: 1px solid black;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        text-align: center;
        font-family: Trebuchet MS;
        font-size: 13px;
        color: #3E7C94;
        font-weight: bold;
    }

        .shopCategories .category:first-child {
            border-left: 1px solid black;
        }

    .shopCategories .categorySep {
        position: relative;
        float: left;
        height: 20px;
        width: 904px;
        color: black;
    }

.channelName a.shopCategory {
    font-size: 12px;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.userMenu {
    display: none;
    width: 152px;
    position: absolute;
    top: 17px;
    right: 2px;
}

    .userMenu .menuEntry {
        clear: left;
        width: 100%;
        z-index: 1;
        text-align: center;
        border: 1px solid white;
        border-top: 0px;
        padding: 0px !important;
        background-color: #0084B5 !important;
    }

.menuTop .menuEntry:hover {
    background-color: #EC008C !important;
}

.order a {
    float: left;
    width: 100%;
    font-weight: bold;
}

.orderList, .QuotationList {
    font-size: 14px;
}

.orderItem {
    font-size: 12px;
    margin-left: 20px;
}

.order ul {
    float: left;
    margin-top: 5px;
}

.QuotationList div {
    float: left;
    margin-bottom: 10px;
}

.QuotationCode {
    font-weight: bold;
}

.QuotationProduct {
    color: black;
}

.QuotationHistory a {
    color: black;
}

.QuotationRequestDescription a {
    color: black;
}

.quotDate {
    text-align: center !important;
    font-weight: normal !important;
}

.quotState, .quotPrice {
    white-space: nowrap;
}

.subContentsMainDiv {
    position: relative;
    float: left;
    width: 100%;
}

    .subContentsMainDiv .subcontentItem {
        display: table;
        float: left;
        position: relative;
        width: 100%;
        border-bottom: 1px dashed #dfe0e0;
        margin-bottom: 10px;
    }

    .subContentsMainDiv span {
        display: inline-block;
        float: left;
        position: relative;
        font-weight: bold;
        width: 100%;
        margin-bottom: 10px;
        border-bottom: 1px solid black;
    }

    .subContentsMainDiv .subContentTitle {
        position: relative;
        float: left;
        width: 71%;
        font-family: arial, verdana;
        font-weight: bold;
        font-size: 11px;
        display: table;
        color: black;
    }

        .subContentsMainDiv .subContentTitle a {
            text-decoration: none;
            color: black;
        }

.subcontentItem .productOptions .buttons a {
    background-size: 100%;
    width: 20px;
    height: 20px;
}

.subcontentItem .productOptions .price {
    font-size: 14px;
    display: inline-block;
    float: left;
    width: 70px;
    margin: 0;
    text-align: right;
}

.subcontentItem .productOptions {
    margin: 0;
    padding: 0;
    margin-top: -2px;
    margin-bottom: 5px;
    width: 210px;
}

.searchShop {
    position: relative;
    float: right;
    width: 280px;
    height: 22px;
    margin-right: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .searchShop .inputSearchShop {
        position: relative;
        float: left;
        width: 190px;
        height: 22px;
        outline: none;
        color: #A5C3D2;
        font-family: Trebuchet MS;
        font-size: 11px;
        padding-left: 8px;
        border: 1px solid #A5C3D2;
    }

        .searchShop .inputSearchShop::-webkit-input-placeholder {
            color: #A5C3D2;
            font-family: Trebuchet MS;
            font-size: 9.87px;
            font-weight: bold;
        }

    .searchShop .submitBtn {
        background-color: #A5C3D2;
        color: white;
        height: 22px;
        font-size: 11px;
        margin-left: 10px;
        cursor: pointer;
    }

.resultValue.subtotalPrice {
    white-space: nowrap;
}

.downloadableFiles h1 {
    margin-bottom: 15px;
}

.downloadableFiles h2 {
    margin-bottom: 5px;
    margin-left: 15px;
}

.downloadableFiles h3 {
    margin-left: 30px;
    margin-bottom: 10px;
}

.downloadableProduct {
    font-size: 11px;
    color: black !important;
    display: none;
}

    .downloadableProduct .downloadFile {
        display: block;
        width: 32px;
        height: 32px;
        font-size: 0;
        text-indent: -10000px;
        margin: 0;
        float: left;
    }

    .downloadableProduct a {
        float: left;
    }

.closeCI {
    position: relative;
    float: right;
    display: none;
}

.disabledLink {
    background-color: #ddd;
    cursor: default;
}

.disabled {
    background-color: #ddd;
}

.channelList {
    float: left;
    width: 30%;
}

.filesList {
    float: left;
    width: 68%;
    min-height: 70px;
    border-left: 2px dotted #DDD;
    padding-left: 10px;
}

.fileDownloadIcon {
    background-image: url('../images/fileDownloadIcon.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 22px;
}

.fileDownloadBlackText {
    color: black !important;
    font-weight: bold;
}

.fileDownloadGreyText {
    color: #999 !important;
    text-align: center;
}

.filesListTable th {
    font-size: 13px;
    text-align: center;
    border-left: 1px solid #ddd;
    padding-left: 3px;
    background-color: #ddd;
}

.filesListTable thead tr:first-child {
    font-size: 13px;
    text-align: left;
    border-left: 0px solid #ddd;
}

.downloadableProduct td {
    border-left: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
}

    .downloadableProduct td:first-child {
        border-left: none;
    }

.igtSubmitLoader {
    position: absolute;
    width: 98%;
    height: 4575px;
    background-color: rgb(240, 235, 235);
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.repeatRegistrationEmail {
    font-weight: 700;
    color: red;
    display: list-item;
    text-align: -webkit-match-parent;
    margin-left: 40px;
    margin-top: -10px;
    float: left;
}

.requestAccess {
    color: #009FE3;
    cursor: pointer;
}

.accessRequestTable {
    width: 100%;
}

    .accessRequestTable tr {
        height: 30px;
    }

    .accessRequestTable thead th {
        text-align: center;
    }

.alignTextCentered {
    text-align: center;
}

.pendingRequestCount {
    position: absolute;
    width: 19px !important;
    left: 3px;
    top: -1px;
    background-color: rgb(82, 184, 216);
    border: 1px solid #0084B5;
    border-radius: 8px;
}

.printPreview_body h4 {
    margin-left: 10px;
}
.printPreview_body .subChannels {
    margin-left: 20px;
    float: left;
    font-weight: bold;
}
.filter-form progress{
    margin-left: 40px;
}