/* CSS Forum */

/* TABELAS */
	
.tabela_forum_contorno {
	padding:1px;
	border:solid 1px #485577;
	width:100%;
}	

.tabela_forum_conteudo {
	border:solid 0px;
	width:100%;
	color:#666666;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;	
}	

.fundo_azul {
color:#CCCCCC;
background-image:url(../imagens/fundo_forum_cabecalho_azul.jpg);
background-repeat:repeat-x;
}

.fundo_cinza {
color:#666666;
font-weight:bold;
background-image:url(../imagens/fundo_forum_cabecalho_cinza.jpg);
background-repeat:repeat-x;
}

.citclass {
border:dotted 1px #999999;
background-color:#DDDDDD;
padding:5px;

}

/* LINKS */

.link {
	color:#666666;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;	
	text-decoration:none;
}	

.link:hover {
	color:#FFAA00;
	text-decoration:underline;
}	

.link_pag a {
color:#888888;
text-decoration:none;
}

.link_pag a:hover {
color:#F0F0F0;
}
	