#bread-crumb {
  border: 1px solid #D2D2F1;
  padding: 2px 5px;
  font-size: 9pt;
  color: #008000;
}
#bread-crumb
  span.seta {
  font-size: 11pt;
  color: #C00000;
  font-weight: bold;
}

#sistema-header {
  min-height: 35px;
  background-color: #AABECE;
  border-bottom: 1px solid #707477; 
}

#sistema-icon {
	float: right;
  width: 90px;
  height: 40px;
}

#sistema-logo {
  float: right;
  width: 177px;
  /*height: 100px;*/
}

#sistema-user {
  margin: 0;
  padding: 0 0 0 10px;
  line-height: 23px;
  font-size: 8pt;
  background-image: url(../images/user-info-bg.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: 0 0;
}

h1#sistema-name {
  border: 0;
  margin: 0;
  padding-left: 10px;
  line-height: 42px;
  font-weight: bold;
  background: #F9FDFC url(../images/sistema-title.gif) repeat-x scroll left top;
}

div#indicator {
  text-align: center;
  border:1px solid #D2D2F1;
  position: absolute;
  z-index: 1000;
  background-color: #F0F7FE;
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
div#indicator img {
	margin-top: 175px;
}
div#indicator span {
	vertical-align: bottom;
}
div.message {
  border: 1px solid #008000;
  background-color: #F3FAF0;
  margin: 2px 0 0 0;
  padding: 4px;
  text-align: center;
  color: #000000;
}

#lembrar_numero_solicitacao {
  border: 1px solid #CC9900;
  background-color: #FFFFCC;
  margin: 2px 0 0 0;
  padding: 4px;
  color: #000000;
  width: 665px;
}
#lembrar_numero_solicitacao_fechar { 
  width: 12px;
  margin-left: 650px;
}
div.erro {
  background-color: #FFEFEF;
  border-color: #C00000;
}