﻿/*------------------------------
PROPRIEDADES GERAIS - NÃO ALTERAR
--------------------------------*/
body {
	text-align:center;
	color: #828282;
	background-color: #fff;
	}
* {
	margin: 0 auto;
	padding: 0;
	}
html {
	overflow: auto;
     	}
#principal {
	width: 1000px;
	text-align: center;
	background-color: #fff;
	padding: 2px;
}
/* PROPRIEDADE QUE FORMATA A MENSAGEM DE CARREGAMENTO DO AJAX */
/* Ajax loading */
.carregando {
	display: block;
	padding:4px 6px 10px 6px;
	text-align:center;
	color: red;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f0eff0;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	position: fixed;
	z-index:10000;
	top: 0;
	left: 40%;
	width: 20%;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
/* Bloqueio de tela até o termino do carregamento */
.bloqueio-tela {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}
/* Poup  MENSAGEM DE ERROS, SUCESSO, ETC */
#pop-up {
	width: 36%;
	padding: 10px 10px 10px 30px;
	color: #3e4934;
	line-height:150%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #ccc;
	background-color: #f0eff0;
	position: fixed;
	top: 40%;
	left: 30.4%;
	z-index: 1001;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	cursor: pointer;
}

/* Mensagem de informção ao usuário sem botão de fechar */

#mensagem-pop,
#msg-form-erro {
	padding: 10px 10px 10px 30px;
	color: #3e4934;
	line-height:150%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #ccc;
	background-color: #f0eff0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#msg-form-erro {
	display: none;
	margin-bottom: 4px;
}

/* TIPOS DE MENSAGENS POP-UPS PARA O USUÁRIO */
.erro {
	background-image: url("../img/erro.png");
	background-repeat: no-repeat;
	background-position: 6px 12px;
}
.sucesso {
	background-image: url("../img/sucesso.png");
	background-repeat: no-repeat;
	background-position: 6px 12px;
}
.informacao {
	background-image: url("../img/info.png");
	background-repeat: no-repeat;
	background-position: 6px 12px;
}
/* Cantos arredondados */
span.cantos-topo, span.cantos-topo span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}
span.cantos-topo {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
}
span.cantos-topo span {
	background-image: none;
	background-position: 100% 0;
}
#topo-logo span.cantos-topo {
	margin: 0 -10px;
}
* html span.cantos-topo { background-image: url("../img/cantos_esquerdo.gif"); }
* html span.cantos-topo span { background-image: url("../img/cantos_direito.gif"); }

