<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Top Notification Bar: (event) notification "widget" */
#topNotificationBar 						{ background:#343434; display:block; z-index:99; /*font-family: Arial, 宋体, SimSun, Helvetica, tahoma, verdana, sans-serif, 华文细黑, STXihei;*/ }
#topNotificationBar .notificationBody 		{ background:#343434 url('../images/notification_bar_bkg.gif') bottom repeat-x; display:block; font-size:11px; overflow:hidden; }
#topNotificationBar .notificationBody ul 	{ width:960px; margin:0 auto; padding:5px; }
#topNotificationBar .notificationBody li	{ display:block; text-align:center; padding:3px; }
#topNotificationBar .notificationBody .enum { color:#fc0; }
#topNotificationBar .notificationBody a 	{ color:#fff; font-weight:bold; }
#topNotificationBar .notificationBody .date { color:#aaa; }
#topNotificationBar .notificationButton a 	{ display:block; height:21px; font-size:11px; font-weight:bold; color:#fc0; line-height:21px; text-align:center; background:#464646 url('../images/notification_bar_button_normal.gif') top repeat-x;  border-top:1px solid #858585; border-bottom:1px solid #3e3e3e; 
											text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.3);
											-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
											-moz-box-shadow:    0px 0px 5px rgba(0,0,0,0.5);
											box-shadow:         0px 0px 5px rgba(0,0,0,0.5);   }
#topNotificationBar .notificationButton a:hover 	{ background:#515151 url('../images/notification_bar_button_hover.gif') top repeat-x; color:#fff; text-decoration:none; }
</pre></body></html>