﻿*
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    text-decoration: none;
}
a
{
    text-decoration: underline;
}
body
{
    margin: 0px;
    padding: 0px;
    background: #447925 url('../../Images/menu2.gif') repeat-x;
}
div
{
    margin: 0;
    padding: 0;
}
#header
{
	overflow: hidden;
    background-image: url('../../Images/cabecalho.gif');
    background-repeat: repeat;
    height: 111px;
    width: 100%;
}
#headerBox
{
    margin: 0 auto;
    width: 980px;
    padding-top: 5px;
    position: relative;
    height: 106px;
}
#headerLogo
{
    position: absolute;
    left: 100px;
    top: 20px;
}
#menu
{
    background-color: #fbb921;
    width: 100%;
    height: 28px;
}
#menuBox
{
    width: 980px;
    margin: 0 auto;
    padding: 5px;
}
#content
{
    margin: 0 auto;
    width: 980px;
    padding-top: 10px;
}
#messageBox
{
	overflow: hidden;
	max-width: 100%;
    background-color: #FFFACD;
    margin: 0;
    padding: 10px 37px 10px 10px;
    border: solid 1px #000;
    font-weight: bold;
    color: Red;
}
#messageBox img
{
    float: right;
    position: absolute;
    top: 8px;
    right: 8px;
}
#messageBox img:hover
{
    cursor: pointer;
}
#homeOpcoes
{
    width: 805px;
    height: 186px;
    margin: 0 auto;
    background: url(../../Images/fundo.gif);
    position: relative;
}
#homeConheca
{
    position: absolute;
    top: 49px;
    left: 10%;
    width: 228px;
    height: 69px;
}
#homeFormulario
{
    position: absolute;
    top: 49px;
    right: 10%;
    width: 307px;
    height: 69px;
}
#homeContato
{
    position: absolute;
    top: 150px;
    height: 280px;
    left: 0;
    width: 805px;
    text-align: center;
    vertical-align: bottom;
    color: White;
    line-height: 1.5em;
}
#homeContato a
{
    color: White;
}
#homeContato .creditos, #homeContato .creditos a
{
    font-size: 7pt;
    text-decoration: none;
}
#login
{
    position: absolute;
    top: 20px;
    right: 100px;
    line-height: 25px;
}
#login table
{
    margin: 0px;
    padding: 0px;
    color: #1d1d1e;
    border-spacing: 0px;
}
#login td
{
    padding: 1px;
}
#username
{
    width: 250px;
}
#password
{
    width: 250px;
}
#rememberMeTag
{
    position: absolute;
    left: 80px;
}
#entrarButton
{
    position: absolute;
    left: 234px;
}
#login .label
{
    display: inline;
    width: 50px;
    float: left;
}
#login .field
{
    display: inline;
    float: left;
}
#login .rememberMe
{
    display: inline;
    padding-left: 90px;
}
#login .entrarButton
{
    display: inline;
    padding-left: 17px;
}
#publicidade
{
    width: 805px;
    margin: 0 auto;
}
a.botao, input[type="button"], input[type="submit"], input[type="reset"]
{
    margin-left: 2px;
    color: #fff;
    background-position: left top;
    border: none;
    background: url(../../Images/botao.gif) repeat-x left top;
    padding: 5px 8px;
    margin-right: 5px;
    height: 26px;
    text-decoration: none;
}
a.botao:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover
{
    border: none;
    background: url(../../Images/botao-hover.gif) repeat-x left top;
    padding: 5px 8px;
}

