

#rm-activityStream h1 {
	background: transparent url(/_inc/images/icons/others/ActivityStream_32x32.png) no-repeat scroll 0pt -1px;
	padding-left: 40px;	
}
/*=stream content
-----------------*/
.rm-streamContent {
	clear: left;
	overflow: hidden;
	padding-right: 426px;
	position: relative;
}
.rm-streamContent .rm-stream {
	float: left;
	margin: 0 0 15px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*=rm-addComment
---------------*/
.rm-inlineStream .rm-addComment {
	padding-left: 65px;
	position: relative;	
}
.rm-inlineStream .rm-addComment .rm-thumb {
	left: 0;
	position: absolute;
	top: 0;
	margin-top: 0;
}
.rm-inlineStream .rm-addComment .rm-commentBox { max-width: 582px; }
.rm-inlineStream .rm-addComment .rm-profileComments .rm-textareaWrapper textarea {
	font-size: 16px;
	font-family: Arial,Helvetica,Tahoma,sans-serif;
}
.rm-singleConversation .rm-streamList .rm-streamItem {
	background-image: none;
	padding-left: 65px;
}
.rm-singleConversation .rm-streamList .rm-streamItem .rm-midIcon,
.rm-singleConversation .rm-streamList .rm-streamItem .rm-typeIcon { display: none; }
.rm-singleConversation .rm-streamList .rm-streamItem .rm-wrap  { max-width: 582px; }
/*=rm-editComment
----------------*/
.rm-streamItem .rm-editComment {
	font-size: 11px;
	font-family: Tahoma,"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}
.rm-streamItem .rm-editComment .rm-commentBox textarea  {
	font-size: 16px;
	font-family: Arial,Helvetica,Tahoma,sans-serif;
}
/*=rm-streamList
---------------*/
#rm-streamList .rm-staticFormTip { clear: left; }
.rm-streamList { 
	clear:left;
	margin: 0 0 10px;
	overflow: hidden;
}
.rm-streamList .rm-streamItem {
	background-repeat: no-repeat;
	background-position: 65px 12px;
	clear: left;
	min-width: 310px;
	overflow: hidden;
	padding: 12px 33px 12px 107px;
	border-top: 1px dotted #ccc;
	position: relative;
	min-height: 55px; /** min-height required for Opera -clipping of thumbnail occurs without it **/
}
.rm-streamList .rm-streamItem.rm-typeProfPhoto { padding-bottom: 7px; }
.rm-streamList .rm-streamItem.rm-typeProfUpdate { background-position: 65px 7px; }
.rm-streamList .rm-streamItem.rm-typeImage { background-position: 65px 9px; }
/*=rm-itemListing
---------------*/
.rm-itemListing .rm-streamList .rm-streamItem {
	background-image: none;
	min-height: 0;
	padding-left: 0;
}
/*=rm-smallThumb*/
.rm-smallThumb .rm-streamList .rm-streamItem {
	background-image: none;
	min-height: 32px;
	padding-left: 42px;
}
/*=rm-smallIcon*/
.rm-smallIcon .rm-streamList .rm-streamItem {
	background-position: 0 13px;
	min-height: 16px;
	padding-left: 24px;
}
/*=rm-smallBoth*/
.rm-smallBoth .rm-streamList .rm-streamItem {
	background-position: 40px 13px;
	min-height: 32px;
	padding-left: 64px;
}
/*=rm-largeThumb*/
.rm-largeThumb .rm-streamList .rm-streamItem {
	background-image: none;
	min-height: 55px;
	padding-left: 65px;
}
/*=rm-largeIcon*/
.rm-largeIcon .rm-streamList .rm-streamItem {
	background-position: 0 12px;
	min-height: 32px;
	padding-left: 42px;
}
/*=rm-largeBoth*/
.rm-largeBoth .rm-streamList .rm-streamItem {
	background-position: 65px 12px;
	min-height: 55px;
	padding-left: 107px;
}
/*=rm-smallThumbLargeIcon*/
.rm-smallThumbLargeIcon .rm-streamList .rm-streamItem {
	background-position: 42px 12px;
	min-height: 32px;
	padding-left: 84px;
}
/*=rm-largeThumbSmallIcon*/
.rm-largeThumbSmallIcon .rm-streamList .rm-streamItem {
	background-position: 63px 13px;
	min-height: 55px;
	padding-left: 87px;
}
.rm-streamList .rm-typeAlbum .rm-itemSnip {	margin-bottom: 10px; }
.rm-streamList .rm-streamItem.rm-first {
	margin-top: -12px;
	border-top: none;
}
.rm-streamList .rm-streamItem .rm-thumb {
	width: 55px;
	height: 55px;
	position: absolute;
	left: 0;
	top: 12px;
	text-align: right;
}
.rm-smallBoth .rm-streamItem .rm-thumb,
.rm-smallThumb .rm-streamItem .rm-thumb,
.rm-smallThumbLargeIcon .rm-streamItem .rm-thumb {
	height: 32px;
	width: 32px;
}
.rm-smallIcon .rm-streamItem .rm-thumb,
.rm-largeIcon .rm-streamItem .rm-thumb { display: none; } /* just in case */
.rm-streamList .rm-streamItem .rm-midIcon {
	width: 17px;
	height: 17px;
	position: absolute;
	left: 50px;
	top: 15px;
	z-index: 1;
}
.rm-streamList .rm-streamItem .rm-typeIcon {
	position: absolute;
	left: 65px;
	top: 12px;
}
/*=rm-wrap
-------------*/
.rm-streamList .rm-streamItem .rm-wrap {
	text-overflow: ellipsis;
	width: 100%;
	max-width: 540px;
}
/*=rm-actionText
-------------*/
.rm-streamList .rm-actionText {
	font-size: 13px;
	margin-bottom: 5px;
	color: #333;
}
.rm-streamList .rm-actionText .rm-target {
	background-position: 0 center;
	background-repeat: no-repeat;
	padding: 1px 0 2px 20px;
	*display: inline-block;
	*background-position: 0 2px;
	*vertical-align: middle;
}
/*=rm-title
-------------*/
.rm-streamList .rm-title { 
	margin-bottom: 5px; 
	font-family: Arial,Helvetica,Tahoma,sans-serif;
	font-size: 16px;
}
.rm-unreadItem .rm-title .rm-unread {
	background: transparent url(/_inc/images/icons/others/Unread_9x9.gif) 100% center no-repeat;
	padding-right: 12px;
	*zoom: 1;
}
.rm-streamList .rm-typeStatus .rm-title,
.rm-streamList .rm-typeTwitter .rm-title { margin-bottom: 8px; }
.rm-itemListing .rm-streamList .rm-typeStatus .rm-title,
.rm-itemListing .rm-streamList .rm-typeTwitter .rm-title { margin-bottom: 0; } /** for status/twitter results in content search **/
.rm-streamList .rm-typeEvent .rm-title,
.rm-streamList .rm-typeImage .rm-title,
.rm-streamList .rm-typeGroup .rm-title { margin-top: 5px; }
.rm-streamList .rm-title a { color: #000; }
.rm-streamList .rm-title .rm-hiddenItem { background-color: transparent; }
.rm-streamList .rm-title .rm-hiddenItem img {
	vertical-align: top;
	padding: 4px;
} 
.rm-streamList .rm-typeStatus .rm-title span:hover,
.rm-streamList .rm-typeTwitter .rm-title span:hover {
	 background-color: #EBEBEB;
	 text-decoration: underline;
}
.rm-streamList .rm-typeStatus .rm-title a,
.rm-streamList .rm-typeTwitter .rm-title a { color: #0029FF; }
.rm-streamList .rm-typeStatus .rm-title a.rm-statusTitle,
.rm-streamList .rm-typeTwitter .rm-title a.rm-statusTitle { color: #000; }
.rm-streamList .rm-typeBookmark .rm-title { margin-bottom: 9px; }
.rm-itemListing .rm-streamList .rm-typeBookmark .rm-title,
.rm-itemListing .rm-streamList .rm-typeFile .rm-title { margin-bottom: 0; }
.rm-streamList .rm-title .rm-url a {
	text-decoration: underline;
	color: #0029ff;
	font-size: 11px;
	font-family: Tahoma,"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	word-wrap: break-word;
}
.rm-streamList .rm-title .rm-url .rm-preview {
	margin-left: 8px;
	color: #666;
	padding-left: 13px;
	background: url(/_inc/images/icons/actions/preview_10x10.png) 0 2px no-repeat;
}
.rm-streamList .rm-title .rm-url .rm-fileSize {
	font-size: 11px;
	color: #666;
	margin-left: 3px;
	font-family: Tahoma,"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}
.rm-streamList .rm-typeEvent .rm-title { margin-bottom: 7px; }
.rm-streamList .rm-typeEvent .rm-title .rm-date {
	font-size: 13px;
	font-family: Tahoma,"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}
/*=rm-photo
-------------*/
.rm-streamList .rm-imageWrap {
	overflow: hidden;
	margin-bottom: 7px;
}
.rm-itemListing .rm-streamList .rm-imageWrap { margin-bottom: 0; }
.rm-streamList .rm-typeGroup .rm-imageWrap { margin-bottom: 0; }
.rm-streamList .rm-photo {
	float: left;
	margin: 0 10px 3px 0;
	max-width: 110px;
	padding: 0;	
}
.rm-streamList .rm-photo a {
	padding: 4px;
	float: left;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	max-width: 100px;
	max-height: 100px;
	overflow: hidden;
	word-wrap: break-word;
}
/*=rm-body
-------------*/
.rm-streamList .rm-body {
	color: #333;
	margin-bottom: 10px;
}
.rm-streamList .rm-typeImage .rm-body,
.rm-streamList .rm-typeGroup .rm-body,
.rm-streamList .rm-typeEvent .rm-body { margin-bottom: 3px; }
.rm-streamList .rm-typeGroup .rm-timeAgo { margin-top: 5px; }
.rm-streamList .rm-typeAlbum .rm-body { margin-bottom: 0; }
.rm-streamList .rm-typeProfPhoto .rm-body {
	margin-bottom: 0;
	overflow: hidden;
}
.rm-streamList .rm-body .rm-target {
	background-position: 0 center;
	*background-position: 0 1px;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 13px;
}
.rm-streamList .rm-fileList {
	overflow: hidden;
	margin-top: 7px;
	width: 508px;
	float: none; /** overrides for profile AS **/
	margin-bottom: 0; 
	clear: none; 
}
.rm-streamList .rm-fileList li {
	float: left;
	min-width: 230px;
	margin: 2px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(/_inc/images/icons/items/filetypes/Default_16x16.png);
	min-height: 16px;
}
.rm-streamList .rm-fileList li a {
	font-size: 13px;
	max-width: 480px;
	word-wrap: break-word;
}
.rm-streamList .rm-fileList .rm-plusMore {
	padding: 0;
	background: none;
}
.rm-streamList .rm-fileList .rm-plusMore a { text-decoration: underline; }
.rm-streamList .rm-photoList { overflow: hidden; }
.rm-streamList .rm-typeImage .rm-photoList { margin-bottom: 5px; }
.rm-streamList .rm-typeAlbum .rm-photoList { margin-bottom: 5px; }
.rm-streamList .rm-typeProfPhoto .rm-photoList {
	float: left;
	margin-right: 5px;
}
.rm-streamList .rm-typeProfPhoto .rm-timeAgo {
	float: left;
	white-space: nowrap;
}
.rm-streamList .rm-photoList li {
	float: left;
	margin: 0 5px 5px 0;
}
.rm-streamList .rm-photoList li a {
	border: 1px solid #d5d5d5;
	background-color: #fff;
	padding: 4px;
	float: left;
	max-width: 100px;
	max-height: 100px;
	overflow: hidden;
	word-wrap: break-word;
}
.rm-streamList .rm-typeImage .rm-photoList li a,
.rm-streamList .rm-typeAlbum .rm-photoList li a { height: 100px; }
.rm-streamList .rm-photo a:hover,
.rm-streamList .rm-photoList li a:hover { border: 1px solid #afafaf; }
.rm-streamList .rm-photoList .rm-morePhotos a {
	font-size: 13px;
	line-height: 100px;
	text-align: center;
	white-space: nowrap;
	text-decoration: underline;
	width: 100px;
}
.rm-streamList .rm-photoList .rm-morePhotos a:hover {
	border: 1px solid #afafaf;
	background-color: #ebebeb;
}
.rm-typeComment .rm-body,
.rm-typeReply .rm-body,
.rm-typeConversation .rm-body,
.rm-typeConversationOwn .rm-body,
.rm-typeRating .rm-body .rm-itemSnip {
	font-size: 16px;
	color: #000;
	font-family: Arial,Helvetica,Tahoma,sans-serif;
	margin-bottom: 8px;
}
.rm-typeMultipleContacts .rm-body {
	font-size: 13px;
	color: #000;
}
.rm-streamList .rm-moreUsers { text-decoration: underline; }
.rm-itemListing .rm-streamList .rm-body { margin-bottom: 0 !important; }
.rm-itemListing .rm-streamList .rm-typeBookmark .rm-body,
.rm-itemListing .rm-streamList .rm-typeFile .rm-body { margin-top: 9px; }
.rm-itemListing .rm-streamList .rm-tags { margin-top: 10px; }
.rm-itemListing .rm-streamList .rm-tags .rm-tag { margin-bottom: 3px; }
/*=rm-optionsWrap
-------------*/
.rm-itemListing .rm-optionsWrap { clear: left; }
.rm-itemListing .rm-timeAgo {
	margin-top: 10px;
	display: inline-block;
}
.rm-itemListing .rm-typeComment .rm-timeAgo,
.rm-itemListing .rm-typeImage .rm-timeAgo,
.rm-itemListing .rm-typeStatus .rm-timeAgo,
.rm-itemListing .rm-typeReply .rm-timeAgo { margin-top: 8px; }
.rm-streamList .rm-timeAgo {
	line-height: 1;
	*line-height: 13px;
}
.rm-streamList .rm-comments .rm-timeAgo { line-height: 1.2; }
.rm-itemListing .rm-timeAgo a { color: #666; }
.rm-itemListing .rm-timeAgo a:hover { color: #0029FF; }
/*=rm-attendees
-------------*/
.rm-streamList .rm-itemData .rm-comments .rm-attendees {
	padding-left: 40px;
	background: transparent url(/_inc/images/icons/messages/Invite_32x32.png) no-repeat 0 0;
	margin-bottom: 12px;
	min-height: 32px;
}
.rm-streamList .rm-itemData .rm-comments .rm-attendees div {
	display: table-cell;
	height: 32px;
	*height: auto;
	vertical-align: middle;
}
.rm-streamList .rm-itemData .rm-comments .rm-viewPrev {
	color: #333;
	margin-bottom: 12px;
	text-decoration: underline;
	display: inline-block;	
}
.rm-streamList .rm-itemData .rm-comments .rm-commentVis {
	margin-bottom: 12px;
	color: #333;
}
.rm-streamList .rm-itemData .rm-comments .rm-commentVis span { margin-right: 6px; }
.rm-streamList .rm-itemData .rm-comments .rm-commentVis a {
	color: #333;
	text-decoration: underline;
}
.rm-streamList .rm-itemData .rm-comments .rm-commentVis a.rm-selected {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.rm-streamList .rm-itemData .rm-comments .rm-none {
	margin-bottom: 0;
	*line-height: 16px;
}
.rm-streamList .rm-itemData .rm-comments .rm-none .rm-multipleHelpTip {
	background: url(/_inc/images/icons/actions/help_16x16.png) no-repeat right center;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-bottom: 0;
	text-indent: -9000px;
	cursor: help;
}
.rm-streamList .rm-streamItem:hover .rm-itemData .rm-comments .rm-none .rm-multipleHelpTip { background-color: transparent; }
.rm-streamList .rm-itemData .rm-comments li {
	min-height: 32px;
	padding-left: 40px;
	position: relative;
	margin-bottom: 10px;
	max-width: 390px;
}
.rm-streamList .rm-itemData .rm-comments li img {
	position: absolute;
	left: 0;
	top: 0;
}
.rm-streamList .rm-itemData .rm-comments li .rm-name {
	font-weight: bold;
	margin-right: 10px;	
}
.rm-streamList .rm-itemData .rm-comments .rm-commentsWrap { overflow: hidden; }
.rm-streamList .rm-itemData .rm-filterPublic li,
.rm-streamList .rm-itemData .rm-filterPublic a.rm-viewPrev,
.rm-streamList .rm-itemData .rm-filterPublic div.rm-addCommentBtn { display:none; }
.rm-streamList .rm-itemData .rm-filterPublic a.rm-commentPublic,
.rm-streamList .rm-itemData .rm-filterPublic li.rm-commentPublic,
.rm-streamList .rm-itemData .rm-filterPublic div.rm-commentPublic { display:block; }
.rm-streamList .rm-itemData .rm-filterSite li,
.rm-streamList .rm-itemData .rm-filterSite a.rm-viewPrev,
.rm-streamList .rm-itemData .rm-filterSite div.rm-addCommentBtn { display:none; }
.rm-streamList .rm-itemData .rm-filterSite a.rm-commentSite,
.rm-streamList .rm-itemData .rm-filterSite li.rm-commentSite,
.rm-streamList .rm-itemData .rm-filterSite div.rm-commentSite { display:block; }
.rm-streamList .rm-itemData .rm-filterContact li,
.rm-streamList .rm-itemData .rm-filterContact a.rm-viewPrev,
.rm-streamList .rm-itemData .rm-filterContact div.rm-addCommentBtn { display:none; }
.rm-streamList .rm-itemData .rm-filterContact a.rm-commentContact,
.rm-streamList .rm-itemData .rm-filterContact li.rm-commentContact,
.rm-streamList .rm-itemData .rm-filterContact div.rm-commentContact { display:block; }
.rm-streamList .rm-itemData .rm-filterPublic span.rm-commentPublic a,
.rm-streamList .rm-itemData .rm-filterSite span.rm-commentSite a,
.rm-streamList .rm-itemData .rm-filterContact span.rm-commentContact a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.rm-streamList .rm-itemData .rm-filterPublic span.rm-commentPublic a:hover,
.rm-streamList .rm-itemData .rm-filterSite span.rm-commentSite a:hover,
.rm-streamList .rm-itemData .rm-filterContact span.rm-commentContact a:hover {
	cursor: auto;
	background-color: transparent;	
}

/*=item snip
-------------*/
.rm-streamList li .rm-itemSnip .rm-commentWithPhoto {
	margin-top: 4px;
	cursor: pointer;
	min-height: 36px;
	height: auto !important;
	height: 36px;
	padding-left: 41px;
	position: relative;
}
.rm-streamList li .rm-itemSnip .rm-commentWithPhoto img{
	position: absolute;
	left: 0;
}
.rm-streamList li .rm-itemSnip .rm-commentOpts { margin: 4px 0 2px; }
.rm-streamList li .rm-itemSnip .rm-commentOpts .rm-replyButton { padding-right: 10px; }
.rm-streamList li .rm-itemSnip .rm-commentOpts .rm-viewRelated {
	color: #999;
	text-decoration: underline;
	font-size: 11px;
}
.rm-streamList li .rm-photoList .rm-itemSnip {
	float: none;
	*float: left;
	height: auto;
	padding-left: 6px;
	width: auto;
}
.rm-streamList li .rm-fileList .rm-itemSnip { 
	float: none;
	*float: left;
	height: auto;
	width: auto;
}
.rm-showLess,
.rm-showMore {
	text-decoration: underline;
	margin-left: 4px;
}
.rm-itemSnip .rm-showLess { display: none; }
.rm-itemSnip .rm-itemSnipMore { display: none; }
.rm-moreSnip .rm-itemSnipMore { display:inline; }
.rm-moreSnip .rm-ellipsis { display:none; }
.rm-moreSnip .rm-showLess {	display:inline; }
.rm-moreSnip .rm-showMore { display:none; }
/*=rm-searchMatch
------------------*/
.rm-itemOptions .rm-searchMatch,
.rm-timeAgo .rm-searchMatch,
.rm-itemData .rm-details span .rm-searchMatch,
.rm-button .rm-searchMatch,
.rm-viewPrev .rm-searchMatch,
.rm-commentVis .rm-searchMatch,
.rm-showMore .rm-searchMatch,
.rm-showLess .rm-searchMatch,
.rm-plusMore .rm-searchMatch,
.rm-morePhotos .rm-searchMatch,
.rm-attendees strong .rm-searchMatch,
.rm-contactIntro .rm-searchMatch { background-color: transparent; text-decoration: none; }
.rm-contactIntro a .rm-searchMatch { background-color: yellow; }
.rm-contactIntro a .rm-searchMatch:hover { text-decoration: underline; }
.rm-streamList .rm-itemData .rm-details li .rm-searchMatch { position: static; }
.rm-streamList .rm-itemData .rm-comments .rm-commentVis .rm-searchMatch { margin: 0; }
/*=stream filters
------------------*/
.rm-streamContent .rm-streamFilters {
	float: left;
	left: 20px;
	margin-right: -406px;
	position: relative;
	width: 406px;
	top: 9px;
}
.rm-streamFilters h2 { color: #999; }
#rm-streamContactFilters fieldset,
#rm-streamMeFilters fieldset {
	background: #f9f9f9;
	border: 1px solid #ccc;
	margin: 2px 0 15px;
	padding: 10px 14px 10px 22px;
	*padding-bottom: 12px;
	width: auto;
}
.rm-streamFilters li { margin-bottom: 0; }
.rm-streamFilters .rm-regInput, .rm-streamFilters select { background-color: #fff; }
/*=keywords
------------*/
.rm-streamFilters .rm-keywords { width: 354px; }
/*=filter lists
----------------*/
.rm-streamFilters .rm-includeMy { margin-bottom: 12px; }
.rm-streamFilters .rm-streamFilterList li {
	clear: left;
	color: #000;
	margin-bottom: 4px;
	width: 100%;
}
.rm-streamFilterList li .rm-filterPeopleWrap { width: 334px; }
.rm-filterPeopleWrap .rm-contactCatList { width: 301px; }
.rm-filterPeopleWrap .rm-contactCatList li {
	clear: left;
	margin-bottom: 1px;
	width: 301px;
}
.rm-filterPeopleWrap .rm-contactCatList li .rm-contactCat {
	overflow: hidden;
	width: 299px;
	text-overflow: ellipsis;
}
.rm-filterPeopleWrap .rm-contactCatList .rm-contactCat li.rm-catSelection { width: 295px; }
.rm-filterPeopleWrap .rm-contactCatList .rm-contactCat li.rm-catSelection a.rm-optEdit { text-decoration: none; }
.rm-filterPeopleWrap .rm-contactCatList .rm-contactCatList,
.rm-filterPeopleWrap .rm-contactCatList .rm-contactCatList li,
.rm-filterPeopleWrap .rm-contactCatList .rm-contactCatList li .rm-contactCat,
.rm-filterPeopleWrap .rm-contactCatList .rm-contactCatList .rm-contactCat li.rm-catSelection { width: 269px; }
.rm-filterPeopleWrap .rm-contactCatList .rm-contactCatList .rm-contactCatList,
.rm-filterPeopleWrap .rm-contactCatList .rm-contactCatList .rm-contactCatList li,
.rm-filterPeopleWrap .rm-contactCatList .rm-contactCatList .rm-contactCatList li .rm-contactCat,
.rm-filterPeopleWrap .rm-contactCatList .rm-contactCatList .rm-contactCatList .rm-contactCat li.rm-catSelection { width: 237px; }
.rm-filterPeopleWrap select {
	font-size: 11px;
	margin: 6px 0 0 18px;
	max-width: 299px;
	width: 299px;
}
.rm-streamFilters .rm-includeMy {
	border-bottom: 1px solid #bcbcbc;
	margin-bottom: 12px; 
	padding-bottom: 12px;
}
.rm-streamFilters .rm-hideNotMe,
.rm-streamFilters .rm-hideRelatedTo {
	border-bottom: 1px solid #bcbcbc;
	border-top: 1px solid #bcbcbc;
	margin-bottom: 13px; 
	margin-top: 13px; 
	padding-bottom: 12px;
	padding-top: 12px;
}
.rm-hideRelatedTo h3 {
	background: url(/_inc/images/icons/states/hidden_16x16.png) 0 0 no-repeat;
	color: #c00;
	height: 15px;
	margin-bottom: 5px;
	padding: 1px 0 0 22px;
}
.rm-hideRelatedTo ul {
	margin: 0 0 0 22px;
	min-height: 16px;
	overflow: hidden;
	width: 298px;
}
.rm-hideRelatedTo li {
	float: left;
	margin: 0 9px 3px 0;
	white-space: nowrap;
}
.rm-hideRelatedTo li img {
	padding-top: 1px;
	vertical-align: top;
}
/*=type filters
----------------*/
.rm-someTypes {
	overflow: hidden;
	padding-left: 24px;
	padding-top: 10px;
	width: 296px;
}
.rm-someTypes h3 {
	border-bottom: 1px solid #ccc;
	margin: 10px 0 0;
	padding-bottom: 2px;
}
.rm-someTypes ol {
	margin: 8px 0 2px;
	overflow: hidden;
	width: 100%;
}
#rm-streamContactFilters .rm-someTypes li {
	clear: none;
	float: left;
	margin-right: 10px;
	min-height: 16px;
	overflow: hidden;
	padding-right: 4px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 134px;
}
#rm-streamContactFilters .rm-someTypes label {
	background-position: 6px 0;
	background-repeat: no-repeat;
	display: -moz-inline-stack;
	display: inline-block;
	padding: 1px 0 2px 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#rm-streamContactFilters .rm-someTypes label.rm-typeContact { background-image: url(/_inc/images/icons/users-groups/group_16x16.png); }
#rm-streamContactFilters .rm-someTypes label.rm-typeProfile { background-image: url(/_inc/images/icons/users-groups/user-profile_16x16.png); }
#rm-streamContactFilters .rm-someTypes label.rm-typeProfPhoto { background-image: url(/_inc/images/icons/users-groups/profile-image_16x16.png); }
#rm-streamContactFilters .rm-someTypes label.rm-typeGroup { background-image: url(/_inc/images/icons/users-groups/MyGroups_16x16.png); }
#rm-streamContactFilters .rm-someTypes label.rm-typeContent { background-image: url(/_inc/images/icons/containers/Page_16x16.png); }
#rm-streamContactFilters .rm-someTypes label.rm-typeRating { background-image: url(/_inc/images/icons/items/Ratings_16x16.png); }
/*=collapse handle
-------------------*/
#rm-streamContactFilters .rm-collapseHandle {
	background: url(/_inc/images/pods/light_arrow.png) 3px 5px no-repeat;
	cursor: pointer;
	height: 15px;
	left: 4px;
	position: absolute;
	text-indent: -9999px;
	width: 15px;
	z-index: 1;
}
#rm-streamContactFilters .rm-collapseHandle.rm-collapsed {
	background-image: url(/_inc/images/pods/light_arrow_col.png);
	background-position: 6px 3px;
}
/*=apply filter opts
---------------------*/
.rm-applyFilterOpts {
	margin-bottom: 16px;
	min-height: 23px;
	text-align: right;
}
.rm-applyFilterOpts li {
	display: inline;
	margin-left: 9px;
}
/*=stream options
------------------*/
.rm-streamList li .rm-minActions {
	height: 16px;
	left: auto;
	position: absolute;
	right: 0;
	top: -9000px;
	width: 13px;
}
.rm-streamList li:hover .rm-minActions,
.rm-streamList li.rm-streamItemHover .rm-minActions { top: 12px; }
.rm-streamList .rm-minActions .rm-action,
.rm-streamList .rm-minActions .rm-action.rm-expanded {
	position: relative;
	z-index: 9;
}
.rm-streamList .rm-minActions ul.rm-actionMenu {
	left: auto;
	right: 0;
	top: 0;
}
.rm-streamList li .rm-minActions .rm-searchMatch { background: none; }
.rm-streamList li .rm-minActions .rm-searchMatch:hover { text-decoration: none; }
.rm-streamList .rm-minActions li {
	background-position: 4px 1px;
	margin: 0 0 2px;
	padding: 0 0 0 26px;
	position: static;
}
.rm-streamList .rm-minActions li.rm-separate {
	background-position: 4px 4px;
	margin-top: 3px;
	padding-top: 3px;
}
/*=show all button
-------------------*/
#rm-streamShowAll { visibility: hidden; }
/*=pagination
--------------*/
.rm-activityStream .rm-pagination {
	clear: left;
	margin-bottom: 10px;
	float: left;
}