﻿body {
    width:100%;
    height: 100%;
    margin: 0;    
}

#Menu1 a.dynamic {
    padding: 2px 15px 2px 5px !important;
}

table td { 
    display: table-cell;
    vertical-align: top; 

    /*border:0px solid #000;*/
}

.Total {	
    position:relative;
    margin:0 auto;
	
	width:970px;	
	height:auto;
	
	border:0px solid #0066cc;
}

.TabelaLogin {
    margin-top:30px;

    text-align: center;
}

.TabelaPrincipal {
    width:970px;

    /*text-align:center; */
    margin-top:5px;    
    
    border:0px solid #cc6633;  
}

.barra_titulo {
    background-color:#F7F6F3;

    width:100%;
    height:20px;
}

.data {
    /*margin-top: -19px;*/
    margin-right: 3px;

    text-align:right;
}

.BemVindo {
    text-align:right;
}

.LogoEntrada {
    position:relative;
    float:left;
    
    width:100%;
    
    text-align:center;
}

.Logo {
    width:136px;
}

.TituloTopo {
    width:250px;

    text-align:center;
}

.Conteudo {
    position:relative;
    float:left;

    width:100%;
    min-height:150px;
}

.Login {        
    margin-top: 30px;
}

.Login table td {
    vertical-align:middle;
    padding:3px;
}

.LoginLogout {
    text-align:right;
}

.footer {
    background-color:#F7F6F3;

    width:100%;
    height:15px;

    font-family:Verdana;
    font-size: 10px; 
    color: maroon;    
    text-align:right;
    line-height:15px;
}

.footer a {    
    color: maroon;
    text-decoration:none;        
}

/***Página Edit***/
.Edit_btns {
    position:relative;
    /*float:left;*/

    margin:0 auto;

    width:100%;
}

#updGravar {
    position: relative;
    float: left;
}

.modalBackground {
	background-color:Gray;
	-ms-filter: alpha(opacity=50);
	-ms-opacity:0.5;
}

.modalPopup {
	/*background-color:#ffffdd;*/
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:0px;
	overflow: hidden; 
}

.Panel {
	font: "Arial";
	font-size:small; 
	font-weight: bold;
}

.Collapsed {
	padding:3px;
	height:0px;
    overflow: hidden; 
}
/*****************/