/* CONFIGURAÇÕES GERAIS */
html, body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	text-align: center;
	}

body {
	background:#000 url("../imagens/bgdegrade.jpg") top left repeat-x fixed;
	}
 
#geral{
	background-color: #ffffff;
	border: 1px solid #ffffff;
	margin: 10px auto;
	text-align:left;
	width: 760px;
	}

h1{
	background-color: #339999;
	border-bottom: 5px solid #008484;
	color: #fff;
	font-size: 1.4em;
	padding: 10px;
	text-align: left;
	}

h2{
	background-color: #e8e8e8;
	border: 1px solid #ccc;
	color: #000;
	font-size: 1.3em;
	padding: 8px;
	margin: 10px 0;
	clear: left;
	}

h3{
	clear: left;
	color: #999999;
	font-size: 1.8em;
	line-height: 1em;
	margin: 10px 0;
	padding: 10px 0;
	}

h4{
	background-color: #808080;
	color: #fff;
	font-size: 1.3em;
	padding: 8px;
	margin: 10px 0;
	text-align: left;
	}

h5{
	color: #000;
	font-size: 1.4em;
	padding: 10px;
	margin: 10px 0;
	text-align: center;
	}

h6{
	color: #008484;
	font-size: 1.4em;
	padding: 10px;
	margin: 10px 0;
	text-align: left;
	line-height: 1.4em;
	}

p {
	color: #000000;
	line-height: 1.4em;
	}

/* TOPO */
#topo{
	background: url("../imagens/base-topo.jpg") repeat-x;
	height: 140px;
	margin-bottom: 10px;
	position: relative; 
	width: 100%;
	}

#topo-logo{
	float: left;
	position: relative; 
	width: 480px;
	}

#topo-form{
	background-color: #fff;
	border: 1px solid #cccccc;
	float: right;
	height: 130px;
	margin-right: 10px;
	margin-top: 10px;
	position: relative; 
	width: 250px;
	}

#topo-form-titulo{
	background-color: #cc3300;
	position: relative; 
	line-height: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	}

#topo-form .botao1 { /* BOTÃO ACESSAR VÍDEOS */
	background-color: #339999;
	border: 0;
	clear: both;
	color: #fff;
	float: left;
	font-weight: bold;
	margin-top: 20px;
	padding: 5px; 
	text-align: center;
	text-decoration: none;
	width: 50px;
	}

#topo-form .botao1:hover { /* BOTÃO ACESSAR VÍDEOS HOVER */
	background-color: #000;
	}

#topo-form .botao2 { /* BOTÃO LOGOUT */
	background-color: #cc3300;
	border: 0;
	color: #fff;
	float: right;
	font-weight: bold;
	margin-top: 20px;
	padding: 5px; 
	text-align: center;
	text-decoration: none;
	width: 50px;
	}

#topo-form .botao2:hover { /* BOTÃO LOGOUT HOVER */
	background-color: #000;
	}

#topo-form .botao3 { /* BOTÃO LOGOUT */
	background-color: #339999;
	border: 0;
	clear: right;
	color: #fff;
	float: left;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 5px;
	padding: 5px; 
	text-align: center;
	text-decoration: none;
	width: 80px;
	}

#topo-form .botao3:hover { /* BOTÃO LOGOUT HOVER */
	background-color: #000;
	}

#topo-form p{
	font-size: 1.3em;
	}

#topo-form-logado {
	margin: 5px auto 0 auto;
	padding: 0;
	width: 230px;
	}

#topo-form form { 
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0;
	width: 220px;
	}

#topo-form form fieldset {
	border: 0;
	padding: 0;
	}

#topo-form form label { 
	color: #000;
	display: block;
	float: left; 
	font-weight: bold;
	margin: 6px 0;
	padding: 3px 5px 3px 0;
	text-align: right; 
	width: 55px;
	}

#topo-form form input {
	border: 1px solid #cccccc;
	color: #003399;
	font-size: 1.1em;
	margin: 5px 0;
	width: 150px;
	}

#topo-form form small {
	font-size: 0.9em;
	line-height: 300%;
	float: left;
	display: block;
	}

#topo-form form .botao { /* BOTÃO ACESSAR */
	background-color: #eee;
	border: 1px solid #ccc;
	color: #000; 
	cursor: normal;
	width: 100px;
	padding: 2px;
	margin-left: 60px;
	}

/* MENU SUPERIOR */
#menu-superior{
	background-color: #000000; 
	height: 30px; 
	position: relative; 
	z-index: 999;
	} 

/* CONTEÚDO */
#conteudo{
	display: inline; 
	float: left;
	position: relative;
	padding: 10px;
	width: 740px;
	}

#conteudo p{
	font-size: 1.2em;
	margin: 10px;
	}

#conteudo ul{
	font-size: 1.2em;
	line-height: 1.5em;
	list-style-type: disc;
	list-style-position: inside;
	margin: 10px;
	text-align: left;
	}

#conteudo ul li{
	margin-bottom: 5px;
	margin-left: 10px;
	}

