/* CSS Document */
body {
    margin: 0;
    padding: 0;
    color: #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

table {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: inherit;
    border-spacing: 0;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0;
}

a {
    text-decoration: none;
    color: #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

    a:hover {
        text-decoration: underline;
    }

    a img {
        border: none;
    }

#marca {
    padding: 0 360px 0 65px;
}

#portMenu {
    padding: 0 41px 0 46px;
    width: 891px;
}

#col_dir {
    width: 613px;
    overflow: hidden;
    padding: 0 13px 0 13px;
}

#indicadores {
    background-image: url('../Content/img/indicadores/bg_indicadores.png');
    background-repeat: no-repeat;
    height: 15px;
    width: 230px;
    padding: 48px 20px 11px 83px;
    margin-top: 30px;
    margin-left: 30px;
}

/* CSS jQuery Highlight */
.highlight {
    background-color: yellow;
}

/* CSS Genéricas */
.anexo {
    color: #009BEE;
}

.limite {
    width: 996px;
    margin: 0 auto;
}

.center {
    text-align: center;
}

.center_Hover {
    text-align: center;
    background-image: url('../Content/img/diversos/bgSubMenuEmgeaHome.png');
    background-repeat: repeat-x;
    height: 20px;
}

.right {
    text-align: right;
}

.vcenter {
    vertical-align: middle;
}

.overhid {
    overflow: hidden;
}

.overauto {
    overflow: auto;
}

.nobord {
    border: none;
}

.nobg {
    background: none;
}

.fl {
    float: left;
}

.borda_branca {
    border: 2px solid #ffffff;
}