span.cantos-topo {
	background-image: url("../img/cantos_esquerdo.png");
}
span.cantos-topo span {
	background-image: url("../img/cantos_direito.png");
}
/* Painel de Data */
.data-hora {
	padding-top: 4px;
	color: black;
	font-size: 11px;
	font-weight:bold;
	border-bottom: 1px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 5px;
	height: 18px;
}
.data-hora img {
	margin-bottom: -4px;
}
.data-atual {
	display: inline;
	padding-right: 6px;
	float: left;
}
.extra-menu {
	display: inline;
	float: right;
	padding-right: 5px;
	list-style-type: none;
	width: 70%;
	text-align: right;
}
.extra-menu li {
	padding-left: 4px;
	padding-right: 4px;
	display: inline;
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.extra-menu li a {
	color: #708090;
	text-decoration: none;
}
.extra-menu li a:hover {
	color: red;
}
.extra-menu li a img {
	border: 0;
}
/*
------------------------------------------------
PROPRIEDADES HEADER - LOGOTIPO ETC
------------------------------------------------
*/
/* Propriedades LogoTipo Header - Inicio */
#topo-logo {
	width: 98%;
	height: 90px;
	padding: 0 10px;
	background-image: url("../img/logo-bck.png");
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.logo {
	width: 200px;
	text-align: left;
	float: left;
	margin-top: 5px;
}
.logo img {
	border:0;
}

/* BOX USUÁRIO LOGAR */
.box-usuario {
	float: right;
	display: inline;
	width: 200px;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
}
.usuario-senha {
	background-color: #f0eff0;
	border: 1px solid #ccc;
	padding: 4px 8px 4px 8px;
	height: 62px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.usuario-senha label {
	color: black;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 4px;
	float: left;
	display: inline;
	width: 54px;
	text-align: left;
}
.us-se {
	float: left;
	border: 1px solid #dfdfe5;
	margin-top: 1px;
	margin-bottom: 1px;
}
.enviar-b-u {
	border: 1px solid #dfdfe5;
	font-size: 10px;
	color: red;
	margin-top: 2px;
	margin-left: 4px;
	float:left;
}
.usuario-senha img {
	float: left;
	max-height: 60px; 
	max-width: 80px;
}
/* Opções de Pesquisa */
.box-pesquisa {
	margin-top: 5px;
	margin-left: 4px;
	float: right;
	display: inline;
	width: 220px;
	padding-top: 4px;
	border: 1px solid #ccc;
	background-color: #f0eff0;
	height: 64px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.pesquisa {
	padding-left: 4px;
	padding-right: 4px;
	border: none;
	text-align: left;
}
.pesquisa label {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#termo {
	width: 200px;	
}
#termo,
#q {
	border: 1px solid #dfdfe5;
}
.enviar-pesq {
	margin-top: 4px;
}
.google {
	width: 180px;
}

/* Formatação do Menu de Navegação */
.menu-nav {
	clear: left;
	text-align:left;
	background-color: #fff;
}
.menu {
	padding: 0px;
	text-align:left;
	list-style-type: none;
	padding-bottom: 4px;
	margin-top: 4px;
}
.menu li {
	margin-bottom: 2px;
	margin-top: 2px;
	display: block;
	list-style-type:none;
	text-decoration:none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
}
.menu li a,
.menu li a:link,
.menu li a:visited {
	text-decoration:none;
	font-weight:bold;
	color: #666666;
	display: block;
	line-height: 20px;
	padding-left: 16px;
	background-image: url("../img/link.gif");
	background-repeat: no-repeat;
	background-position: left 1px;
}
.menu li a:hover {
	color: black;
	font-weight:bold;
	display:block;
	line-height: 20px;
	background-image: none;
}
/* Submenu */
.menu li ul li {
	margin-left: 18px;
}
.menu li ul li a,
.menu li ul li a:link,
.menu li ul li a:visited,
.menu li ul li a:hover {
	font-size: 12px;
}
.menu li h6 {
	background-image: url("../img/sub-menu.gif");
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 16px;
	font-size: 15px;
}

/* FORMATAÇÃO DO CONTROLE DE PAGINAÇÃO */
.page {
	color: #000;
	font-size: 13px;
	padding-left:4px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 3px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	}
.pagelinklast,
.paglink,
.pagatual{
	background-color: #d3d3d3;
	border: 1px solid #fff;
	padding: 3px 6px 3px 6px;
	border: 1px solid #ccc;
	margin: 2px;
}
.pagatual{
	background-color: #fff;
	color: red;
}
.pagelinklast{
	background-color: #c2c2c2;
}
.pagelinklast a:active,
.pagelinklast a:visited,
.pagelinklast a:link,
.paglink a:active,
.paglink a:visited,
.paglink a:link,
.pagatual a:active,
.pagatual a:visited,
.pagatual a:link{
	text-decoration: none;
	color: #005689;
}
.paglink a:hover {
	color: black;
}

/* Setas */
.setas {
	color: black;
	padding-left:4px;
	font-size: 13px;
	line-height: 13px;
}

/* PROPRIEDADES DE RETORNO DE ERRO DOS FORMULÁRIOS */
input.invalido, select.invalido,textarea.invalido {
	background-color: #f7cbc2;
	background-image: url("../img/erro.png");
	background-repeat: no-repeat;
   background-position:right;
	border: 1px solid #d12f19;
}
.verificado {
	background-image: url("../img/sucesso.png");
	background-repeat: no-repeat;
   background-position: right;
	background-color: #c7f7be;
	border: 1px solid #338800;
}
/*
----------------------------------------------
CONTÚEDO DINAMICO CENTRAL
----------------------------------------------
*/
/* Propriedades Conteudo - Inicio */ 
#conteudo {
	width: 100%;
 	height:auto !important;
	overflow: hidden;
	background-color: #fff;
}
/* Conteudo principal - Dinamico */
.conteudo-centro {
	float:left;
	width: 61%;
	margin-top: 10px;
	margin-left:6px;
	padding-left:6px;
	margin-right:6px;	
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;	
	}
/* Formatação de elementos padrão */
img {
	margin-bottom:-2px;
	}
.conteudo-centro h1 {
	color: black;
	text-align: left;
	margin-bottom: 4px;
}
.conteudo-centro h2 {
	text-align: left;
	margin-bottom: 8px;
	border-bottom: 4px solid #ccc;
	padding: 2px;
	color: #6d0019;
}
.conteudo-centro h2 a {
	text-decoration: none;
	color: #6d0019;
}
.conteudo-centro h3 {
	color: black;
	text-align: left;
	margin-top: 8px;
}
.conteudo-centro h4 {
	color: black;
	text-align: left;
	margin-top: 8px;
}
.conteudo-centro h5 {
	color: black;
	text-align: left;
	margin-top: 8px;
}
.conteudo-centro h6 {
	color: black;
	margin-top: 8px;
}
.conteudo-centro p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: left;
	padding: 8px;
	border: 2px solid #ccc;
}
/* PROPRIEDADE DOS BLOCOS LATERAIS E DA PÁGINA INICIAL */
#bloco-esquerdo {
	float: left;
	width:18%;
	display: inline;
	margin-top: 10px;	
}

