.mw-badge {
        min-width: 7px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        padding: 1px 4px;
        text-align: center;
        font-size: 12px;
        line-height: 12px;
        background-color: #d2d2d2;
}

.mw-badge-content {
        font-weight: bold;
        color: white;
        vertical-align: baseline;
        text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}

.mw-badge-inline {
        display: inline-block;
        margin-left: 3px;
}
.mw-badge-overlay {
        position: absolute;
        bottom: -1px;
        right: -3px;
        z-index: 50;
}

.mw-badge-important {
        background-color: #cc0000;
}

.mw-badge-info {
        background-color: #00cc00;
}

.mw-echo-title {
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
}
.mw-echo-content {
	font-size: 13px;
	line-height: 16px;
	overflow: hidden;
}
.mw-echo-payload {
	margin-top: 0.5em;
}
.mw-echo-timestamp {
	color: #A5A5A5;
	margin-top: 0.1em;
	font-size: 9px;
}
.mw-echo-notifications {
	background-color: #EEEEEE;
}
.mw-echo-notification {
	clear: both;
	display: block;
	color: #6D6D6D;
	line-height: 90%;
	margin: 0;
	min-height: 60px;
	background-color: white;
	position: relative;
	/* Force container to expand to height of floated contents */
	overflow: hidden;
	zoom: 1;
}
.mw-echo-close-box {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 23px;
	height: 23px;
	z-index: 3;
	/* @embed */
	background-image: url(DismissOnRowHover.png);
	background-repeat: no-repeat;
}
.mw-echo-close-box:hover {
	/* @embed */
	background-image: url(DismissOnHover.png);
}
.mw-echo-dismiss {
	padding: 10px 40px 5px 60px;
	background-color: #EDEDEE;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.mw-echo-prefs-dismiss-message {
	font-size: 10px;
	line-height: 14px;
}
.mw-echo-cancel-link {
	margin-left: 1em;
	cursor: pointer;
}
.mw-echo-icon {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	background: no-repeat center left;
}

.mw-echo-icon-placeholder {
	/* @embed */
	background-image: url(Generic.png);
}
.mw-echo-icon-trash {
	/* @embed */
	background-image: url(Deletion.png);
}
.mw-echo-icon-chat {
	/* @embed */
	background-image: url(Talk.png);
}
.mw-echo-icon-linked {
	/* @embed */
	background-image: url(CrossReferenced.png);
}
.mw-echo-icon-featured {
	/* @embed */
	background-image: url(Featured.png);
}
.mw-echo-icon-reviewed {
	/* @embed */
	background-image: url(Reviewed.png);
}
.mw-echo-icon-tagged {
	/* @embed */
	background-image: url(ReviewedWithTags.png);
}
.mw-echo-icon-w {
	/* @embed */
	background-image: url(W.png);
}
.mw-echo-icon-revert {
	/* @embed */
	background-image: url(Revert.png);
}
.mw-echo-icon-checkmark {
	/* @embed */
	background-image: url(Reviewed.png);
}
.mw-echo-icon {
	width: 42px;
	height: 42px;
	float: left;
	margin-right: 5px;
	background: no-repeat center left;
}

.mw-echo-icon-placeholder {
	/* @embed */
	background-image: url(placeholder.png);
}

.mw-echo-icon-chat {
	/* @embed */
	background-image: url(chat.png);
}

.mw-echo-icon-w {
	/* @embed */
	background-image: url(W.png);
}

.mw-echo-icon-revert {
	/* @embed */
	background-image: url(revert.png);
}

.mw-echo-icon-checkmark {
	/* @embed */
	background-image: url(tick.png);
}

.mw-echo-icon-trash {
	/* @embed */
	background-image: url(trash.png);
}

.mw-echo-icon-gift {
	/* @embed */
	background-image: url(gift.png);
}

.mw-echo-icon-heart {
	/* @embed */
	background-image: url(heart.png);
}

.mw-echo-icon-people {
	/* @embed */
	background-image: url(people.png);
}
.mw-echo-overlay {
	position: absolute;
	top: 2.6em;
	left: -200px;
	border: 1px solid silver;
	background-color: #fff;
	width: 450px;
	min-height: 2em;
	padding: 0;
	color: #6D6D6D;
	z-index: 60;
	box-shadow: 0px 3px 8px rgba(50, 50, 50, 0.35);
}
.mw-echo-overlay-pokey {
	/* @embed */
	background-image: url('PokeyNorth.png');
	background-repeat: no-repeat;
	width: 21px;
	height: 11px;
	position: absolute;
	z-index: 61;
	top: 21px;
	left: -9px;
}

