.EmojiImg {
	height: 12px;
}

body {
	position: absolute;
	left: 0;
	top: 0;
	width: 312px;
	height: 192px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.EmojiSelector {
	cursor: pointer;
	position: absolute;
	top: 4px;
	width: 26px;
	font-size: 14px;
	TEXT-ALIGN: center;
	line-height: 32px;
	height: 26px;
/*	padding-right: 4px;*/
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

.EmojiIcon {
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 30px;
	font-size: 26px;
	margin-left: 5px;
	margin-top: 5px;
}

.EmojiIconWin {
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 30px;
	font-size: 24px;
	margin-left: 5px;
	margin-top: 5px;
}

.EmojiIconWinOld {
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 30px;
	font-size: 24px;
	margin-left: 5px;
	margin-top: 5px;
}

#contenitore_globale_emoji {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 190px;
	border: 1px solid lightgray;
	background-color: white;
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.575);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.575);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.575);
	z-index: 1;
}

#Emoji_container_barra_alta {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid lightgray;
}

#Emoji_titolo_categoria_selezionata {
	position: absolute;
	left: 0;
	top: 0;
	width: 265px;
	height: 30px;
	padding-left: 10px;
	line-height: 30px;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 600;
	text-align: center;
	color: #1e315e;
	font-size:15px;
	font-weight: bolder;
}

#pulsante_chiusura_Emoji {
	position: absolute;
	right: 5px;
	top: 5px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;

	font-family: "Source Sans Pro", Arial, sans-serif;
	color: #1e315e;
	background-color: lightgray;
	border-radius:10px;

}

#Emoji_container_0 {
	position: absolute;
	left: 0;
	top: 31px;
	width: 300px;
	height: 118px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	overflow-y: scroll;
	overflow-x: hidden;
}

.container_pannello_sup {
	position: absolute;
	left: 0;
	top: 31px;
	width: 300px;
	height: 118px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	overflow-y: scroll;
	overflow-x: hidden;
	display: none
}

.container_pannello {
	position: absolute;
	left: 0;
	top: 31px;
	width: 300px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#contenitore_categorie {
	position: absolute;
	left: 5px;
	top: 2px;
	width: 290px;
	height: 40px;
}