.verdana {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.cinza {
    color: #999999;
}

.linha_pontilhada {
    background-image: url(../Content/img/diversos/bg_linha_pontilhada.png);
    background-repeat: repeat-x;
    height: 1px;
    margin: 5px 0;
}

/* Input Busca*/
.brdInputEsq {
    background-image: url(../Content/img/form/border_esq_input_text.png);
    height: 23px;
    width: 7px;
    background-repeat: no-repeat;
}

.brdInputMid {
    background-image: url(../Content/img/form/bg_mid_input_text.png);
    background-repeat: repeat-x;
}

.brdInputDir {
    background-image: url(../Content/img/form/border_dir_input_text.png);
    background-repeat: no-repeat;
    height: 23px;
    width: 7px;
}

/* Classes Menu */
.brdLeftMenu {
    background-image: url(../Content/img/topo/border_menu_esq.png);
    height: 60px;
    width: 7px;
    background-position: 0 9px;
    background-repeat: no-repeat;
}

.bgMidMenu {
    background-image: url(../Content/img/topo/bg_menu_mid.png);
    height: 60px;
    background-position: 0 9px;
    background-repeat: repeat-x;
}

.brdRightMenu {
    background-image: url(../Content/img/topo/border_menu_dir.png);
    height: 60px;
    width: 7px;
    background-position: 0 9px;
    background-repeat: no-repeat;
}

.brdLeftCelMenu {
    background-image: url(../Content/img/topo/border_cel_filete_menu_esq.png);
    background-repeat: no-repeat;
    width: 5px;
    height: 8px;
}

.bgMidCelMenu {
    background-image: url(../Content/img/topo/bg_cel_filete_menu_mid.png);
    height: 8px;
    width: 165px;
    background-repeat: repeat-x;
}

    .bgMidCelMenu a img {
        padding-top: 10px;
    }

.brdRightCelMenu {
    background-image: url(../Content/img/topo/border_cel_filete_menu_dir.png);
    background-repeat: no-repeat;
    height: 40px;
    width: 5px;
}

.brdLeftCelMenu_select {
    background-image: url(../Content/img/topo/border_cel_menu_esq.png);
    background-repeat: no-repeat;
    width: 5px;
    height: 40px;
}

.bgMidCelMenu_select {
    background-image: url(../Content/img/topo/bg_menu_mid_select.png);
    height: 40px;
    width: 165px;
}

.brdRightCelMenu_select {
    background-image: url(../Content/img/topo/border_cel_menu_dir.png);
    background-repeat: no-repeat;
    width: 5px;
    height: 40px;
}

.submenu {
    padding: 0;
}

/* Classes Menu Destaque*/
.des_brdLeftCelMenu {
    background-image: url(../Content/img/topo/des_border_cel_filete_menu_esq.png);
    background-repeat: no-repeat;
    width: 5px;
    height: 8px;
}

.des_bgMidCelMenu {
    background-image: url(../Content/img/topo/des_bg_cel_filete_menu_mid.png);
    height: 8px;
    width: 165px;
    background-repeat: repeat-x;
}

    .des_bgMidCelMenu a img {
        padding-top: 10px;
    }

.des_brdRightCelMenu {
    background-image: url(../Content/img/topo/des_border_cel_filete_menu_dir.png);
    background-repeat: no-repeat;
    height: 40px;
    width: 5px;
}

.des_brdLeftCelMenu_select {
    background-image: url(../Content/img/topo/des_border_cel_menu_esq.png);
    background-repeat: no-repeat;
    width: 5px;
    height: 40px;
}

.des_bgMidCelMenu_select {
    background-image: url(../Content/img/topo/des_bg_menu_mid_select.png);
    height: 40px;
    width: 165px;
}

.des_brdRightCelMenu_select {
    background-image: url(../Content/img/topo/des_border_cel_menu_dir.png);
    background-repeat: no-repeat;
    width: 5px;
    height: 40px;
}

/* bgs noticias */
.bg_top_left {
    background-image: url(../Content/img/mod_noticias/border_top_esq.png);
    width: 8px;
    height: 6px;
    background-repeat: no-repeat;
}

.bg_mid_left {
    background-image: url(../Content/img/mod_noticias/bg_mid_esq.png);
    background-repeat: repeat-y;
    width: 8px;
}

.bg_bottom_left {
    background-image: url(../Content/img/mod_noticias/border_bottom_esq.png);
    width: 8px;
    height: 6px;
    background-repeat: no-repeat;
}

.bg_top_right {
    background-image: url(../Content/img/mod_noticias/border_top_dir.png);
    background-repeat: no-repeat;
    background-position: 6px top;
    width: 250px;
    height: 5px;
}

.bg_mid_right {
    background-image: url(../Content/img/mod_noticias/bg_mid_dir.png);
    background-repeat: repeat-y;
    background-position: 6px top;
    width: 250px;
}

.bg_bottom_right {
    background-image: url(../Content/img/mod_noticias/border_bottom_dir.png);
    background-repeat: no-repeat;
    background-position: 6px bottom;
    width: 250px;
    height: 4px;
}

.bg_top_right_select {
    background-image: url(../Content/img/mod_noticias/bg_top_dir_select.png);
    background-repeat: no-repeat;
    /*padding-left: -10px;*/
    width: 250px;
    height: 5px;
}

.bg_mid_right_select {
    background-image: url(../Content/img/mod_noticias/bg_mid_dir_select.png);
    background-repeat: repeat-y;
    background-position: -2px top;
    width: 250px;
}

.bg_bottom_right_select {
    background-image: url(../Content/img/mod_noticias/bg_bottom_dir_select.png);
    background-repeat: no-repeat;
    background-position: -2px bottom;
    width: 250px;
    height: 5px;
}

/* bgs rodapé */
.rodape {
    background-color: #004B82;
    -ms-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
    -ms-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 30px;
    line-height: 30px;
}

/* Margin CSS Genéricas */
.mg0 {
    margin: 0;
}

.mg2 {
    margin: 2px;
}

.mg5 {
    margin: 5px;
}

.mg8 {
    margin: 8px;
}

.mg10 {
    margin: 10px;
}

/* Padding CSS Genéricas */
.pd0 {
    padding: 0;
}

.pd2 {
    padding: 2px;
}

.pd5 {
    padding: 5px;
}

.pd8 {
    padding: 8px;
}

.pd10 {
    padding: 10px;
    padding-top: 0;
}

    .pd10 a {
        color: #009BEE;
    }

.pd10A {
    padding: 1px;
    /*line-height: 80%;
    word-spacing: 6px;*/
}

.pd20 {
    padding: 20px;
}

/* Padding Top CSS Genéricas */
.pt0 {
    padding-top: 0;
}

.pt2 {
    padding-top: 2px;
}

.pt5 {
    padding-top: 5px;
}

.pt8 {
    padding-top: 8px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 10px;
}

.pt30 {
    padding-top: 10px;
}

/* sizes txt cinza */
.fz11_cinza {
    font-size: 11px;
    color: #666666;
}

.fz12_cinza {
    font-size: 12px;
    color: #666666;
}

.fz13_cinza {
    font-size: 13px;
    color: #666666;
}

.fz14_cinza {
    font-size: 14px;
    color: #666666;
}

.fz15_cinza {
    font-size: 15px;
    color: #666666;
}

/* sizes txt branco   */
.fz11_branco {
    font-size: 11px;
    color: #ffffff;
}

.fz12_branco {
    font-size: 12px;
    color: #ffffff;
}

.fz13_branco {
    font-size: 13px;
    color: #ffffff;
}

.fz14_branco {
    font-size: 14px;
    color: #ffffff;
}

.fz15_branco {
    font-size: 15px;
    color: #ffffff;
}

/* sizes txt verde   */
.fz11_verde {
    font-size: 11px;
    color: #077663;
}

.fz12_verde {
    font-size: 12px;
    color: #077663;
}

.fz13_verde {
    font-size: 13px;
    color: #077663;
}

.fz14_verde {
    font-size: 14px;
    color: #077663;
}

.fz15_verde {
    font-size: 15px;
    color: #077663;
}

/* sizes txt azul forte   */
.fz11_azulforte {
    font-size: 11px;
    color: #055b77;
}

.fz12_azulforte {
    font-size: 12px;
    color: #055b77;
}

.fz13_azulforte {
    font-size: 15px;
    color: #055b77;
    padding-bottom: 10px;
}

.fz13_azulforte01 {
    font-size: 15px;
    color: #055b77;
    padding-bottom: 5px;
}

.fz14_azulforte {
    font-size: 14px;
    color: #055b77;
}

.fz15_azulforte {
    font-size: 15px;
    color: #055b77;
}

/* sizes height  */
.h50 {
    height: 50px;
}

.h100 {
    height: 100px;
}

.h150 {
    height: 150px;
}

.h200 {
    height: 200px;
}

.h300 {
    height: 300px;
}

.h400 {
    height: 400px;
}

/* sizes width  */
.w300 {
    width: 300px;
}

.w315 {
    width: 315px;
}

.w640 {
    width: 640px;
}

.w960 {
    width: 960px;
}

.bg_azul1 {
    background-color: #59a9c5;
}

/* lista  */
.lista_bullet_azul1 {
    list-style-image: url(../Content/img/tits/bullet_azul_list.png);
}

    .lista_bullet_azul1 li {
        margin: 5px 5px;
        width: 100%;
    }

        .lista_bullet_azul1 li a {
            color: #666666;
            font-size: 11px;
        }

/* Tag Cloud */

.tagcloud {
    text-align: left;
}

    .tagcloud a {
        padding: 0 10px 0 0;
        text-decoration: none;
        padding: 3px 4px;
        white-space: nowrap;
    }

        .tagcloud a:hover {
            background-color: #fff;
            color: #012840;
        }

.tag1 {
    text-align: left;
    font-size: 2em;
}

.tag2 {
    text-align: left;
    font-size: 1.7em;
}

.tag3 {
    text-align: left;
    font-size: 1.5em;
}

.tag4 {
    text-align: left;
    font-size: 1.2em;
}

.tag5 {
    text-align: left;
    font-size: 1em;
}

.tag0 {
    text-align: left;
    font-size: .8em;
}

/* News */
#featured {
    width: 390px;
    padding-right: 250px;
    position: relative;
    border: 0;
    height: 200px;
    background: #fff;
}
    /* Notícias secundárias */
    #featured ul.ui-tabs-nav {
        position: absolute;
        top: 0;
        left: 365px;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 265px;
        vertical-align: middle;
    }

        #featured ul.ui-tabs-nav li {
            padding: 1px 0;
            padding-left: 3px;
            font-size: 10px;
            color: #666;
        }

            #featured ul.ui-tabs-nav li img {
                float: left;
                margin: 0 5px;
                border: 1px solid #eee;
                padding-top: 5px;
            }

            #featured ul.ui-tabs-nav li span {
                font-size: 11px;
                line-height: 14px;
            }
            /*background da notícia selecionada */
            #featured ul.ui-tabs-nav li.ui-tabs-selected a {
                background-repeat: no-repeat;
                background-image: url(../Content/img/mod_noticias/bg_select_new.png);
                color: #055B77;
                width: 260px;
            }
    /* Fundo do título principal*/
    #featured .ui-tabs-panel {
        width: 380px;
        height: 30px;
    }
        /* Título da notícia principal */
        #featured .ui-tabs-panel .info {
            position: absolute;
            top: 200px;
            left: 0;
            height: 30px;
            font-size: 11px;
            color: #ffffff;
            vertical-align: middle;
            width: 350px;
            padding-left: 5px;
        }

    #featured .info h2 {
        font-size: 11px;
        color: #fff;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }

    #featured .info p {
        margin: 0;
        font-family: Verdana;
        font-size: 11px;
        line-height: 5px;
        color: #f0f0f0;
    }

    #featured .info a {
        text-decoration: none;
        color: #fff;
    }

        #featured .info a:hover {
            text-decoration: underline;
        }

    #featured .ui-tabs-hide {
        display: none;
    }

    /* Bloco das notícias secundárias*/
    #featured li.ui-tabs-nav-item a {
        display: block;
        height: 42px;
        font-size: 10px;
        color: #077663;
        line-height: 5px;
        width: 250px;
    }

