body div#hud-wrapper
{
-moz-border-radius:0 0 2px 2px;
-moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.43);
background-color:#F5F5F5;
border-color:rgba(255, 255, 255, 0.53);
border-style:solid;
border-width:0 1px 1px;
font-size:12px;
left:50%;
line-height:12px;
margin:0 0 0 -480px;
overflow:hidden;
padding:0 !important;
position:fixed;
text-align:right;
top:0;
width:960px;
z-index:1000000;
}

body div#hud-wrapper div#hud
{
	text-align: right;
	padding: 0 !important;
	width: 970px;
	margin: 0 auto;
	opacity: 1;
	}

body div#hud-wrapper *
{
	line-height: 1;
	color: #dddddd;
	margin-right: 4px;
}

#hud-content
{
	opacity: 1;
	width: 950px;
	border-width: 0;
	padding: 5px 5px 5px 5px;
	margin: 0 auto;
	background: transparent none no-repeat scroll center bottom;
	height: 12px;
}
	

#wc
{
	float: left;
	}

.logout{
	font-weight: bolder;
	 color: red;
	 font-family: monospace;
	}

body #hud a, body #hud a:link, body #hud a:visited
{
	text-decoration: none !important;
	font-weight: bolder !important;
	color: #000000 !important;
}

#hud a:hover, #hud a:visited:hover
{
	color: red !important;
	background-color: yellow !important;
}

