/* 
    Document   : estilo
    Created on : 15/11/2009, 23:23:46
    Author     : Rodrigo Petry
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    background-color: #F0F0F0;
    margin:0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:11px;
	line-height: normal;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

input {
	border:1px solid #D4D2D2;
	color:#006B32;
	height:20px;
	line-height:20px;
	padding:2px;
}

textarea {
	border: 1px solid #D4D2D2;
	color:#006B32;
	padding:2px;
}

select {
	border:1px solid #D4D2D2;
	color:#006B32;
	padding:2px;
}

form {
	margin: 0;
	padding: 0;
}

div.clear {
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	clear: both;
}

p.nomargin {
	margin: 0;
	padding: 0;
}

.input_text_padrao {
	margin: 3px 0;
	display: block;
}

.botao_submit_padrao {
	margin-top: 5px;
	border: none;
}

/* main structural elements */

#container {
	margin: 0 auto;
	width: 1000px;
}

#top_banners, #header, #body, #footer {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#top_banners {
	padding: 0px 0;
}

div.top_banners_segment {
	height: 0px;
	padding: 0 2px;
	float: left;
	overflow: hidden;
}

#header {
	height: 245px;
	overflow: hidden;
}

#body {
	background: url(/images/body_ground.gif) top center repeat-y;
}

#main {
	width: 550px;
	padding: 0 17px 0 10px;
	float: left;
}

#main div.link_voltar {
	text-align: right;
	padding-top: 10px;
}

#left_column {
	width: 187px;
	padding: 0 12px 0 5px;
	float: left;
}

#right_column {
	width: 187px;
	padding: 0 5px 0 5px;
	float: left;
}

#footer {
	clear: both;
	color: #133C18;
	height: 35px;
	line-height: 35px;
	background-color: #A6CD3C;
	text-align: center;
}

/* noticia elements */

div.noticia, div.enquete_results {
	padding: 0;
}

div.noticia_publishing_info {
	color:#006B32;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	margin-top: 22px;
	border-top: 1px solid #CAE177;
}

div.noticia_publishing_info a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

div.column_name {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}

div.noticia_tools {
	position: relative;
	height: 24px;
	margin: 5px 0 10px 0;
}

div.divComentar {
	position: absolute;
	left: 0;
	top:0;
}

div.divTextoResize {
	position: absolute;
	right: 0;
	bottom: 0;
}

div.divTextoResize img {
	float: right;
}

div.noticia h2, div.enquete_results h2 {
	font-size: 27.5px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

div.noticia h2 a {
	text-decoration: none;
	color: #000000;
}

div.noticia h2 a:hover {
	text-decoration: none;
	color: #000000;
}

div.noticia_content, div.enquete_content, div.content_core {
	text-align: justify;
}

div.divTextoResize img {
	cursor: pointer;
}

div.noticia_content img {
	float: left;
	margin: 0 5px 5px 0;
}

div.noticia_content div.video_noticia {
	width: 546px;
	height: 300px;
	margin-bottom: 10px;
}

div.noticia_send_link {
	margin-top: 10px;
	padding-bottom: 10px;
}

div.noticias_comentar div.comentar_field_container {
	padding: 5px 0;
}

div#main_cabecalho {
	margin-top: 5px;
}

div#main_cabecalho p {
	font-size:15px;
	text-align:center;
}

div#main_cabecalho h1, div.titulo_funcionalidade h2, div.noticia_galeria p.galeria_header{
	color:#006426;
	font-size: 16.5px;
	margin:0;
	padding:0;
	border-bottom:1px solid #CAE177;
}

div.titulo_funcionalidade h2 {
	font-size: 14px;
	border: none;
	margin: 5px 0;
}

div.content h3 {
	font-size: 13px;
	border: none;
	margin: 3px 0;
	padding: 0;
}

div.noticia_galeria p.galeria_header {
	margin-top: 20px;
}

div.noticia_galeria div.galeria_foto_thumb {
	margin-top: 20px;
	border: 1px solid #CAE177;
	margin: 5px;
	float: left;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
}


/* modulos elements */

div.modulo {
	margin-bottom: 5px;
}

div.modulo_titulo {
	font-family: "Bauhaus 93", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #94D01E;
	color: #00561F;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

div.modulo_multiple_row_content div {
	border-bottom: 1px dashed rgb(166, 206, 58);
	padding: 5px 0 3px 0;
}

div.modulo_single_row_content div {
	padding: 5px 0 3px 0;
}

div.modulo_multiple_row_content div div, div.modulo_single_row_content div div {
	border-bottom: none;
	padding: 0;
}


/* modulo colunas elements */

div.coluna div.colunista_img {
	float: left;
	margin: 0 3px 5px 0;
	width: 68px;
	height: 68px;
	background-position: bottom center;
	background-repeat: no-repeat;
}

div.coluna h3 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: normal;
}

div.coluna a, div.rss_link a#rss_saiba_mais {
	color: #000000;
	display: block;
	text-decoration: none;
}

div.coluna p.nomargin a {
	display: inline;
}

p.colunista_ocupacao {
	font-size: 10px;
}

/* modulo rss elements */

div.rss_link a#rss_saiba_mais {
	text-align: right;
}

/* modulo links elements */

div.link {
	position: relative;
}

