﻿/* ---------- TAGS em HTML ---------- */
a {
	color: #39736B;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
body, th, form span, form a, p, #CONTEUDO, div#CONTEUDO input, div#CONTEUDO textarea, div#CONTEUDO select,div#CONTEUDO span a, td {
	font-family: Verdana, sans-serif, Helvetica;
	font-size: 11px;
}
body {
	background-image: url(/imagens/topo_fundo.jpg);
	background-position:top center;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	text-align:center;
	color: #000000;
}
form {
	margin: 0px;
}
form span,#DETALHE_POSICAO span {
	color: #538680;
}
form a {
	color: #FF9900;
	text-decoration:none
}
label {
	display: block;
	text-align: right;
	width: 160px;
	font-size: 11px;
	margin-right: 10px;
	color: #666666;
}
h2 {
	padding-top:15px;
	padding-left:15px;
	background-color: #DEEDE9;
	height: 30px;
	_height: 45px;
	font-size: 14px;
	color: #39736B;
	background-image: url(/imagens/submenu_fim.gif);
	background-position: right;
	background-repeat: no-repeat;
}
h3 {
	font-size: 13px;
	color: #39736B;
}

hr {
	border: 2px dotted #E6F2F2;
}
th {
	color: #666666;
	background-color: #F7FBFB;
	width: 20px;
	padding: 8px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-right-width: 1px;
	font-weight: normal;
}

/* ---------- TAGS em HTML fim ---------- */

#CANTO_ESQ {
	top: 10px;
	height: 15px;
	width: 15px;
	margin:auto;
	text-align:left;
	left: auto;
	padding-right: 745px;
	position: relative;
	z-index: 100;
}
#CANTO_DIR {
	top: -5px;
	_top: -5px; /* Fix IE */
	height: 15px;
	width: 15px;
	margin:auto;
	text-align:right;
	left: auto;
	padding-left: 745px;
	position: relative;
	z-index: 100;
}

/* ---------- COL_UM e COL_DOIS (Colunas criadas para páginas formatadas com duas colunas) ---------- */
#COL_UM, #COL_DOIS {
	margin: 0px;
	width: 275px;
	position: relative;
}
#COL_UM {
	float: left;
}
#COL_DOIS {
	float: right;
}

/* ---------- Fim de COL_UM e COL_DOIS ---------- */

/* ---------- CEL_UM, CEL_DOIS e CEL_LARGA(Celulas formatadas) ---------- */
.aviso { /* Avisos de alerta que apareceem dentro das CELULAS*/
	float: left;
	position: relative;
	margin-right: 15px;
	margin-top: 0px;
	display: block;
}
.CEL_TD{
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 20px;
}

#CEL_UM, #CEL_DOIS {
	/* 
	padding: 2%;
	margin: 0px;
	width: 96%;	
	_width: 100%;
	*/
	padding: 2%;
	_padding: 10px;
	margin: 0px;
	width: 96%;	
	_width: 100%;

	height: auto;
	position: relative;
}
#CEL_LARGA {
	padding: 10px;
	margin: 0px;
	width: 540px;
	_width: 560px;
	height: auto;
	position: relative;
}

#CEL_UM,#CEL_LARGA {
	background-color: #F3F9F9;
	background-image: url(/imagens/celula_fundo.jpg);
	background-repeat: repeat-x;
	}
#CEL_DOIS {
	background-color: #F3F9F9;
	
}

#JUNCAO_CEL { /* Linha que une as CELULAS */
	background-image: url(/imagens/celulas_juncao.jpg);
	height: 33px;
	width: 100%;
	top: -25px;
	margin-bottom: -25px;
	margin-top: 10px;
	_margin-top: 20px;  /* Fix IE */
	position: relative;

}
#CEL_CANTOS_CIMA, #CEL_CANTOS_CIMA2, #CEL_CANTOS_BAIXO { /* Cantoas arredondados para cada CELULA*/
	height: 13px;
	width: 100%;
	position: relative;
}
#CEL_CANTOS_CIMA {
	background-image: url(/imagens/cel_canto_esq.jpg);
}
#CEL_CANTOS_CIMA2 {
	background-image: url(/imagens/cel_canto_esq2.jpg);
}
#CEL_CANTOS_BAIXO {
	background-image: url(/imagens/cel_canto_esq_baixo.jpg);
}

