/* ESTILOS DE LAYOUT/ESTRUTURA */

/*--------------------------
RE-DEFINIÇÕES DE TAGS
--------------------------*/
body, h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, p, address {
	margin: 0px;
	padding: 0px;
	font-family: "Verdana", "Arial", sans-serif;
	color: #333333;
	font-size: 10px;
}

html, body {
}

td {
}

input, select {
	vertical-align: middle;
	font-family: Verdana;
	font-size: 11px;
}

a {
}

a:hover {
}

/*--------------------------
CONTAINER
--------------------------*/
#wrapper {
	background-image: url(../icon/i_wrapper_bg.gif);
	background-color: #FFFFFF;
	width: 779px;
}

/*--------------------------
COLUNA DA ESQUERDA + MENU
--------------------------*/
#site_leftcol {
	float: left;
	width: 140px;
	height: 100%;	
}

/* Logotipo */
#logo {
	margin-left: 7px;
	height: 80px;
	margin-bottom: 5px;
	background-image: url(../icon/logo_site_part_01.gif);
}

/* Barra com arte no topo */
#logo_bar {
	position: absolute;
}
#logo_bar_swf {
	display: none;
}

/* Data */
#date {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 7px;
	margin-left: 6px;
	color: #5C5C5C;
}

/* Menu */
#menu {
	margin-left: 7px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	margin-right: 1px;
	border-top: solid 1px #BDBDBD;
}

#menu li {
	list-style: none;
	border-bottom: solid 1px #BDBDBD;
	padding: 0px;
	margin: 0px;
	height: 20px;
}

#menu li a {
	display: block;
	height: 17px;
	padding-top: 3px;
	padding-left: 8px;
	margin: 0px;
	color: #9B5000;
}

#menu li a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}

#menu li .menu-marked {
	display: block;
	height: 17px;
	color: #9B5000;
	background-color: #DCDCDC;
}

#menu li .menu-group {
	display: block;
	height: 17px;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 3px;
	color: #505F70;
}

/* Bloco de clicTempo, Patrocinadores e clicPapo (títulos) */
#clictempo_title, #patrocin_title, #clicpapo_title {
	margin-top: 11px;
	margin-left: 7px;
	padding-left: 3px;
	padding-bottom: 1px;
	border-bottom: solid 1px #BDBDBD;
	font-weight: bold;
	color: #1B698B;
}

/* Bloco para clicPapo */
#clicpapo_block {
	padding-left: 4px;
	margin-left: 7px;
	padding-top: 4px;
	padding-bottom: 6px;
	border-bottom: solid 1px #BDBDBD;
	background-color: #DEDEDE;
	font-size: 10px;
}

#clicpapo_block input {
	font-size: 10px;
}

#clicpapo_block img {
	vertical-align: middle;
}

/* Bloco para clicTempo */
#clictempo_block {
	padding-left: 4px;
	margin-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: solid 1px #BDBDBD;
	background-color: #DEDEDE;
	font-size: 10px;
}

/* Bloco para logotipos de patrocinadores */
#patrocin_title {
	display: none;
}

#patrocin_block {
	margin-top: 11px;
	text-align: center;
	display: none;
}

/*--------------------------
COLUNA DA DIREITA + SHOPPING + ITOOLS + MURAL
--------------------------*/
#site_rightcol {
	float: right;
	width: 116px;
	height: 100%;
	padding-top: 85px;
	background-image: url(../icon/logo_site_part_03.gif);
	background-repeat: repeat-x;
	* margin-left: -3px;
}

/* Button banner */
#shop_miniad {
	display: none;
}

/* BLOCOS E HEADS DA COLUNA DA DIREITA */
#interact_head, #shop_head {
	height: 16px;
	clear: both;
	background-color: #D1D1D1;
	border-top: solid 1px #BABABA;
	border-bottom: solid 1px #BABABA;
	padding: 3px 0px 3px 5px;
	margin: 0px 0px 6px 0px;
	font-weight: bold;
}
#it_block_mright, #shop_content {
	margin: 0px 4px 10px 4px;
	clear: both;	
}
/* Select de mais promoções */
#shop_content select {
   width: 105px;
	margin-top: 3px;
}
/* Alinhamento da imagem */
#shop_content img {
	float: right;
}
/* Texto do cabeçalho */
.shop_head_text {}
/* Link do título no shopping */
.shop_link {
	display: block;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 1px;
}


/*--------------------------
ESTRUTURA PRINCIPAL
--------------------------*/
/* Coluna do meio */
#site_middlecol {
	width: 523px;
	float: left;
	padding-top: 90px;
	background-image: url(../icon/logo_site_part_02.gif);
	background-repeat: repeat-x;
}

