@charset "utf-8";
/* CSS Document */

#forum-left-panel		{
	float: left;
	width: 180px;
	background-color: #999900;
	}
#forum-main-content	{
	width: 587px;
	margin-left: 190px;
	}	
.forum-main-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 3px;
	background-color: #E9E9E9;
	}	
.box-forum {
	border-bottom: 1px dashed #CCCCCC;
	list-style-type: none;
	margin-bottom: 15px;
	padding-bottom: 5px;
	height: 80px;
	}
.box-faq {
	border-bottom: 1px dashed #CCCCCC;
	list-style-type: none;
	margin-bottom: 15px;
	padding-bottom: 5px;
	}
.forum-data {
	font-size: 10px;
	color: #666666;
	}
.forum-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #669900;
	border-bottom: 1px solid #666666;
	padding-bottom: 3px;
	margin-bottom: 8px;
	padding-left: 3px;
	background-color: #E9E9E9;
	}
.faq-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #669900;
	border-bottom: 1px solid #666666;
	padding-bottom: 3px;
	margin-bottom: 5px;
	}
.forum-texto {
	margin-right: 0px;
	}
.forum-box-mais {
	text-align: right;
	text-decoration: none;
	font-size: 11px;
	margin-top: 10px;
	}
.forum-titulo-coluna {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	background-image: url(/templates/images/bg-h2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-left: 3px;
}
.forum-lista-coluna {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	font-size: 11px;
}
.forum-lista-coluna-itens {
	margin-top: 3px;
}	
.forum-lista-areas {
	list-style-position: inside;
	list-style-type: none;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	font-size: 11px;
	list-style-image: url(../images/forum/folder.gif);
}
.forum-lista-areas-itens {
	vertical-align: middle;
	margin-top: 4px;
}
.forum-box-estatisticas {
	font-size: 10px;
	width: 160px;
	float: right;
	min-height: 60px;
	padding-left: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
	/*border-right: 1px dashed #999999;*/
}
.forum-estatisticas-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #669900;
	border-bottom: 1px solid #666666;
	padding-bottom: 2px;
	margin-bottom: 8px;
	}