#JUNCAO_CEL img, #CEL_CANTOS_CIMA img, #CEL_CANTOS_CIMA2 img, #CEL_CANTOS_BAIXO img {
	_right: -3px;
	_display: block;
	_position: relative;
}
/* ---------- Fim do CEL_UM e CEL_DOIS ---------- */

/* ---------- CONTEUDO (Área editavel do site) ---------- */
#CONTEUDO {
	position: relative;
	width:560px;
	height:420px;
	margin-left:180px;
	top: 0px;
}
div#CONTEUDO input, div#CONTEUDO textarea, div#CONTEUDO select {
	border-top: 1px solid #585653;
	border-right: 1px solid #E8E7E3;
	border-bottom: 1px solid #E8E7E3;
	border-left: 1px solid #585653;
	color: #538680;
}

div#CONTEUDO ul {
	margin: 10px 10px 10px 17px;
	padding: 0px;

}
div#CONTEUDO  ul li a {
	margin-left: 0px;
	color: #666666;
	text-decoration: none;
}
div#CONTEUDO ul li a:hover {
	color: #FF6600;
	text-decoration: none;

}


div#CONTEUDO2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div#CONTEUDO2 ul li a {
	color: #666666;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 100%;
	height: 18px;
	font-size: 11px;
}
div#CONTEUDO2 ul li a:hover {
	color: #666666;
	text-decoration: none;
	display: block;
	background-color: #EEEEEE;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 100%;
	height: 18px;

}
.Link {
	color: #FF9900;
	text-decoration: none;
}

.Link:hover {
	color: #FF6600;
	text-decoration: none;
}
.SpanLink, div#SUB_MENU span, div#SUB_MENU2 span {

	padding-left: 18px;
	background-image: url(/imagens/span_link_marcacao.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.SpanLink {
	display: block;
	padding-left: 18px;
	float: right;
}

div#CONTEUDO2 input {
	height: 18px;
	/* width: 400px;*/
}
div#CONTEUDO textarea {
	height: 90px;
	/* width: 400px;*/
}
div#CONTEUDO input.none {
	border: none;
}

div#CONTEUDO select {
	height: 18px;
	background-color: #E6F2F2;
}

#DETALHE_POSICAO td {
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E6F2F2;
}
#TEXTO_FERRAMENTA {
	text-align: right;
}
/* ---------- Fim do CONTEUDO ---------- */

#CORPO {
	position: relative;
	top: -30px;
	width: 740px;
	_width: 760px; /* Fix IE */
	margin:10 auto 0;
	background-color: #FFFFFF;
	padding: 10px;
	text-align:left; /* "remédio" para o hack do IE */	
}

#MENU {
	position: relative;
	top: 131px;
	z-index:101;
}

#LOGO {
	top: 17px;
	width: 208px;
	position: absolute;
	z-index: 101;
}

/* ---------- MIGALHA ---------- */
#MIGALHA {
	z-index: 101;
	color: #39736B;
	position: relative;
	width: 560px;
	top: 0px;
	height:20px;
	margin-left: 180px;
}
#MIGALHA a {
	color: #39736B;
	text-decoration:none;
}
#MIGALHA a:hover {
	color: #39736B;
	text-decoration:underline;
}

#MIGALHA strong{
	font-size:11px;

}

/* ---------- Fim do  MIGALHA ---------- */

/* ---------- RODAPE ---------- */
#RODAPE {
	margin-top: 30vh;
	padding-top: 10px;	
	text-align:center;
	background-image: url(/imagens/rodape_fundo.jpg);
	width: 100%;
}
#RODAPE td {
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size: 10px;
	color: #000000;
}
#RODAPE a, #RODAPE .Div{
	color: #FFFFFF;
}
#RODAPE a:hover{
	color: #000000;
}


/* ---------- Fim do RODAPE ---------- */

/* ---------- SUB_MENU (Menu de navegação secundário para o site). ---------- */
#SUB_MENU {
	-left: 10px;
	position: absolute;
	z-index: 102;
	width: 160px;
	_width: 160px; /* Fix IE */
	background-color: #ECF7FB;
	background-image: url(/imagens/menu/menu_lateral_fundo.jpg);
	background-repeat: repeat-x;
}
#OPA {
	left: 10px;
	position: absolute;
	z-index: 102;
	width: 130px;
	_width: 160px;
	background-color: #FF0000;
	padding: 15px;
	float: right;
}

