/* General Setup */
.fixed-sidebar {
	width: 15em;
	/*position: fixed; right:0;top: 53px;*/
}

.feedPreviewDiv {
	width: 15em;
}
/*Add Buttons */
.sidebar-btn {
	border: 0;
	outline: none;
	width: 125px;
	padding: 8px 10px;
	display: table-cell;
	height: 3em;
}

.sidebar-btn img {
	width: 22px;
	height: auto;
	margin-right: 5px;
}

.addPeopleBtn {
	background: #4682B4;
	color: #fff;
}

a.addGroupBtn {
	background: #3399ff;
	color: #fff;
	border-right: 5px solid #3399ff;
}

.addPeopleBtn:hover {
	color: #eee;
}

.addGroupBtn:hover {
	color: #eee;
}

.addPeopleBtn:hover,.addGroupBtn:hover {
	text-decoration: none;
	opacity: 0.9;
	cursor: pointer;
}

/* Dropdown */
.choices {
	background: #FAEBD7;
	padding: 10px;
}

.choices .yujaNavigator {
	width: 100%;
	height: 7.5em;
	padding: 4px;
	overflow-y: auto;
	background-color: white;
	border: solid 1px grey;
}

.choices .yujaNavigator div {
	cursor: default;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 0.9em;
}

#yujaNavigatorHeading {
	width: 100%;
	text-align: center;
}

.yujaNavigatorSelected {
	background-color: rgb(51, 153, 255);
	color: white;
}

/*Wiget Feed Stuff*/
.widget-feed {
	top: 156px;
}

ul#whatsnew-feed {
	margin: 0;
	padding: 0;
	text-align: left;
	/*min-height: 518px;*/
	background-color: #eceff5;
}

ul#whatsnew-feed li {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #eceff5;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #fff;
	overflow: auto;
}

.sideItemLink{
	text-decoration:none !important;
}

ul#whatsnew-feed li:hover {
	/*cursor: pointer;*/
}

.feedPictItem {
	width: 35px;
}

.SideFeedItem {
	padding-top: 9px;
	padding-bottom: 9px;
	width: 100%;
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 10px 9px;
	background-color: #eceff5;
	min-height: 3em;
	overflow: auto;
	
}
/*
.twitter {
	background-image: url('/Dashboard/SideFeed/images/twitter.png');
}

.system {
	background-image: url('/Dashboard/SideFeed/images/system.png');
}

.update {
	background-image: url('/Dashboard/SideFeed/images/update.png');
}
*/
span.sideFeedDate {
	display: inline-block;
	/*width: 13%;*/
	height: auto;
	white-space: pre-wrap;
	font-size: 10px;
	/*float: left;
	margin: 35px 0 0 10px;
	text-align: center;*/
	/*color: #3366cc;*/
	color: #999999;
	font-style: italic;
}

span.sideFeedMessage {
	display: inline-block;
	width: 72%;
	height: auto;
	white-space: pre-wrap;
	font-size: 10px;
	float: right;
	color: #999999;
	/*margin-right: 10px;*/
	font-style:normal;
}

.twitter .sideFeedTitle {
	color: #333;
}
.SideFeedItem .IgnoreSideFeedButton{
	float:right;
	position:relative;
	top:-0.5em;
	cursor:pointer;
	color: #999999;
	
}
.SideFeedItem .sideFeedTitle {
	color: #3366cc;
}