﻿body
{
    margin: 0px;
    font-family: tahoma;
    font-size: 11px;
    color: #3d3d3a;
    background-color:#f0f2e8;
}
* html body {height: 100%;}

#progressBackgroundFilter {
 position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 


  
}

 

#processMessage
{
    border: 4px solid #f4ae00;
    position: absolute;
    top: 300px;
    left: 50%;
    padding: 10px;
    width: 120px;
    z-index: 1001;
    background-color: #FFFFFF;
    text-align: center;
    color: #174676;
    margin-left: -60px;
    text-align:center;
} 

img
{
    border-style: none;

}

a
{
    font-family: tahoma;
    font-size: 11px;
    color: #3d3d3a;
    text-decoration: none;
}
a:hover
{
    color: #dca854;
}

.txt
{
    font-family: tahoma;
    font-size: 11px;
    color: #676142;
    background-color: #e2e6d3;
    padding: 5px;
    border: 1px solid #a5b18b;
}
.txt2
{
    font-family: tahoma;
    font-size: 11px;
    color: #676142;
    background-color: #e6e7df;
    
    border: 1px solid #e6e7df;
}
.btn
{
     font-family: tahoma;
    font-size: 11px;
    color: #676142;
    background-color: #e2e6d3;
    padding: 4px;
    border: 1px solid #a5b18b;
 }
 
 .Titulo1
{
    font-family: tahoma;
    font-size: 12px;
    color: #dca854;
    font-weight: bold;
}
.Titulo2{
    
    font-family: tahoma;
    font-size: 12px;
    color: #575754;
    font-weight: bold;
}

a.lnkTitulo2
{
    font-family: tahoma;
    font-size: 12px;
    color: #575754;
    font-weight: bold;
    text-decoration: none;
}

a.lnkTitulo2:hover
{
    color: #dca854;
}

a.lnkTitulo2Hover
{
    font-family: tahoma;
    font-size: 12px;
    color: #dca854;
    font-weight: bold;
    text-decoration: none;
}

a.lnk1
{
    font-family: tahoma;
    font-size: 11px;
    color: #dca854;
    font-weight: bold;
    text-decoration: none;
}
a.lnk2{
    font-family: tahoma;
    font-size: 11px;
    color: #3d3d3a;
    font-weight: bold;
    text-decoration: none;

}
a.lnk2:hover{
    color: #dca854;
}

#subProdutosServicos{
     background-color:#ced0ba; 
     background-image:url(../Imagens/subMenuHoverbg.jpg); 
     background-position:left bottom; 
     background-repeat:repeat-x;
     border-left: solid 1px #a7a99b;   
     border-right: solid 1px #a7a99b;
     position: absolute;
     left: 122px; top: 20px; display:none;

}

#subEmpresa{
     background-color:#ced0ba; 
     background-image:url(../Imagens/subMenuHoverbg.jpg); 
     background-position:left bottom; 
     background-repeat:repeat-x;
     border-left: solid 1px #a7a99b;   
     border-right: solid 1px #a7a99b;
     position: absolute;
     left: 56px; top: 20px; display:none;

}

.txt3
{
    border: 1px solid #6c6f5a;
    font-family: verdana;
    color: #3e3e3e;
    font-size: 11px;
    background-color: #FFFFFF;
}



.tbPainel {
	width:100%;
	background-color:#FFFFFF;
	
	
}

.tbPainel th
{
    background-color: #6c715b;
    color: #eef2e3;
    margin-bottom: 4px;
    padding: 10px;
    text-align:left;
}
.tbPainel tr td
{
    
    background-color: #f0f1e9;
    font-weight:bold;
    padding:10px;
}

.tbPainel tr.dif td
{
    
    background-color: #e8eadd;
    
}
.tbPainel tr.cat td
{
    
    background-color: #d9ddc6;
    color:#d39524;
}

#Popup{
    position:absolute;
    left:50%;
    top:50%;
    width:300px;
    padding:20px;
    background-color:#f0f1e9;
    border:solid 2px #6c715b;
    margin-left:-150px;
    margin-top:-75px;
    text-align:center;
    display:none;
    
}

#Mascara {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  
}
#ProgressDialogo{
   position:absolute;
   background-color:White;
   width:300px;
   height:300px;
}
