.background {
	background-image: url(../imagens/master/background.png);
	background-color: #B2E2E6;
}
.rodape {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
.verdana12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;	
}
.botoes_bg {
	background-image: url(../imagens/master/botoes_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 39px;
	width: 116px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
}
.textos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
.textoLabel
{
    font-family: Verdana, Geneva, Sans-Serif;
    font-size: 14px;
    color:Black;
    text-decoration: none;
    font-weight: bold;
}
.textoAdminInicial
{
    font-family:Calibri, geneva;
    font-size:11px;
    text-decoration:none;
    color:Black;
}
.login {
	background-image: url(../imagens/master/panel_login.png);
	background-repeat: no-repeat;
}



a.LinkMenu 
{ 
    color:White; 
    text-decoration: none;
}
a.LinkMenu:visited 
{ 
    color:White; 
    text-decoration: none;
} 
a.LinkMenu:hover 
{ 
    font-size: 13px;
    text-decoration: none;
	color:#FFFF00; 
}



#progressBackgroundFilter {
  position:absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  overflow:hidden;
  padding:0;
  margin:0;
  background-color:#000; 
  filter:alpha(opacity=20);
  opacity:0.5;
  z-index:1000;
}


#processMessage {
  text-align: center;
  position:absolute; 
  top:50%; 
  left:45%;
  padding:10px;
  width:10%;
  z-index:1001;
  background-color:#fff;
  border: solid 2px #cccccc
}