﻿/* GERAL
--------------------------------------------------------------------------------*/

/* Controla todas as tags principais */
h1 {
	color: #404141;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-family: Verdana;
	font-size: 10px;
	color: #005838;
	margin: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

/* Criada para centralizar o conteudo no Firefox */
#global {
	width: 100%;
}

#geral {
	width: 999px;
	height: 680px;
	position: relative;
	text-align: left;
	z-index: 0;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.floatLeftImg {
	float: left;
	margin: 10px 20px 30px 12px;
}

.clear {
	clear: both;
}

/*
	O padrao da tag lista deve ser ser margin ou padding igual a zero. 
	caso queira colocar um valor diferente dessa em uma lista crie uma nova class usando o !important para diferenciar 
*/

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li {
	margin: 0px;
	padding: 0px;
}

.lblResultadoTituloSessao {
	background-color: #01654b;
}

.lblResultadoTituloSessao p {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}

.lblResultadoTipo {
	color: #026046;
	margin: 0;
	padding: 0 0 0 0;
}

.lblResultadoDescricaoDestaque {
	font-weight: bold;
	text-align: justify;
	margin: 0;
	padding: 0 0 5px 0;
}

.lblResultadoMencao {
	border-bottom: 1px solid #9ec4ac;
}

.lblResultadoMencao p {
	color: #026046;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 5px;
}

.lblResultadorPremioDestaque {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.lblResultadorPremioDestaqueLista li {
	padding: 0 20px 0 20px;
	text-align: justify;
}

.lblResultadoPremio {
	margin: 0;
	padding: 0;
}

.tblResultado p {
	margin: 0;
	padding: 0 0 2px 0;
}

/* INICIO: Internas */
.espacamento_interno {
	padding-right: 20px;
	width: 500px;
}

.small_caps {
	font-size: 10px;
}
/* FIM: Internas */


/* INICIO: Home */
#menu {
	background-image: url(../images/img_menu_bg.jpg);
	background-repeat: no-repeat;
	height: 519px;
	width: 239px;
}

#barra_esquerda {
	background-image: url(../images/img_home_left.jpg);
	background-repeat: no-repeat;
	height: 540px;
	width: 223px;
}

.espacamento_menu {
	height: 98px;
}

.espacamento_menu2 {
	height: 30px;
}

.btn_menu {
	padding: 0 0 5px 20px;
}

.conteudo_home {
	width: 512px;
}

.conteudo_noticia {
	background-image: url(../images/bg_noticias.jpg);
	background-repeat: no-repeat;
	height: 361px;
	width: 223px;
}

.conteudo_noticia_home {
	background-image: url(../images/bg_noticias_home.jpg);
	background-repeat: no-repeat;
	height: 336px;
	width: 223px;
}

.conteudo_submenu {
	background-color: Transparent;
	background-image: url(../images/bg_submenu.jpg);
	background-repeat: no-repeat;
	height: 361px;
	width: 223px;
}

.titulo_noticias {
	color: #08669c;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.titulo_submenu {
	color: #065ca7;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.txt_texto {
	margin: 80px auto 0 auto;
	overflow: hidden;
	padding-left: 15px;
	position: absolute;
	z-index: 3;
	width: 480px;
}

.txt_texto p {
	font-weight: bold;
	text-align: justify;
	text-indent: 20px;
}

.breadcumbs {
	color: #1b1b1b;
	font-size: 20px;
	font-weight: bold;
}

.breadcumbsPopup {
	color: #1b1b1b;
	font-size: 18px;
	font-weight: bold;
}

.itens_noticias {
	margin-left: 10px;
	padding-left: 10px;
}

.itens_noticias li {
	font-weight: bold;
	padding-bottom: 10px;
}

.itens_submenu {
	margin-left: 20px;
	padding-left: 10px;
}

.itens_submenu ul {
	padding: 0px;
	margin: 0px;
}

.itens_submenu li {
	font-weight: bold;
	padding-bottom: 10px;
	list-style-type: decimal;
}

.flash {
	float: left;
	margin-left: 435px !important;
	margin-left: 217px;
}

.img_bolhas {
	padding-left: 360px;
	padding-top: 290px;
}
/* FIM: Home */


