/* Formatação Geral do portal */

* {
	margin:				0 auto;
	padding:			0;
	font-family:		Tahoma;
	font-size:			11px;
}

H3 {
	FONT-SIZE: 			14px; 
	color: 				#666666;
	font-weight: 		bold;
	font-family: 		Tahoma;
	padding:			0px;
	padding-bottom:     10px;
}

/* Formatação do menu - Conheça a CTIS */

#menu_superior {
	width:				767px;
	height:				55px;
	background:			url(/pls/portal/docs/PAGE/CTIS_PAGE_GROUP/IMAGENS/barra_pesquisa_sup.gif) repeat-x;
}

#borda_esquerda {
	float:				left;
	width:				8px;
	height:				55px;
	background:			url(/pls/portal/docs/PAGE/CTIS_PAGE_GROUP/IMAGENS/barra_pesquisa_b_esquerda.gif) no-repeat;
}

#borda_direita{
	float:				right;
	width:				8px;
	height:				55px;
	background:			url(/pls/portal/docs/PAGE/CTIS_PAGE_GROUP/IMAGENS/barra_pesquisa_b_direita.gif) no-repeat;
}


/* Menu Geral */

/* Menu Geral - Acessibilidade */
#acessibilidade {
	float:				left;
	width:				740px;
	height:				20px;
	color:				#FFF;
	padding-top:		4px;
	padding-left:		450px;
}

#acessibilidade label {
	color:				#333;
}

.txt_busca{
	border:				1px solid #333;
	font-size:			12px;
	padding-top:		0px;
	padding-right:		2px;
	padding-bottom:		1px;
	padding-left:		2px;
	background:			url(/pls/portal/docs/PAGE/CTIS_PAGE_GROUP/IMAGENS/bkg_busca.gif);
}

.btn_busca{
	width:					20px;
	heigth:					18px;
	border:					1;
	font-family:			Tahoma;
	font-size:				12px;
	padding-top:			0px;
	padding-right:			2px;
	padding-bottom:			1px;
	padding-left:			3px;
	background:				url(/pls/portal/docs/PAGE/CTIS_PAGE_GROUP/IMAGENS/btn_ok.gif) no-repeat;
	color:					#000000;
	}


/* Menu Local */
#menu_local {
	width:				745px;
	float:				left;
	padding-top:		6px;
	padding-bottom:		0px;
	padding-left:		4px;
	font-weight:		bold;
	color:				#666666;
}

/* Menu Local - Links */
#menu_local A:link {
	font-family:		Tahoma;
	font-size:			11px;
	color:				#666666;
	text-decoration:	none;
	padding-right:		9px;
}

#menu_local A:visited {
	font-family:		Tahoma;
	font-size:			11px;
	text-decoration:	none;
	color:				#666666;
	padding-right:		9px;
}

#menu_local A:hover {
	font-family:		Tahoma;
	font-size:			11px;
	color:				#666666;
	text-decoration:	underline;
	padding-right:		9px;
}

#menu_local A:active {
	font-family:		Tahoma;
	font-size:			11px;
	color:				#666666;
	padding-right:		9px;
}


