html, body {
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(imgs/bg.jpg);
	background-color: #e7e7e7;
}
img {max-width:100%;}

#header {
	width: 80%;
	height:70px;
	background-color: #ed7c16;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left:10%;
	padding-right:10%;	
}
#wrap {
	width: 80%;
	height:auto;
	margin-left: 10%;
	_margin-left: 5%;
	margin-right: 10%;
	_margin-right: 5%;
	top:0;
}
#centro {
	width: 100%;
	height:auto;
	float:left;
	margin-bottom:10px;
 _margin-bottom:5px;	
}
#logo {
	width:50%;
	height:auto;
	margin-top:5px;
	margin-bottom:5px;
	_margin-bottom:3px;	
	float:left;
}
#painel {
	width: 50%;
	margin-top:5px;
	height:auto;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	letter-spacing: -3px;
	color: #000;
	font-weight: bold;
}
hr {
	width:100%;
	opacity:0.65;
	float:left;
}
#content {
	width:96%;
	margin-bottom:10px;
 _margin-bottom:5px;	
	min-height:235px;
	padding:2%;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 6px 0px #ccc;
	-moz-box-shadow: 0px 0px 6px 0px #ccc;
	box-shadow: 0px 0px 6px 0px #ccc;
}
#credito {
	width: 100%;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
#instrucao {
	width: 100%;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	letter-spacing: -1px;
	color: #999999
}
#avisos {
	width: 96%;
	height: auto;
	min-height: 266px;
	padding: 2%;
	float: left;
	margin-bottom: 10px;
 _margin-bottom:5px;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 6px 0px #ccc;
	-moz-box-shadow: 0px 0px 6px 0px #ccc;
	box-shadow: 0px 0px 6px 0px #ccc;
	background-position: center bottom;
}
#advertise {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
	_margin-bottom:5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 6px 0px #ccc;
	-moz-box-shadow: 0px 0px 6px 0px #ccc;
	box-shadow: 0px 0px 6px 0px #ccc;
	background-position: center bottom;
}
#user {
	width:10%;
	height:auto;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	padding-top:1.5%;
	padding-bottom:2.5%;
	float:left;
}
#sair {
	width:15%;
	min-width:75px;
	height:auto;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	color: #FFFFFF;
	padding-top:1.5%;
	padding-bottom:2.5%;
	float:right;
}
#admin ul,
#admin li,
#admin span,
#admin a {
  margin: 0;
  padding: 0;
  position: relative;
  -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#admin {
	width: 75%;
	height:70px;
	float:left;
}
#admin a {
	width:auto;
	min-width:60px;
	height:auto;
	color: #FFFFFF;
	display: inline-block;
	font-family: Arial;
	font-size: 12px;
	line-height: 65px;
	text-decoration: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	letter-spacing: 0px;
	font-weight: bold;
	margin-left: 0;
}
#admin > ul > li:hover > a {
	background-color: #bf5b02;
}
span.submenu {
	color: #FFF;
	display: inline-block;
	font-family: Arial;
	font-size: 12px;
	letter-spacing:0px;
	text-decoration: none;
}
#admin > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -15px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid #bf5b02;
  margin-left: -10px;
		_margin-left: -5px;
}
#admin ul {
  list-style: none;
}
#admin > ul {
  float: left;
}
#admin > ul > li {
  float: left;
}
#admin:after,
#admin ul:after {
  content: '';
  display: block;
  clear:both;
}
#admin > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#admin > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#admin > ul > li.active > a {
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background: #f9f9f9;
}
#admin > ul > li:hover > a {
}
#admin .has-sub {
  z-index: 1;
}
#admin .has-sub:hover > ul {
  display: block;
}
#admin .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
  z-index:99999;
  position:absolute;
}
#admin .has-sub ul li {
  *margin-bottom: -1px;
}
#admin .has-sub ul li a {
	filter: none;
	font-size: 11px;
	display: block;
	line-height: 120%;
	padding: 10px;
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#admin .has-sub ul li:hover a {
  background: #bf5b02;
}
#admin .has-sub .has-sub:hover > ul {
  display: block;
}
#admin .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#admin .has-sub .has-sub ul li a {
  background: #0c7fb0;
  border-bottom: 1px dotted #6db2d0;
}
#admin .has-sub .has-sub ul li a:hover {
	background-color: #bf5b02;
}

#footer {
	width: 100%;
	height:5px;
	background-color: #ed7c16;
	float:left;
}

#campo{
	width:25%;
 margin-left:0px;
 font-weight: bold;
	font:12px Arial, Helvetica, sans-serif;
	color:#999;
	height:50px;	
	float:left;
	clear: left;
	text-align:right;
}
#form{
 width:75%;
	font:12px Arial, Helvetica, sans-serif;	
	color:#999;	
	height:50px;	
 margin-left:0px;
	float:left;
}
#text_area{
	width:75%;
	font:12px Arial, Helvetica, sans-serif;	
	color:#999;		
 margin-left:0px;
	float:left;
}

#qTip {
 padding: 3px;
 border: 1px solid #666;
 display: none;
 background: #999;
 color: #FFF;
 font: bold 9px Arial;
	text-align:left;
 position: absolute;
 z-index: 1000;
}

