.body {
    background: url(../img/background.png) repeat-x;
    background-position: 50% top;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    display: block;
    color: #4D4F53;
    font-weight: bold;
    background-repeat: repeat-x;
    font-size: 11px;
    margin: 0 auto;
}

a {
    color: #C6150D;
    text-decoration: none;
    font-size: 11px;
}

    a:hover {
        text-decoration: underline;
        cursor: pointer;
    }

    a.icon {
        float: left;
        padding: 2px 5px 1px 5px;
        margin: 2px;
    }

        a.icon:hover {
            border: 0;
            padding: 3px 4px 0 6px;
        }

    a.icon2 {
        padding: 2px 5px 1px 5px;
    }

        a.icon2:hover {
            border: 0;
            padding: 3px 4px 0 6px;
            outline: 1px solid red;
        }

    a.iconeImprimir {
        padding: 2px 5px 1px 5px;
    }

        a.iconeImprimir:hover {
            border: 0;
            padding: 3px 4px 0 6px;
            outline: 1px solid red;
        }

h1 {
    /* usado no cabeçalho */
    float: left;
    margin: 0;
    padding: 15px 0 0 0;
    width: 210px;
    position: relative;
    left: -170px;
    z-index: 2;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

    h1 a {
        text-decoration: none;
    }

        h1 a:hover {
            text-decoration: none;
        }

h2 {
    /* usado para títulos das páginas */
    border-top: 1px solid #D0D1CC;
    border-bottom: 1px solid #E3E3E1;
    background: #F4F5EF;
    padding: 3px;
    color: #C6150D;
    font-size: 1.54em;
    clear: both;
    margin: 0 0 10px 0;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

h3 {
    background-color: #D22129;
    margin: 7px 0 5px 0;
    display: block;
    padding: 3px 0 4px 3px;
    color: White;
    text-align: left;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

h4 {
    font-size: 1.4em;
    margin: 0;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

h5 {
    margin-top: 15px;
    padding: 0;
    color: #C6150D;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

hr {
    border: 1px solid #E3E4DE;
    border-bottom: 1px solid #E3E4DE;
    color: White;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

td {
    font-size: 10px;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

    td span {
        color: #4D4F53;
        font-size: 11px;
    }

    td a {
        color: #C6150D;
        text-decoration: none;
    }

        td a:hover {
            text-decoration: underline;
        }

input[type="image"].icon {
    float: left;
    padding: 2px 5px 1px 5px;
    margin: 2px;
}

    input[type="image"].icon:hover {
        border: 0;
        padding: 3px 4px 0 6px;
        outline: 1px solid red;
    }

input[type="image"].icon2 {
    border: 0;
    padding: 2px 5px 1px 5px;
}

    input[type="image"].icon2:hover {
        padding: 3px 4px 0 6px;
        opacity: 0.45;
        filter: alpha(opacity=45);
    }

input[type="image"].icon3 {
    border: 0;
    padding: 2px 5px 1px 5px;
}

    input[type="image"].icon3:hover {
        cursor: default;
    }

input[type="image"].iconeImprimir {
    border: 0;
    padding: 2px 5px 1px 5px;
    float: right;
}

    input[type="image"].iconeImprimir:hover {
        padding: 3px 4px 0 6px;
        opacity: 0.45;
        filter: alpha(opacity=45);
    }

input[type="checkbox"], input[type="radio"] {
    border: 0;
}

dl {
    margin: 0;
    font-size: 11px;
}

dt {
    float: left;
    min-width: 120px;
    text-align: left;
}

dt, dd {
    padding: 5px;
}

/* ---- IDs ------ */
#conteudo {
    border-top: 0 solid #C3C3C3;
    background: #FFF;
    min-height: 585px;
    padding: 0 0 10px 10px;
    text-align: left;
}

#conteudo2 {
    min-height: 385px;
    background: #FFFFFF;
    border-top: 1px solid #C3C3C3;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    height: 800px;
    display: block;
    overflow: auto;
}

#conteudo3 {
    min-height: 385px;
    background: #FFFFFF;
    border-top: 1px solid #C3C3C3;
    margin: 0 0 0 77%;
    padding: 0;
    max-width: 190px;
}

#conteudo4 {
    background: #FFFFFF;
    border-top: 1px solid #C3C3C3;
    min-height: 585px;
    padding: 1px 10px 0 10px;
    text-align: left;
}

#path {
    text-align: left;
    font-size: .9em;
    padding: 3px;
    vertical-align: middle;
    float: left;
}

#user {
    text-align: left;
    font-size: .9em;
    padding: 3px;
    vertical-align: middle;
    float: right;
}

#listaDestaque {
    list-style-type: none;
}

#backgroundJanelaModal {
    border: 0;
    padding: 0;
    margin: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333333;
    z-index: 3;
    opacity: 0.45;
    filter: alpha(opacity=45);
}