/* Cabeçalho do conteúdo */
#site_header {
	padding-top: 2px;
	background-image: url(../icon/i_banner_bg.gif);
	text-align: center;
	table-layout: fixed;
	width: 523px;
	height: 60px;
}

/* Ferramentas do site abaixo do banner */
#site_topbar {
	border: solid 1px #BDBDBD;
	padding: 3px;
	color: #5C5C5C;
	font-size: 10px;
	background-color: #ECECEC;
	text-align: center;
	width: 463px;
	margin-left: 25px;
	margin-top: 8px;
}

#site_topbar img {
	vertical-align: middle;
}

#site_topbar input, select {
	font-size: 10px;
}

/* Miolo */
#site_content {
	margin-top: 0px;
	padding: 0px 0px 10px 0px;
	min-height: 350px;
	* height: 350px;
}

/* Coluna da esquerda */
#left_col {
	width: 245px;
	margin-right: 10px;
	float: left;
	/* Fundo para edicão de capa */
	background-color: #FFFFFF;
}

/* Coluna da direita */
#right_col {
	width: 245px;
	float: left;
	/* Fundo para edicão de capa */
	background-color: #FFFFFF;
}

/* Banner de rodapé do miolo */
#banner_footer {
	text-align: center;
	padding-top: 5px;
	width: 523px;
	margin-bottom: 7px;
}

/* Rodapé */
#site_footer {
	clear: both;
	height: 55px;
	padding-top: 5px;
	border-top: 2px solid #9F9F9F;
	background-color: #EDEDED;
}

/* Parte da esquerda do rodapé */
#footer_left {
	width: 400px;
	float: left;
	height: 55px;
}

/* Parte da direita do rodapé */
#footer_right {
	width: 379;
	height: 55px;
}

/*--------------------------
BLOCOS DE CAPA
--------------------------*/
/* Bloco de notícias de últimas */
#ultimas_block {
	margin-top: 5px;
	margin-bottom: 15px;
}

/* Bloco de cada notícia */
#ultimas_block p {
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	margin-bottom: 5px;
}

/* Data no bloco de últimas */
#ultimas_block .time {
	font-weight: bold;
}

/* Assunto no bloco de últimas */
#ultimas_block .date {}

/* Título ao lado da data de últimas */
#ultimas_block .subject {}

/* Link de últimas */
#ultimas_block .link {
	/*
	background-image: url(../icon/i_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 11px;
	*/
}

#news_block {
	margin-bottom: 12px;
}

#super_block {
	padding: 5px;
	background-color: #DEECF5;
	margin-top: -4px;
	height: 1%;
	/* margin-bottom: 10px; */
	border-bottom: solid 4px #DEECF5;
	margin-bottom: 4px;
	clear: both;
}

#super_block hr {
	display: none;
}

#normal_block {
	clear: both;
}

.news-title {
	font-size: 11px;
	display: block;
	margin-bottom: 1px;
}

.pic-text {
	font-size: 10px;
	color: #8D8D8D;	
	margin-bottom: 6px;
	display: block;
	clear: both;
}

.news-call {
	font-size: 12px;
	font-weight: bold;
	display: block;
}

.news-desc {
	font-size: 10px;
	color: #595959;
}

.news-thumb {
	float: left;
	margin-right: 5px;
	margin-top: 4px;
}

.news-minithumb {
	float: right;
	margin-left: 5px;
}

.news-spacer {
	display: none;
}

/* Bloco com britas */
#bulletnews_block {
	margin-top: 7px;
	margin-bottom: 5px;
	font-size: 10px;
	clear: both;
}

#bulletnews_block ul {
	margin-top: 2px;
}

#bulletnews_block li {
	background-image: url(../icon/i_bullet_newslist.gif);
	background-repeat: no-repeat;
	list-style: none;
	padding-left: 11px;
	padding-bottom: 4px;
	font-size: 10px;
}
/*--------------------------
LISTA DE THUMBNAILS - CAPA
--------------------------*/

#thumblist_miniblock{
	padding: 4px;
	margin-bottom: 3px;
	clear: both;
}

.thumblist-pic {
	float: left;
	margin-right: 5px;
}

.thumblist-desc {
	font-size: 11px;
	color: #595959;
	display: block;
}

#thumblist_vejamais {
	text-align: right;
	margin-bottom: 13px;
	clear: both;
}


/*--------------------------
AJUSTE PARA COLUNA DA DIREITA
--------------------------*/
#right_col #news_block {
	width: 245px;
}

/*--------------------------
MAIS NOTÍCIAS
--------------------------*/
#newslist_block {
	margin-bottom: 13px;
	background-color: #F3F3F3;
	border-bottom: solid 1px #CDCDCD;
	padding: 5px;
	margin-top: -4px;
}

