/* css untuk companyProfile */
td.profileContainer{
	padding: 10px;
	border: 1px solid #0388BB;
	color: #fff;
}
td.profileCell{
	height: 22px;
	border-bottom: 1px solid #ccc;
	padding: 4px 4px 4px 8px;
	line-height: 140%;
	color: #000;
}
span.profileTitle{
	color: #fff;
	font-weight: bold;
}
span.profileBigtitle{
	font-weight: bold;
	font-size: 110%;
}
td.profileCellHeader{
	height: 22px;
}
td.profileCellBottom{
	height: 22px;
}
a.profileLink{
	color: #000;
}
a.profileLink:hover{
	color: #f90;
}
a.profileMore{
	color: #000;
}
a.profileMore:hover{
	color: #f90;
}
