body {
    background-color: #EAEAEA;
}

body, form, h1, h2, h3 {
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    margin-bottom: 10px;
}

body, table, td, select, input, textarea {
    font-family: arial, helvetica;
    font-size: 12px;
}

a, a:visited {
    color: #112ABB;
    font: 13px arial, helvetica, clean, sans-serif;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#geral {
    border: 15px solid #EAEAEA;
    background-color: #FFFFFF;
}

#topo {
    padding: 10px 10px 0 10px;
}

#titulo {
    font-size: 14px;
    background-color: #696969;
    color: #FFFFFF;
    margin-bottom: 10px;
    border: 1px solid #696969;
}

#meio {
    padding: 15px;
}

#rodape {
    margin: 10px;
    padding-top: 5px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999999;
    font-size: x-small;
    color: #CCCCCC;
    text-align: center;
}

/* START static corners*/
.corner-top, .corner-left, .corner-bottom {
    background-image: url("/images/admin/borda_cinza.gif");
    background-repeat: no-repeat;
    display: block;
    position: relative;
    font-size: 0;
    line-height: 0;
    margin: 0;
    height: 3px;
}

.corner-top {
    background-position: 100% 0;
    width: auto;
    top: -1px;
    right: -1px;
}

.corner-top .corner-left {
    background-position: 0 -6px;
    width: 3px;
    left: -2px;
}

.corner-bottom {
    background-position: 100% -3px;
    clear: both;
    width: auto;
    bottom: -1px;
    right: -1px;
}

.corner-bottom .corner-left {
    background-position: 0 -9px;
    width: 3px;
    left: -2px;
}

/* END static corners/containers */

.flash_msg {
    padding: 10px;
    margin: 10px 0 10px 0;
    border: solid 1px #00C400;
    background-color: #D7FFD7;
    color: #008000;
    font-weight: bold;
}

.flash_erro {
    padding: 10px;
    margin: 10px 0 10px 0;
    border: solid 1px #FF3737;
    background-color: #FFD9D9;
    color: #F00;
    font-weight: bold;
}

code {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.historico_membro .dados_membro {
    padding: 5px;
    margin-bottom: 15px;
    border: solid 1px #D7D7D7;
    background-color: #F3F3F3;
}

.sel_amarelo {
    background-color: #FFB !important;
}