﻿body
{
    padding: 0px;
    margin: 0px;
    height: 100%;
    background: none;
    background: #009ec4 url( "../Imagens/bodybg.png" ) repeat-x;
}

.headerStyle
{
    background-image: none;
    width: 100%;
}

.fixme-TopLeft 
{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

.fixme-TopRight
{
    position: fixed;
    top:0px;
    right: 0px;
    text-align: right;
    z-index: 1001;
}

.fixme-TopCenter 
{
    position: fixed;
    top: 0px;
    width: 100%;
    text-align: center;
    z-index: 2000;
}

.fixme-BottomLeft 
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
}

.fixme-BottomRight 
{
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1001;
}

.fixme-BottomCenter
{
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    z-index: 1001;
}

.fixme-MiddleCenter
{
    vertical-align: middle;
    position: fixed;
    top: 45%;
    width: 100%;
    text-align: center;
    z-index: 1001;
}

.PanelTitulo
{
    width: 100%; 
    height: 70px; 
    background-color: #495678;
    text-align:center;
         
}	
	
.tblCabecalho
{
    width: 100%; 
}	
	
	
.TituloSistema
{
    color: #15428B;
    font-family: Century Gothic;
    font-size: 18px;
    font-weight: bold;
}
        
.TituloEmpresa
{
    font-family: Verdana;
    font-size: 16px;
    font-weight: normal;
    color: #15428B;
}

.panelUsuario
{
    margin: 2px;
    text-align: center;
}

.tableInfosUsuario
{
    width: 100%;
    margin-bottom: 8px;
}

.tableInfosUsuario img
{
    border: thin solid #000000;
    margin: 3px;
    width: 80px;
    height: 80px;
}

.acessosUsuario
{
    border: thin solid #8DB2E3;
}

.btnAcessoUsuario
{
    padding: 3px;
}

.btnAlterarDadosUsuario
{
    cursor: pointer;
    color: #0000FF;
}

.btnAcessoUsuario:hover
{
    padding: 3px;
    cursor: pointer;
    background-color: #FF9999;
}

.AcessoUsuarioApp
{
    background-color: #D3E0F2;
    width: 100%;
}

.AcessoUsuarioAppEsconder
{
    display: none;
}

.icon-sis
{
    padding-left: 18px;
    background: transparent url(../Imagens/iconSis.png) no-repeat center left;
}

.icon-emailLista
{
    padding-left: 24px;
    background: transparent url(../Imagens/email.png) no-repeat center left;
    cursor: pointer;
    line-height: 18px;
}

/**** TelaLogin ****/
.LoginTitulos
{
         width: 100%; 
         text-align:center;
}	
	
.LoginTituloSistema
{
        color: #CCCCCC;
        font-family: Century Gothic;
        font-size: 30px;
        font-weight: bold;
}
        
.LoginTituloEmpresa
{
        font-family: Verdana;
        font-size: 20px;
        font-weight: normal;
        color: #BBBBCC;
}

.disableNode
{
    color: #FF0000;
    text-decoration: line-through;
}
    
