/************************************************************************/
/* (TB) Moods CSS - By Terabyte - (c)2009-2011 Invision Byte			*/
/************************************************************************/
/* tb_moods.css - Application specific styles							*/
/************************************************************************/

/* MEMBER BAR */
#user_moods {
	background: url(http://daralaujam.net/forum/public/style_images/imperial/icon_moods.png ) no-repeat top;
	vertical-align: middle;
	width: 18px;
	height: 15px;
	padding: 11px 24px 8px 12px;
	position: relative;
}

	#user_moods:hover { background-color: #323232; height: 50px; }
	
	#user_moods.menu_active {
		background-position: bottom;
		background-color: #fff;
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		border-radius: 3px 3px 0 0;
	}

#user_moods_menucontent { width: auto; }

/* POPUP */
#moods_gallery label img {
	margin-bottom: 5px;
}