div.link a {
	color: #000000;
	font-weight: bold;
}

/* modulo mais_comentados elements */

div#modulo_mais_comentados div.modulo_titulo {
	font-size: 18px;
}

div.mais_comentados a, div.mais_lidos a, div.ultimas_24_horas a {
	color: #000000;
	text-decoration: none;
}

div.mais_comentados a span.mais_comentados_data, div.mais_lidos a span.mais_lidos_data,
div.ultimas_24_horas a span.ultimas_24_horas_data {
	color: rgb(118, 152, 24);
	font-weight: bold;
}

div#modulo_mais_lidos div.modulo_multiple_row_content,
div#modulo_ultimas_24_horas div.modulo_multiple_row_content {
	height: 250px;
	overflow: auto;
}

/* modulo buscar elements */

div.buscar_form {
	height: 24px
}

div.buscar_form .input_text_padrao {
	margin: 0;
	float: left;
}

div.buscar_form input#submit_busca{
	border: none;
	margin-left: 3px;
	float: right;
}

/* modulo arquivos elements */

div.buscar_data_form {
	text-align: center;
}

/* modulo ultimas_24_horas elements */

div#modulo_ultimas_24_horas div.modulo_titulo {
	font-size: 14px;
}

/* modulo enquetes elements */

div.enquete_option input {
	margin: 0;
	padding: 0;
	float: left;
	display:block;
	margin-right: 3px;
}

div.enquete_option {
	padding-bottom: 5px;
}

div.enquete_option p {
	margin-top: 3px;
}

/* enquete page styles */

div.enquete_barra_percent {
	height: 15px;
	background-color: #CAE177;
	float: left;
	margin-right: 5px;
}

div.enquete_texto_percent {
	font-weight: bold;
	font-size: 14px;
}

div.enquete_content {
	margin-top: 10px;
}

div.enquete_content p {
	font-size: 12px;
	margin-top: 5px;
}

div.enquete_results div.enquete_publish_date {
	margin-top: 20px;
	color: #333333;
}

/* comentarios section elements */

div.comentario_corpo {
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #CAE177;
}

p.comentario_texto {
	color: #666666;
	text-align: justify;
}

/* noticias colunas section */

div.coluna_noticias_cabecalho {
	text-align: center;
}

/* rss section */

div#rss_explanation {
	text-align: justify;
}

/* Acesso section */



/* Area Restrita section */

div.menu_area_restrita {
	padding: 10px 0;
	margin: 0 auto;
	width: 480px;
}

div.funcionalidade_link {
	width: 100px;
	height: 80px;
	position: relative;
	float: left;
	padding: 0 10px;
	text-align: center;
}

div.func_descricao {
	width: 100px;
	text-align: center;
	position: absolute;
	bottom: 0px;
}

/* Area Restrita section - postar noticia functionality */

form.form_postar_noticia textarea, form.form_postar_noticia .input_text_padrao {
	width: 100%;
}

/* Area Restrita section - inserir fotos functionality */

#uploaded_fotos_container {
	position: relative;
}

#uploaded_fotos_container div.thumb_foto {
	float: left;
	margin: 10px;
	height: 110px;
	text-align: center;
}

#uploaded_fotos_container div.thumb_foto div.foto_options {
	height: 30px;
}

/* Area Restrita section - gerenciar notícias functionality */

table#lista_noticia_usuario {
	width: 100%;
	border: none;
	background-color: #CAE177;
}

table#lista_noticia_usuario td {
	padding: 4px;
	background-color: #FFFFFF;
}

table#lista_noticia_usuario td.datahora {
	width: 25%;
}

table#lista_noticia_usuario td.titulo {
	width: 45%;
}

table#lista_noticia_usuario td.acoes {
	width: 30%;
	text-align: center;
}

table#lista_noticia_usuario td.acoes a {
	color: inherit;
}

table#lista_noticia_usuario td.acoes a img{
	margin: 0 4px;
}

table#lista_noticia_usuario tr.lista_noticia_cabecalho td {
	text-align: center;
	font-weight: bold;
    background-color: #b4e668;
}

/* paginacao */

div.paginacao {
	margin: 5px 0px;
	padding: 5px;
	border-top: 1px solid #CAE177;
	border-bottom: 1px solid #CAE177;
}

div.pagina {
	float: left;
	text-align: center;
	height: 20px;
	margin: 0 3px;
	padding: 0 4px;
	font-size: 13px;
	text-align: center;
	line-height: 20px;
}

div.pagina a {
	color: inherit;
}
div.selected {
	border: 1px solid #CAE177;
}

/* destaques styles */

table#table_destaques {
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td#titulos_destaque_container {
	vertical-align: top;
}

div.titulo_destaque {
	width: 240px;
	padding-left: 4px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	font-weight: bold;
	color: #0C2914;
	border-bottom: 1px solid #A6CE3A;
}

td#foto_destaque {
	background-color: #A6CE3A;
}

div#foto_destaque_container {
	width: 300px;
	height: 180px;
	overflow:hidden;
	margin: 3px;
}

.selected_destaque {
	background-color: #A6CE3A;
	color: #0C2914;
}

.linha {
	border-bottom: 1px dashed rgb(166, 206, 58);
	padding: 5px 0 3px 0;
}