/* Formatação banners Laterais Esquerdos */
.banners-left {
	clear: left;
	margin-top:10px;

}
.banners-left img {
	border: none;
}
/* Formatação banners Laterais Diritos */
.banners-right {
	float:right;
	width:18%;
	margin-top: 10px;	
}
.banners-right img {
	border: none;
	max-width: 160px;
}
.banners-right p {
	margin-bottom: 4px;
}
/* Blocos página principal */
.blocos {
	margin-bottom: 8px;
}
.b-left {
	text-align: left !important;
}
.b-left p img {
	display: block;
}
.h4-bordas a,
.h4-bordas span {
	color: white;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: black;
	color: #fff;
}
.h4-bordas a:hover {
	text-decoration: underline;
}
/* Bordas H4 */
.h4-bordas {
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal !important;
	letter-spacing: 0.2px;
	text-align: left;
	margin-top: 14px;
	margin-bottom: 4px;
}
.blocos p,
.blocos #visitantes {
	text-align: left;
	padding: 2px;
	font-size: 11px;
	font-family: arial,verdana,tahoma,sans-serif;
	color: #005689;
}
.blocos p a,
.blocos #visitantes a {
	text-decoration: none;
	color: #005689;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-size: 11px;
}
.blocos p img,
.blocos #visitantes img {
	margin-bottom: -4px;
}

/* DESTAQUES PORTAL */
.destaques {
	font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
	overflow: hidden;
	background-color: black;
	padding: 6px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	margin-bottom: 10px;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.destaques h2 {
	color: white !important;
	border: 0 !important;
	font-size: 16px;
	padding: 0 !important;	
}
.destaques h2 a {
	color: white !important;
}
.destaques h2 a:hover {
	text-decoration: underline;
}
.destaques img {
	float: right;
}
.destaques h6 {
	color: #8080C0 !important;
	font-weight: normal !important;
	text-align: left;
}

/* BLOCOS DE USUÁRIOS ONLINE E VISITANTES */

#visitantes {
	overflow: hidden;
}
.user-online {
	float: left;
	background-image: url("../img/online.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	margin-right: 4px;
}

/* PROPRIEDADES FORMULARIOS */
.texto-normal,
.enviar {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	border: none;
	margin-bottom: 8px;
	border: 2px solid #ccc;
	padding: 8px;
	}
.enviar {
	text-align: center;
}
.texto-normal legend {
	color: black;
	font-weight: bold;
	font-size: 11px;
}
.enviar input {
	color: #f00;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #ccc;
	font-size: 11px;
}
.texto-normal input,
.texto-normal select,
.texto-normal textarea {
	border: 1px solid #c9c9c9;
}

.texto-normal label {
	padding-top: 8px;
	padding-bottom: 2px;
	font-weight: bold;
	display: block;
}
/* Opções painel privacidade */
.privacidade label {
	display: inline;
}
.checkbox {
	float: left;
	margin-right: 4px;
	margin-top: 1px;
}

/* Formatação radope creditos */
#creditos {
	color: #708090;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
	margin-top: 20px;
	border-top: 2px solid #ccc;
	}
#creditos p {
	padding: 2px;
}
#creditos p img {
	border: none;
}
.footer-menu {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #f0eff0;
}
.footer-menu a {
	color: #ff4500;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
}
	
