﻿body
{
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 11px;
    line-height: 20px;
}
img
{
    border: none;
}
.botao
{
    text-decoration: none;
    padding: 3px;
    font-size: 18px;
    color: #183f1e;
    font-weight: 700;
}
.botao:hover
{
    padding: 3px;
    color: White;
}
.menu
{
    text-align: right;
}
.menuItem
{
    color: #183f1e;
    font-size: 18px;
    font-weight: bold;
    padding:0;
}

.menuItem a {
    display: block;
    text-align: right;
    line-height: 33px;
    padding-top: 13px;
    padding-bottom: 7px;
    padding-right: 53px;
}

.menuItem a:hover {color: #fff;}

textarea{resize:none;}

.menuHover
{
    color: #FFF;
}

/* Master Page */
#fundo
{
    width: 843px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../Imagem/placeholderFundo.png');
    background-repeat: repeat-y;
}
#principal
{
    width: 830px;
    margin-left: auto;
    margin-right: auto;
}
#header
{
    width: 830px;
    height: 222px;
}
#areaMenu
{
    width: 830px;
    background-color: #183F1E;
    text-align: right;
}
#areaMenu a
{
    font-size: 12px;
    text-decoration: none;
    color: #FFF;
    padding: 3px 5px 3px 5px;
}
#areaMenu a:hover
{
    color: Yellow;
}
#areaConteudo
{
    width: 830px;
    height: 542px;
}
#areaConteudoMenu
{
    background-position: left top;
    float: left;
    width: 280px;
    height: 542px;
    background-image: url('../Imagem/menuLateral-2.jpg');
    background-repeat: no-repeat;
}
#areaConteudoSite
{
    background-position: left top;
    float: left;
    width: 550px;
    height: 542px;
    background-image: url('../Imagem/Mao.jpg');
    background-repeat: no-repeat;
}
#rodapeEsq
{
    color: #FFF;
    background-color: #183F1E;
    float: left;
    width: 200px;
    text-align: left;
}
#rodapeEsq a
{
    color: #FFF;
    text-decoration: none;
}
#rodapeDir
{
    color: #FFF;
    background-color: #183F1E;
    float: left;
    width: 630px;
    text-align: right;
}


#message fieldset{
    border: 0;
}
#success_page{
    color: #183f1e;
    font-weight: 500;
}
.error_message{
    color: #f00;
    padding-bottom: 15px;
    font-weight: 500;
}
#success_page h3{
    font-size:17px;
    margin: 0;
}
#success_page p{
    margin: 0;
}