/*#sidebar1_area .container {height: 100px;}*/

#notificationList { 
font-size: 11px;
padding: 5px 5px 0 8px;
}

.notifica {
	/* display:inline-block; */
	display: none;
	width: 135px;
	/*height: 25px;
	line-height: 25px;*/
	padding: 2px 2px 4px 20px;
	background: transparent no-repeat left 2px;
	margin-bottom: 5px;
}
.notifica:hover { background-color: #ffffff; }

.notifica a {color:#747474;}


.n_notifica {
	display: inline;
	font-weight: bold;
	margin-right: 1px;
	padding: 0px 1px 0px 1px;
}

div.notifiche {background-color: #e8e8e8;width:208px;padding:5px 0;}

.notifiche .hd, .notifiche .bd, .notifiche .ft { /*width: 208px;*/ }
.notifiche .hd, .notifiche .ft { height: 13px; display:none;}
.notifiche .hd  { display:none;background: url("img/sfondo-popup-hd.gif") no-repeat left top; }
.notifiche .bd  {
	overflow: hidden;
	background-color:white;
	line-height: 12px;
	margin:0 5px;
	padding:5px 0;
	
}
.notifiche .ft {background: url("img/sfondo-popup-ft.gif") no-repeat left bottom;}



/* ****************** DETTAGLI *************** */
.notify_detail a { font-weight: bold; text-decoration:none; }
.notify_detail a.nick { color: #ff0000; }

.notify_detail {
	margin:0 5px 0 5px;
	*_height:1%;
	overflow: hidden;
	position: relative;
}

.notify_detail .nick { text-transform: uppercase; }

.notify_detail img {
	width: 22px;
	height: 22px;
}

.notify_detail .message_preview { font-style: italic; }
.notify_detail .kiss_date {  }

.notify_detail .avatar {float:left;margin-right:5px;position:relative}
.notify_detail .avatar a {position: relative;display: block;}
.notify_detail .avatar a span {display:block;position:absolute;top:0;left:0; width:18px;height:18px;border:2px solid;}
.notify_detail .avatar a.female span {border-color: #ff56b2;}
.notify_detail .avatar a.male span {border-color:#2994ff;}
.notify_detail .avatar a.spento span {border-color:#bfbfbf;}
/*.notify_detail .avatar a.female span {background:url("../../../gfx/female22.gif") no-repeat center;width:22px;height:22px;}
.notify_detail .avatar a.male span {background:url("../../../gfx/male22.gif") no-repeat center;width:22px;height:22px;}
.notify_detail .avatar a.spento span {background:url("../../../gfx/grey22.gif") no-repeat center;width:22px;height:22px;}*/

#notifyMenuBar .nickname a {color:#fd0100;text-decoration:none;font-weight:bold}

.notify_detail .actions {font-size:0;position:absolute;right:0px;top:3px;margin:0}
.notify_detail .actions a span {display:none}
.notify_detail .actions a {display:inline-block;margin:0 3px 0 0;width:16px;height:16px;padding:0;}

.notify_detail .actions a.accetta {background:url("../../../gfx/16x16/accetta_richiesta.png") no-repeat center;}
.notify_detail .actions a.leggi {background:url("../../../gfx/16x16/vedi_msg16.png") no-repeat center;}
.notify_detail .actions a.elimina {background:url("../../../gfx/16x16/rimuovi_richiesta.png") no-repeat center;}


.n_line {
	border-bottom: 1px dashed #D8D8D8;
	margin:5px;
	height:0;line-height:0;font-size:0;clear:both;display:block
}