﻿body   
{
    background: #FFFFFF;
    font-size: small;
    font-family: Verdana;
    margin: 0px;
    padding: 0px;
	}
.titulo
{
text-align: center;
font-weight: bold;
color: #FFFFFF;
}

.page
{
    width: 900px;
    background-color: #ECE9DA;
    margin: 20px auto 0px auto;
    border: 1px solid #ECE9DA;
}

.header
{
    background-position:center;
    background-repeat:no-repeat;
    background-image:url(../imagens/menubg.jpg);
    background:url(../imagens/menulogo.jpg);
    position:relative;
    margin: 0px;
    padding: 0px;
    background: #ECE9DA;
    max-width: 900px;
}
.main
{
    padding: 0px 0px;
    margin: 12px 8px 8px 8px;
    min-height: 430px;
    max-width: 900px;
}
.footer
{
    color:#ECE9DA;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: right;
    line-height: normal;
}
.rodape
{
    /*background-position:center;
    background-repeat:no-repeat;
    background-image:"imagens/dock_BD.png";
    background:"imagens/dock_BD.png";*/
    width: 900px;
    height: 51px;
}
.install
{
	width: 123px;
	height: 10px;
	margin-left: 0px; 
	margin-right: 30px;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: small;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: small;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.botao {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #000000;
    width: 110px;
    height: 30px;
    -moz-appearance:button; /* Firefox */
    -webkit-appearance:button; /* Safari and Chrome */
}

.botao2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: #000000;
    width: 150px;
    height: 40px;
    white-space: inherit;
    -moz-appearance:button; /* Firefox */
    -webkit-appearance:button; /* Safari and Chrome */
}