div#site-main.my
{
	background-image: url('/img/v2/site-holder-def.png');
	background-repeat: no-repeat;
}

div#sys-notifications
{
	position: relative;
}
div#sys-notifications h3
{
	margin-bottom: 10px;
}

div.sys-notifications div.item
{
	border-top: 1px solid #ccc;
	padding: 1px 0;
	font-size: small;
	color: #666;
	overflow: auto;
}

div.sys-notifications div.item>div
{
	padding: 8px;
	overflow: auto;
	padding-left: 68px;
}

div.sys-notifications div.item div.new
{
	background-color: #ebf5ff;
}

div.sys-notifications div.item a
{
	color: #2050be;
}

div.sys-notifications div.item div img
{
	position: absolute;
	left: 8px;
}

div.sys-notifications div.item div div.resource-thumbnail
{
	overflow: auto;
	margin-top: 8px;
}

div.sys-notifications div.item div div.resource-thumbnail div.notif-thumbnail
{
	float: left;
	width: 180px;
	background-color: White;
	background-repeat: no-repeat;
	height: 110px;
	background-position: center;
	border: 1px solid #ddd;
}

div.sys-notifications div.item div div.resource-thumbnail div.description
{
	margin-top: 0;
	margin-left: 185px;
	width: 600px;
	height: 110px;
	overflow: hidden;
}

div.sys-notifications div.item div div.notif-title
{
	margin-right: 100px;
	position: relative;
	z-index: 1;
}

div#popup-body div.sys-notifications div.item div div.notif-title
{
	margin-right: 0px;
}

div#popup-body div.sys-notifications div.item div div.resource-thumbnail div.description
{
	width: 200px
}

div.sys-notifications div.item div span.comment
{
	background-color: #d7e6f5;
	padding: 5px;
	display: inline-block;
	margin-top: 5px;
	border-radius: 3px;
	position: relative;
}

div.sys-notifications div.item div span.comment:before
{
	background-image: url(/img/v2/shared/notification-sprites.png);
	background-position: 8px 0px;
	width: 5px;
	height: 10px;
	position: absolute;
	top: 0;
	left: -5px;
	content: "";
}

div.sys-notifications div.item div.new span.comment:before
{
	background-position: top left;
}

div.sys-notifications div.item div span.comment, div.sys-notifications div.item div div.resource-thumbnail span
{
	color: Black;
	font-size: medium;
}

div#popup-body
{
	padding: 8px;
	min-height: 50px;
}

div#popup-body div.sys-notifications
{
	background: white;
	border-radius: 3px;
	padding: 5px;
}

div#popup-body div.sys-notifications p
{
	color: Black;
}

div#popup-body div.sys-notifications div.item:first-child
{
	border-top: 0px;
}

div#popup-body div.sys-notifications div.item div img
{
	position: absolute;
	left: 15px;
}

div#popup-body div.sys-notifications div.item>div
{
	padding: 5px;
	padding-left: 60px;
}

div.sys-notifications div.item div.notification-date
{
	margin-top: 5px;
}

div#sys-notifications div.item>div
{
	position: relative;
}

div#sys-notifications div.item div.notification-date
{
	position: absolute;
	top: 0;
	width: 100%;
	text-align: right;
	margin-left: -68px;
}

div#popup-body>a
{
	color: #2050be;
	font-size: small;
	text-decoration: none;
}

div#page-actions div#rss-subscription
{
	margin-top: -33px;
	padding-right: 15px;
	/*float: right;*/
	position: inherit;
	width: auto;
	padding-top: 0;
}
