﻿/*body
{
    background-color: #000;
    color: #444;
    font-family: Verdana, Arial;
    font-size: 12px;
    margin: 0px;
}
*/
/*-----------DIVS DOS MENUS DE NAVEGAÇÃO---------------*/

.Moldura
{
    float: left;
    border: 1px solid #888;
    padding: 5px;
}

.MolduraConsultaSaldos
{
    border: 1px solid #888;
    padding: 5px;
}

.AlinhaImgButtom
{
}

/* ------------------------ ------------------------- */

div#divMasterPage
{
    margin: 0 auto;
    width: 1000px;
    height: 700px;
    padding: 10px;
    background-color: #FFF;
}

div#divPopUp
{
    margin: 0 auto;
    width: 800px;
    padding: 10px;
    background: #FFF;
}

div #divMaster #divContainner
{
    border: 2px solid #999;
    padding: 5px;
    height: 20px;
}
/*
input[type="text"]
{
    border: 1px solid #888;
    color: #444;
    text-transform: uppercase;
}

input[type="text"][disabled]
{
    background-color: #EEE;
}

input[type="submit"]
{
    border: 1px solid #888;
    color: #444;
    background-color: White;
    text-transform: uppercase;
}

select
{
    border: 1px solid #888;
    color: #444;
    font-size: 12px;
}

select[disabled]
{
    background-color: #EEE;
}

textarea
{
    border: 1px solid #888;
    color: #444;
    font-size: 12px;
}
*/
.divTabela
{
    border: 1px solid Black;
    width: 100%;
    display: table;
}

.divLinha
{
    width: 100%;
    display: table-row;
}

.divColuna
{
    display: table-cell;
    padding: 2px;
    width: 50%;
}

/* Master Page */
.AlertStyles
{
    background-color: #000;
    color: #FFF;
    position: fixed; /*visibility: hidden; */
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    opacity: 0.55;
    -moz-opacity: 0.55;
    filter: alpha(opacity=55);
}

.SolidAlertStyles
{
    position: absolute;
    height: 350px;
    width: 500px;
    margin: 200px 300px;
    background-color: White;
    color: Black;
    background-image: url('../../Img/Menu/fundoBranco.jpg');
}
.msgErro
{
    float: left;
    color: #F00;
    font-weight: bold;
}


.divTabelaRes
{
    border: 1px solid Black;
    width: 100%;
    float: left;
}

.divLinhaRes
{
    width: 100%;
    float: left;
}

.divColunaRes
{
    float: left;
    padding: 2px;
}

