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

/* MEMBER BAR */
#user_moods {
	background: url(http://www.dkku.net/public/style_images/pure_lights/icon_moods.png ) no-repeat top;
	vertical-align: middle;
	width: 18px;
	height: 15px;
	padding: 13px 12px 10px 24px;
	position: relative;
}

	#user_moods:hover { background-color: none; height: 13px; }
	
	#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;
}