@CHARSET "ISO-8859-1";

#notifiche {
	display: none;
}

#notifiche_int, #notify_scroll_up, #notify_scroll_down {
	width: 164px;
}

#notifiche_int {
	max-height: 185px;
    overflow: hidden;
    text-align: left;    
}

#notify_scroll_up, #notify_scroll_down {
	display: none;
	height: 0px;
}
/*
#notify_scroll_up {
	border-bottom: 1px solid #cecece;
}

#notify_scroll_down {
    border-top: 1px solid #cecece;
}
*/
#notify_scroll_down button, #notify_scroll_up button {
	width: 100%;
	background-color: transparent;
	border: medium none;
	color: #cecece;
	cursor: pointer;
	display: block;
	font-family: "Trebuchet MS",Tahoma,Arial,Verdana,sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 20px !important;
	text-decoration: none;
	vertical-align: middle;
}

/* Permette di visualizzare la cornice perfettamente intorno all'avatar dell'utente */
div.notifica a.thumb {
	width: 22px;
	height: 22px;
}

/************************************
 * Finestra
 ************************************/
body {
	margin:0;
	padding:0;
}

/* Caratteristiche generali */
#notify_window, #notify_window .hd, #notify_window .bd, #notify_window .ft {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
	background: url('../gfx/popmodale_header.jpg') repeat-x;
}

/* Dimensioni */
#notify_window, #notify_window .hd, #notify_window .ft {
	width: 320px;
}

/* Pannello principale */
#notify_window {
	position: relative;
	border: none;
	overflow: visible;
	background-color: transparent;
	border: 3px solid #ffffff;
}

/* Inizio bottone di chiusura */
#notify_window .container-close {
	position: absolute;
	top: 3px;
	right: 4px;
	height: 24px;
	width: 24px;
	background: url('../gfx/popmodale_close.gif') no-repeat;
	border-width: 0px;
}

/* span:hover not supported on IE6 */
#notify_window .container-close:hover {
	/* Non necessario */
	border-width: 0px;
}
/* Fine bottone di chiusura */

/* Header */
#notify_window .hd { 
	border: none;
	color: #ffffff;
	height: 50px;
	text-align: left;
	overflow: visible;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 14px;
	line-height: 49px;
	text-indent: 75px;
	background: url('../gfx/popmodale_logo.jpg') no-repeat 0 0;
}

/* Body */
#notify_window .bd {
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: none;
	padding: 10px 5px 5px 5px;
	min-height: 120px;
	height: auto !important;
	height: 150px;
}

/* Footer */
#notify_window .ft {
	/* Necessario solo per IE */
	display: none;
	height: 0px;
}

/* Inizio maschera modale */
#notify_window_mask {
	background-color: #2d4153;
	filter: alpha(opacity=70);
	opacity: 0.7; /* IE/WIN */
	-moz-opacity: 0.8; /* Mozilla */
}
/* Fine maschera modale */

/* Inizio ombra finestra */
#notify_window_c.shadow {
	_padding: 2px 4px 0 2px;
}

#notify_window_c.shadow .underlay {
	position: absolute;
	top: 2px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	*top: 4px;
	*left: -1px;
	*right: -1px;
	*bottom: -1px;
	background-color: #000000;
	opacity: .12;
	*filter: alpha(opacity=12);
}

#notify_window_c {
	padding: 0 1px;
	*padding: 2px;
}
/* Fine ombra finestra */

/* Custom */
#notify_window .chat-request, #notify_window .footer table {
	width: 100%;
	border: none;
}

#notify_window .chat-request .top {
	background-color: #FFFFFF;
	height: 14px;
}
/*
#notify_window .body {
	height: 56px;
}
*/
#notify_window .body .sx, #notify_window .body .cn {
	background-color: #F2F2F2;
	background-position: 0px 50px;
}

#notify_window .body .sx {
	height: 70px;
	width: 70px;
	text-align: center;
}

#notify_window .body .cn {
	height: 70px;
	width: 105px;
}

#notify_window .body .dx {
	background-image: url('../gfx/chat_img.jpg');
	background-repeat: no-repeat;
	width: 134px;
	height: 86px;
}

#notify_window div.anagrafica{
	font-size: 11px;
	line-height: 13px;
	padding: 3px 0;
	margin: 0px !important;s
}

#notify_window .body .sx img {
	border: 1px solid #000000;
}

#notify_window .body .cn a {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

#notify_window .body .cn a:link, #notify_window .body .cn a:visited {
	text-decoration: none;
}

#notify_window .body .cn a:hover {
	text-decoration: underline;
}

#notify_window .bd .feedback_ext {
	background:transparent url(../gfx/messaggio_inviato_small.jpg) no-repeat scroll 0 0;
	font-size:11px;
	height:80px;
	margin-top:5px;
	text-align:center;
	width: 300px;	
}

#notify_window .bd .feedback {
	width: 280px;
	text-align: center;
	padding-top: 20px;
}

#notify_window .footer {
	height: 40px;
}

#notify_window .footer td {
	padding-left: 5px;
	padding-right: 5px;
}

#notify_window .footer .sx {
	text-align: left;
	width: 27%;
}

#notify_window .footer .cn {
	text-align: center;
	width: 27%;
}

#notify_window .footer .dx {
	text-align: right;
	width: 46%;
}