/* INICIO: Regulamento */
.titulo_regulamento {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

.subtitulo_regulamento {
	font-weight: bold;
	text-decoration: none;
}

.indicador_lista {
	list-style-image: url(../images/img_indicador_lista.jpg);
	margin-bottom: 5px;
	text-align: justify;
}

.red_caps {
	color: Red;
}

.highlight_text {
	font-weight: bold;
	text-decoration: underline;
}

.paragrafo {
	padding-left: 20px;
}
/* FIM: Regulamento */


/* INICIO: Alertas */
.alerta {
	color: Red;
	font-size: 11px;
	padding: 0 0 0 0;
	margin: 5px 0 10px 0;
	text-align: left;
}

.caixa_alerta {
	width: 600px;
}

.titulo_alerta {
	color: #d90000;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.alerta_item {
	color: red;
	margin: 0 0 1px 0;
}

.white {
	height: 90px;
	overflow-y: auto;
}
/* FIM: Alertas */


/* INICIO: Admin Templates */
h1 {
	color: #08669c; /* #38b653 */
	font-size: 18px;
}

.header_grid {
	text-transform: uppercase;
}
/* FIM: Admin Templates */


/* INICIO: Premios */
.bg_azul_top {
	background-image: url(../images/bg_premios_azul_topo.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 414px;
}

.bg_azul_meio {
	background-image: url(../images/bg_premios_azul_meio.jpg);
	background-repeat: repeat-y;
	min-height: 150px;
	width: 414px;
}

.bg_azul_rodape {
	background-image: url(../images/bg_premios_azul_rodape.jpg);
	background-repeat: repeat-y;
	height: 18px;
	width: 414px;
}

.txt_titulo_azul {
	color: #2f447b;
	font-weight: bolder;
}

.txt_azul_bold {
	color: #2f447b;
	font-size: 10px;
	font-weight: bolder;
}

.txt_azul {
	color: #2f447b;
	font-size: 9px;
}

.bg_verde_top {
	background-image: url(../images/bg_premios_verde_topo.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 414px;
}

.bg_verde_meio {
	background-image: url(../images/bg_premios_verde_meio.jpg);
	background-repeat: repeat-y;
	min-height: 80px;
	width: 414px;
}

.bg_verde_rodape {
	background-image: url(../images/bg_premios_verde_rodape.jpg);
	background-repeat: repeat-y;
	height: 18px;
	width: 414px;
}

.txt_titulo_verde {
	color: #507c0f;
	font-weight: bolder;
}

.txt_verde_bold {
	color: #507c0f;
	font-size: 10px;
	font-weight: bolder;
}

.txt_verde {
	color: #507c0f;
	font-size: 9px;
}

.bg_amarelo_top {
	background-image: url(../images/bg_premios_amarelo_topo.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 414px;
}

.bg_amarelo_meio {
	background-image: url(../images/bg_premios_amarelo_meio.jpg);
	background-repeat: repeat-y;
	min-height: 80px;
	width: 414px;
}

.bg_amarelo_rodape {
	background-image: url(../images/bg_premios_amarelo_rodape.jpg);
	background-repeat: repeat-y;
	height: 18px;
	width: 414px;
}

.txt_titulo_amarelo {
	color: #86990a;
	font-weight: bolder;
}

.txt_amarelo_bold {
	color: #86990a;
	font-size: 10px;
	font-weight: bolder;
}

.txt_amarelo {
	color: #86990a;
	font-size: 9px;
}
/* FIM: Premios */

/* INICIO: Sustentabilidade Wal-Mart */
.lista_sustentabilidade {
	list-style-type: lower-alpha;
}
/* FIM: Sustentabilidade Wal-Mart */


.lblTextoApresentacao {
	padding-right: 15px;
	text-align: justify;
	text-indent: 20px;
}

.lblComissaoCurriculo {
	text-align: justify;
	padding-right: 15px;
}

.lblComissaoNome {
	color: #008345;
	font-weight: bold;
}

.lblComissaoTitulos {
	font-size: 14px;
	font-weight: bold;
	color: #008345;
	margin-bottom: 0;
}

.divCategoriaQuadrado {
	background-color: #d2e0c3;
	height: 15px;
	width: 50px;
}

.lblCategoriaColocacaoPrimeiro {
	color: #008345;
	font-size: 13px;
	font-weight: bold;
}

.lblCategoriaColocacao {
	color: #008345;
	font-size: 12px;
	font-weight: bold;
}

.tblResultados p {
	padding: 0 10px 0 0;
	text-align: left;
}