#JanelaModal {
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    width: 700px;
    height: 450px;
    border: 1px solid #333;
    background: #fff;
    overflow-x: hidden;
    z-index: 4;
}

#Fechar {
    cursor: pointer;
    text-align: right;
    width: 100%;
    position: absolute;
}

    #Fechar a {
        color: #fff;
        text-decoration: none;
    }

#FrameModal {
    width: 100%;
    height: 100%;
}

#cabecalho {
    height: 70px;
    text-align: left;
}

#logoProjeto {
    background: url(../img/logoProjeto.png) 0 0 no-repeat;
    height: 70px;
    width: 234px;
    float: left;
    z-index: 1;
}

#titulo1 {
    display: block;
    font-size: 9.5px;
    color: #000;
    margin-bottom: -5px;
    width: 180px;
}

#titulo2 {
    font-size: 25px;
    color: #BF4B34;
}

#EnvioGuiasSituacao dl dd table tbody tr td {
    font-size: 9px;
    width: 450px;
}


.rodape2 {
    background-image: url(../images/bg_rodape_01.gif);
    background-position: center top;
    background-repeat: no-repeat;
    vertical-align: top;
    height: 82px;
}

.PageCounter {
    float: left;
    padding: 3px 0 0 5px;
    text-align: left;
    font-size: 12px;
}

.destaques td {
    padding: 10px;
    border: 1px solid #DADADA;
}

    .destaques td:hover {
        background-color: #F0F0F0;
        border: 1px solid #DADADA;
    }

.EtapasDD {
    padding: 0;
    width: 500px;
}

.EtapasDT {
    padding: 0;
    width: 200px;
}

.Detalhes {
    line-height: 20px;
}

.tituloDestaque {
    color: #666;
    font-weight: bold;
    font-size: 1.3em;
}

.anexo {
    color: #333333;
    display: block;
    font-size: .9em;
    text-decoration: none;
    padding-top: 10px;
    margin: 0;
}

.box {
    width: 49%;
    text-align: left;
}

.dataVermelho, .dataDOJ {
    display: block;
}

.dataVermelho, .dataDOJ, .dataVermelhoInline {
    padding-bottom: 2px;
    font-size: .9em;
}

.dataVermelho, .dataVermelhoInline {
    color: #C6150D;
    font-weight: bold;
}

.dataVermelhoInline {
    padding-right: 10px;
}

.dataDOJ {
    color: #666666;
}

.titulo, .tituloNegrito {
    color: #000000;
    text-decoration: none;
}

    .titulo:hover, .tituloNegrito:hover {
        text-decoration: underline;
    }

.tituloNegrito {
    font-weight: bold;
}

.icone {
    position: relative;
    float: right;
    margin-top: -30px;
    margin-right: 10px;
}

/*-- classes do grid --*/
.DataGrid {
    border: 0;
    padding: 0;
}

.AlternatingRowStyle1 {
    background: #EDEDE7;
    display: block;
}

.AlternatingRowStyle, .SelectRowStyle, .RowStyle {
    height: 25px;
}

.AlternatingRowStyle {
    background-color: #EDEDED;
    text-align: center;
}

.RowStyle {
    text-align: center;
}

