﻿body 
{
    /*background-color:#ffdf6e;*/
    background-image:url(../images/bg_geral.gif);
    font-family:Tahoma,verdana,arial;
    font-size:10px;
}

#banner
{
    width:1024px;
    margin-left: auto; 
    margin-right: auto;
    border:1px solid #dee1e7;
}

#principal
{
    width:1024px;
    min-height:600px;
    margin-top:3px;
    margin-left: auto; 
    margin-right: auto;
    background-color:white;
    border:1px solid #dee1e7;
    /*height: 387px;*/
}

#divform
{
    width:1024px;
    min-height:120px;
    margin-top:3px;
    margin-left: auto; 
    margin-right: auto;
    background-color:white;
    border:1px solid #dee1e7;
    /*height: 120px;*/
    font-size: 11px;
}

#divgrid
{
    width:1024px;
    min-height:150px;
    margin-top:3px;
    margin-left: auto; 
    margin-right: auto;
    background-color:white;
    border:1px solid #dee1e7;
    /*height: 200px;*/
}

#divgriddetalhes
{
    width:1024px;
    min-height:150px;
    margin-top:3px;
    margin-left: auto; 
    margin-right: auto;
    background-color:white;
    border:1px solid #dee1e7;
    height: 200px;
}

#divlogin
{
    width:300px;
    /*height:150px;*/
    margin-top:40px;
    margin-left: auto; 
    margin-right: auto;
    margin-bottom:auto;
    background-color:white;
    /*border:1px solid #dee1e7;*/
}

#divunder
{
    width:300px;
    /*height:300px;*/
    margin-top:40px;
    margin-left: auto; 
    margin-right: auto;
    margin-bottom:auto;
    background-color:white;
    /*border:1px solid #dee1e7;*/
}

.clear
{
    clear: both;
}


.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    font-size:11px;
    font-weight:bold;
}

/* 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: 220px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 220px;
    border: 1px solid #ccc;
}

input.cbosistema
{
    width: 220px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.txtcenter
{
    margin-left: auto; 
    margin-right: auto;
    text-align:center;
}

.imgteste
{
    display: block;
    margin: 0 auto;
}
.text-input
{
    height: 21px;
    width: 150px;
}
