@charset "utf-8";
/* CSS Document */
@import "layoutAbas.css";

#topo{background-image:url('../img/toposite.jpg');}

body{ background-image:url('../img/topo1.gif'); }

.descricaoAmarela{
    display:none;
    position:absolute;
    background-color:#FFFFDD;
    z-index:100;
    width:600px;
    left:50%;
    margin-left:-300px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-top-style: dashed;
    border-bottom-style: dashed;
    border-left-style: dashed;
    border-right-style: dashed;
}

.div_alerta{
    left:50%;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    background-color:#FFFFCC;
    display:none;
    width:250px;
    margin-left:-125px;
    position:absolute;
    z-index:100;
    font-size: 14px;
    height: 14px;
    vertical-align: middle;
}

.formFlutuante {
    display:none;
    position:absolute;
    background-color:#FFFFFF;
    border:2px #000000 solid;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    z-index:10;
}

.botoesForm {
    background-color: #F8F8F8;
    border: 2px outset #6D5004;
    color: #6D5004;
    font-weight: bold;
}



.selectAlt option{width:45em; margin-bottom:2px}
.select_1{width:45em; margin-bottom:10px}


/* acessibilidade */
div#acessibilidade{
background-color:#FFFFCC;
border:1px solid #BCBCBC;
float:right;
font-family:Arial,Helvetica,sans-serif;
left: 384px;
margin-top:4px;
padding-bottom:4px;
padding-left:8px;
position:absolute;
top:45px;
width:14.125em;
z-index: 10000;
}

.consultaSituacaoEnvio {
    border: solid #333333 2px;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    background-color: #FBF9F4;
}

.consultaSituacaoEnvio #consultaSituacaoEnvioTD {
/*    background-color: transparent; */
    cursor: pointer;
}
.consultaSituacaoEnvio #consultaSituacaoEnvioTD:hover {
    background-color: #C7C7C7;
}
