



.user-toolbar {
	
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 0.5em;
	border-bottom: 1px solid #5d6060;
	z-index: 512;
	min-width: 1000px;
}

	.user-toolbar ul {
		
		position: relative;
		color: #000;
		text-align: center;
		z-index: 768;
	}
	
		.user-toolbar ul li {
			
			display: inline-block;
//			padding: 0 10px;
//			height: 3em;
//			line-height: 3em;
//			border-left: 1px solid #5c6060;
		}
		
			.user-toolbar ul li a {
				
				color: #000;
			}
		
			.user-toolbar ul li em {
				
				font-style: normal;
				color: #d32f69;
			}
			
				.user-toolbar ul li em a {
					
					color: #d32f69;
					text-decoration: none;
				}
			
		.user-toolbar ul li.information {
			
			border-left: 0;
		}
		
			.user-toolbar ul li.information a {
				
				text-decoration: none;
			}
		
			.user-toolbar ul li.information .avatar {
				
				float: left;
//				margin: 0.5em 10px 0 0;
			}
		
			.user-toolbar ul li.information em {
				
				font-style: normal;
				color: #6c6f6f;
			}
			
				.user-toolbar ul li.information em a {
					
					color: #6c6f6f;
					text-decoration: none;
				}

	.user-toolbar .user-toolbar-background {
		
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #dcdee0;
		opacity: 0.5;
		filter:alpha(opacity=50);
		z-index: 512;
	}



.tm {
//	border-top: solid 3px #333333;
	margin-top: -5px;
}

.tm a {
	font: normal 12px verdana,arial,helvetica;
	color: #000000 !important;
	text-decoration: none;
	padding: 5px;

background: url('../images/tm.gif');

//	background-color: #151515;
	border: solid 1px #333333;
	margin: 1px;
	opacity: 0.9;
	filter:alpha(opacity=90);
	height: 3em;
	line-height: 3em;
}

.tm a:hover {
	font: normal 12px verdana,arial,helvetica;
	color: #FFFFFF !important;
	text-decoration: none;
	padding: 5px 5px 5px 5px;

background: url('../images/tm-hover.gif');

//	background-color: #000000;
	border: solid 1px #454545;
	margin-top: 7px !important;
}

.tm a:active {
	font: normal 12px verdana,arial,helvetica;
	color: #FF0000;
	text-decoration: none;
	padding: 5px;
	background-color: #000000;
	border: solid 1px #FF0000;
}