#tabela_indicadores {
    background-repeat: no-repeat;
    background-image: url(../Content/img/indicadores/bg_indicadores.png);
    background-position:center;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    padding: 0;
    margin: 0;
    border: 0;
}

    #tabela_indicadores .linha_indicadores {
        text-align: center;
        vertical-align: top;
        padding-bottom: 3px;
    }

        #tabela_indicadores .linha_indicadores button {
            font-size: 9px;
            background-color: #FFF;
            border: 0;
        }

    #tabela_indicadores .linha_dolar {
        text-align: center;
        vertical-align: middle;
    }

        #tabela_indicadores .linha_dolar button {
            font-size: 12px;
            border: 0;
            background-color: #F6F8FB;
        }

    #tabela_indicadores .linha_resultado {
        text-align: center;
        vertical-align: top;
        font-size: 12px;
        padding: 300px;
    }

.oculto {
    display: none;
}

/*Modal - FieldSet*/
.form-style-1 {
    margin:10px auto;
    
    padding: 10px 12px 10px 10px;
}
.form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 5px 0 0 0;
}
.form-style-1 label{
    margin:0 0 3px 0;
    padding:0px;
    display: inline;
}
.form-style-1 input[type=text], 
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
.form-style-1 input[type=file],
textarea, 
select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;  
    
}
.form-style-1 input[type=text]:focus, 
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 input[type=file]:focus,
.form-style-1 textarea:focus, 
.form-style-1 select:focus{
    -moz-box-shadow: 0 0 8px #43D1AF;
    -webkit-box-shadow: 0 0 8px #43D1AF;
    box-shadow: 0 0 8px #43D1AF;
    border: 1px solid #43D1AF;
}
.form-style-1 .field-divided{
    width: 49%;
}

