@CHARSET "ISO-8859-1";
html {
  background: url(../img/barra.jpg) fixed top left;
  height: 100%;
}
html body {
  background: #FFF;
  border-right: 1px solid #999;
  width: 775px;
  min-height: 100%; /* PARA NAVEGADORES PADRÃO */
  height: auto;
  overflow: visible;
  _height: 100%; /* PARA O BUG-IE */
}
body div#main { margin: 0 }
body div#header { background: #FFF; height: auto; border: none; margin:0; padding:0 }
body div#header div { margin: -8px 0px;}
body div#footer { 
  margin: 0;
  overflow: hidden;
  height: 24px;
  width: auto;
  padding: 8px 10px 0 0;
}
body div#footer h2 { margin: 0 }

label { 
  font-weight: bold; 
}
.btProcSeletivo {
  width: auto;
  float: right;
  clear: none;
}
#JSMX_loading {
	position: absolute;
  left: 630px !important;
  top: 262px !important;
  color: #000 !important;
}

body div#box{background-color:#F7F4F2;}
body div#box ul { text-align:left; font-size:13px; padding:3px 3px 0px 3px;font-weight: bold; color:#666666; }
body div#box li { solid #3300FF; left:140px; top:-25px; list-style-type:none;  }
body div#box a { color:#3300FF; text-decoration:none; }
body div#box a:hover { color:#6666FF; text-decoration:none;  }

/* Mensagem de erro */
div.msg {
  font-weight: bold;
  color: red;
  background: #FFFFF0;
  border: 1px solid #999;
  padding: 10px;
}
div.msg ul {
  display: block;
  list-style: none;
  padding: 0;
}
div.msg li {
  display: block;
  margin: 0;
}

/**
 * AJAX
 */
#ajaxLoad {
  background: url(../img/indicator.gif) no-repeat left center;
  padding: 2px 0 px 20px;
  font-weight: bold;
  display: none;
}

#desativaFundo {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000;
  z-index: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  _position: absolute;
}

#wAjax {
  width: 400px;
  height: 180px;
  padding: 0px;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -200px; 
  background-color: white;
  color: black;
  border: 3px solid black;
  z-index: 10000;
  _position: absolute;
}
html div #wAjax h1 {
  margin: 0;
  padding: 2px;
  background-color: #666666;
  color: #FFF;
  font-size: 8.5pt;
  height: 1.2em;
}
#wAjax h1 a {
  display: block;
  font-family: verdana;
  font-size: 7.5pt;
  text-align: center;
  width: 1.2em;
  color: #FFF;
  background-color: #F00;
  margin: 0;
  padding: 1px;
  text-decoration: none;
}
#wAjaxConteudo {
  padding: 0;
  margin: 2px;
  height: 95%;
  overflow-y: auto;
}
#wAjaxConteudo p {
  margin-top: 0px;
  padding: 2px;
}
#wAjax input, select, text-area{  font-size: 11px; }
.w80{ width: 80px; }
#cidades div select{ margin-right: 20px; }

#cidades_table table{ width: 100%; }
#cidades_table table thead th{ border-bottom: 1px #000 solid;}
#cidades_table table .cor1{ background: #e2e2e2;}

.labelWidth {
  display: block;
  float: left;
  clear: left;
  width: 150px;
  margin: 0px;
  line-height: 1.2em;
  margin-top: 4px;
}
#descricaoOutros{
	margin-top:5px;
}
.ocult{
	display: none;
}
#tableFlyer label{
	font-weight:normal;
}

#tableFlyer span.red  {
	color:red;
	font-size:9pt;
}