

/* --------------------------------------------
			MAIN
-----------------------------------------------*/
body{
	text-align: center;
	margin-top:0;
}

a{
	color:#626363;
}

form{
margin:0;
}

h1{
	font-size:14px;
}

input{
	font-family:verdana;
	font-size: 11px;
	color:#626363;
}

select{
	font-family:verdana;
	font-size: 11px;
	color:#626363;
}

textarea{
	font-family:verdana;
	font-size: 11px;
	color:#626363;
	border:0;
}

table tr td{
	font-family:verdana;
	font-size: 11px;
	color:#626363;
}


#tmlp_container{
	text-align: left;
	width: 816px;
	margin: 0 auto;
}

#tmlp_top{
	position:relative;
	display:block;
	width:100%;
	height:192px;
	background:url(/css/../img_forum/img_top_forum.jpg) no-repeat;
}

#tmlp_menu_dir{
	position:relative;
	float:left;
	display:block;
	width:215px;
	height:192px;
}

#tmlp_cont_central{
	position:relative;
	left:1px;
	float:left;
	display:block;
	width:600px;
	height:192px;
}


/* --------------------------------------------
			MENU
-----------------------------------------------*/
#navlist{
	margin-top: 15px;
	margin-left: 20px;	
	padding-left: 0;
	list-style: none;

}

#navlist li
{
	padding-left: 12px;
	padding-bottom: 10px;
	font-family:verdana;
	font-size: 11px;
	color:#5f7935;

}

#navlist li a{
	font-family:verdana;
	font-size: 11px;
	color:#5f7935;
	text-decoration:none;
}

#navlist li a:hover{
	font-family:verdana;
	font-size: 11px;
	color:#5f7935;
	text-decoration:underline;
}


.cormenu01{
	color:#5f7935;
	font-weight:bold;
}
.cormenu02{
	color:#a2ba7d;
}


/* --------------------------------------------
			TABELA FORUM
-----------------------------------------------*/


table#tb_forum{
	positoin:relative;
	margin-left:28px;
	border-collapse:collapse;
}

table#tb_forum tr td{
	border:1px solid #ddd7da;
	
}

table#tb_forum tr td a{
	color:#231f20;
	font-size:11px;
}

tr.corpo_tb_forum td{
	background:#FFFFFF;
	text-align:center;
	height:35px;
	}


.header_tb_forum{
	background:#beaeb5;
}

tr.header_tb_forum td{
	font-size:14px;
	padding:10px;
	text-align:center;
	color:#231f20;
}

tr.corpo_tb_forum_categ td{
	font-size:11px;
	padding:10px;
	text-align:left;
	color:#231f20;
	background:#FFFFFF;
}

.except_corpo_tb_forum_categ{
	text-align:center !important;
}

tr td.topic{
	text-align:left;
}

.p_nav{
	margin-left:28px;
	font-size:14px;
	color:#231f20;
}

p.post_forum{
	margin-left:28px;
	font-size:12px;

	width:540px;

}

.pessoa{
	font-weight:bold;
}

.bt_hover{
	cursor:pointer;
}
