#frame_header_notifications
{
	margin: 0px 0px 0px 10px;
	display: block;
	width: 450px;
}

#frame_notifications
{
}
div.C_NOTIFICATIONS > a
{
	text-decoration: none;
	color: #000000;
}
div.C_NOTIFICATIONS > a.C_DEFAULT
{
	padding: 20px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
}
div.C_NOTIFICATIONS > a.C_DEFAULT:hover
{
	background-color: #666666;
	color: #FFFFFF;
}
div.C_NOTIFICATIONS > a:hover table td
{
	background-color: #DDDDDD;
}
div.C_NOTIFICATIONS table
{
	border-collapse: collapse;
}
div.C_NOTIFICATIONS table.C_NEW
{
	background-color: #CCCCCC;
}

div.C_NOTIFICATIONS table td
{
	padding: 8px 4px 8px 4px;
	vertical-align: middle;
	border-bottom: 1px solid #999999;
}
div.C_NOTIFICATIONS table td a
{
	color: #666666;
	text-decoration: none;
}
div.C_NOTIFICATIONS table td a:hover
{
	color: #000000;
	text-decoration: underline;
}
div.C_NOTIFICATIONS td.C_MEMBER
{
	width: 50px;
}
div.C_NOTIFICATIONS td.C_MEMBER span
{
	width: 40px;
	height: 40px;
	display: inline-block;

	background-size: 100%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
div.C_NOTIFICATIONS td.C_TEXT
{
	width: 320px;
}
div.C_NOTIFICATIONS td.C_TEXT font.C_COMMENT
{
	color: #000066;
	background-color: #DDDDDD;
	padding: 0px 4px 0px 4px;
	display: inline;
}
div.C_NOTIFICATIONS td.C_TEXT font.C_DATE
{
	color: #888888;
	font-size: 11px;
}
div.C_NOTIFICATIONS td.C_PREVIEW
{
	width: 60px;	
}
div.C_NOTIFICATIONS td.C_PREVIEW img.C_THUMBNAIL
{
	max-width: 50px;
	max-height: 50px;
	margin: 0px;
}

#frame_notifications_popup
{
	position: fixed;
	left: 50%;
	top: 220px;
	width: 430px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	
	-webkit-transform: translateX(-420px);
	-moz-transform: translateX(-420px);
	-ms-transform: translateX(-420px);
	-o-transform: translateX(-420px);
	transform: translateX(-420px);

	-webkit-box-shadow: 0px 0px 8px #000000;
	-moz-box-shadow: 0px 0px 8px #000000;
	-ms-box-shadow: 0px 0px 8px #000000;
	-o-box-shadow: 0px 0px 8px #000000;
	box-shadow: 0px 0px 8px #000000;
}
#frame_notifications_popup div.C_HEAD
{
	border-bottom: 1px solid #000000;
	padding: 8px;
	font-weight: bold;
}
#frame_notifications_popup div.C_BODY
{
	max-height: 400px;
	overflow-y: auto;
}
#frame_notifications_popup div.C_FOOT
{
	border-top: 1px solid #000000;
	text-align: center;
	padding: 8px;
	font-weight: bold;
}
#frame_notifications_popup div.C_FOOT a
{
	text-decoration: none;
	color: #333333;
}
#frame_notifications_popup div.C_FOOT a:hover
{
	text-decoration: underline;
}