#conteudo ol{
	font-size: 1.2em;
	line-height: 1.8em;
	list-style-position: outside;
	list-style-type: decimal;
	margin: 10px 50px;
	padding: 5px;
	text-align: left;
	}

#conteudo .div-arquivos{
	height: 250px;
	}
 
/* RODAPÉ */
#rodape{
	background-color: #eee;
	border-top: 2px solid #000;
	clear: both;
	height: 150px;
	padding: 10px;
	position: relative;
	width: 740px;
	}

#rodape-endereco{
	background-color: #eeeeee;
	float: left;
	font-size: 1.2em;
	height: 90px;
	line-height: 1.5em;
	padding: 10px 0;
	width: 490px;
	}

#rodape-endereco .destaque{
	color: #cc0033;
	font-size: 1.2em;
	font-weight: bold;
	}

#rodape-painel{
	background-color: #eeeeee;
	float: right;
	height: 90px;
	padding: 10px 0;
	width: 230px;
	}

#rodape-form{
	background: url("../imagens/bg-form-login.jpg");
	border: 1px solid #cccccc;
	float: right;
	height: 60px;
	width: 230px;
	}

#rodape-form form .usuario {
	border: 1px solid #cccccc;
	color: #000000;
	font-size: 0.9em;
	margin-left: 100px;
	margin-top: 5px;
	padding: 4px;
	width: 115px;
	}

#rodape-form form .senha {
	border: 1px solid #cccccc;
	color: #000000;
	font-size: 0.9em;
	margin-left: 100px;
	margin-top: 2px;
	padding: 4px;
	width: 85px;
	}

#rodape-form form .botao {
	background-color: #ff0000;
	border: 0;
	color: #ffffff;
	font-size: 0.9em;
	padding: 3px 4px;
	width: 26px;
	}

#rodape-direitos{
	float: left;
	font-size: 1.1em;
	height: 40px;
	line-height: 40px;
	width: 50%;
	}

#rodape-web{
	float: right;
	font-size: 1.1em;
	height: 40px;
	line-height: 40px;
	text-align: right;
	width: 40%;
	}


/* CONFIGURAÇÕES */
.box {
	border: 1px solid #339900;
	border-bottom: 3px solid #336600;
	border-right: 3px solid #339900;
	padding: 15px;
	width: 520px;
	margin: 10px auto;
	}
	
.centralizar {
	text-align: center;
	}

.justificar {
	text-align: justify;
	}

.cor01 {
	color: #ff6600;
	}

.cor02 {
	color: #008484;
	}

.clear{
	clear: both;
	}

#caixa-resposta {
	color: #ff6600;
	font-size: 1.4em;
	font-weight: bold;
	height: 250px;
	line-height: 250px;
	margin-top: 10px;
	text-align: center;
	vertical-align: middle;
	width: auto;
	}

/* LINKS */
.link:link, .link:visited, .link:hover, .link:active {
	color:#0000ff;
	text-decoration: none;
	}

.link:hover {
	text-decoration: underline;
	}

/*TABELA GRID*/
#tabela table.grid {
	border: 1px solid #ccc;
	display: table;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: 10px;
	table-layout: auto;
	width: 100%;
	}

#tabela table.grid tr.linha { 
	border: 1px solid #ccc;
	}

#tabela table.grid td.topicos { 
	font-weight: bold;
	text-align: right;
	width: 100px;
	}

#tabela table.grid tr td {
	border: 1px solid #ccc;
	padding: 5px;
	}

#tabela table.grid tr th { 
	background-color: #ccc;
	border: 1px solid #ccc;
	color: #000000;
	font-weight: bold;
	padding: 4px;
	text-align: center;
	}

#tabela table.grid td.data { 
	text-align: center;
	width: 50px;
	}

#tabela table.grid td.pagina { 
	text-align: center;
	width: 50px;
	}

#tabela table.grid td.jornal { 
	width: 100px;
	}

/* PAGINAÇÃO DE RESULTADOS DO BD*/
#paginacao {
	border: 1px solid #eeeeee;
	font-size: 1.2em;
	margin-top: 10px;
	padding: 15px 0 15px 0;
	text-align: center;
}
#paginacao a {
	border: 1px solid #ddd;
	color: #000000;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
}
#paginacao a:hover {
	background-color: #eeeeee;
	border: 1px solid #000000;
	color: #000000;
}
#paginacao span.inativo {
	border: 1px solid #cccccc;
	color: #CCC;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
}

#paginacao span.atual {
	background-color: #808080;
	border: 1px solid #000000;
	font-weight: bold;
	color: #FFF;
	padding: 4px;
}

#legenda {
	background-color: #cae4ff;
	font-size:1.2em;
	margin-top: 10px;
	padding: 5px 0 5px 0;
	text-align:center;
}


/* FIX */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
 
.clearfix{
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
	}
.clearfix{
	display: block;
	}
/* End hide from IE-mac */  

/* IMPRESSÃO */ 
@media print{
	/* DESABILITA A COLUNA ESQUERDA DURANTE A IMPRESSÃO */ 
	#esquerda, #topo, #rodape{
		display: none;
		} 
	#conteudo{
		width: 600px;
		float: none;
		}
	}