/* ----------------- */
/* ---- IMPORT's --- */
/* ----------------- */
@import url("css/login.css");
@import url("css/tabelas.css");
@import url("css/listas.css");
@import url("css/paginacao.css");
@import url("css/busca.css");

/* --------------------------------- */
/* --- ENTRADAS GERAIS GENERICAS --- */
/* --------------------------------- */

* { /* zerar valores default do documento/navegador */
	margin:0;
	padding:0;
	border:0;
}

html {
	/*scrollbar-stuff*/
   	scrollbar-face-color: #0090ff; 
	scrollbar-highlight-color: #0090ff; 
	scrollbar-darkshadow-color: #0090ff;
	scrollbar-shadow-color: #0090ff; 
	scrollbar-3dlight-color: #0090ff; 
	scrollbar-arrow-color: #fff; 
	scrollbar-track-color: #e2e2e2; 

	background-color:#dadada;
	width:100%;
	overflow-x:hidden;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	font-weight:normal;
	line-height:150%;
}
	body.mceContentBody { /* body do editor tiny */
		background-color:#fff;
		color:#333;
		padding:8px 10px 8px 15px;
		height:100%;
	}

img {}

h1 { /* Nivel1 - Nome do site */ }

h2 { /* Nivel2 - Seções */ }

h3 { /* Nivel3 - Categorias */
	color:#0090ff;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:25px;
}

h3 a {
	color:#0090ff;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:25px;
}

h4 { /* Nivel4 - Subcategorias */ }

h5 {}

p {}

p.destaque {
	padding:6px 0 10px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#646168;
	font-weight:normal;
	font-style:italic;
}

a { /* links gerais */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#0090ff;
	font-weight:normal;
	line-height:150%;
	text-decoration:none;
}

a:link { /* links nao visitados, estado inicial */
}

a:hover { /* links no estado over */
	text-decoration:underline;
}

a:active { /* links no estado press */
}

a:visited { /* links visitados */
}

hr {}

ul {
	list-style:none;
}

ol {}

li {
	background:url('imagens/list.gif') 2px 16px no-repeat;
	padding:10px 0 10px 15px;
	border-bottom:1px dashed #e0e0e0;
}

li a:hover {
	background-color:#0090ff;
	color:#fff;
	text-decoration:none;
}

::-moz-selection {
	background-color:#0090ff;
	color:#fff;
}

/* ------------------------------------- */
/* --- ENTRADAS GERAIS DE FORMULARIO --- */
/* ------------------------------------- */

form {
	margin:0;
	padding:0;
	border:0;
}

input.typeButtons { /* input[type='button'], input[type='reset'], input[type='submit'] (CSS2) + fix ie6 */
	padding:5px;
		/* IE button width FIX */
		width:auto;
		overflow: visible;
		/* --- */
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-style:normal;
	
	background-color:#0090ff;
	border:none;
	
	cursor:pointer;
}

input.typeButtons:hover {
	background-color:#000;
}

input.typeImages { /* input[type="image"] (CSS2) + fix i6 */
	vertical-align:middle;
}

input.typeTexts, textarea { /* input[type="text"], input[type="password"] (CSS2) + fix ie6, textarea */
	padding:3px 5px 3px 5px;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000px;
	font-weight:normal;
	font-style:normal;
	
	border:1px solid #b7b7b7;
	background-color:#e9e7e8;
	
	cursor:text;
}

input.typeTexts:hover, textarea:hover {
	border:1px solid #000;
}

input.typeTexts:focus, textarea:focus {
	background-color:#fff887;
}

select { /* todas as tags select, menus do tipo drop-down ou list-box */
	/*
	min-height:20px;
	
	height:auto !important;
	height:20px;
	*/
	
	border:1px solid #bbb;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000px;
	font-weight:normal;
	font-style:normal;
	
	background-color:#fff;
}

/* -------------------------------------------------- */
/* --- ENTRADAS ESTRUTURAIS / CONSTRUÇÃO DO THEME --- */
/* -------------------------------------------------- */

#logo {
	padding:31px 0 0 0; /* se tirar o fixed do .menu, tirar o padding-top do #logo */
	height:119px;
	width:100%;
	overflow:hidden;
	background-color:#c9c9ca;
}
	#logo1 { float:left; }
	#logo2 { float:right; }
	

#conteudo {
	background:url('imagens/bg_home.gif') 0 0 repeat-x;
}
	#conteudo_home {
		/*height:480px;*/
		/*height:570px;*/
		height:469px; /* 500 */
		padding:31px 0 0 0;
		width:100%;
		overflow:hidden;
		/* background dentro do theme.html */
	}

	#conteudo_homeBox {
		width:335px; /* 370 */
		height:318px; /* 358 */
		margin:0 auto 0 auto;
		padding:40px 0 0 35px;
	}
	
	#conteudo_interno {
		padding:0 27px 0 27px;
		background-color:#dadada;
	}



#acesso {
	text-align:right;
	height:57px; /* 77 */
	padding:20px 0 0 0;
	overflow:hidden;
	
	font-size:0;
	line-height:0;
}
	#conteudo_home #acesso { /* excecao */
		position:absolute;
		width:100%;
		right:27px;
		margin-top:-21px; /* -25 */
	}
	#acesso p {
		padding:10px 0 0 0;
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
		text-transform:lowercase;
		color:#000;
		line-height:150%;
	}#conteudo_home #acesso p { display:none; }
	#acesso_box {
		background-color:#fff;
		border:1px solid #b2b2b2;
		float:right;
		height:26px; /*36*/
		overflow:hidden;
		margin:0 0 0 15px;
		padding:10px 7px 0 7px;
	}
	#acesso_box a {
		margin:0 6px 0 6px;
	}



