.notification-meta {
  margin-top:5px;
  margin-bottom:5px;
	color: 444;
	font-size: 10px;
  line-height: 17px;
}
.notification-dismiss a{
  color: 444;
}
.notification-title, .notification-content, .notification-time {
	text-overflow: ellipsis;
  width: 480px;
  white-space: normal;      /* CSS3 */
}
.notification-time{
	background: url("../../images/clock-icon-16x16.png") 0px 0px no-repeat;
  padding-left: 18px;
  display: inline-block;
  width: 78px;
}
.notification-dismiss {
	background: url("../../images/delete-icon-16x23.png") 0px 0px no-repeat;
  padding-left: 18px;
}
.fullscreen .notification-dismiss {
	background: none;
  float: right;
}
.notification{
  padding: 3px;
  text-align: left;
}
.notification-title {
  font-size: 14px;
}
.notification-content {
  font-size: 13px;
}
.notification:hover {
  background-color: #eee;
}
.fullscreen .notification:hover {
  background-color: #565656;
}
#beehive_user_notifications {
	margin-right: 10px;
	font-size: 16px;
	opacity: 1;
	display: inline-block;
  z-index: 9001;
}
.app_tab-fullscreen #beehive_user_notifications {
	z-index: auto;
}

.fullscreen #beehive_user_notifications {
  margin-right: 0px;
  font-size: 14px;
}
#top_status_bar #beehive_user_notifications {
/* Standard layout */
	position: relative;
	text-shadow: 0px 1px 1px #3A4C5B;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	color: #ABDFFB;
	float: right;
}
.fullscreen #top_nav_bar #beehive_user_notifications {
  float: right;
}
#beehive_user_notifications #bar-info {
	cursor: pointer;
	width: 100%;
	float: right;
	text-align: right;
}
.fullscreen #beehive_user_notifications #bar-info {
	float: none;
} #beehive_user_notifications #bar-info #count { background-color: #DA4D0F; background-image: none;
	border-radius: 20px 20px 20px 20px;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	font-size: 13px;
	left: 101px;
	margin-left: 0;
	padding: 1px 7px 1px 6px;
}
.highlighted {
	background-color: #fff;
	color: #666; /* FIXME: Conflicts with .highlighted in hive_colors_and_components.css */
	text-shadow:none !important;
  border-radius: 4px 4px 0 0;
}
.fullscreen .highlighted {
	background-color: none;
	text-shadow:none !important;
  border-radius: 0px;
}
#beehive_user_notifications #notifications {
	display: none;
	background-color: #FFF;
	padding: 8px;
	color: #666;
	text-shadow: none;
	right: 0;
	margin-top: 3px;
	font-size: 18px;
  position:absolute;
	border-radius: 8px 0px 8px 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
  z-index: 9002;
  top: 20px;
  -moz-box-shadow: 5px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 5px 5px rgba(0,0,0,0.5);
  box-shadow: 5px 5px rgba(0,0,0,0.5);
}
#notifications a {
	color: #666;
}

.fullscreen #beehive_user_notifications #notifications {
	display: none;
	background-color: #454545;
	padding: 8px;
	color: #eee;
	text-shadow: none;
	right: 190px;
	margin-top: 3px;
	font-size: 18px;
  position:absolute;
	border-radius: 0px;
  border: 1px solid #fff;
  z-index: 9002;
  top: 28px;
  -moz-box-shadow: 5px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 5px 5px rgba(0,0,0,0.5);
  box-shadow: 5px 5px rgba(0,0,0,0.5);
}
.fullscreen #notifications a {
	color: #eee;
}
