/* 
    Document   : Estrutura
    Created on : 03/05/2010, 11:57:58
    Author     : Rafael Araújo Chinaglia
    Description:
        Diagramação da estrutura dos containers e menus.

    Modelo:
        #nome{
            float;
            position;
            posicionamento;
            dimensões;
            formatação;
        }
*/

@import 'fonts.css';

#fundo_quadriculado{
    margin: 0 auto;
    background: url("../img/fundo.png") repeat-x #FFF;
    display: table;
}

#container{
    margin: 0 auto;
    width: 940px;
    height: 1000px;
    padding: 10px;
    background: #FFF;
}

#grama_topo{
    position: relative;
    left: -2px;
    width: 100%;
    height: 103px;
    overflow: hidden;
/*    background: url("../img/grama.png") center #FFF;*/
}

#grama_rodape{
    position: relative;
    left: -2px;
    width: 100%;
    height: 103px;
    overflow: hidden;
    /*background: url("../img/grama.png") center #FFF;*/
    display: table;
}
#grama_rodape_cont{
    position:absolute;
    overflow:hidden;
    width:100%;
}

#logo_safra{
    position: relative;
    float: left;
    margin-top: -80px;
    width: 171px;
    height: 164px;
    z-index: 2;
}

#menu_superior{
    float: right;
    height: auto;
    width: 760px;
    *width: 740px;
    _margin-right: -10px;
    height: 92px;
    background: url("../img/fundo_menu_superior.png") no-repeat bottom center;
}

#menu_esquerda{
    clear: both;
    float: left;
    margin-top: 15px;
    height: auto;
    width: 171px;
}

#centro{
    float: right;
    margin-top: 15px;
    height: 800px;
    width: 760px;
    display: table;
    *width: 740px;
}

#barra_rodape{
    top:50px;
    position: relative;
    z-index:10;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    background: url("../img/transparente.png");
    color: #FFF;
    text-align: center;
}
#barra_rodape a{
    color: #FFF;
    text-decoration: none;
}
.item_ropade_quadro{
    float: left;
    margin: 0 15px;
    width: 20px;
    height: 20px;
    background: url("../img/transparente.png");
}
.item_rodape{
    width: 143px;
    margin: 15px 0;
    float: left;
}

#container_rodape{
    margin:auto auto auto 25%;
}

#logo_wtc{
    position: absolute;
    right: 164px;
    margin-top: 67px;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.not_img{
    float: right;
    border: 3px solid #9d9328;
}

.gal_img{
    float:right;
    margin-bottom:22px;
}

.gal_img_arquivo{
    float:right;
    margin-top:41px;
    margin-right:9px;
    _margin-right:0px;
}
.data{
    color: #BBB;            /*BBB? Isso só pode ser uma piada...*/
    font-family: "arial";
    font-size: 13px;
}

.gal_link{
    font-size: 12px;
    font-weight: normal;
    color:#596c62;
}

.cor_4{
    border-color:#993333;
    color:#993333
}

.cor_3{
    border-color:#19638d;
    color: #19638d;
}

.cor_1{
    border-color:#9cbc43;
    color: #9cbc43;
}

.cor_2{
    border-color:#53a044;
    color: #53a044;
}

.cor_5{
    border-color:#ae870e;
    color: #ae870e;
}

.cor_6{
    border-color:#847940;
    color: #ae870e;
}

#btn_ok{
    margin-top: -10px;
    width: 67px;
    background: url('../img/button_ok.png') no-repeat;
    border: 0 solid;
    cursor: pointer;
}

#showMessage{
    position: fixed;
    _position: absolute;
    top: 47%;
    left: 50%;
    width: 200px;
    height: 150px;
    display: none;
    background: url("../img/transparente_mais.png");
    text-align: center;
    color: #FFF;
    z-index: 900;


}

.titulo_message{
    color: #9CBC43;
}
.ultimas{
    float: left;
    margin-top: 7px;
    margin-bottom: 7px;
    clear: both;
}
.ultimas a{
    color: #9F9F9F;
}

.ultimas a:hover{
    text-decoration: underline;
}

.bull{
    color: #D0B898;
    font-size: 20px;
    float: left;
    margin-left: 20px;
}