/* CLASSES BÁSICAS CORES, NEGRITO - ETC */
.negrito {font-weight: bold;}
.italico {font-style: italic;}
.azul {color: blue;}
.aqua {color: aqua;}
.black {color: black;}
.blue {color: blue;}
.fuchsia {color:fuchsia;}
.green {color: green;}
.lime {color: lime;}
.maroon {color: maroon;}
.navy {color: navy;}
.olive {color: olive;}
.red {color: red;}
.silver {color: silver;}
.teal {color: teal;}
.white {color:white; background-color: black}
.yellow {color:yellow;}
.small{font-size:small;}
.medium{font-size:medium;}
.large{font-size:large;}
.tamanho-x{margin-left: 2px; font-size: 10pt; position: absolute;display: inline;}
.tamanho-x select {height: 20px; margin-top:2px;}

/* BBCODDE */
.box-bbcode a:link,
.box-bbcode a:visited {
	padding-top: 2px;
	padding-left: 1px;
	padding-right: 1px;
	border: 1px solid #ccc;
}
.box-bbcode img {
	border: none;
}
#box-cores {
	position: absolute !important;
	display: none;
	list-style-type: none;
	border: 1px solid #d0d0d0;
	z-index: 1001;
	width: 126px !important;
	background-color: white;
}
#box-cores li {
	float: left !important;
}
#box-cores li a {
	display: block;
	width: 16px !important;
	height: 16px !important;
	border: 1px solid #ccc;
	padding: 0 !important;
	float: left !important;
}
#box-cores .aqua {background-color: aqua;}
#box-cores .black {background-color: black;}
#box-cores .blue {background-color: blue;}
#box-cores .fuchsia {background-color: fuchsia;}
#box-cores .green {background-color: green;}
#box-cores .lime {background-color: lime;}
#box-cores .maroon {background-color: maroon;}
#box-cores .navy {background-color: navy;}
#box-cores .olive {background-color: olive;}
#box-cores .red {background-color: red;}
#box-cores .silver {background-color: silver;}
#box-cores .teal {background-color: teal;}
#box-cores .white {background-color: white;}
#box-cores .yellow {background-color: yellow;}

#box-tamanho {
	display: none;
	list-style-type: none;
	position: absolute !important;
	z-index: 1001;
	background-color: white;
	padding: 1px;	
}
#box-tamanho li {
	display: block;
	padding: 1px;
	margin: 1px;
}
#box-tamanho li a {
	display: block;
	text-decoration: none;
	color: black;
	padding: 2px;
}

/* 
---------------------------------------------
CONFIGURAÇÕES LOOP TÓPICOS
---------------------------------------------
*/
.topicos {
	overflow: hidden;
	width: 100%;
}
.topicos dd {
	padding: 4px;
	margin-top: 4px;
	text-align: left;
	min-height: 70px;
}
.topicos dd a {
	text-decoration: none;
	color: #005689;
	font-family: "Trebuchet MS",Arial,sans-serif;
}
.topicos dd a:hover {
	text-decoration: underline;
}
/* tópicos que não tiver imagem */
.top-bck {
	margin: 0;
	background-image: url("../img/bck-top-h4.png");
	background-repeat: no-repeat;
	background-position: left;
	font-size: 13px;
}
.top-bck a {
	margin-left: 20px;
}
.topicos dd h5 {
	font-weight: normal;
	margin: 0;
}
.topicos dd h6 {
	color: #669812;
	font-weight: normal;
	font-size: 11px;
	margin: 0;
}
.topicos dd img {
	border: 0;
}
.img-left {
	float: right;
	margin-top: 4px;
	max-height: 60px;
	max-width: 80px;
	margin-left: 2px;
}
.topicos-bck-1 {
	background-color: #fff;
}
.topicos-bck-2 {
	background-color: #E9E9E9;
}
/* CONFIGURAÇÕES DE EXIBIÇÃO DO TÓPICO */
.exibe-topicos img {
	max-width: 150px;
	max-height: 150px;
	padding: 4px;
	border: none;
}
.enviado {
	margin-top: 10px;
	text-align: left;
	color: #ff7f50;
	padding: 2px;
	display: block;
	font-style: italic;
	font-size: 11px;
	letter-spacing: 0.2px;	
	font-family: "Trebuchet MS", Verdana, Arial;	
}
.exibe-topicos h3 {
	color: #005689;
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 16px;
	padding: 2px;
}
.exibe-topicos h6 {
	color: #a9a9a9;
	padding: 2px;
	font-family: Tahoma, Arial, "Trebuchet MS";
	text-align: left;
	margin-bottom: 4px;
}
.exibe-topicos p {
	min-height: 160px;
}
.data-editado {
	font-style: italic;
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 11px;
	color: #ff8c00;
}
.top-descricao,
.top-comentarios {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	padding: 2px;
}
.top-descricao { min-height: 160px; }
.down {
	margin-bottom: -8px;
}
.top-comentarios img {
	width: 200px;
}
/*/ OPÇÕES DE NOVO TOPICO - EDICAO ETC */
/* Formatação do Menu de Navegação */
.op-geral {
	text-align: right;
}
.opcoes-topico {
	min-width: 100px;
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 2px;
	list-style-type: none;
	text-align: right;
	border: 1px solid #ccc;
	-moz-border-radius: 3px 0 3px 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}