#rodape {
	padding:50px 0 20px 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	font-style:italic;
	
	width:100%;
}
	#rodape1 { float:left; display:inline; padding:0 27px 0 27px; }
	#rodape2 { float:right; display:inline; padding:0 27px 0 27px; }


/* -------------- */
/* --- BLOCOS --- */
/* -------------- */

#bloco_esquerda { /* fora do foreach */ }
.bloco_esquerda { /* dentro do foreach */ }

#bloco_centroEsquerda { /* fora do foreach */}
.bloco_centroEsquerda { /* dentro do foreach */ }

#bloco_centroCentro { /* fora do foreach */}
.bloco_centroCentro { /* dentro do foreach */ }

#bloco_centroDireita { /* fora do foreach */}
.bloco_centroDireita { /* dentro do foreach */ }

#bloco_direita { /* fora do foreach */ }
.bloco_direita { /* dentro do foreach */ }

/* ------------------ */
/* --- FIM BLOCOS --- */
/* ------------------ */



/* ------------------------ */
/* --- ENTRADAS DO MENU --- */
/* ------------------------ */

.menu {
	position:fixed; /* se tirar o fixed do .menu, tirar o padding-top do #logo */
	_position: absolute;
	_top: expression(0+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
	z-index:5;
	
	border-bottom:1px solid #a1a1a2;
	height:30px; /* 31 */
	width:100%;
	/*CUIDADO! NÃO DÊ OVERFLOW HIDDEN! (overflow:hidden;) -  Bug FF 2.0 com z-index*/
	
	/*background-color:#fff;
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);*/
	/* NAO USAR ALPHA VIA CSS - BUG IE */
	background:url('imagens/menu.png') 0 0 repeat;
	
	font-size:0;
	line-height:0;
}

.menu * { /* o asterisco em: .menu * representa qualquer filho apos .menu (exemplo: .menu ul, .menu ul li) */
	margin: 0;
	padding: 0;
	font-size:0;
	line-height:0;
	
	z-index:5;
}

.menu ul { list-style:none; }

.menu ul li {
	background:none;
	border:none;
	list-style:none;
	float:left; display:inline;
	line-height:0;
	font-size:0; /*tirar todo espaço da lista (ie6)*/
}

.menu ul li.menu_sair {
	float:right;
}

.menu ul li a {
	display:block;
	padding:5px 10px 5px 10px;
	margin:0;
	line-height:150%;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	font-style:italic;
	text-decoration:none;
}

.menu ul li a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#0090ff;
}


.menu ul li.menu_sair a:hover {
	background-color:#CCC;
}

/* ------------------- */
/* ----- SUBMENU ----- */
/* ------------------- */

.menu ul li ul {
	position: absolute;
	
	/* ESTILO OVER 1, aparição 1de2 */
	visibility:hidden;
	 /* ESTILO OVER 2, aparição 1de2
	 display:none;*/
	 
	white-space: nowrap;
	border-left:1px solid #a1a1a2;
	border-right:1px solid #a1a1a2;
	border-bottom:1px solid #a1a1a2;
	
	/*background-color:#fff;*/
	background:url('imagens/menu.png') 0 0 repeat;
	
	z-index:10;
	
	font-size:0;
	line-height:0;
}

.menu ul li ul li{
	float:none;	
	
	font-size:0;
	line-height:0;
	
	/*background-color:#fff;*/
}

.menu ul li ul li a{
	float:none;	
	display:block;
	
	margin:0;
	padding:0;
	height:25px; /* 30 */
	padding:5px 0 0 5px;
	margin:0 15px 0 15px;
	overflow:hidden;
	width:200px;
	
	border-top:1px solid #e0e0e0;
	
	/*background-color:#fff;*/
	
	font-weight:normal;
	line-height:150%;
	color:#3c3c3c;
}

.menu ul li ul li a:hover{
	background-color:#0090ff;
}


/* ------------------------- */
/* -- FUNÇÃO-OVER: VISIBLE --*/
/* ------------------------- */

/* hack para navegadores que exigem width para elementos pos absolute (Opera) */
html:first-child>body .menu li ul { width:auto; }

/* ESTILO OVER 1, aparição 2de2 */
.menu li:hover ul, .menu  li.over ul { visibility:visible; } /* a class  .over eh tecnica pro hover no IE */
.menu li:hover ul li ul, .menu li.over ul li ul{ visibility:hidden; }
.menu li ul li:hover ul, .menu li ul li.over ul{ visibility:visible; }
	/* ESTILO OVER 2, aparição 2de2
	.menu li:hover ul, .menu  li.over ul {display:block;}
	.menu li:hover ul li ul, .menu li.over ul li ul{ display:none;}
	.menu li ul li:hover ul, .menu li ul li.over ul{ display:block;}
	*/


/* ---------------------------- */







/* ------------------ */
/* -- PRE-IMPRESSAO --*/
/* ------------------ */


#divSHOWOnPress1 {
    display:none;
    float:left;
    margin:-10px 20px 0 0;
	font-weight:normal;
}

#divSHOWOnPress2 {
	display:none;
	font-weight:normal;
}

#divSHOWOnPress3 {
	display:none;
	font-weight:normal;
}

#divMOVEOnPress3, #divMOVEOnPress4, #divMOVEOnPress5 {
	display:none;
}