@CHARSET "UTF-8";

#userBar{
	width: 520px;
	height: 27px;
	background-color: #6F6F6F;
	bottom:0px;
	right:0px;
	color:#111111;
	font-size:11px;
	height: 30px;
	padding:0;
	position:absolute;
	position:fixed;
	z-index:99;
	width:100%;
	min-width:999px;
	background-image:url(/images/userBar/back.gif);
	background-repeat:repeat-x;
}
#userBar span.notification{
	background-color:transparent;
	padding: 0 0.5%;
	float: left;
	display: block;
}
#userBar span.notification a{
	color: white;
	text-decoration: none;
}

#userBar span.notification a img{
	margin-right:6px;
	margin-top:1px;
	vertical-align:middle;
}
#userBar span.alert a{
	font-weight: bold;
	display:none;
}
#userBar span.right{
	float: right;
}
#userBar li, #userBar li a {
	white-space: nowrap;
}
#userBar ul.smaller li a {
	font-size: 0.8em;
}
#userBar ul.smaller li a.category {
	font-size: 1.1em;
	font-weight: bold;
}
#userBar ul.smaller li a.category:hover {
	cursor: auto;
	text-decoration: none;
}