.newslist-title {
	display: block;
	background-image: url(../icon/i_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-top: 4px;
	display: none;
}

.newslist-link {
	font-size: 10px;
	display: block;
	margin-bottom: 7px;
}

/*--------------------------
CONTEÚDO
--------------------------*/

/* Dropdown com links para outros sites */
#content_droplinks {
	float: right;
	margin-top: -11px;
}


/*--------------------------
CARTOLAS - HEADERS
--------------------------*/
/* Header padrão */
#content_title {
	font-size: 15px;
	font-weight: bold;
	color: #004f75;
}
.content-title {}

/* Cartola especial (GIF) */
.title-special {
	margin-top: 3px;
	margin-bottom: 4px;
}

/* Cartola padrão */
#title_box {
	height: 13px;
	border-left: 4px solid #646464;
	border-bottom: 1px solid #646464;
	margin-bottom: 4px;
	clear: both;
}
.title-box {
	background-image: url(../icon/title_text_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 13px;
	padding: 0px 10px 0px 5px;
	font-weight: bold;
	color: #999999;
}

/* SUB titulo de conteudo*/
#sub_header {
	height: 13px;
	border-left: 4px solid #646464;
	border-bottom: 1px solid #646464;
	margin-bottom: 4px;
	clear: both;
}
.sub-header {
	background-image: url(../icon/title_text_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 13px;
	padding: 0px 10px 0px 5px;
	font-weight: bold;
	color: #999999;
}


/*--------------------------
CONTEUDO - MIOLO
--------------------------*/
/*--------------------------
CONTEÚDO DE TEXTO PARA NOTÍCIA ABERTA
--------------------------*/
#content_news {
	margin: 12px 0px 16px 0px;
}
#content_news .mmedia-table {
	margin: 0px 10px 16px 36px;
	width: 90%;
}
#content_news #sub_header {
	margin: 0px 10px 0px 36px;
}

/* Layout dos estilos do bloco de noticas */
#content_news .date, .title, .header, .support, .source, .credit {
	display: block;
}

/* Data */
#content_news .date {
	font-size: 10px;
	color: #8D8D8D;
}

/* Cartola */
#content_news .title {
	color: #A05151;
}

/* Chamada */
#content_news .header {
	font-weight: bold;
	font-size: 14px;
}

/* Apoio */
#content_news .support {
	color: #5B5B5B;
}

/* Fonte da matéria */
#content_news .source {
	margin-top: 6px;
	font-style: italic;
	color: #9E9E9E;
}

/* Autor/Crédito */
#content_news .credit {
	margin-top: 10px;
	text-align: right;
	color: #9C9C9C;
	font-size: 11px;
}

#body_text {
	margin: 20px 10px 16px 36px;
	font-size: 12px;
	line-height: 16px;
}

#body_text p {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	line-height: 16px;
}

#body_banner {
	background-image: url(../icon/i_head_publicidade.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
	float: right;
	margin-bottom: 5px;
	margin-left: 4px;
	table-layout: fixed;
	width: 1%;
	height: 1%;
}

.body-banner {
	margin-bottom: 5px;
	margin-left: 5px;
}

.body-banner-cell {
	background-image: url(../icon/i_head_publicidade.gif);
	background-repeat: no-repeat;
	padding-top: 11px;
}

/*--------------------------
TABELA DE INFORMAÇÕES
--------------------------*/
.info-table {
	background-color: #BBBBBB;
	margin: 0px 10px 16px 36px;
	width: 90%;
}

.infotab-support {
	background-color: #D8D8D8;
}

.info-table td {
	padding: 4px;
}

.intotab-header {
	background-color: #9B9B9B;
	color: #FFFFFF;
	font-weight: bold;
}

.infotab-odd {
	background-color: #FFFFFF;
}

.infotab-even {
	background-color: #F0F0F0;
}

/*--------------------------
MULTIMÍDIA
--------------------------*/
.mmedia-table {
	margin-top: 5px;
	width: 99%;
}

	
	
/* LINHA NORMAL (PARA CAPA) */
.mmedia-icon {
	vertical-align: top;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 5px;
	width: 25px;
}

.mmedia-text {
	padding-left: 5px;
	padding-bottom: 4px;
	padding-top: 3px;
	font-size: 10px;
}

/* LINHA PAR */
.mmedia-icon-even {
	vertical-align: top;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 5px;
	width: 25px;
}