.form-style-1 .field-long{
    width: 100%;
}
.form-style-1 .field-select{
    width: 100%;
}
.form-style-1 .field-textarea{
    height: 100px;
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
    background: #4B99AD;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
    background: #4691A4;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.form-style-1 .required{
    color:red;
}

/* Form de registro de denuncia e sugestao */

.form-style-registro input[type=text], 
.form-style-registro input[type=date],
.form-style-registro input[type=datetime],
.form-style-registro input[type=number],
.form-style-registro input[type=search],
.form-style-registro input[type=time],
.form-style-registro input[type=url],
.form-style-registro input[type=email],
textarea, 
select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;  
    width:100%;
}
.form-style-registro input[type=text]:focus, 
.form-style-registro input[type=date]:focus,
.form-style-registro input[type=datetime]:focus,
.form-style-registro input[type=number]:focus,
.form-style-registro input[type=search]:focus,
.form-style-registro input[type=time]:focus,
.form-style-registro input[type=url]:focus,
.form-style-registro input[type=email]:focus,
.form-style-registro textarea:focus, 
.form-style-registro select:focus{
    -moz-box-shadow: 0 0 8px #43D1AF;
    -webkit-box-shadow: 0 0 8px #43D1AF;
    box-shadow: 0 0 8px #43D1AF;
    border: 1px solid #43D1AF;
}

.form-style-registro .required{
    color:red;
}

.form-style-registro input[type=submit], .form-style-registro input[type=button]{
    background: #4B99AD;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
}
.form-style-registro input[type=submit]:hover, .form-style-registro input[type=button]:hover{
    background: #4691A4;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}

.form-style-registro table {
    width: 100%;
}

.form-style-registro table tr {
    margin: 15px;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 2%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49%;
}

/* Radio buttons */
#lr1, #lr2 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left:10px;
    margin-right: 15px;
    font-size: 12px;
}