#SUB_MENU2 {
	top:268px;
	left: 10px;
	padding: 15px;
	position: absolute;
	z-index: 102;
	width: 160px;
	background-color: #ECF7FB;
}
#SUB_MENU_JUNCAO {
	left: 0px;
	position: absolute;
	z-index: 102;
	width: 160px;
	height: 23px;
	display: block;
}
#SUB_MENU_INICIO {
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 102;
	width: 160px;
}
#SUB_MENU_FIM {
	left: 0px;
	position: absolute;
	z-index: 102;
	width: 160px;
}

#SUB_MENU img, #SUB_MENU2 img{
	margin-bottom: 5px;

}
div#SUB_MENU span, div#SUB_MENU2 span {
	float: left;
}
span a, div#SUB_MENU span a, div#SUB_MENU2 span a{
	color: #39736B;
	text-decoration: none;
}
div#CONTEUDO span a:hover, div#SUB_MENU span a:hover, div#SUB_MENU2 span a:hover{
	color: #FF6600;
	text-decoration: none;
}

/* ---------- Fim do SUB_MENU ---------- */
#TALENTOSA {
	position: absolute;
	z-index:100;
	top: 4px;
	text-align: right;
	height: 202px;
	width: 420px;
	margin-left: 340px;
}
/* ---------- TITULOS (Titulos e subtitulos usados no site). ---------- */
#TITULO {
	z-index: 101;
	font-size: 16px;
	color: #39736B;
	position:relative;
	height:20px;
	top:0px;
	margin-left:180px;
	width: 560px;
	font-weight: bold;
	margin-bottom: 10px;
}
#TOPO {
	width: 760px;
	margin:0 auto;
	height: 161px;
	text-align:left;
}

/* ------  TESTAR DEPOIS
#SUBTITULO_FIM {
	height: 45px;
	width: 32px;
	position: relative;
	text-align: right;
	float: right;
	top: -16px;
	margin-bottom: -64px;
}
#SUBTITULO_INICIO {
	height: 45px;
	width: 16px;
	position: relative;
	text-align: left;
	float: left;
	top: 0px;
	margin-bottom: -64px;
}
*/
/* ---------- Fim dos TITULOS ---------- */


.AlertaTabela {
	background-color: #F8F8F8;
	padding: 3px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	color: #333333;
}
.Selecao{
	position:relative;
	background-color: #E6F2F2;
	display: none;
	overflow: auto;
	height:170px;
}
.CelulaTitulo1 {
	color: #39736B;
	background-color: #F3F9F9;
	padding: 6px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-right-width: 1px;
	font-weight: Normal;
}
.Alerta {
	display: block;
	text-align: left;
	width: auto;
	font-size: 11px;
	margin-right: 10px;
	color: ;
}
.Regua1{
	background-color: #EEEEEE;
}
.Regua2{
	background-color: #FFFFFF;
}
.icones {
	margin-left: 15px;
}
.icones td{
	background-color: #FFFFFF;
	background-image: url(/si/imagens/icones_fundo.gif);
	height: 29px;
	margin-left: 15px;
}
.destaque1 td {
	background-color: #EBEBEB;
	padding-left:5px;
	height:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
.destaque2 td a, .destaque2 td a:hover{
	text-decoration: none;
	/* display: block; */
	_height:22%;
	color: #000000;
}
.destaque2 td{
	background-color: #FFFFFF;
	padding-left:5px;
	height:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
/* ---------- Slide Cycle (da home) ---------- */

#nav {float: right; margin-top: 415px;}
#nav > a {font-size: 18px; background-color: #68BBAA; border-radius: 100%; padding: 4px 10px 4px 6px;}
#nav > a:hover {color: #ffffff;}
.activeSlide {background-color: #00A5AC !important; color:#FFF !important}


.botaogrande {

	background-color: orange;
    color: white;
    height: 30px;
    width: 276px;
    font-size: 17px;
    border-color: #bfbfbf;
}