#botao{
 width:75%;
 margin-left:0px;
 float:left;
	clear: right;
}
#navegador{
	font:11px Arial, Helvetica, sans-serif;
	color:#0000FF;
	font-weight:bold;
	width:100%;
	text-align:center;
 float:left;
}

#navegador a{
	color:#000;
	text-decoration: none;
	font-weight:100;
}

#navegador a:hover{
	color:#000;
	text-decoration: underline;
}

#espaco{
	width:100%;
	min-height:25px;
	height:auto;
 float:left;
}


#id{
 width:5%;
	height: 24px;
 background-color:#000;
 margin-left:1px;
	_margin-left:1px;	
	font:12px Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-align:center;
 line-height:23px;
 color:#FFF;
	float:left;
}
#id_lista{
 width:5%;
	height: 24px;
 margin-left:1px;
 _margin-left:1px;	
	font:11px Arial, Helvetica, sans-serif;
 text-align:center;
 line-height:23px;
 color:#000;
	float:left;
}
#id_lista a{
 color:#000;
 text-decoration:none;
}
#id_lista a:hover{
 color:#000;
 text-decoration:underline;
}
#titulo_secao{
 width:35%;
	height: 24px;
 background-color:#000;
 margin-left:1px;
	_margin-left:1px;	
	font:12px Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-align:center;
 line-height:23px;
 color:#FFF;
	float:left;
}

#ordenar_conteudo{
 width:10%;
	height: 24px;
 background-color:#000;
 margin-left:1px;
	_margin-left:1px;	
	font:12px Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-align:center;
 line-height:23px;
 color:#FFF;
	float:left;
}


#titulo_secao_lista{
 width:35%;
	height: 24px;
 margin-left:1px;
	_margin-left:1px;	
	font:11px Arial, Helvetica, sans-serif;
 text-align:center;
 line-height:23px;
 color:#000;
	float:left;
}
#titulo_secao_lista a{
 color:#000;
 text-decoration:none;
}
#titulo_secao_lista a:hover{
 color:#000;
 text-decoration:underline;
}
#titulo_conteudo{
 width:41%;
 /*width:210px;*/	
	height: 24px;
 background-color:#000;
 margin-left:1px;
	_margin-left:1px;	
	font:12px Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-align:center;
 line-height:23px;
 color:#FFF;
	float:left;
}
#titulo_conteudo_lista{
 width:41%;
 /*width:210px;*/
	height: 24px;
 margin-left:1px;
	_margin-left:1px;	
	font:11px Arial, Helvetica, sans-serif;
 text-align:center;
 line-height:23px;
 color:#000;
	float:left;
}
#titulo_conteudo_lista a{
 color:#000;
 text-decoration:none;
}
#titulo_conteudo_lista a:hover{
 color:#000;
 text-decoration:underline;
}

#ordenar_conteudo_lista{
 width:10%;
 /*width:210px;*/
	height: 24px;
 margin-left:1px;
	_margin-left:1px;	
	font:11px Arial, Helvetica, sans-serif;
 text-align:center;
 line-height:23px;
 color:#000;
	float:left;
}
#ordenar_conteudo_lista a{
 color:#000;
 text-decoration:none;
}
#ordenar_conteudo_lista a:hover{
 color:#000;
 text-decoration:underline;
}


#subtitulo_conteudo{
 width:210px;
	height: 24px;
 background-color:#000;
 margin-left:1px;
	_margin-left:1px;	
	font:12px Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-align:center;
 line-height:23px;
 color:#FFF;
	float:left;
}
#subtitulo_conteudo_lista{
 width:210px;
	height: 24px;
 margin-left:1px;
	_margin-left:1px;	
	font:11px Arial, Helvetica, sans-serif;
 text-align:center;
 line-height:23px;
 color:#000;
	float:left;
}
#destaque_conteudo{
 width:15%;
	height: 24px;
 background-color:#000;
 margin-left:1px;
	_margin-left:1px;	
	font:12px Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-align:center;
 line-height:23px;
 color:#FFF;
	float:left;
}
#destaque_conteudo_lista{
 width:15%;
	height: 24px;
 margin-left:1px;
	_margin-left:1px;	
	font:11px Arial, Helvetica, sans-serif;
 text-align:center;
 line-height:23px;
 color:#000;
	float:left;
}
#descricao_conteudo{
 width:211px;
	height: 24px;
 background-color:#000;
 margin-left:1px;
	_margin-left:1px;
	font:12px Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-align:center;
 line-height:23px;
 color:#FFF;
	float:left;
}
#descricao_conteudo_lista{
 width:211px;
	height: 24px;
 margin-left:1px;
	_margin-left:1px;	
	font:11px Arial, Helvetica, sans-serif;
 text-align:center;
 line-height:23px;
 color:#000;
	float:left;
}
#titulo_excluir{
 width:15%;
	height: 24px;
 background-color:#ed7c16;
 margin-left:1px;
	_margin-left:1px;
	font:12px Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-align:center;
 line-height:23px;
 color:#FFF;
	float:left;
}
#titulo_excluir_lista{
 width:15%;
	height: 24px;
 margin-left:1px;
	_margin-left:1px;	
	font:11px Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-align:center;
 line-height:23px;
 color:#000;
	float:left;
}
#titulo_excluir_lista a{
 color:#A60000;
 text-decoration:none;
}
#titulo_excluir_lista a:hover{
 color:#A60000;
 text-decoration:underline;
}