/*margin and padding on body element
  can introduce errors in determining
  element position and are not recommended;
  we turn them off as a foundation for YUI
  CSS treatments. */
body {
	margin:0;
	padding:0;
}

/* Pannello principale */
.popupNotifier {
	width: 208px;
	overflow:visible;
	padding: 3px 3px 3px 3px;
	background-color:#FFF;
	font-size: 11px;
	
	position: fixed;
	top: 90%;
	left: 80%;
}

.popupNotifier .hd {
	height: 13px;
	font-size: 0;
	line-height: 0;
	background: url("img/popup/sfondo-popup-hd.gif") no-repeat left top;
}

/* Body */
.popupNotifier .bd {
	overflow: hidden;
	_height: 1%;
	padding: 5px 10px 5px 20px;
	background: url("img/popup/sfondo-popup-bd.gif") repeat-y;
}

.popupNotifier .ft {
	height: 13px;
	font-size: 0;
	line-height: 0;
	background: url("img/popup/sfondo-popup-ft.gif") no-repeat left bottom;
}

.popupNotifier .bd .nick {
	font-weight: bold;
	color: #FF0000;
}

.popupNotifier .bd a:link, .popupNotifier .bd a:visited, .popupNotifier .bd a:hover {
	text-decoration: none;
}

.popupNotifier .bd .avatar {
	display: inline;
	margin: 0;
	float: left;
	width: 22px;
	height: 22px;
	position: relative;	
	margin: 3px;
}

.popupNotifier a.male span, .popupNotifier a.female span {display:block;width:22px;height:22px;position:absolute;top:0;left:0}
.popupNotifier a.male span {background:url("../../../gfx/male22.gif") no-repeat}
.popupNotifier a.female span {background:url("../../../gfx/female22.gif") no-repeat}

.popupNotifier .actions {position:absolute; right:10px; top:15px;}
.popupNotifier .actions a span {display:none}
.popupNotifier .actions a {display:inline-block;margin:0 3px 0 0;width:18px;height:18px;padding:0}

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

.popupNotifier .actions a.accetta:hover {background:url("../../../gfx/16x16/over/accetta_richiesta.png") no-repeat center}
.popupNotifier .actions a.leggi:hover {background:url("../../../gfx/16x16/over/search.png") no-repeat center}
.popupNotifier .actions a.elimina:hover {background:url("../../../gfx/16x16/over/rimuovi_richiesta.png") no-repeat center}