#p-personal .mw-echo-overlay ul {
	margin: 0;
	padding: 0;
	overflow: auto;
}

#p-personal .mw-echo-overlay li.mw-echo-notification {
	background-color: #F0F0F0;
	display: block;
	float: none;
	border-bottom: 1px solid #DDDDDD;
	padding: 15px 40px 10px 15px;
	margin: 0;
	white-space: normal;
	font-size: 13px;
	line-height: 16px;
}
#p-personal .mw-echo-overlay li.mw-echo-notification:hover {
	background-color: #F8F8F8;
}
#p-personal .mw-echo-overlay li.mw-echo-notification.mw-echo-unread,
#p-personal .mw-echo-overlay li.mw-echo-notification.mw-echo-unread:hover {
	background-color: white;
}
#p-personal .mw-echo-overlay li.mw-echo-notification:last-child {
	border-bottom: none;
}
#p-personal .mw-echo-overlay li.mw-echo-notification .mw-echo-state {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#p-personal .mw-echo-overlay li.mw-echo-notification.mw-echo-unread .mw-echo-state {
	filter: alpha(opacity=100);
	opacity: 1.0;
}

.mw-echo-overlay-title {
	/*border-bottom: 1px solid #A7D7F9;*/
	font-size: 13px;
	padding: 15px 15px 15px 60px;
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold;
}

#mw-echo-overlay-footer {
	padding: 0px 0px 0px 48px;
	border-top: 1px solid #DDDDDD;
}

#mw-echo-overlay-link {
	clear: left;
	float: left;
	padding: 15px 0px 15px 30px;
	width: 150px;
	min-height: 14px;
	font-size: 13px;
	/* @embed */
	background-image: url(../icons/NotificationsPage.png);
	background-repeat: no-repeat;
	background-position: 12px 15px;
}

#mw-echo-overlay-pref-link {
	float: left;
	width: 150px;
	min-height: 14px;
	font-size: 13px;
	padding: 15px 0 15px 30px;
	border-left: 1px solid #DDDDDD;
	/* @embed */
	background-image: url(../icons/Settings.png);
	background-repeat: no-repeat;
	background-position: 12px 15px;
}

#pt-notifications {
	position: relative;
}

#pt-notifications .mw-badge {
	margin-left: 3px;
}

#pt-notifications a.mw-echo-short-link .mw-badge {
	margin-left: -5px;
}

.mw-echo-overlay-none {
	font-size: 13px;
	border-bottom: 1px solid #DDDDDD;
	padding: 15px 15px 10px 60px;
}
/* Echo specific CSS */

#mw-echo-more {
	text-align: center;
	font-size: 13px;
	max-width: 600px;
	margin-left: 45px;
}

#mw-echo-pref-link {
	margin: 5px 3px;
	height: 18px;
	width: 18px;
	display: block;
	float: right;
	/* @embed */
	background-image: url(Preferences.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#mw-echo-pref-link:hover {
	/* @embed */
	background-image: url(PreferencesHover.png);
}
#mw-echo-moreinfo-link {
	margin: 5px 3px;
	height: 18px;
	width: 18px;
	display: block;
	float: right;
	/* @embed */
	background-image: url(MoreInfo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#mw-echo-moreinfo-link:hover {
	/* @embed */
	background-image: url(MoreInfoHover.png);
}

.mw-echo-date-section {
	font-weight: 800;
	font-size: 1.1em;
	text-transform: uppercase;
	border-bottom: 8px solid #EAEAEA;
	margin: 20px 0 5px 45px;
}

ul#mw-echo-special-container {
	list-style: none;
	margin: 30px 0 0 0;
	max-width: 600px;
}
.mw-echo-notification {
	padding: 15px 35px 10px 0;
}
#mw-echo-special-container .mw-echo-notification {
	background-color: #F0F0F0;
}
#mw-echo-special-container .mw-echo-notification:hover {
	background-color: #F8F8F8;
}
#mw-echo-special-container .mw-echo-notification.mw-echo-unread,
#mw-echo-special-container .mw-echo-notification.mw-echo-unread:hover {
	background-color: white;
}
#mw-echo-special-container .mw-echo-notification .mw-echo-state {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#mw-echo-special-container .mw-echo-notification.mw-echo-unread .mw-echo-state {
	filter: alpha(opacity=100);
	opacity: 1.0;
}
