/* CSS file for toolbar widget top view */

#OWTLoggedInUser {
	width: 100%;
}

#OWTBoxOne {
	padding: 5px;
	width: 265px;
	float: left;
}

#OWTUserAvatar {
	float: left;
}

#OWTUserNameBox {
	width: 200px;
	float: left;
}

.moodTitle {
	display: inline;
}
.moodTheText {
	display: inline;
}

#OWTUserMoodDropdown {
	position: absolute;
	background-color: white;
	border: 1px solid black;
	display: inline;
	width: 470px;
}

#changeMoodTitle {
	display: inline;
}

#changeMoodHeading {
	float: left;
	padding: 5px 0 0 5px;
}

#OWTUserChangeMoodClose {
	float: right;
	padding: 5px 10px 0 5px;
	cursor: pointer;
}

#moodsList {
	padding: 5px 0 5px 5px;
}

.mood_group div:hover {
	background-color: #006699;
	cursor: pointer;
}

.mood_update_text {
	color: blue;
	cursor: pointer;
}

.mood_group {
	float: left;
	width: 115px;
}

#OWTBoxTwo {
	width: 175px;
	padding: 5px;
	float: left;
}

#OWTBoxThree {
	width: 200px;
	padding: 5px;
	float: left;
}

.statusTitle {
	display: inline;
}
.statusTheText {
	display: inline;
}

#OWTUserStatusPop {
	position: absolute;
	background-color: white;
	border: 1px solid black;
}

.status_update_text {
	color: blue;
	cursor: pointer;
}

.spreader {
	clear:both;
}
