@charset "latin1";
/* CSS Document */
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin: 0;
}
#container {
	width: 990px;
	background: #FFFFFF;
	padding-bottom: 0px;
	margin:0 auto;
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
h1{
margin: 0px;
}
.menusup {
width: 990px;
height: 30px;
vertical-align: middle;
background-color: #5E0075;
}
#menu_opcoes {
float:left;
width:150px;
height:400px;
}
#conteudo_admin{
	float:left;
	width:840;
	height:auto;
}
#menu_base {
	float:left;
	width: 950px;
	height:40px;
	margin-top: 10px;
	margin-left: 20px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#titulo_resulbusca{
	font:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
}
.cel_opcoes{
float:left;
width: 150px;
height: 20px;
}
a.menubase{
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color:#000000;
}
a.menubase:link{
text-decoration:none;
}
a.menubase:visited{
text-decoration:none;
}
a.menubase:hover{
text-decoration: none;
}
a.menubase:active{
text-decoration:none;
}
a.opc_menu {
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
color:#000000;
}
a.opc_menu:link{
text-decoration:none;
}
a.opc_menu:visited{
text-decoration:none;
}
a.opc_menu:hover{
text-decoration: none;
}
a.opc_menu:active{
text-decoration:none;
}

a.incluir {
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
color: #9900CC;
}
a.incluir:link{
text-decoration:none;
}
a.incluir:visited{
text-decoration:none;
}
a.incluir:hover{
text-decoration: none;
}
a.incluir:active{
text-decoration:none;
}
/*Template Anuncie*/
#anuncioContent{
float:left;
width:660px;
height:310px;
}
.texto_anuncie{
	padding: 10px;
	margin: 5px;
	font-size: 14px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
p{ margin-top: 5px; margin-bottom: 5px;}
#barra_acesso{
float:right;
width: 300px;
height:360px;
}

/*PAGINAS DE CADASTRO*/
input:focus, textarea:focus, menu:focus {
	background: #F2F2FF;
	}

textarea:focus {
	border-width: 1px; /* Redefine a borda para 1px
                                   se o campo for textarea */
	}
.muda {
	background: #F2F2FF; /* Fundo amarelo palha */
	border-width: 1px;
	}
.texto_form{
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
}
.titulo_form {
	font-size: small;
	font-weight: bold;
}

.campos_obrig{
	color: #FF0000;
	font-size: 12px;
}