.HeaderStyle {
    background-color: #802A2A;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

    .HeaderStyle a {
        color: #FFFFFF;
    }

.espacoEsquerdo {
    text-align: left;
    padding-left: 10px;
}

.information {
    border-top: 1px solid #D0D1CC;
    border-bottom: 1px solid #E3E3E1;
    display: block;
    background: #FFFFCC;
    padding: 10px 10px 10px 10px;
    text-align: left;
    color: #C6150D;
}

.warning {
    border-top: 1px solid #D0D1CC;
    border-bottom: 1px solid #E3E3E1;
    display: block;
    background: #FFFFCC url(../img/warning2.png) 10px 5px no-repeat;
    padding: 0 1px 2px 40px;
    text-align: left;
    padding-left: 20px;
    color: #C6150D;
    background-position: left;
}

    .warning ul {
        text-align: left;
        list-style-type: none;
        margin: 5px 0 0 0;
    }

        .warning ul li {
            color: #CC0000;
        }

.right {
    float: right;
}

.left {
    float: left;
}

.datafield, input, textarea, select {
    border: 1px solid #999999;
    color: #333333;
    font-size: .9em;
}

.loginBox {
    text-align: left;
    padding: 10px 0 10px 8px;
    border-top: 1px solid #D0D1CC;
    border-bottom: 1px solid #D0D1CC;
    background: #F4F5EF;
}

    .loginBox h4 {
        color: #C6150D;
        font-size: 1.2em;
        border: none;
        padding-bottom: 10px;
        margin: 0;
    }

    .loginBox label {
        display: block;
        font-size: .9em;
    }

.botaoLogin {
    margin: 10px 0 0 122px;
}

.loadingImg {
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 6;
    top: 300px;
    text-align: center;
    display: none;
}

.barraJanelaModal {
    color: #FFFFFF;
    padding-right: 5px;
    text-decoration: none;
    padding-bottom: 5px;
}

.fecharJanelaModal {
    cursor: pointer;
    font-weight: bold;
}

.lista1 {
    list-style-type: none;
}

.banner {
    border: 1px solid #FFFFFF;
}

    .banner:hover {
        border: 1px solid #DDDDDD;
    }

.introText {
    font-size: 11px;
    color: #666666;
}

.panel {
    border: 0 solid #DDDDDD;
    padding: 0;
    background: #F4F5EF;
    margin-top: 0;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

    .panel fieldset {
        padding: 2px;
    }

        .panel fieldset legend {
            font-size: 10px;
        }

    .panel.padding {
        border: 0 solid #DDDDDD;
        padding: 10px;
        background: #F4F5EF;
        margin-top: 0;
    }

.valoresGrid {
    position: absolute;
    width: 68%;
    min-width: 500px;
    max-width: 650px;
    display: none;
    margin-left: 20px;
}

.divFecharValoresGrid {
    background: #ffffff;
    font-weight: bold;
    float: right;
    top: -25px;
    position: relative;
    display: block;
    cursor: pointer;
    padding: 3px 10px 3px 10px;
    border: 1px solid #000000;
}

.conteudoValoresGrid {
    display: block;
}

.carregandoDiv {
    visibility: hidden;
    background: #ffffff;
    text-align: center;
    display: none;
    border: 1px solid #000000;
    padding: 3px 10px 3px 10px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    border-color: Gray;
    padding: 5px;
    width: 300px;
}

.processandoPanel {
    background-color: #FFFACD;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    position: absolute;
    top: 5px;
    text-align: center;
    width: 230px;
    font-size: medium;
}

    .processandoPanel.modal {
        padding: 5px 15px;
        position: relative;
        font-weight: bold;
    }

/*-- classes do DataList --*/
.AlternatingItemStyle td, .ItemStyle td, .PanelFooter {
    padding: 10px;
    text-align: left;
}

.PanelHeader {
    background-color: #636363;
    font-weight: bold;
}

    .PanelHeader table, .ItemStyle table, .AlternatingItemStyle table {
        border-spacing: 0;
        border-collapse: collapse;
        width: 100%;
    }

    .PanelHeader td {
        height: 20px;
        padding: 0 10px 0 10px;
        border: solid 1px #444444;
    }

.AlternatingItemStyle {
    background-color: #EDEDED;
}

.DataList td {
    line-height: 24px;
    padding-left: 4px;
}

span {
    font-size: 10px;
    color: #4D4F53;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

.TextBoxData {
    font-size: 11px;
    height: 14px;
    padding: 0;
}

    .TextBoxData:focus {
        background-color: #FFFACD;
        border-color: goldenrod;
    }

*|p {
    margin-bottom: 10px;
    margin-top: 10px;
}

*|a {
    color: #4D4F53;
    text-decoration: none;
}

    *|a:hover {
        color: #CE141D;
        text-decoration: underline;
    }

*|.Fonte-Verdana-CinzaClaro-9 {
    color: #8F8E8E;
    font-size: 9px;
    text-decoration: none;
}

    *|.Fonte-Verdana-CinzaClaro-9 *|a {
        color: #8F8E8E;
        text-decoration: none;
    }

        *|.Fonte-Verdana-CinzaClaro-9 *|a:hover {
            color: #8F8E8E;
            text-decoration: none;
        }

*|.Fonte-Arial-Branco-10 {
    color: #FFFFFF;
    font-size: 10px;
    text-decoration: none;
}

.font {
    font-size: 10px;
    font-weight: lighter;
    color: Black;
}

.gridEnvio {
    font-size: 10px;
    width: 100%;
    max-width: 100%;
}

    .gridEnvio tr {
        font-size: 10px;
    }

    .gridEnvio .fonte {
        font-size: 10px;
    }

    .gridEnvio .fonteNegrito {
        font-size: 11px;
        font-weight: bolder;
    }

    .gridEnvio .colunaProtocolo {
        text-align: justify;
        word-wrap: break-word;
        width: 120px;
        display: block;
        font-weight: normal;
        font-size: 10px;
    }

    .gridEnvio .semNegrito {
        font-weight: normal;
        font-size: 10px;
    }

.bold-label {
    font-weight: bolder !important;
    font-size: 12px;
}

.CabecalhoPopup {
    margin: 0 0 9px 0;
    padding: 3px 0 4px 2px;
    font-size: 16px;
    width: 96%;
    text-indent: 4px;
}

.BotaoFecharPopup {
    vertical-align: middle;
    float: right;
    margin-top: 3px;
    padding-right: 2px;
}

.FormPopup {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
