/******************************************************
/* USER PANEL
/******************************************************/
.UserPanel
{
	padding: 10px;
	background-color: #fff;
	color: #333;
}

.UserPanel .WelcomeText
{
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.UserPanel ul,
.UserPanel li
{
	list-style-type: none;
	margin: 0;
}

.UserPanel a
{
	color: #333;
}