.mmedia-text-even {
	background-image: url(../icon/i_mmedia_bullet_even.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-bottom: 4px;
	padding-top: 3px;
}

/* LINHA ÍMPAR */
.mmedia-icon-odd {
	vertical-align: top;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 5px;
	background-color: #F3F3F3;
	width: 25px;
}

.mmedia-text-odd {
	background-image: url(../icon/i_mmedia_bullet_odd.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-bottom: 4px;
	padding-top: 3px;
}

.mmedia-text-even a, .mmedia-text-odd a {
	font-size: 11px;
}

/*--------------------------
SAIBA MAIS
--------------------------*/
.smais-table {
	margin: 6px 10px 16px 36px;
	width: 90%;
}

.smais-text {
	padding-left: 5px;
	padding-bottom: 4px;
	color: #8C8C8C;
}

.smais-text a {
	font-size: 11px;
}

.smais-text p {
	padding-left: 13px;
	background-image: url(../icon/i_bullet.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
}

/*--------------------------
CONFIRA
--------------------------*/
.confira-table {
	border-top: solid 5px #F3F3F3;
	border-bottom: solid 5px #F3F3F3;
	background-color: #F3F3F3;
	margin: 0px 10px 16px 36px;
	width: 90%;
}

.confira-text {
	padding-left: 5px;
	padding-bottom: 4px;
	color: #8C8C8C;
}

.confira-text a {
	font-size: 11px;
}

.confira-text p {
	padding-left: 13px;
	background-image: url(../icon/i_bullet.gif);
	background-repeat: no-repeat;
}

/*--------------------------
RODAPÉ DA NOTÍCIA ABERTA
--------------------------*/
.content_footer {
	width: 99%;
	margin-top: 20px;
}

/*--------------------------
PÁGINA LIMPA PARA ENVIE E IMPRESSÃO
--------------------------*/
.clean-body {
	background-color: #FFFFFF;
	padding: 10px;
}
.clean-body #footer_left {
	display: none;
}
.clean-body #footer_right {
	width: 100%;
	padding: 10px;	
}

/*--------------------------
TABELA DE CONTEÚDO DE TEXTO COM THUMBNAILS
--------------------------*/
.body-table {
	margin: 12px 10px 16px 36px;
	width: 90%;
}

.body-table td {
	vertical-align: top;
	padding-bottom: 5px;
}

.body-table img {
	margin-right: 5px;
}

.body-table a {
	font-weight: bold;
}

/*RODAPÉ*/
#footer_toolbar {
	clear: both;
	text-align: right;
}
#footer_toolbar hr {
	height: 1px;
	color: #ECECEC;
}

/*botoes rodape enquete*/
#footer_toolbar_line {
	clear: both;
	padding: 4px 0px 4px 0px;
	height: 16px;
}
#footer_toolbar_line hr {
	height: 1px;
	color: #ECECEC;
}
#footer_toolbar_left {
	float: left;
	margin-right: 10px;
}
#it_block_mright #footer_toolbar_left {
	margin-right: 4px;
}
#footer_toolbar_right {
	margin-left: 10px;
	float: right;
}

/*--------------------------
GLOSSÁRIO & MOEDAS
--------------------------*/
#glossar_box {
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url(../icon/filter_bg_1l.gif);
	width: 465px;
	height: 21px;
	text-align: center;
	font-size: 12px;
	padding-top: 6px;
}

.glossar-div {
	color: #737373;
	margin: 0px;
	height: 1px;
}

.glossar-text {
	color: #575757;
}

.curr-table {
	width: 100%;
	margin: 15px 0px 15px 0px;
}

.curr-table-note {
	font-size: 10px;
	text-align: right;
}

.curr-table-header {
	text-align: center;
	background-color: #4E4E4E;
	padding: 3px;
}

.curr-table-header a {
	color: #FFFFFF;
	font-weight: bold;
}

.curr-table-even {
	padding: 3px;
	background-color: #E6E6E6;
}

.curr-table-odd {
	padding: 3px;
	background-color: #F0F0F0;
}






/*--------------------------
EXTRA BANNER
--------------------------*/
#extra_banner {
	position: absolute;
	left: 785px;
	margin-top: 10px;
}

/*--------------------------
RESULTADO BUSCA
--------------------------*/
#search_result {}

#search_result p {
	margin-top: 15px;
	margin-left: 6px;
}

#search_result img {
	margin-right: 4px;
	vertical-align: middle;
}

.search-text {
	color: #656565;
}

/*--------------------------
WEBCAM
--------------------------*/
#cam_feed {
	background-image: url(../icon/i_videoframe.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	width: 240px;
	float: left;
	margin-right: 15px;
}

#cam_feed_controls {
	margin-top: 4px;
	padding-left: 10px;
}

#cam_feed_controls img {
	margin-right: 5px;
}

.main_div { width:780px; float:left; margin:0;}