#notificationsFooter a{color:#333333;text-decoration:none}
#notificationsFooter a:hover{color:#006699;text-decoration:none}
#notificationsContainer {
	color: #121212;
	background-color: #fff;
	border: 1px solid rgba(100, 100, 100, .4);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);

	position: absolute;
	top: 40px;
	margin-left: -195px;
	width: 400px;
	z-index: 1000;
	display: none;
	font-size: 12px;
}
.theme-Purplemine2 #notificationsContainer {
        margin-left: 125px;
}
#notificationsContainer:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	color: transparent;
	border: 10px solid black;
	border-color: transparent transparent white;
	margin-top: -20px;
	margin-left: 188px;
}
#notificationsTitle {
	z-index: 1000;
	font-weight: bold;
	padding: 8px;
	font-size: 13px;
	background-color: #ffffff;
	width: 384px;
	border-bottom: 1px solid #dddddd;
}
#notificationsTitle a{
	float: right;
}
#notificationsFooter {
	background-color: #F1F1FF;
	text-align: center;
	font-weight: bold;
	padding: 8px;
	font-size: 13px;
	border-top: 1px solid #dddddd;
}
#notification_count, a.notice-count {
    background: none repeat scroll 0 0 #99fa5dc9;
    border-radius: 9px;
    color: #ffffff;
    font-size: 9px;
    font-weight: bold;
    margin-left: -15px;
    padding: 2px 3px;
	vertical-align: top;
}
a.notice-count-seen {
    background: none repeat scroll 0 0 #628db6;
    border-radius: 9px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    margin-left: -5px;
    margin-top: -1px;
    padding: 1px 5px;
    float: right;
}
.notification-container {
	padding: 10px 15px;
	background-color: #FCFCFF;
	position: relative;
}
.notification-container:hover {
	background-color: #FFFFFF;
}
.notification-container.new {
	background-color: #F0F0FF;
}
.notification-container.new:hover {
	background-color: #FFFFFF;
}
.notification {
	font-size: 14px;
	margin: 2px;
	padding: 5px 10px;
	border-top: 1px solid #dddddd;
}
.notification h3,
.notification h3 a {
	font-size: 14px !important;
}
.notification ol,
.notification.new ol {
	list-style: none;
}

.notification ol li,
.notification.new ol li {
	margin-bottom: 17px;
}
.notification ol li ul li,
.notification.new ol li ul li {
	margin-bottom: 0;
}
.notification.new {
	background-color: #F0F0FF;
	margin-bottom: 10px;
	padding-top: 15px;
	border: none;
}
.notification.new ul,
.notification ul {
	font-size: 13px;
	margin-top: -8px;
}
#notificationsBody a {
	color: #121212;
	text-decoration: none;
	display: block;
	margin-right: 0;
	/*border-bottom: 1px solid #dedede;*/
	font-weight: normal;
	white-space: normal;
}
.notification-date {
	color: #628DB6;
	font-style: italic;
	font-size: 10px;
}
.notification-title {
	font-weight: bold;
	color: #3E5B76;
	font-size: 12px;
	word-wrap: break-word;
	white-space: normal;

}
.notification-content {
	color: #666666;
	display:block;
	word-wrap: break-word;
	white-space: normal;
	font-size: 11px;
	padding-left: 10px;
}

a.view-notification {
	float: right;
}
.link-spanner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
#top-menu li #notificationsBody .notification-content a {
        background: none;
        vertical-align: baseline;
}
.push-notification {
    background-color: #333;
    position: fixed;
    right: 20px;
    bottom: 20px;
    color: #fff;
    padding: 15px 15px 15px 30px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 7px center;
    vertical-align: middle;
    box-shadow: 4px 4px 4px #000;
    -webkit-box-shadow: 4px 4px 4px #000;
    -moz-box-shadow: 4px 4px 4px #000;
}
.pagination li {
  display: inline-block;
}
.project-name {
	display: inline-block;
	margin: 5px 0 3px 10px;
	padding: 0 8px;
	border: 1px solid #628db6;
	border-radius: 6px;
	opacity: .8;
}
.project-name:hover {
	opacity: 1;
}
h3 .project-name a {
	text-decoration: none;
	color: #628db6;
	font-size: 10px !important;
}

#top-menu #notificationsLink {
	display: block;
	height: 30px;
	width: 30px;
	background-image: url(../images/icon.png) !important;
	background-size: 70%;
    background-position: top;
    background-repeat: no-repeat;
	margin: 0 7px 0 -12px;
}
