/* =====================================   MENSAGEM ADMIN  ========================================================*/
div.user-massage.cssAdmin {
	background-color: #339933;
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background: #6da952; /* Old browsers */
	background: -moz-linear-gradient(top, #6da952 1%, #52932b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #6da952), color-stop(100%, #52932b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6da952 1%, #52932b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6da952 1%, #52932b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6da952 1%, #52932b 100%); /* IE10+ */
	background: linear-gradient(top, #6da952 1%, #52932b 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6da952', endColorstr='#52932b', GradientType=0 );
}
div.user-photo.cssAdmin {
	width: 50px;
}
div.message.cssAdmin {
	width: 455px;
	float: right;
}
div.notice-info.cssAdmin {
	background-color: #FFF;
	margin-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px 1px #427624;
	-moz-box-shadow: 1px 1px 1px 1px #427624;
	box-shadow: 1px 1px 1px 1px #427624;
	padding: 10px;
}
div.notice-info.cssAdmin h5{
	font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
}
div.message-content-txt.cssAdmin p {
	color: #666666;
}
div.message-content-txt.cssAdmin  h5 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
div.message-content-txt.cssAdmin  a {
	color: #393;
	text-decoration: none;
	font-weight: bold;
}
div.message-content-txt.cssAdmin  a:hover {
	text-decoration: underline;
}

div.message-content.cssAdmin {
	float: right;
	width: 350px;
}
div.message-content.cssAdmin p {
	color: #666666;
}
div.message-content.cssAdmin h5 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
div.message-content.cssAdmin a {
	color: #393;
	text-decoration: none;
	font-weight: bold;
}
div.message-content.cssAdmin a:hover {
	text-decoration: underline;
}
div.notice-date.cssAdmin {
	margin-bottom: 5px;
	margin-right: 11px;
}
div.notice-date.cssAdmin span {
	float: right;
	color: #FFF;
	font-size: 11px;
}
.notice-date.cssAdmin h6 a{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
div.notice-date.cssAdmin img {
	margin-right: 10px;
}
div.notice-image.cssAdmin{
	width: 70px; 
	height: 70px; 
	overflow: hidden; 
	float: left;
}
div.notice-naipes.cssAdmin {
	background-image: url(../img/notice-default-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
div.notice-image.cssAdmin{
	width: 70px; 
	height: 70px; 
	overflow: hidden; 
	float: left;}

/* =====================================   FIM MENSAGEM ADMIN  ========================================================*/
/* =====================================   MENSAGEM DEFAULT  ========================================================*/
div.message.cssDefault {
	width: 446px;
	float: right;
	overflow: hidden;
}
div.notice-naipes.cssDefault{
}
div.message.cssDefault p {
    margin-bottom: 10px;
    word-wrap: break-word;
}
div.message.cssDefault h5{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
}
div.message.cssDefault h5 a{
    color:#339933;
    text-decoration: none;
}
div.message-content.cssDefault{
	float: right;
    width: 335px;
}
div.message-content.cssDefault h5{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
}
div.user-message.cssDefault h6 {
	color: #339933;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
div.user-message.cssDefault h6 a {
	text-decoration: none;
	color: #339933;
	font-size: 12px;
	font-weight: bold;
}
div.user-message.cssDefault h6 a:hover {
	text-decoration:underline;
}
div.user-message.cssDefault h6 strong {
	color: #000;
}
div.user-photo.cssDefault {
	float: left;
	margin-right: 10px;
	background-image: url(../img/avatar-default-50.jpg);
	height: 50px;
	width: 50px;
}
div.time-message.cssDefault {
	float: right;
	color: #AAA;
	font-size: 11px;
}
div.time-message.cssDefault a {
	text-decoration: none;
}
div.notice-date.cssDefault span{
	float: right;
	color: black;
	font-size: 11px;	
}
div.notice-image.cssDefaault{
	width: 70px; 
	height: 70px; 
	overflow: hidden; 
	float: left;
}
div.notice-date.cssDefaault{
	margin-bottom: 5px;
}
div.notice-info.cssDefault {
    background-color: #FFFFFF;
    margin-right: 10px;
    padding: 10px;
}
div.notice-image.cssDefault{
	width: 70px; 
	height: 70px; 
	overflow: hidden; 
	float: left;
	margin-right: 8px;
}
/* =====================================   FIM MENSAGEM DEFAULT  ========================================================*/
/* =====================================   MENSAGEM ACHIEVMENT MASTER========================================================*/
div.message.cssAchievmentMaster {
	width: 446px;
	float: right;
	overflow: hidden;
}
div.notice-naipes.cssAchievmentMaster{
}
div.message.cssAchievmentMaster p {
    margin-bottom: 10px;
    word-wrap: break-word;
    text-align: justify;
}
div.message-content.cssAchievmentMaster a{
	text-decoration: none;
	color: black;
}
div.message-content.cssAchievmentMaster a:hover{
	text-decoration: underline;
}
div.message.cssAchievmentMaster h5{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
}
div.message.cssAchievmentMaster h5 a{
    color:#339933;
    text-decoration: none;
}
div.message.cssAchievmentMaster h5 a:hover{
    text-decoration: underline;
}
div.message-content.cssAchievmentMaster{
	float: right;
    width: 335px;
}
div.message-content.cssAchievmentMaster h5{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
}
div.user-message.cssAchievmentMaster h6 {
	color: #339933;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
div.user-message.cssAchievmentMaster h6 a {
	text-decoration: none;
	color: #339933;
	font-size: 12px;
	font-weight: bold;
}
div.user-message.cssAchievmentMaster h6 a:hover {
	text-decoration:underline;
}
div.user-message.cssAchievmentMaster h6 strong {
	color: #000;
}
div.user-photo.cssAchievmentMaster {
	float: left;
	margin-right: 10px;
	background-image: url(../img/avatar-default-50.jpg);
	height: 50px;
	width: 50px;
}
div.time-message.cssAchievmentMaster {
	float: right;
	color: #AAA;
	font-size: 11px;
}
div.time-message.cssAchievmentMaster a {
	text-decoration: none;
}
div.notice-date.cssAchievmentMaster span{
	float: right;
	color: black;
	font-size: 11px;	
}
div.notice-image.cssAchievmentMaster img {
	cursor: pointer;
}

div.notice-image.cssDefaault{
	width: 70px; 
	height: 70px; 
	overflow: hidden; 
	float: left;
}
div.notice-date.cssDefaault{
	margin-bottom: 5px;
}
div.notice-info.cssAchievmentMaster {
    background-color: #FFFFFF;
    margin-right: 10px;
    padding: 10px;
}
div.notice-image.cssAchievmentMaster{
	width: 70px; 
	height: 70px; 
	overflow: hidden; 
	float: left;
	margin-right: 8px;
	margin-bottom: 37px;
}
/* =====================================   FIM ACHIEVMENT MASTER  ========================================================*/



/* =====================================   MENSAGEM ACHIEVMENT SOCIO REGULAR ========================================================*/
div.message.cssAchievmentSocioRegular {
	width: 446px;
	float: right;
	overflow: hidden;
}
div.notice-naipes.cssAchievmentSocioRegular{
}
div.message.cssAchievmentSocioRegular p {
    margin-bottom: 10px;
    word-wrap: break-word;
    text-align: justify;
}
div.message-content.cssAchievmentSocioRegular a{
	text-decoration: none;
	color: black;
}
div.message-content.cssAchievmentSocioRegular a:hover{
	text-decoration: underline;
}
div.message.cssAchievmentSocioRegular h5{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
}
div.message.cssAchievmentSocioRegular h5 a{
    color:#339933;
    text-decoration: none;
}
div.message.cssAchievmentSocioRegular h5 a:hover{
    text-decoration: underline;
}
div.message-content.cssAchievmentSocioRegular{
	float: right;
    width: 335px;
}
div.message-content.cssAchievmentSocioRegular h5{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
}
div.user-message.cssAchievmentSocioRegular h6 {
	color: #339933;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
div.user-message.cssAchievmentSocioRegular h6 a {
	text-decoration: none;
	color: #339933;
	font-size: 12px;
	font-weight: bold;
}
div.user-message.cssAchievmentSocioRegular h6 a:hover {
	text-decoration:underline;
}
div.user-message.cssAchievmentSocioRegular h6 strong {
	color: #000;
}
div.user-photo.cssAchievmentSocioRegular {
	float: left;
	margin-right: 10px;
	background-image: url(../img/avatar-default-50.jpg);
	height: 50px;
	width: 50px;
}
div.time-message.cssAchievmentSocioRegular {
	float: right;
	color: #AAA;
	font-size: 11px;
}
div.time-message.cssAchievmentSocioRegular a {
	text-decoration: none;
}
div.notice-date.cssAchievmentSocioRegular span{
	float: right;
	color: black;
	font-size: 11px;	
}
div.notice-image.cssAchievmentSocioRegular img {
	cursor: pointer;
}


div.notice-info.cssAchievmentSocioRegular {
    background-color: #FFFFFF;
    margin-right: 10px;
    padding: 10px;
}
div.notice-image.cssAchievmentSocioRegular{
	width: 70px; 
	height: 70px; 
	overflow: hidden; 
	float: left;
	margin-right: 8px;
	margin-bottom: 37px;
}
/* =====================================   FIM ACHIEVMENT SOCIO REGULAR  ========================================================*/