.opcoes-topico li {
	display: inline;
	list-style-type:none;
	text-decoration:none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 4px;
	padding-right: 4px;
}
.opcoes-topico a,
.opcoes-topico a:link,
.opcoes-topico li a:visited {
	display: inline;
	text-decoration:none;
	font-weight:bold;
	color: #666666;
	padding-left: 18px;
	padding-bottom: 2px;
}
.opcoes-topico li a:hover {
	color: black;
	font-weight:bold;
}
.op-geral h6 {
	text-transform: uppercase;
	text-align: center;
	margin-right: 0;
	width: 50px;
	color: black;
	background-color: #D1D1D1;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}
.s-pdf,
.op-editar,
.op-excluir,
.s-imprimir,
.s-email,
.op-novo {
	background-repeat: no-repeat;
	background-position: left 0;
}
.s-pdf {
	background-image: url("../img/s-pdf.gif");
}
.op-editar {
	background-image: url("../img/op-editar.png");
}
.op-excluir {
	background-image: url("../img/op-excluir.png");
}
.s-imprimir {
	background-image: url("../img/s-imprimir.png");
}
.s-email {
	background-image: url("../img/s-email.png");
	background-position: left 1px;
}
.op-novo {
	background-image: url("../img/op-novo.png");	
}
/*
--------------------------------------------------
SOCIAL BOOKMARK - FAVORITOS E OPÇÕES DE TÓPICOS
--------------------------------------------------
*/
.favoritos h6,
.semelhantes h6,
.anexos h6 {
	width: 170px !important;
}
.favoritos ul {
	display: block;
	text-align: center;
	line-height: 18px;
}
.compartilhe li {
	font-size: 11px;
	padding: 1px;
}

.fav-1,.fav-2,.fav-3,.fav-4,.fav-5,.fav-6,.fav-7,.fav-8,.cp-1,.cp-2,.cp-3,.cp-4,.cp-5,.cp-6,.cp-7,.cp-8,.cp-9 {
	background-repeat: no-repeat;
	background-position: left 0;	
}
.fav-1 {
	background-image: url("../img/op_topicos/fav-1.gif");

}
.fav-2 {
	background-image: url("../img/op_topicos/fav-2.gif");
}
.fav-3 {
	background-image: url("../img/op_topicos/fav-3.gif");
}
.fav-4 {
	background-image: url("../img/op_topicos/fav-4.gif");
}
.fav-5 {
	background-image: url("../img/op_topicos/fav-5.gif");
}
.fav-6 {
	background-image: url("../img/op_topicos/fav-6.gif");
}
.fav-7 {
	background-image: url("../img/op_topicos/fav-7.gif");
}
.fav-8 {
	background-image: url("../img/op_topicos/fav-8.gif");
}
.cp-1 {
	background-image: url("../img/op_topicos/cp-1.gif");
}
.cp-2 {
	background-image: url("../img/op_topicos/cp-2.gif");
}
.cp-3 {
	background-image: url("../img/op_topicos/cp-3.gif");
}
.cp-4 {
	background-image: url("../img/op_topicos/cp-4.gif");
}
.cp-5 {
	background-image: url("../img/op_topicos/cp-5.gif");
}
.cp-6 {
	background-image: url("../img/op_topicos/cp-6.gif");
}
.cp-7 {
	background-image: url("../img/op_topicos/cp-7.gif");
}.cp-8 {
	background-image: url("../img/op_topicos/cp-8.gif");
}
.cp-9 {
	background-image: url("../img/op_topicos/cp-9.gif");
}

/* Topicos semelhantes */
.semelhantes ul,
.anexos ul {
	text-align: left;
	display: block;
}
.anexos li {
	display: block;
	background-image: url("../img/anexo.gif");
	background-repeat: no-repeat;
	background-position: 6px 3px;
	padding-left: 0;
}
.semelhantes li {
	display: block;
	background-image: none;
	padding-left: 4px;
}
.semelhantes li a {
	padding-left: 0 !important;
}
.semelhantes span,
.anexos span {
	font-size: 11px;
	color: #FF8000;
}

/* COMENTÁRIOS NOS TÓPICOS */
.exibe-comentarios {
	margin-bottom: 10px;
}
/* bbccode Code */
.code{ 
	padding: 5px;
	background-color:#FAFCFE;
	border:1px solid #ccc;
	color: #465584;
	overflow:auto;
	font-size:11px;
	line-height:110%;
	text-align: left;
	max-height: 200px;
}
.quote {
	display: block;
	background-color: #FAFCFE;
	border: 1px solid #ccc;
	color: #465584;
	font-family: Courier, "Courier New", Verdana, Arial;
	margin: 0 auto 0 auto;
	padding: 4px;
	overflow: auto;
	max-height: 200px;
}
.fonte-info {
	display: block;
	border-top: 1px dotted #ccc;
}
.barra-quote {
	background-color: #D1D1D1;
	color: #000;
	font-weight: bold;
	margin: 0 auto 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 0px;
	-moz-border-radius:4px 4px 0px 0px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

/*
--------------------------------------------------
PROPRIEDADES DE JANELAS POP-UP
--------------------------------------------------
*/
.c-popup {
	overflow: hidden;
	display: block;
	font-family: "Trebuchet MS", Verdana, Arial;
	position: fixed;
	z-index: 5000;
	text-align: left;
}
.c-popup h4,
.c-popup h5,
.c-popup h6 {
	color: gray;
	margin: 0;
	padding: 0;
	
}
.c-popup h5,
.c-popup h6 {
	font-size: 12px;
}
.c-popup img {
	border: 0;
}
.perfil h5 {
	max-width: 220px;
}
.perfil img {
	max-width: 150px;
	max-height: 250px;
}
.perfil,
.f-amplia,
.msn-chat {	
	padding: 0px 6px 6px 6px !important;
	border:1px solid #d0d0d0;
	background-color: white;
	-moz-border-radius: 4px 0px 4px 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.pop-f {
	margin-bottom: 2px !important;
}
.fechar {
	text-align: right;
	display: block;
}
.cancelar {
	color: black;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	background-color: white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.cancelar img {
	margin-bottom: -4px;
}

/*
--------------------------------------------------
PAGINA INICIAL DESTAQUES
--------------------------------------------------
*/
.pag-inicio {
	overflow: hidden;
}
.pag-inicio h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 0;
	font-size: 18px;
}
.pag-inicio h2 a {
	background-color: #8989b9;
	color: black;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-top: 1px;
}
.pag-inicio h5 {
	margin-top: 1px;
	margin-bottom: 1px;
}
.ultimos-tutoriais {
	float: left;
	width: 49%;
	text-align: left;
}
.ultimos-tutoriais h5 a,
.ultimas-noticias h5 a,
.ultimos-videos h5 a {
	padding-left: 16px;
	background-image: url("../img/link.gif");
	background-repeat: no-repeat;
	background-position: left 1px;
	text-decoration: none;
	color: #616161;
	display: block;
	font-weight: normal;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left:10px;
	margin-right:10px;		
}
.ultimos-tutoriais h5 a:hover,
.ultimas-noticias h5 a:hover,
.ultimos-videos h5 a:hover {
	text-decoration: underline;
}
.ultimas-noticias {
	text-align: left;
	width: 49%;
	float: right;
}
.ultimos-videos {
	padding-top: 10px;
	clear: both;
	overflow: hidden;
}
.ultimos-videos .v-left {
	float: left;
	margin: 1px;
	width: 32.9%;
	min-height: 200px;
}
.ultimos-videos div img {
	border: 0;
	max-height: 125px;
}

/*
--------------------------------------------------
PUBLICIDADES FORMATAÇÃO
--------------------------------------------------
*/
#adsense {
	margin-top: 20px;
	text-align: center;
}
#pub-uol2 {
	text-align: center;
}
.vitrine {
	overflow: hidden;
}
.preco-v {
	display: inline;
	float: left;
	margin-left: 5px;
	margin-top: 20px;
}
.vitrine img {
	display: inline;
	float: left;	
}
.descricao-v {
	display: block;
	clear: both;
}
.vitrine .black {
	font-size: 9px;
}
.vitrine .azul,
.vitrine .green {
	font-size: 12px;
} 
