td.user_name {
	padding-right: 8px;
	padding-left: 8px;
}

div.user_name {
	padding: 3px;
	cursor: pointer;
}

td.logout {
	padding-right: 2px;
}
div.logout {
	position: relative;
	border: 1px solid white;
	height: 15px;
	width: 15px;
	top: 0px;
}

img.logout_x {
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0px;
	left: 0px;
	font-weight: bold;
	font-size: 140%;
}

img.logout {
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0px;
	top: 0px;
	cursor: pointer;
}