.actions_log{
	width: 640px;
}

.actions_log tr td{
}
.actions_log tr td.action_icon {
	padding: 5px;	
	padding-right: 0;
	margin: 0;
	background: white;
	width: 26px;
	border: 1px solid #CCC;
}
.actions_log tr td.disconnect{background: #F77D77;}
.actions_log tr td.invite{background: #ACE5AF;}
.actions_log tr td div {
	padding:0;
	margin: 0;
	width: 24px;
	height: 24px;
	text-indent: -9999em;	
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
}
.actions_log tr td div.disconnect {background-image: url(images/disconnect.png);}
.actions_log tr td div.invite {background-image: url(images/invite.png);}
.actions_log tr td div.add_nfp {background-image: url(images/add_nfp.png);}
.actions_log tr td div.remove_nfp {background-image: url(images/remove_nfp.png);}
.actions_log tr td div.change_nfp {background-image: url(images/change_nfp.png);}
.actions_log tr td div.referral {background-image: url(images/referral.png);}

