div#notification_taskbar {
	position: fixed;
	z-index: 1001;
	right: 74px;
	width: 22px;
	height: 20px;
	background-image: url(/images/icons/script_16x16.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
div#notification_taskbar.open {
	background-color: #FFFFFF;
	border: 1px solid Black;
	border-top: 0px;
}
div#notification_taskbar.closed {
	background-color: #2B3036;
	border: 1px solid transparent;
	border-top: 0px;
}
div#notification_tooltip {
	position:absolute;
	top: -15px;
	left: 5px;
	height: 14px;
	width: 15px;
	background: url(/images/layout/alertMsg.png) no-repeat 0 0;
	text-align: center;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	display: none;
}
div#notification_window {
	position: absolute;
	height: 350px;
	width: 200px;
	top: -351px;
	z-index: 1000;
	background-color: White;
	border: 1px solid #333333;
	display: none;
}
div#notification_window > .caption {
	background-color: #596166;
	color: White;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
}
div#notification_window > .close {
	position: relative;
	left: 185px;
	font-weight: bold;
}
div#notification_window > .content {
	position: relative;
	height: 330px;
	overflow: auto;
}

div.notification {
	padding: 5px;
}
div.notification > .caption {
	font-weight: bold;
}
div.notification > .on {
	color: #A2999D;
	font-size: 10px;
}
div.notifications hr {
	background-color: #E0E0E0;
	margin-left: 10px;
	margin-right: 10px;
	height: 1px;
}
div.notifications div.notification-viewall {
	text-align: center;
}
div.notifications div.notification-viewall a {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
table.notification_info {
	width: 100%;
}
table.notification_info td.label {
	font-weight: bold;
	padding-right: 10px;
	width: 80px;
}
