@import url(menuportal.css);

@import url(rodape.css);

body { 
	background: url(../images/margem-base.jpg) repeat-x; 
	color: #4271AD;
	margin: 0; 
	font-family: trebuchet ms;
	font-size: 13px;
}

pre {
  	background-color: #eee;
  	padding: 10px;
  	font-size: 11px;
}

a:link { 
	color: #0139B8; 
	text-decoration: none;
}

a:visited { 
	color: #3E66C2; 
	text-decoration: none;
}

a:hover { 
	color: #007AEC; 
	text-decoration: underline;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation { 
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

#obs {
	color: green;
	font-size: 14px;
	padding: 10px;
}

#conteudo {
	width: 100%;
	margin: 10px auto 0 auto;
	padding: 50px 30px 70px 30px;
	min-height: 500px;
	background: url(../images/onbit_marcadagua.jpg) repeat;
}

#quadro_menor {
	width: 300px;
	min-height: 370px;
	margin: 0 auto;
	text-align: justify;
	padding: 30px 80px 10px 80px;
	background: url(../images/fundo_formulario.png) center repeat;
}

#quadro_maior {
	width: 900px;
	min-height: 370px;
	margin: 0 auto;
	padding: 10px 20px 70px 20px;
	background: url(../images/fundo_formulario.png) center repeat;
}

table {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

th {
	background: #D3E5FD;
}

td {
	background: #DBE5F0;
}

#tabela_conteudo_aberto {
	background: #DBE5F0;
	color: #0AAF0E;
}

#tabela_conteudo_fechado {

   background: #DBE5F0;
   color: #AE777E;
}

#tabela_conteudo_cancelado {
   background: #DBE5F0;
	color: #4B4B4B;
}

#aviso {
	margin: 0 10px;
	color: green;
	font-size: 14px;
	font-weight: bold;
}

#botao {
	background: url(../images/botao.png) no-repeat;
	height: 30px;
	width: 200px;
	padding-top: 5px;
	text-align: center;
	font-size: 14px;
	margin: 10px 10px 10px 0;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	color: #000;
	text-decoration: none;
}

#botao a:link {
	color: #000;
	text-decoration: none;
}

#botao a:hover {
	text-decoration: none;
	color: #000;
}

#botao a:visited { 
	color: #000; 
	text-decoration: none;
}

#topico {
	width: 70%;
	text-align: justify;
	padding: 10px;
}

#input {
	width: 80%;
	height: 150px;
	border-color: #0139B8;
}

#seta_up {
	background: url(../images/up.jpg) center no-repeat;
	width: 33px;
	height: 25px;
}

#seta_up a:hover {
	text-decoration: none;
}

#seta_down {
	background: url(../images/down.jpg) center no-repeat;
	width: 33px;
	height: 25px;
}

#seta_down a:hover {
	text-decoration: none;
}

#divisor-notas {
	height: 30px;
	background: url(../images/divisor-notas.png);
}


