
.colaboradores-tipo
{
	padding: 10px;
	width: 100%;
}

.colaboradores-tipo-titulo
{
	background: #eee;
	width: 100%;
	padding: 3px 6px ;
	font-family: "trebuchet ms";
	letter-spacing: 1px;
	font-size: 1em;
	font-variant: small-caps;
}

.colaboradores-list
{
	margin: 4px 0 0 30px;
	list-style-image: url(../../../images/bullet-list.png);
	float:left;
	width: 200px;
}

.colaboradores-list-number
{
	font-family: arial,helvetica,sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 5px 0;
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
.colaboradores-list-number-sel 
{ 
	font-family: arial,helvetica,sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 5px 0;
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

.colaboradores-list-entry
{
	font-family: arial,helvetica,sans-serif;
	font-size: 0.9em;
	font-weight: normal;
}

#colaboradores-detalhes
{
	float:left;
	width: 450px;
	display: none;
}
#colaboradores-resumo-pessoal
{
	display: none;
	font-weight: small;
	color: #888;
	margin: 5px 0 0 0;
	text-align: justify;
}
#colaboradores-resumo-pessoal ul
{
	list-style-type: circle;
	padding: 0 0 0 20px;
}

#colaboradores-image
{
}

#colaboradores-image img
{
	width: 90px;
	height: 100px;
}

.sub-links-container
{
/*	background: url(../../../images/links_bg/quem_somos_links_bg.jpg); */
	background-repeat: no-repeat;
}