/*------------------------------
PROPRIEDADES GERAIS - NÃO ALTERAR
--------------------------------*/
body {
	text-align:center;
	color: #828282;
	background-color: #fff;
	}
* { margin: 0 auto; padding: 0; }
html { overflow: auto; }
#principal {
	width: 969px;
	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("http://i1.mti.ly/erro.png");
	background-repeat: no-repeat;
	background-position: 6px 12px;
}
.sucesso {
	background-image: url("http://i1.mti.ly/sucesso.png");
	background-repeat: no-repeat;
	background-position: 6px 12px;
}
.informacao {
	background-image: url("http://i1.mti.ly/info.png");
	background-repeat: no-repeat;
	background-position: 6px 12px;
}
/* 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: 74%;
	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 {
    padding-top: 1px;
	color: #708090;
	text-decoration: none;
}
.extra-menu li a:hover {
	color: red;
}
/*
------------------------------------------------
PROPRIEDADES HEADER - LOGOTIPO ETC
------------------------------------------------
*/
/* Propriedades LogoTipo Header - Inicio */
#topo-logo {
	width: 98%;
	height: 80px;
	padding: 0 10px;
	background-image: url("http://i1.mti.ly/logo-bck.png");
	border-bottom: 1px solid black;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}
.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: center;
}
.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: 15px;
}
.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("http://i1.mti.ly/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: 14px;
}
.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 span {
    font-weight: bold;
	background-image: url("http://i1.mti.ly/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,
.setas-p {
    margin-left: 8px;
	color: black;
    font-weight: bold;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.setas-p {
    margin-left: 0;
}

/* PROPRIEDADES DE RETORNO DE ERRO DOS FORMULÁRIOS */
input.invalido, select.invalido,textarea.invalido {
	background-color: #f7cbc2;
	background-image: url("http://i1.mti.ly/erro.png");
	background-repeat: no-repeat;
   background-position:right;
	border: 1px solid #d12f19;
}
.verificado {
	background-image: url("http://i1.mti.ly/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:14px;
	}
/* Formatação de elementos padrão */
img {
	margin-bottom:-2px;
	}
.conteudo-centro h1 {
	color: black;
	text-align: left;
	margin-bottom: 8px;
}
.conteudo-centro h2 {
	text-align: left;
	margin-bottom: 8px;
	padding: 2px;
}
.conteudo-centro h2 a,
.conteudo-centro h1 a {
	text-decoration: none;
}
.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: 4px;
}
/* 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:20px;
}
.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;
}
.h4-bordas a:hover {
	text-decoration: underline;
}
.h4-padrao span {
	color: navy;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-top: 2px;	
}
/* Bordas H4 */
.h4-bordas,
.h4-padrao {
    display: block;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal !important;
	letter-spacing: 0.2px;
	text-align: right;
	margin-top: 14px;
	margin-bottom: 4px;
}
.blocos p,
.blocos #visitantes {
	text-align: left;
	padding: 1px;
	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 h1 {
	color: white !important;
	border: 0 !important;
	font-size: 16px;
	padding: 0 !important;	
}
.destaques h1 a {
	color: white !important;
}
.destaques h1 a:hover {
	text-decoration: underline;
}
.destaques img {
	float: right;
}
.destaques p {
	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("http://i1.mti.ly/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;
	padding: 4px;
}
.enviar {
	text-align: center;
}
.texto-normal legend {
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.2px;
	color: white;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: black;
	color: #fff;
}
.enviar input,
.d-enviar {
    text-transform: uppercase;
    font-weight: bold;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #ccc;
	font-size: 10px;
    padding: 2px;
    font-family: arial;
}
.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 */
.bb {
    display: inline;
    list-style-type: none;
    overflow: hidden;
}
.bb span {
    margin-right: 1px;
    margin-bottom: 1px;
    background-image: url("http://i1.mti.ly/bbcodes.png");
    background-repeat: no-repeat;
    float: left;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.bb-1 { background-position: center 1px; }
.bb-2 { background-position: center -17px; }
.bb-3 { background-position: center -36px; }
.bb-4 { background-position: center -55px; }
.bb-5 { background-position: center -74px; }
.bb-6 { background-position: center -93px; }
.bb-7 { background-position: center -112px; }
.bb-8 { background-position: center -132px; }
.bb-9 { background-position: center -153px; }
.bb-10 { background-position: center -173px; }
.bb-11 { background-position: center -190px; }
.bb-12 { background-position: center -210px; }
.bb-13 { background-position: center -231px; }
.box-bbcode a:link,
.box-bbcode a:visited,
.bb span {
	padding-top: 2px;
	padding-left: 1px;
	padding-right: 1px;
	border: 1px solid #ccc;
}
#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: 60px;
}
.topicos dd a,
.tags a {
	text-decoration: none;
	color: #005689;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
.topicos dd a:hover,
.tags a:hover {
	text-decoration: underline;
}
/* tópicos que não tiver imagem */
.top-bck {
	margin: 0 !important;
	background-image: url("http://i1.mti.ly/bck-top-h4.png");
	background-repeat: no-repeat;
	background-position: left;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.top-bck a {
	margin-left: 20px;
}
.topicos dd h3 {
	font-weight: normal;
	margin: 0;
    font-size: 12px;
   	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.topicos dd .info-data,
.h4-tags {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #669812 !important;
	font-weight: normal;
	font-size: 11px;
	margin: 0 !important;
}
.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;
}
.usuarios dd {
	min-height: 50px;

}
.usuarios .img-left {
	max-height: 50px;
	max-width: 70px;
}
/* CONFIGURAÇÕES DE EXIBIÇÃO DO TÓPICO */
.exibe-topicos img {
	max-width: 150px;
	max-height: 150px;
	padding: 4px;
	border: none;
}
.enviado {
    display: block;
	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;
    border-bottom: 1px solid #ccc;	
}
.exibe-topicos h1 {
	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;
}
.tags {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #669812 !important;
	font-weight: normal;
	font-size: 11px;
	margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 1px !important;
    text-align: left;
    border-bottom: 1px solid #ccc;
}
.exibe-topicos p {
	min-height: 160px;
}
.data-editado {
    display: block;
    border-top: 1px solid #ccc;
	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 {
    border: 0;
	width: 200px;
}
/*/ OPÇÕES DE NOVO TOPICO - EDICAO ETC */
/* Formatação do Menu de Navegação */
.op-geral {
	text-align: right;
    margin-bottom: 10px;
}
.com-perm {
    float: right;
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-style: normal;
}
.com-perm a,
.com-perm a:link,
.com-perm a:visited,
.com-perm a:hover {
    margin: 4px;    
}
.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 3px 3px 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-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,
.com-perm a,
.com-perm a:link,
.com-perm a:visited,
.extra-menu a {
	display: inline;
	text-decoration:none;
	font-weight:bold;
	color: #666666;
	padding-left: 18px;
	padding-bottom: 2px;
}
.opcoes-topico li a:hover,
.com-perm a:hover {
	color: black;
	font-weight:bold;
}
.s-pdf,.op-editar,.op-excluir,.s-imprimir,.s-email,.op-novo,.s-twitter,.s-feeds,
.m-1,.m-2,.m-3,.m-4,.m-5,.m-6,.m-7,.m-8,.m-9,.m-10 {
    background-image: url("http://i1.mti.ly/op-top-menu.png");
	background-repeat: no-repeat;
}
.s-pdf { background-position: 0 -191px; }
.op-editar { background-position: 0 -229px; }
.op-excluir { background-position: 0 -210px; }
.s-imprimir { background-position: 0 -171px; }
.s-email, .m-10 { background-position: 0 -150px; }
.op-novo { background-position: 0 -249px; }
.s-twitter,.m-8 { background-position: 0 -113px; }
.s-feeds,.m-5 { background-position: 0 -57px; }
.radios-op {
    text-align: center !important;
}
.m-1 { background-position: 0 0}
.m-2 { background-position: 0 -19px}
.m-3 { background-position: 0 -38px}
.m-4 { background-position: 0 -270px}
.m-6 { background-position: 0 -76px}
.m-7 { background-position: 0 -94px}
.m-9 { background-position: 0 -132px}

.radios-op label {
    font-weight: bold;
    padding-left: 4px;
    padding-right: 8px;
}

/*
--------------------------------------------------
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-image: url("http://i1.mti.ly/op-topicos.png");
	background-repeat: no-repeat;
}
.fav-1 { background-position: 0 -102px; }
.fav-2 { background-position: 0 -86px; }
.fav-3 { background-position: 0 -68px; }
.fav-4 { background-position: 0 -256px; }
.fav-5 { background-position: 0 -51px; }
.fav-6 { background-position: 0 -36px; }
.fav-7 { background-position: 0 -18px; }
.fav-8 { background-position: 0 -1px; }
.cp-1 { background-position: 0 -272px; }
.cp-2 { background-position: 0 -238px; }
.cp-3 { background-position: 0 -221px; }
.cp-4 { background-position: 0 -205px; }
.cp-5 { background-position: 0 -187px; }
.cp-6 { background-position: 0 -170px; }
.cp-7 { background-position: 0 -153px; }
.cp-8 { background-position: 0 -135px; }
.cp-9 { background-position: 0 -119px; }

/* Topicos semelhantes */
.semelhantes ul,
.anexos ul {
	text-align: left;
	display: block;
}
.anexos li {
	display: block;
	background-image: url("http://i1.mti.ly/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;
}
#novo-comentario {
    margin-top: 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;
}
.g-quote{
    padding-top: 6px;
    display: block;
}
.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,
.indicar {	
	padding: 6px;
	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;
}
.f-indicar input,
.f-indicar textarea {
	width: 300px;
	padding: 1px;
}
.f-indicar textarea {
	height: 100px;
}
.indicar #msg-form-erro {
	max-width: 300px;
}
#img-original a {
    margin-left: 4px;
}

/*
--------------------------------------------------
PAGINA INICIAL DESTAQUES
--------------------------------------------------
*/
.pag-inicio {
	overflow: hidden;
}
.pag-inicio h2,
.h2-padrao {
	margin-top: 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 0;
	font-size: 18px;
}
.pag-inicio h2 a,
.h2-padrao a,
.h2-padrao span {
	background-color: #8989b9;
	color: black;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-top: 1px;
}
.h2-padrao a,
.h2-padrao span {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.pag-inicio h3 {
	margin-top: 1px;
	margin-bottom: 1px;
}
.ultimos-tutoriais {
	float: left;
	width: 49%;
	text-align: left;
}
.ultimos-tutoriais h3 a,
.ultimas-noticias h3 a,
.ultimos-videos h3 a {
	padding-left: 16px;
	background-image: url("http://i1.mti.ly/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;
}
.ultimos-tutoriais h3 a:hover,
.ultimas-noticias h3 a:hover,
.ultimos-videos h3 a:hover {
	text-decoration: underline;
}
.ultimas-noticias {
	text-align: left;
	width: 49%;
	float: right;
}
.ultimos-videos {
	padding-top: 20px;
	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;
}

/* Registro domínios */
.f-dominios {
    padding: 8px;
    border: 0;
    text-align: left;
}
.f-dominios label {
    color: blue;
    font-size: 14px;
    font-family: Arial;
    padding-right: 4px;
    font-weight: bold;
}
.dominio {
    border: 1px solid #ccc;
    padding: 2px;
    width: 260px;
}
.suf {
    border: 1px solid #ccc;
    padding: 1px;
    width: 80px;
}
.exibe-whois {
    border: 1px solid #ccc;
    margin-top: 4px;
    margin-bottom: 4px;
    height: 100px;
    overflow: auto;
    text-align: left;
    color: black;
    font-size: 11px;
    font-family: Arial;
}

/*
--------------------------------------------------
PUBLICIDADES FORMATAÇÃO
--------------------------------------------------
*/
#adsense {
	margin-top: 20px;
	text-align: center;
}
#pub-uol2 {
	text-align: center;
}
.vitrine {
	overflow: hidden;
}
.preco-v {
	display: inline;
	float: right;
	margin-right: 4px;
	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;
}