option,input,select
{
	font-size			: 11px;
	font-family			: trebuchet ms;
	text-decoration		: none;
	color				: #535252;
}
.gestao_title
{
	background-color	: #a7a7a7;
	font-size			: 12px;
	font-family			: 'trebuchet ms';
	color				: #FFFFFF;
	line-height			: 18px;
}

.gestao_box {
	border				: 1px solid #d7d7d7;
	border-top			: 0px;	
}

.gestao_link {
	color				: #545353;
}

a.gestao_link {
	color				: #545353;	
	text-decoration		: none;
}

a.gestao_link:hover {
	color				: #cecdcd;
	text-decoration		: underline;
}
	
.crumbs , a.crumbs , a.crumbs:hover{
	color				: #535252;
	text-decoration		: none;	
}

/****************************************/
/*******	Lists 	*********************/
/****************************************/
.impar{
	background-color	: #FFFFFF;
	padding				: 3px;
}

.par{
	background-color	: #F0F0F0;
	padding				: 3px;
}

.list_title_bg {
	background-color	: #FF0000;	
}
.list_title , .list_title_selected
{	
	color				: #FFFFFF;
}
.list_title_seletecd
{
	font-weight			: bold;
}

.naviSel {
	border				: 1px solid black;
	font-weight			: bold;
	padding				: 2px;
}