@CHARSET "UTF-8";

/* quental: título da página de perfil */
#pnCenterTop {
	background-image: url(/images/social/im_tab_blue_perfil.png);
	background-repeat: no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/social/im_tab_blue_perfil.png', sizingMethod='crop'); 
}

/* quental: container do profile do usuário */
#pnProfileContent {
	float: left;
	margin-left: 18px;
	width: 550px;
	_margin-left: 9px;
}

/* mensagem atual do microblog do usuário */
#spBlockPrimeMessage {
	float:left;
	margin-left: -20px;
	margin-top: 10px;	
}

.ImStatusIcon
{
	vertical-align:bottom;
	height:24px;
}

.ProfileSectionTable
{
	margin-top:10px;
}

.ProfileInfoName
{
	text-align:right;
	line-height:20px;
	width:80px;
}

.ProfileInfoValue
{
	color:black;
	line-height:20px;
	padding-left:7px;
}

.FormProfileSettings
{
	margin-left:15px;
	margin-right:15px;
	margin-top:10px;
	
}

/* quental: separador das sessões do profile */
.ProfileSectionSeparator {
	background-image: url(/images/social/im_hr.jpg);
	height: 11px;
	width: 540px;
	margin-bottom:-7px;
}

#spTextPrimeMessage
{
	float:left;
	font-size:14px;
	margin-top:-80px;
	margin-left:50px;
	width:420px;
	text-align:center;
}

/*** PROPRIEDADES ***/
#spProfileLogin
{
	float:left;
	font-size:16px;
	font-weight:bolder;
	margin-top:20px;
	text-align:center;
	width:100%
}

#spProfileLogin span
{
	color:#949494;
}

#lstMemberProperties /*UL*/
{
	float:left;
	margin-top:5px;
	width:400px;
}

#lstMemberProperties li
{
	background-image:url(/images/social/im_disc_assoc_hr.jpg);
	background-repeat:repeat-y;
	float:left;
	font-weight:bolder;
	margin-top:3px;
	width:400px;
}

#lstMemberProperties li span
{
	float:left;
	font-weight:normal;
	margin-left:3px;
	text-align:right;
	width:100px;
}


/*** NOTIFICAÇÔES ***/
#spProfileNotification
{
	color:#949494;
	float:left;
	font-size:16px;
	font-weight:bolder;
	margin-top:20px;
	text-align:center;
	width:100%
}

#lstMemberNotifications
{
	float:left;
	margin-top:5px;
	width:400px;
}

#lstMemberNotifications li
{
	background-image:url(/images/social/im_disc_assoc_hr.jpg);
	background-repeat:repeat-y;
	float:left;
	font-weight:bolder;
	margin-top:3px;
	width:400px;	
}

#lstMemberNotifications li a
{
	float:left;
	margin-left:100px;
	text-decoration:none;
}


/*** DIGS NOTIFICATIONS ***/

#spProfileDigsNotification
{
	color:#949494;
	float:left;
	font-size:16px;
	font-weight:bolder;
	margin-top:20px;
	text-align:center;
	width:100%	
}

.DigOKBox, .DigNotOKBox
{
	float:left;
	height:18px;	
	width:23px;
}

.DigOKBox
{
	background-image:url(/images/social/ic_opinioes.jpg);	
	background-position:top;
}

.DigNotOKBox
{
	background-image:url(/images/social/ic_opinioes_down.jpg);	
	background-position:bottom;
}

#lstDigNotifications
{
	float:left;
	margin-top:5px;
	margin-left:100px;
	width:300px;
}

#lstDigNotifications li
{
	float:left;
	height:20px;
	width:300px;
}