/**********************************************************************************************************************
 * SplendidCRM is a Customer Relationship Management program created by SplendidCRM Software, Inc. 
 * Copyright (C) 2005-2015 SplendidCRM Software, Inc. All rights reserved.
 * 
 * This program is free software: you can redistribute it and/or modify it under the terms of the 
 * GNU Affero General Public License as published by the Free Software Foundation, either version 3 
 * of the License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; 
 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
 * See the GNU Affero General Public License for more details.
 * 
 * You should have received a copy of the GNU Affero General Public License along with this program. 
 * If not, see <http://www.gnu.org/licenses/>. 
 * 
 * You can contact SplendidCRM Software, Inc. at email address support@splendidcrm.com. 
 * 
 * In accordance with Section 7(b) of the GNU Affero General Public License version 3, 
 * the Appropriate Legal Notices must display the following words on all interactive user interfaces: 
 * "Copyright (C) 2005-2011 SplendidCRM Software, Inc. All rights reserved."
 *********************************************************************************************************************/

/* 09/25/2015 Paul.  The file name must start with style so that it is included after style.css */
.ActivityStreamPicture
{
	margin: 4px;
	width: 36px;
	height: 36px;
	float: left;
	border-radius: 4px;
}
.ActivityStreamIdentity
{
}
.ActivityStreamCreatedBy
{
	margin-right: 4px;
	font-weight: bold;
	color: #3A87F2;
}
.ActivityStreamDateEntered
{
	margin-right: 4px;
	color: Gray;
}
.ActivityStreamParent
{
	margin-right: 14px;
}
.ActivityStreamDescription
{
	font-size: larger;
}
table.listView td .ActivityStreamDescription a:link, table.listView td .ActivityStreamDescription a:visited
{
	color: #3A87F2;
	font-weight: bold;
	text-decoration: none;
}
.ActivityStreamUpdateFields
{
	color: #3A87F2;
}

.follow
{
	padding: 4px;
	margin-left: 4px;
	border-radius: 3px;
	background-color: Gray;
	font-weight: bold;
	color: White;
	cursor: hand;
}
.following
{
	padding: 4px;
	margin-left: 4px;
	border-radius: 3px;
	background-color: Black;
	font-weight: bold;
	color: White;
	cursor: hand;
}

